parent
ea2cd6a923
commit
df118e6bac
@ -1,170 +0,0 @@
|
|||||||
## This file is a template remove the .template to use the file
|
|
||||||
|
|
||||||
playlist_files:
|
|
||||||
- file: config/metadata/Playlists.yml
|
|
||||||
libraries: # Library mappings must have a colon (:) placed after them
|
|
||||||
Movies:
|
|
||||||
metadata_path:
|
|
||||||
#- file: config/metadata/movies/Cleaner.yml
|
|
||||||
#- file: config/metadata/movies/Movies.yml
|
|
||||||
- file: config/metadata/movies/MovieCharts.yml
|
|
||||||
- file: config/metadata/movies/Holidays.yml
|
|
||||||
- file: config/metadata/movies/Studios.yml
|
|
||||||
- file: config/metadata/movies/Genres.yml
|
|
||||||
- file: config/metadata/movies/Awards.yml
|
|
||||||
- file: config/metadata/movies/GoldenGlobes.yml
|
|
||||||
- file: config/metadata/movies/Director.yml
|
|
||||||
- file: config/metadata/movies/Writing.yml
|
|
||||||
- file: config/metadata/movies/People.yml
|
|
||||||
- file: config/metadata/movies/Decades.yml
|
|
||||||
- file: config/metadata/overlays.yml
|
|
||||||
settings:
|
|
||||||
missing_path: config/missing
|
|
||||||
asset_directory:
|
|
||||||
- config/assets/@movies
|
|
||||||
- config/assets/charts
|
|
||||||
- config/assets/studios
|
|
||||||
- config/assets/holidays
|
|
||||||
- config/assets/genres
|
|
||||||
- config/assets/people
|
|
||||||
- config/assets/yearsanddecades
|
|
||||||
- config/assets/playlists
|
|
||||||
- config/assets/
|
|
||||||
- config/overlays/
|
|
||||||
operations:
|
|
||||||
split_duplicates: true
|
|
||||||
assets_for_all: true
|
|
||||||
mass_trakt_rating_update: true
|
|
||||||
mass_critic_rating_update: tmdb
|
|
||||||
mass_audience_rating_update: tmdb
|
|
||||||
mass_genre_update: tmdb
|
|
||||||
tmdb_collections:
|
|
||||||
template:
|
|
||||||
tmdb_collection_details: <<collection_id>>
|
|
||||||
sort_title: <<collection_name>>
|
|
||||||
collection_mode: hide
|
|
||||||
TV Shows:
|
|
||||||
metadata_path:
|
|
||||||
#- file: config/metadata/movies/Cleaner.yml
|
|
||||||
#- file: config/metadata/shows/TVShows.yml
|
|
||||||
- file: config/metadata/shows/ShowCharts.yml
|
|
||||||
- file: config/metadata/shows/Studios.yml
|
|
||||||
- file: config/metadata/shows/Genres.yml
|
|
||||||
- file: config/metadata/shows/Networks.yml
|
|
||||||
- file: config/metadata/movies/People.yml
|
|
||||||
- file: config/metadata/shows/Decades.yml
|
|
||||||
- file: config/metadata/overlays.yml
|
|
||||||
|
|
||||||
settings:
|
|
||||||
missing_path: config/missing
|
|
||||||
asset_directory:
|
|
||||||
- config/assets/@tvshows
|
|
||||||
- config/assets/charts
|
|
||||||
- config/assets/networks
|
|
||||||
- config/assets/genres
|
|
||||||
- config/assets/studios
|
|
||||||
- config/assets/yearsanddecades
|
|
||||||
- config/assets/playlists
|
|
||||||
- config/assets/
|
|
||||||
- config/overlays/
|
|
||||||
operations:
|
|
||||||
split_duplicates: true
|
|
||||||
assets_for_all: true
|
|
||||||
mass_trakt_rating_update: true
|
|
||||||
mass_critic_rating_update: tmdb
|
|
||||||
mass_audience_rating_update: tmdb
|
|
||||||
mass_genre_update: tmdb
|
|
||||||
settings: # Can be individually specified per library as well
|
|
||||||
cache: true
|
|
||||||
cache_expiration: 60
|
|
||||||
asset_folders: true
|
|
||||||
asset_depth: 3
|
|
||||||
create_asset_folders: false
|
|
||||||
dimensional_asset_rename: true
|
|
||||||
sync_mode: sync
|
|
||||||
delete_below_minimum: true
|
|
||||||
delete_not_scheduled: false
|
|
||||||
run_again_delay: 2
|
|
||||||
missing_only_released: true
|
|
||||||
only_filter_missing: false
|
|
||||||
show_unmanaged: true
|
|
||||||
show_filtered: true
|
|
||||||
show_options: true
|
|
||||||
show_missing: true
|
|
||||||
show_missing_assets: true
|
|
||||||
show_missing_season_assets: true
|
|
||||||
save_missing: true
|
|
||||||
tvdb_language: eng
|
|
||||||
ignore_ids:
|
|
||||||
ignore_imdb_ids:
|
|
||||||
minimum_items: 1
|
|
||||||
default_collection_order:
|
|
||||||
download_url_assets: false
|
|
||||||
verify_ssl: true
|
|
||||||
item_refresh_delay: 0
|
|
||||||
asset_directory: config/assets
|
|
||||||
missing_path: config/missing
|
|
||||||
playlist_sync_to_users: all
|
|
||||||
show_missing_episode_assets: false
|
|
||||||
show_asset_not_needed: true
|
|
||||||
custom_repo:
|
|
||||||
webhooks: # Can be individually specified per library as well
|
|
||||||
error: notifiarr
|
|
||||||
run_start: notifiarr
|
|
||||||
run_end: notifiarr
|
|
||||||
changes:
|
|
||||||
- notifiarr
|
|
||||||
plex: # Can be individually specified per library as well; REQUIRED for the script to run
|
|
||||||
url: http://192.168.2.242:32400
|
|
||||||
token: p*********************2
|
|
||||||
timeout: 60
|
|
||||||
clean_bundles: true
|
|
||||||
empty_trash: true
|
|
||||||
optimize: true
|
|
||||||
tmdb: # REQUIRED for the script to run
|
|
||||||
apikey: 1*********************8
|
|
||||||
language: en
|
|
||||||
tautulli: # Can be individually specified per library as well
|
|
||||||
url: http://192.168.2.242:8181
|
|
||||||
apikey: 6*********************9
|
|
||||||
notifiarr:
|
|
||||||
apikey: d*********************6
|
|
||||||
radarr: # Can be individually specified per library as well
|
|
||||||
url: http://192.168.2.242:7878
|
|
||||||
token: 3*********************4
|
|
||||||
root_folder_path: /data/media/movies
|
|
||||||
monitor: true
|
|
||||||
availability: announced
|
|
||||||
quality_profile: Any
|
|
||||||
tag: pmm
|
|
||||||
search: false
|
|
||||||
radarr_path:
|
|
||||||
plex_path:
|
|
||||||
add_existing: false
|
|
||||||
add_missing: false
|
|
||||||
sonarr: # Can be individually specified per library as well
|
|
||||||
url: http://192.168.2.242:8989
|
|
||||||
token: a*********************8
|
|
||||||
root_folder_path: /data/media/tv
|
|
||||||
monitor: all
|
|
||||||
quality_profile: Any
|
|
||||||
language_profile: English
|
|
||||||
series_type: standard
|
|
||||||
season_folder: true
|
|
||||||
tag: pmm
|
|
||||||
search: false
|
|
||||||
cutoff_search: false
|
|
||||||
sonarr_path:
|
|
||||||
plex_path:
|
|
||||||
add_existing: false
|
|
||||||
add_missing: false
|
|
||||||
trakt:
|
|
||||||
client_id: f*********************4
|
|
||||||
client_secret: 6*********************d
|
|
||||||
authorization:
|
|
||||||
access_token: b*********************6
|
|
||||||
token_type: Bearer
|
|
||||||
expires_in: 7889238
|
|
||||||
refresh_token: e*********************6
|
|
||||||
scope: public
|
|
||||||
created_at: 1640705880
|
|
@ -1,200 +0,0 @@
|
|||||||
#############################################################
|
|
||||||
# Overlays #
|
|
||||||
# for DolbyVision, the string I am searching on is '[DV ' #
|
|
||||||
# because the arr's using TRaSH's guides for naming will #
|
|
||||||
# have that string in the filename. Yours may be different #
|
|
||||||
#############################################################
|
|
||||||
|
|
||||||
collections:
|
|
||||||
480p-Dolby-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 480p
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 480p-Dolby-HDR
|
|
||||||
build_collection: false
|
|
||||||
480p-Dolby:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 480p
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 480p-Dolby
|
|
||||||
build_collection: false
|
|
||||||
480p-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 480p
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 480p-HDR
|
|
||||||
build_collection: false
|
|
||||||
480p:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 480p
|
|
||||||
hdr: false
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 480p
|
|
||||||
build_collection: false
|
|
||||||
720p-Dolby-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 720p
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 720p-Dolby-HDR
|
|
||||||
build_collection: false
|
|
||||||
720p-Dolby:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 720p
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 720p-Dolby
|
|
||||||
build_collection: false
|
|
||||||
720p-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 720p
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 720p-HDR
|
|
||||||
build_collection: false
|
|
||||||
720p:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 720p
|
|
||||||
hdr: false
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 720p
|
|
||||||
build_collection: false
|
|
||||||
1080p-Dolby-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 1080p
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 1080p-Dolby-HDR
|
|
||||||
build_collection: false
|
|
||||||
1080p-Dolby:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 1080p
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 1080p-Dolby
|
|
||||||
build_collection: false
|
|
||||||
1080p-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 1080p
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 1080p-HDR
|
|
||||||
build_collection: false
|
|
||||||
1080p:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 1080p
|
|
||||||
hdr: false
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 1080p
|
|
||||||
build_collection: false
|
|
||||||
4K-Dolby-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 4K
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 4K-Dolby-HDR
|
|
||||||
build_collection: false
|
|
||||||
4K-Dolby:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 4K
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
item_overlay: 4K-Dolby
|
|
||||||
build_collection: false
|
|
||||||
4K-HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 4K
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 4K-HDR
|
|
||||||
build_collection: false
|
|
||||||
4K:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
resolution: 4K
|
|
||||||
hdr: false
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
item_overlay: 4K
|
|
||||||
build_collection: false
|
|
||||||
HDR:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_search:
|
|
||||||
all:
|
|
||||||
hdr: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: false
|
|
||||||
resolution.not: 4K
|
|
||||||
item_overlay: HDR
|
|
||||||
build_collection: false
|
|
||||||
Dolby:
|
|
||||||
test: true
|
|
||||||
#revert_overlay: true
|
|
||||||
plex_all: true
|
|
||||||
filters:
|
|
||||||
has_dolby_vision: true
|
|
||||||
resolution.not: 4K
|
|
||||||
item_overlay: Dolby
|
|
||||||
build_collection: false
|
|
@ -0,0 +1,7 @@
|
|||||||
|
# Plex Meta Manager Configs
|
||||||
|
|
||||||
|
Do not open any support requests regarding files found in this directory. This is strictly a Work In Progress (WIP)
|
||||||
|
<br>
|
||||||
|
![WIP](WIP.jpg)
|
||||||
|
<br>
|
||||||
|
<br>
|
After Width: | Height: | Size: 553 KiB |
@ -0,0 +1,83 @@
|
|||||||
|
######################################################
|
||||||
|
# Dynamic Country Collections #
|
||||||
|
# Created by Yozora and Bullmoose20 #
|
||||||
|
# Artwork Credit to Duhniel #
|
||||||
|
######################################################
|
||||||
|
|
||||||
|
templates:
|
||||||
|
country_dynamic:
|
||||||
|
default:
|
||||||
|
URL_ENCODE: <<key_name>>
|
||||||
|
collection_mode: hide
|
||||||
|
sort_title: +09_country<<collection_name>>
|
||||||
|
url_poster: https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/country/color/<<URL_ENCODE>>.jpg?raw=true
|
||||||
|
smart_filter:
|
||||||
|
sort_by: release.desc
|
||||||
|
any:
|
||||||
|
country: <<value>>
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
Country: # mapping name does not matter just needs to be unique
|
||||||
|
type: country
|
||||||
|
title_format: <<key_name>>
|
||||||
|
other_name: Other Countries
|
||||||
|
template: country_dynamic
|
||||||
|
template_variables:
|
||||||
|
URL_ENCODE:
|
||||||
|
Czech Republic: Czech%20Republic
|
||||||
|
Hong Kong: Hong%20Kong
|
||||||
|
New Zealand: New%20Zealand
|
||||||
|
Saudi Arabia: Saudi%20Arabia
|
||||||
|
South Africa: South%20Africa
|
||||||
|
United Arab Emirates: United%20Arab%20Emirates
|
||||||
|
United Kingdon: United%20Kingdom
|
||||||
|
United States of America: United%20States%20of%20America
|
||||||
|
Other Countries: Other%20Countries
|
||||||
|
include:
|
||||||
|
- Australia
|
||||||
|
- Brazil
|
||||||
|
- Bulgaria
|
||||||
|
- Canada
|
||||||
|
- Chile
|
||||||
|
- China
|
||||||
|
- Czech Republic
|
||||||
|
- Denmark
|
||||||
|
- Estonia
|
||||||
|
- France
|
||||||
|
- Greece
|
||||||
|
- Hong Kong
|
||||||
|
- Hungary
|
||||||
|
- Iceland
|
||||||
|
- India
|
||||||
|
- Indonesia
|
||||||
|
- Iran
|
||||||
|
- Ireland
|
||||||
|
- Italy
|
||||||
|
- Japan
|
||||||
|
- Korea
|
||||||
|
- Latvia
|
||||||
|
- Malayasia
|
||||||
|
- Mexico
|
||||||
|
- Netherlands
|
||||||
|
- New Zealand
|
||||||
|
- Norway
|
||||||
|
- Pakistan
|
||||||
|
- Philippines
|
||||||
|
- Poland
|
||||||
|
- Portugal
|
||||||
|
- Romania
|
||||||
|
- Russia
|
||||||
|
- Saudi Arabia
|
||||||
|
- Serbia
|
||||||
|
- South Africa
|
||||||
|
- Spain
|
||||||
|
- Sweden
|
||||||
|
- Switzerland
|
||||||
|
- Thailand
|
||||||
|
- Turkey
|
||||||
|
- Ukraine
|
||||||
|
- United Arab Emirates
|
||||||
|
# - United Kingdom Disabled by default due to high volume
|
||||||
|
# - United States of America Disabled by default due to high volume
|
||||||
|
- Vietnam
|
||||||
|
|
Loading…
Reference in new issue