mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[117] finish collection defaults in the wiki
This commit is contained in:
parent
f71f869240
commit
853beb019f
71 changed files with 1104 additions and 635 deletions
|
@ -20,6 +20,7 @@ Added support for the [AniDB API](https://metamanager.wiki/en/latest/config/anid
|
|||
Adds `mass_original_title_update` [library operation](https://metamanager.wiki/en/latest/config/operations.html)
|
||||
Adds many new options to the various mass_update [library operations](https://metamanager.wiki/en/latest/config/operations.html)
|
||||
Added the ability to give a list of sorts with `plex_search` and `smart_filter` to create a tiered sort
|
||||
Added `edition_filter` to [Movie metadata edits](https://metamanager.wiki/en/latest/metadata/metadata/movie.html#special-attributes) to allow searching for an item to include an edition.
|
||||
|
||||
# Default Metadata Changes
|
||||
Added Common Sense Selection [Movie](https://www.commonsensemedia.org/reviews/category/movie/tag/common-sense-selections-31822)] and [Show](https://www.commonsensemedia.org/reviews/category/tv/tag/common-sense-selections-31822) collections to `PMM/chart/other`
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop116
|
||||
1.17.3-develop117
|
||||
|
|
|
@ -1,23 +1,9 @@
|
|||
#############################################################
|
||||
# Awards Separator Collection #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/award/separator #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# use_separator: true #
|
||||
# # Separator style (red, blue, green, gray, #
|
||||
# purple, stb, orig) #
|
||||
# sep_style: orig #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: 16 #
|
||||
#############################################################
|
||||
##############################################################################
|
||||
# Award Separator Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/separator_award.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
|
@ -25,7 +11,10 @@ external_templates:
|
|||
collection_section: "01"
|
||||
|
||||
collections:
|
||||
Chart Collections:
|
||||
Award Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: chart
|
||||
separator: award
|
||||
- name: translation
|
||||
key_name: Award
|
||||
translation_key: separator
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: actor
|
||||
- name: translation
|
||||
key_name: Actors
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Top Actors:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: audio_language
|
||||
- name: translation
|
||||
key_name: Audio Language
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Audio Language:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: content_rating
|
||||
- name: translation
|
||||
key_name: Ratings
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
CommonSense Content Rating:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: content_rating
|
||||
- name: translation
|
||||
key_name: Ratings
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
UK Content Rating:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: genre
|
||||
- name: translation
|
||||
key_name: Genre
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Genre:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: resolution
|
||||
- name: translation
|
||||
key_name: Resolution
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Resolution:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: resolution
|
||||
- name: translation
|
||||
key_name: Resolution
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Resolution Standards:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: streaming
|
||||
- name: translation
|
||||
key_name: Streaming
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Streaming:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: studio
|
||||
- name: translation
|
||||
key_name: Studio
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Studio:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: subtitle_language
|
||||
- name: translation
|
||||
key_name: Subtitle Language
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Subtitle Language:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: year
|
||||
- name: translation
|
||||
key_name: Year
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Year:
|
||||
|
|
|
@ -1,23 +1,9 @@
|
|||
#############################################################
|
||||
# Awards Separator Collection #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/award/separator #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# use_separator: true #
|
||||
# # Separator style (red, blue, green, gray, #
|
||||
# purple, stb, orig) #
|
||||
# sep_style: orig #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: 16 #
|
||||
#############################################################
|
||||
##############################################################################
|
||||
# Chart Separator Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/separator_chart.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
|
@ -25,7 +11,10 @@ external_templates:
|
|||
collection_section: 16
|
||||
|
||||
collections:
|
||||
Award Collections:
|
||||
Chart Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: award
|
||||
separator: chart
|
||||
- name: translation
|
||||
key_name: Chart
|
||||
translation_key: separator
|
||||
|
|
|
@ -1,67 +1,9 @@
|
|||
#############################################################
|
||||
# Trakt Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# REQUIRES TRAKT AUTHENTICATION #
|
||||
# https://metamanager.wiki/en/latest/config/trakt.html #
|
||||
# #
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/trakt #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # For each collection use the "key" to set #
|
||||
# # the options. #
|
||||
# # Available collections #
|
||||
# # KEY COLLECTION #
|
||||
# # collected Trakt Collected #
|
||||
# # popular Trakt Popular #
|
||||
# # recommended Trakt Recommended #
|
||||
# # trending Trakt Trending #
|
||||
# # watched Trakt Watched #
|
||||
# #
|
||||
# # Available options. Replace "key" with the #
|
||||
# # desired collection's key from the chart above. #
|
||||
# #
|
||||
# # Customize summary of collection #
|
||||
# summary_key: A collection of ... #
|
||||
# # Turn the collection on/off #
|
||||
# use_key: true #
|
||||
# # Determines collection order in its section #
|
||||
# order_key: #
|
||||
# # Determines collection order of the collection #
|
||||
# collection_order_key: custom #
|
||||
# # Set visible_library for the collection #
|
||||
# visible_library_key: #
|
||||
# # Set visible_home for the collection #
|
||||
# visible_home_key: #
|
||||
# # Set visible_shared for the collection #
|
||||
# visible_shared_key: #
|
||||
# # Set limit for the collection #
|
||||
# limit_key: 100 #
|
||||
# # Adds missing from the collection to radarr #
|
||||
# radarr_add_missing_key: #
|
||||
# # Adds missing from the collection to sonarr #
|
||||
# sonarr_add_missing_key: #
|
||||
# # Radarr Folder to add to #
|
||||
# radarr_folder_key: #
|
||||
# # Sonarr Folder to add to #
|
||||
# sonarr_folder_key: #
|
||||
# # Radarr Tag for added missing #
|
||||
# radarr_tag_key: #
|
||||
# # Sonarr Tag for added missing #
|
||||
# sonarr_tag_key: #
|
||||
# # Radarr Tag for existing items #
|
||||
# item_radarr_tag_key: #
|
||||
# # Sonarr Tag for existing items #
|
||||
# item_sonarr_tag_key: #
|
||||
#############################################################
|
||||
##############################################################################
|
||||
# Trakt Charts Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/chart/trakt.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: content_rating
|
||||
- name: translation
|
||||
key_name: Ratings
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
US Movie Content Ratings:
|
||||
|
|
|
@ -19,6 +19,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: country
|
||||
- name: translation
|
||||
key_name: Country
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Country:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: decade
|
||||
- name: translation
|
||||
key_name: Decade
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Decade:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: director
|
||||
- name: translation
|
||||
key_name: Directors
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Top Directors:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: producer
|
||||
- name: translation
|
||||
key_name: Producers
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Top Producers:
|
||||
|
|
|
@ -14,7 +14,6 @@ translations:
|
|||
templates:
|
||||
holiday:
|
||||
default:
|
||||
key: <<collection_name>>
|
||||
sort_by: title.asc
|
||||
sort_by_<<key>>: <<sort_by>>
|
||||
schedule_<<key>>: <<schedule>>
|
||||
|
@ -54,6 +53,9 @@ collections:
|
|||
- name: separator
|
||||
separator: seasonal
|
||||
use_separator: false
|
||||
- name: translation
|
||||
key_name: Seasonal
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Seasonal:
|
||||
|
|
|
@ -1,32 +1,9 @@
|
|||
#############################################################
|
||||
# Universe Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# REQUIRES TRAKT AUTHENTICATION #
|
||||
# https://metamanager.wiki/en/latest/config/trakt.html #
|
||||
# #
|
||||
# Call this from your config.yml (Movie only) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/movie/universe #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# use_separator: true #
|
||||
# # Separator style (red, blue, green, gray, #
|
||||
# purple, stb, orig) #
|
||||
# sep_style: orig #
|
||||
# # Sets the collection order of the collection #
|
||||
# collection_order: alpha #
|
||||
# # Adds missing from the collection to radarr #
|
||||
# radarr_add_missing: #
|
||||
# # Radarr Folder to add to #
|
||||
# radarr_folder: #
|
||||
# # Radarr Tag for added missing #
|
||||
# radarr_tag: #
|
||||
# # Radarr Tag for existing items #
|
||||
# item_radarr_tag: #
|
||||
#############################################################
|
||||
##############################################################################
|
||||
# Universe Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/movie/universe.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
|
@ -34,137 +11,66 @@ external_templates:
|
|||
collection_section: "02"
|
||||
|
||||
templates:
|
||||
multi-franchise:
|
||||
universe:
|
||||
default:
|
||||
trakt_list_<<key>>: <<trakt_list>>
|
||||
name_mapping_<<key>>: <<name_mapping>>
|
||||
minimum_items: 2
|
||||
optional:
|
||||
- name_mapping
|
||||
name_mapping: <<name_mapping>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/<<image_encoded>>.jpg
|
||||
- name_<<key>>
|
||||
- summary_<<key>>
|
||||
- imdb_list_<<key>>
|
||||
minimum_items: <<minimum_items>>
|
||||
name_mapping: <<name_mapping_<<key>>>>
|
||||
imdb_list: <<imdb_list_<<key>>>>
|
||||
trakt_list: <<trakt_list_<<key>>>>
|
||||
summary: <<summary_<<key>>>>
|
||||
name: <<name_<<key>>>>
|
||||
|
||||
collections:
|
||||
Universe Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: universe
|
||||
Star Wars Universe:
|
||||
variables:
|
||||
key: star
|
||||
- name: translation
|
||||
key_name: Universe
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Universe Collections:
|
||||
type: custom
|
||||
data:
|
||||
star: Star Wars Universe
|
||||
dca: DC Animated Universe
|
||||
dcu: DC Extended Universe
|
||||
mcu: Marvel Cinematic Universe
|
||||
wizard: Wizarding World
|
||||
avp: Alien / Predator
|
||||
xmen: X-Men Universe
|
||||
middle: Middle Earth
|
||||
fast: Fast & Furious
|
||||
trek: Star Trek
|
||||
rocky: Rocky / Creed
|
||||
mummy: The Mummy Universe
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Star Wars
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/zorge88/lists/star-wars
|
||||
DC Animated Universe:
|
||||
variables:
|
||||
key: dca
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: DC Universe
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/dc-animated-movie-universe
|
||||
DC Extended Universe:
|
||||
variables:
|
||||
key: dcu
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: DC Universe
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe
|
||||
summary: The DC Extended Universe (DCEU) is the fictional shared universe where most stories in American comic book titles published by DC Comics take place. DC superheroes such as Superman, Batman, Wonder Woman, Martian Manhunter, The Flash, Green Lantern and Aquaman are from this universe, as well as teams such as the Justice League and the Teen Titans.
|
||||
Marvel Cinematic Universe:
|
||||
variables:
|
||||
key: mcu
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Marvel Cinematic Universe
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe
|
||||
Wizarding World:
|
||||
variables:
|
||||
key: wizard
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Wizarding World
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/strangerer/lists/harry-potter
|
||||
"Alien / Predator":
|
||||
variables:
|
||||
key: avp
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Alien Predator
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/alien-predator-timeline
|
||||
name_mapping: Alien Predator
|
||||
X-Men Universe:
|
||||
variables:
|
||||
key: xmen
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: X-Men
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe
|
||||
Middle Earth:
|
||||
variables:
|
||||
key: middle
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Middle Earth
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/dybro/lists/lord-of-the-rings
|
||||
Fast & Furious:
|
||||
variables:
|
||||
key: fast
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Fast & Furious
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/vargajoe/lists/fast-and-furious-chronology
|
||||
Star Trek:
|
||||
variables:
|
||||
key: trek
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Star Trek
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/arachn0id/lists/star-trek-movies
|
||||
Rocky / Creed:
|
||||
variables:
|
||||
key: rocky
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: Rocky Creed
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/strangerer/lists/rocky
|
||||
name_mapping: Rocky Creed
|
||||
The Mummy Universe:
|
||||
variables:
|
||||
key: mummy
|
||||
template:
|
||||
- name: multi-franchise
|
||||
image: The Mummy
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/rzepkowski/lists/the-mummy-movies
|
||||
- universe
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
trakt_list:
|
||||
star: https://trakt.tv/users/donxy/lists/dc-animated-movie-universe
|
||||
dca: https://trakt.tv/users/donxy/lists/dc-animated-movie-universe
|
||||
dcu: https://trakt.tv/users/donxy/lists/dc-extended-universe
|
||||
mcu: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe
|
||||
wizard: https://trakt.tv/users/strangerer/lists/harry-potter
|
||||
avp: https://trakt.tv/users/donxy/lists/alien-predator-timeline
|
||||
xmen: https://trakt.tv/users/donxy/lists/x-men-universe
|
||||
middle: https://trakt.tv/users/dybro/lists/lord-of-the-rings
|
||||
fast: https://trakt.tv/users/vargajoe/lists/fast-and-furious-chronology
|
||||
trek: https://trakt.tv/users/arachn0id/lists/star-trek-movies
|
||||
rocky: https://trakt.tv/users/strangerer/lists/rocky
|
||||
mummy: https://trakt.tv/users/rzepkowski/lists/the-mummy-movies
|
||||
image:
|
||||
default: universe/<<key>>
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: writer
|
||||
- name: translation
|
||||
key_name: Writers
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Top Writers:
|
||||
|
|
|
@ -1,58 +1,9 @@
|
|||
#############################################################
|
||||
# Playlist #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# REQUIRES TRAKT AUTHENTICATION #
|
||||
# https://metamanager.wiki/en/latest/config/trakt.html #
|
||||
# #
|
||||
# Use the libraries template variable to adjust the names #
|
||||
# #
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# playlist_files: #
|
||||
# - git: PMM/playlist #
|
||||
# template_variables: #
|
||||
# # Sets the names of the libraries to use #
|
||||
# libraries: Movies, TV Shows #
|
||||
# #
|
||||
# # For each playlist use the "key" to set #
|
||||
# # the options. #
|
||||
# # Available collections #
|
||||
# # KEY PLAYLIST #
|
||||
# # arrow Arrowverse #
|
||||
# # mcu Marvel Cinematic Universe #
|
||||
# # dcau DC Animated Universe #
|
||||
# # pokemon Pokémon #
|
||||
# # startrek Star Trek #
|
||||
# # starwars Star Wars #
|
||||
# # clonewars Star Wars The Clone Wars #
|
||||
# # xmen X-Men #
|
||||
# #
|
||||
# # Available options. Replace "key" with the #
|
||||
# # desired playlist's key from the chart above. #
|
||||
# #
|
||||
# # Turn the playlist on/off #
|
||||
# use_key: true #
|
||||
# # Change the lists URL #
|
||||
# url_key: https://trakt.tv/users/... #
|
||||
# # Radarr Add Missing #
|
||||
# radarr_add_missing_key: true #
|
||||
# # Sonarr Add Missing #
|
||||
# sonarr_add_missing_key: true #
|
||||
# # Radarr Folder to add to #
|
||||
# radarr_folder_key: #
|
||||
# # Sonarr Folder to add to #
|
||||
# sonarr_folder_key: #
|
||||
# # Radarr Tag for missing items #
|
||||
# radarr_tag_key: #
|
||||
# # Sonarr Tag for missing items #
|
||||
# sonarr_tag_key: #
|
||||
# # Radarr Tag for existing items #
|
||||
# item_radarr_tag_key: #
|
||||
# # Sonarr Tag for existing items #
|
||||
# item_sonarr_tag_key: #
|
||||
#############################################################
|
||||
##############################################################################
|
||||
# Playlists #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/playlist.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
|
@ -63,21 +14,28 @@ templates:
|
|||
libraries: Movies, TV Shows
|
||||
item_radarr_tag_<<key>>: <<item_radarr_tag>>
|
||||
item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
|
||||
url_<<key>>: <<trakt_url>>
|
||||
trakt_url_<<key>>: <<trakt_url>>
|
||||
url_poster_<<key>>: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/playlist/<<playlist_name_encoded>>.jpg
|
||||
optional:
|
||||
- use_<<key>>
|
||||
- item_radarr_tag
|
||||
- item_sonarr_tag
|
||||
- ignore_ids
|
||||
- ignore_imdb_ids
|
||||
allowed_library_types:
|
||||
- <<use_<<key>>>>
|
||||
ignore_ids: <<ignore_ids>>
|
||||
ignore_imdb_ids: <<ignore_imdb_ids>>
|
||||
item_radarr_tag: <<item_radarr_tag_<<key>>>>
|
||||
item_sonarr_tag: <<item_sonarr_tag_<<key>>>>
|
||||
trakt_list: <<url_<<key>>>>
|
||||
trakt_list: <<trakt_url_<<key>>>>
|
||||
cache_builders: 1
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: <<libraries>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/playlist/<<playlist_name_encoded>>.jpg
|
||||
url_poster: <<url_poster_<<key>>>>
|
||||
summary: <<summary_<<key>>>>
|
||||
name: <<name_<<key>>>>
|
||||
|
||||
playlists:
|
||||
Arrowverse (Timeline Order):
|
||||
|
@ -86,8 +44,8 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/donxy/lists/arrowverse
|
||||
summary_arrow: The Arrowverse is an American superhero media franchise and a shared universe that is centered on various interconnected television series based on DC Comics superhero characters, primarily airing on The CW as well as web series on CW Seed.
|
||||
- name: arr
|
||||
summary: The Arrowverse is an American superhero media franchise and a shared universe that is centered on various interconnected television series based on DC Comics superhero characters, primarily airing on The CW as well as web series on CW Seed.
|
||||
|
||||
Marvel Cinematic Universe (Timeline Order):
|
||||
variables:
|
||||
|
@ -95,8 +53,8 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe
|
||||
summary_mcu: The Marvel Cinematic Universe (MCU) is a collection of movies and television series that tell a singular narrative related to Marvel characters, settings and stories. The MCU is a product from Disney and Marvel that brings us heroes from Black Panther and Doctor Strange to Spider-Man and Iron Man.
|
||||
- name: arr
|
||||
summary: The Marvel Cinematic Universe (MCU) is a collection of movies and television series that tell a singular narrative related to Marvel characters, settings and stories. The MCU is a product from Disney and Marvel that brings us heroes from Black Panther and Doctor Strange to Spider-Man and Iron Man.
|
||||
|
||||
DC Animated Universe (Timeline Order):
|
||||
variables:
|
||||
|
@ -104,8 +62,8 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/donxy/lists/dc-animated-series-universe
|
||||
summary_dcau: "The DC Animated Universe (DCAU) is a shared universe consisting primarily of superhero-based animated television series, produced by Warner Bros. Animation and based on characters that appear in American comic books published by DC Comics. The first TV series set in the DCAU was Batman: The Animated Series, which premiered in 1992; the last TV series was Justice League Unlimited, which ended its run in 2006."
|
||||
- name: arr
|
||||
summary: "The DC Animated Universe (DCAU) is a shared universe consisting primarily of superhero-based animated television series, produced by Warner Bros. Animation and based on characters that appear in American comic books published by DC Comics. The first TV series set in the DCAU was Batman: The Animated Series, which premiered in 1992; the last TV series was Justice League Unlimited, which ended its run in 2006."
|
||||
|
||||
Pokémon (Timeline Order):
|
||||
variables:
|
||||
|
@ -113,8 +71,8 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/munch54/lists/pokemon-watching-order
|
||||
summary_pokemon: Ash Ketchum, his yellow pet Pikachu, and his human friends explore a world of powerful creatures. Ten-year-old Ash aspires to be the greatest Pokémon (pocket monster) trainer in the world. To do this, he enlists the help of many friends, and his own Pokémon, Pikachu.
|
||||
- name: arr
|
||||
summary: Ash Ketchum, his yellow pet Pikachu, and his human friends explore a world of powerful creatures. Ten-year-old Ash aspires to be the greatest Pokémon (pocket monster) trainer in the world. To do this, he enlists the help of many friends, and his own Pokémon, Pikachu.
|
||||
|
||||
Star Trek (Timeline Order):
|
||||
variables:
|
||||
|
@ -122,8 +80,8 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/pedrohcramos/lists/star-trek-timeline
|
||||
summary_startrek: Few film franchises have lasted as long as Star Trek. Through five decades and three different crews, the Star Trek films have saved more than a few worlds (and the whales), traveling through time more than once to do it. With them being set in so many different time periods, their actual chronological order might get a little confusing. No need to fret as this is the proper order… in linear time, anyway. On a quantum level is a whole other thing.
|
||||
- name: arr
|
||||
summary: Few film franchises have lasted as long as Star Trek. Through five decades and three different crews, the Star Trek films have saved more than a few worlds (and the whales), traveling through time more than once to do it. With them being set in so many different time periods, their actual chronological order might get a little confusing. No need to fret as this is the proper order… in linear time, anyway. On a quantum level is a whole other thing.
|
||||
|
||||
Star Wars (Timeline Order):
|
||||
variables:
|
||||
|
@ -131,8 +89,9 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline
|
||||
summary_starwars: A long time ago in a galaxy far, far away, a farm boy on a desert planet dreamed of joining a rebellion and saving a princess from a dark lord, and thus, one of the most successful cinematic sagas of all time was born. What began with one space opera in 1977 quickly grew into a media empire that included toys, comic books, video games, TV series, and memorabilia in every possible form. Today, more than 40 years after it first arrived, Star Wars remains a global pop culture phenomenon, and the story still isn't over.
|
||||
- name: arr
|
||||
summary: A long time ago in a galaxy far, far away, a farm boy on a desert planet dreamed of joining a rebellion and saving a princess from a dark lord, and thus, one of the most successful cinematic sagas of all time was born. What began with one space opera in 1977 quickly grew into a media empire that included toys, comic books, video games, TV series, and memorabilia in every possible form. Today, more than 40 years after it first arrived, Star Wars remains a global pop culture phenomenon, and the story still isn't over.
|
||||
|
||||
|
||||
Star Wars The Clone Wars (Timeline Order):
|
||||
variables:
|
||||
|
@ -140,8 +99,9 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/tomfin46/lists/star-wars-the-clone-wars-chronological-episode-order
|
||||
summary_clonewars: As more star systems get swept into the Clone Wars, the valiant Jedi knights struggle to maintain order. Anakin Skywalker and his Padawan learner Ahsoka Tano embark on a mission that brings them face-to-face with Jabba the Hutt. Plotting against them is evil Count Dooku and his agent, Asajj Ventress, who would ensure that the Jedis fail. Meanwhile, Yoda and Obi-Wan Kenobi lead the clone army against the forces of the Dark Side.
|
||||
- name: arr
|
||||
summary: As more star systems get swept into the Clone Wars, the valiant Jedi knights struggle to maintain order. Anakin Skywalker and his Padawan learner Ahsoka Tano embark on a mission that brings them face-to-face with Jabba the Hutt. Plotting against them is evil Count Dooku and his agent, Asajj Ventress, who would ensure that the Jedis fail. Meanwhile, Yoda and Obi-Wan Kenobi lead the clone army against the forces of the Dark Side.
|
||||
|
||||
|
||||
X-Men (Timeline Order):
|
||||
variables:
|
||||
|
@ -149,5 +109,5 @@ playlists:
|
|||
template:
|
||||
- name: playlist
|
||||
trakt_url: https://trakt.tv/users/heyitsbea/lists/x-men
|
||||
summary_xmen: The X-Men are a fictional team of superheroes appearing in American comic books published by Marvel Comics, first appearing in The X-Men Issue 1. Although initially cancelled in 1970, following its 1975 revival and subsequent direction under writer Chris Claremont, it became one of the most recognizable and successful franchises of Marvel Comics.
|
||||
- name: arr
|
||||
summary: The X-Men are a fictional team of superheroes appearing in American comic books published by Marvel Comics, first appearing in The X-Men Issue 1. Although initially cancelled in 1970, following its 1975 revival and subsequent direction under writer Chris Claremont, it became one of the most recognizable and successful franchises of Marvel Comics.
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: content_rating
|
||||
- name: translation
|
||||
key_name: Ratings
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
US Show Content Rating:
|
||||
|
|
|
@ -19,6 +19,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: country
|
||||
- name: translation
|
||||
key_name: Country
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Country:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: decade
|
||||
- name: translation
|
||||
key_name: Decade
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Decade:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
##############################################################################
|
||||
#Franchise Collections #
|
||||
#Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
#https://metamanager.wiki/en/latest/defaults/movi/franchise.html #
|
||||
# Franchise Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/show/franchise.html #
|
||||
##############################################################################
|
||||
|
||||
templates:
|
||||
|
|
|
@ -18,6 +18,9 @@ collections:
|
|||
template:
|
||||
- name: separator
|
||||
separator: network
|
||||
- name: translation
|
||||
key_name: Network
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Network:
|
||||
|
|
|
@ -4,6 +4,7 @@ templates:
|
|||
default:
|
||||
sep_style: orig
|
||||
collection_section: "00"
|
||||
url_poster_<<key>>: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/<<sep_style>>/<<separator>>.jpg
|
||||
optional:
|
||||
- use_separator
|
||||
- collection_mode
|
||||
|
@ -11,7 +12,7 @@ templates:
|
|||
collection_mode: <<collection_mode>>
|
||||
sort_title: "!<<collection_section>>_!<<collection_name>>"
|
||||
blank_collection: true
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/<<sep_style>>/<<separator>>.jpg
|
||||
url_poster: <<url_poster_<<key>>>>
|
||||
|
||||
shared:
|
||||
default:
|
||||
|
@ -34,9 +35,13 @@ templates:
|
|||
- item_radarr_tag
|
||||
- item_sonarr_tag
|
||||
- trakt_list
|
||||
- ignore_ids
|
||||
- ignore_imdb_ids
|
||||
allowed_library_types:
|
||||
- <<use_<<key>>>>
|
||||
- <<allowed_libraries>>
|
||||
ignore_ids: <<ignore_ids>>
|
||||
ignore_imdb_ids: <<ignore_imdb_ids>>
|
||||
trakt_list: <<trakt_list>>
|
||||
ignore_blank_results: true
|
||||
collection_mode: <<collection_mode>>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
1.18.0.3 -> 1.18.0.4
|
||||
|
||||
basic_episodes_summary: Changed `A collection of newly-released <<library_translation>>s.` to `A collection of newly-released Episodes.`
|
||||
Added separator_name and separator_summary
|
||||
|
||||
1.18.0.2 -> 1.18.0.3
|
||||
|
||||
content_rating_other_name: Changed `Other Ratings` to `Not Rated <<library_translationU>>s`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 1.18.0.3
|
||||
version: 1.18.0.4
|
||||
variables:
|
||||
library_translation:
|
||||
# For Movie Libraries
|
||||
|
@ -110,7 +110,7 @@ translations:
|
|||
basic_released_summary: A collection of newly-released <<library_translation>>s.
|
||||
|
||||
basic_episodes_name: New Episodes
|
||||
basic_episodes_summary: A collection of newly-released <<library_translation>>s.
|
||||
basic_episodes_summary: A collection of newly-released Episodes.
|
||||
|
||||
# possible key_name: Netflix, Disney, HBO, Hulu, Paramount Plus, Prime Video
|
||||
flixpatrol_name: <<key_name>> Top <<limit>>
|
||||
|
@ -192,6 +192,10 @@ translations:
|
|||
# Both #
|
||||
#############################################################
|
||||
|
||||
# possible key_names: Seasonal, Chart, Universe, Streaming, Network, Genre, Studio, Country, Audio Language, Subtitle Language, Decade, Year, Ratings, Resolution, Award, Actors, Directors, Producers, Writers
|
||||
separator_name: <<key_name>> Collections
|
||||
separator_summary: Section separator for <<key_name>> Collections
|
||||
|
||||
# example key_name: Robin Williams
|
||||
actor_name: <<key_name>>
|
||||
actor_summary: <<library_translationU>>s with <<key_name>>.
|
||||
|
|
291
defaults/translations/pt-br.yml
Normal file
291
defaults/translations/pt-br.yml
Normal file
|
@ -0,0 +1,291 @@
|
|||
version: 1.18.0.3
|
||||
variables:
|
||||
library_translation:
|
||||
# For Movie Libraries
|
||||
movie: filme
|
||||
# For Show Libraries
|
||||
show: séries
|
||||
# For Music Libraries
|
||||
artist: artista
|
||||
# For Other Video Libraries
|
||||
video: vídeo
|
||||
# For Playlists
|
||||
item: itens
|
||||
library_translationU:
|
||||
# For Movie Libraries
|
||||
movie: Filme
|
||||
# For Show Libraries
|
||||
show: Séries
|
||||
# For Music Libraries
|
||||
artist: Artista
|
||||
# For Other Video Libraries
|
||||
video: Vídeo
|
||||
# For Playlists
|
||||
item: Itens
|
||||
key_names:
|
||||
New Year's Day: 1º dia do Ano
|
||||
Valentine's Day: Dia de São Valentim
|
||||
St. Patrick's Day: Dia de São Patrício
|
||||
Easter: Páscoa
|
||||
Mother's Day: Dia das Mães
|
||||
memorial day: Dia da Recordação
|
||||
Father's Day: Dia dos Pais
|
||||
Independence Day: Dia da Independência
|
||||
Labor Day: Dia do Trabalho
|
||||
Thanksgiving: Ação de Graças
|
||||
Christmas: Natal
|
||||
|
||||
translations:
|
||||
#############################################################
|
||||
# Award #
|
||||
#############################################################
|
||||
|
||||
bafta_best_name: Melhores Filmes BAFTA
|
||||
bafta_best_summary: Vencedores do Melhor Filme da Academia Britânica de Artes Cinematográficas e Televisão.
|
||||
|
||||
# example key_name: 2022
|
||||
bafta_year_name: BAFTA <<key_name>>
|
||||
bafta_year_summary: <<key_name>> Prêmio BAFTA.
|
||||
|
||||
cannes_best_name: Vencedores do Cannes Golden Palm
|
||||
cannes_best_summary: Vencedores do Cannes Golden Palm.
|
||||
|
||||
# example key_name: 2022
|
||||
cannes_year_name: Cannes <<key_name>>
|
||||
cannes_year_summary: <<key_name>> Prêmios Cannes.
|
||||
|
||||
choice_year_name: Prêmio Critics Choice <<key_name>>
|
||||
choice_year_summary: <<key_name>> Prêmio Critics Choice.
|
||||
|
||||
# example key_name: 2022
|
||||
emmy_year_name: Emmys <<key_name>>
|
||||
emmy_year_summary: <<key_name>> Vencedores do Emmy.
|
||||
|
||||
golden_best_name: Globo de Ouro de Melhores Filmes
|
||||
golden_best_summary: Globo de Ouro de Melhores Filmes.
|
||||
|
||||
# example key_name: 2022
|
||||
golden_year_name: Globo de Ouro <<key_name>>
|
||||
golden_year_summary: <<key_name>> Vencedores do Globo de Ouro.
|
||||
|
||||
oscars_picture_name: Vencedores do Oscar de Melhor Filme
|
||||
oscars_picture_summary: O Oscar de Melhor Filme é um dos prêmios da Academia apresentados anualmente pela Academia de Artes e Ciências Cinematográficas desde que os prêmios estreou em 1929.
|
||||
|
||||
oscars_director_name: Vencedores do Oscar de Melhor Diretor
|
||||
oscars_director_summary: O Oscar de Melhor Diretor é um dos prêmios da Academia apresentados anualmente pela Academia de Artes e Ciências Cinematográficas desde que os prêmios estreou em 1929.
|
||||
|
||||
# example key_name: 2022
|
||||
oscars_year_name: Vencedores do Oscar <<key_name>>
|
||||
oscars_year_summary: Vencedores da Academia do Oscar de <<key_name>>.
|
||||
|
||||
berlinale_best_name: Prêmio Berlinale Golden Bears
|
||||
berlinale_best_summary: Até 400 filmes são exibidos todos os anos como parte do programa público da Berlinale (Festival Internacional de Cinema de Berlim), a grande maioria dos quais são estreias mundiais ou europeias. Filmes de todos os gêneros, duração e formato podem ser enviados para consideração. O Urso de Ouro (Goldener Bär alemão) é o maior prêmio concedido ao melhor filme exibido durante este festival.
|
||||
|
||||
cesar_best_name: Vencedores do Prêmio César de Melhor Filme
|
||||
cesar_best_summary: O Prêmio César é o prêmio nacional de cinema da França, concedido pela primeira vez em 1975. As indicações são selecionadas pelos membros da Académie des Arts et Techniques du Cinéma. O nome do prêmio vem do escultor César Baldaccini. Eles são considerados o equivalente francês do American Academy Awards.
|
||||
|
||||
razzie_worst_name: Vencedores do Prêmio Razzies Golden Raspberry
|
||||
razzie_worst_summary: O Prêmio Framboesa de Ouro de Pior Filme é um prêmio concedido no prêmio anual Framboesa de Ouro ao pior filme do ano passado.
|
||||
|
||||
venice_best_name: Prêmio Venice Golden Lions
|
||||
venice_best_summary: O Festival de Cinema de Veneza é o festival de cinema mais antigo do mundo. Fundado em 1932, o festival acontece todos os anos em Veneza, na Itália. Faz parte da Bienal de Veneza, uma grande exposição bienal e festival de arte contemporânea. O prêmio Leone d'Oro (Leão de Ouro) do festival é concedido ao melhor filme exibido no festival.
|
||||
|
||||
# example key_name: 2022
|
||||
spirit_year_name: Prêmio Independent Spirit <<key_name>>
|
||||
spirit_year_summary: <<key_name>> Prêmio Independent Spirit.
|
||||
|
||||
sundance_best_name: Vencedores Prêmio do Sundance Grand Jury
|
||||
sundance_best_summary: O Sundance Film Festival é um festival de cinema que acontece anualmente no estado de Utah, nos Estados Unidos. É o maior festival de cinema independente dos EUA Realizado em janeiro, o festival é a principal vitrine para novos trabalhos de cineastas independentes americanos e internacionais. O festival compreende seções competitivas para filmes dramáticos e documentários americanos e internacionais, longas-metragens e curtas-metragens, e um grupo de seções de exibição não competitivas.
|
||||
|
||||
# example key_name: 2022
|
||||
sundance_year_name: Festival de Cinema de Sundance <<key_name>>
|
||||
sundance_year_summary: Festival de Cinema de Sundance de <<key_name>>.
|
||||
|
||||
#############################################################
|
||||
# Chart #
|
||||
#############################################################
|
||||
|
||||
anilist_popular_name: Popular no AniList
|
||||
anilist_popular_summary: Uma coleção dos Animes mais populares de acordo com AniList.
|
||||
|
||||
anilist_top_rated_name: Mais votado no AniList
|
||||
anilist_top_rated_summary: Uma coleção dos Animes mais votados de acordo com AniList.
|
||||
|
||||
anilist_trending_name: Tendência no AniList
|
||||
anilist_trending_summary: Uma coleção de tendências de anime de acordo com AniList.
|
||||
|
||||
anilist_season_name: Atual Temporada no AniList
|
||||
anilist_season_summary: Uma coleção de animes da Atual Temporada de acordo com AniList.
|
||||
|
||||
basic_released_name: Recém-lançado
|
||||
basic_released_summary: Uma coleção de recém-lançados <<library_translation>>s.
|
||||
|
||||
basic_episodes_name: Novos episódios
|
||||
basic_episodes_summary: Uma coleção de episódios recém-lançados <<library_translation>>s.
|
||||
|
||||
# possible key_name: Netflix, Disney, HBO, Hulu, Paramount Plus, Prime Video
|
||||
flixpatrol_name: <<key_name>> Top <<limit>>
|
||||
flixpatrol_summary: Top <<limit>> <<library_translation>>s da <<key_name>> de acordo com FlixPatrol.
|
||||
|
||||
imdb_popular_name: Popular no IMDb
|
||||
imdb_popular_summary: Lista dos mais populares de acordo com IMDb <<library_translation>>s.
|
||||
|
||||
imdb_top_name: Top 250 no IMDb
|
||||
imdb_top_summary: Lista dos Top 250 de acordo com IMDb <<library_translation>>s.
|
||||
|
||||
imdb_lowest_name: Classificação baixa no IMDb
|
||||
imdb_lowest_summary: Lista com classificação mais baixa de acordo com IMDb <<library_translation>>s.
|
||||
|
||||
mal_popular_name: Popular no MyAnimeList
|
||||
mal_popular_summary: Uma coleção dos animes mais populares de acordo com MyAnimeList.
|
||||
|
||||
mal_favorited_name: Favorito no MyAnimeList
|
||||
mal_favorited_summary: Uma coleção dos animes favoritos do MyAnimeList.
|
||||
|
||||
mal_top_name: Mais votado no MyAnimeList
|
||||
mal_top_summary: Uma coleção dos animes mais votado de acordo com MyAnimeList.
|
||||
|
||||
mal_airing_name: Melhores em exibição no MyAnimeList
|
||||
mal_airing_summary: Uma coleção dos animes mais votado atualmente no ar de acordo com MyAnimeList.
|
||||
|
||||
mal_season_name: Temporada Atual no MyAnimeList
|
||||
mal_season_summary: Uma coleção dos Animes da Atual Temporada de acordo com MyAnimeList.
|
||||
|
||||
anidb_popular_name: Popular no AniDB
|
||||
anidb_popular_summary: Uma coleção dos animes mais populares no AniDB.
|
||||
|
||||
commonsense_selection_name: Uma Seleção de Common Sense
|
||||
commonsense_selection_summary: Uma coleção de Common Sense <<library_translation>>s. Common Sense reconhece o entretenimento excepcional com um selo oficial de qualidade e impacto. As seleções de Common Sense incluem mídia apropriada para a idade com o potencial de desencadear conversas em família, entreter famílias de todos os tipos e ter um efeito positivo e duradouro na sociedade.
|
||||
|
||||
stevenlu_popular_name: Filmes populares de StevenLu's
|
||||
stevenlu_popular_summary: Uma coleção de filmes mais populares de StevenLu's.
|
||||
|
||||
pirated_popular_name: Os 10 melhores filmes piratas da semana
|
||||
pirated_popular_summary: Os dez melhores filmes piratas semanais do TorrentFreak.com
|
||||
|
||||
tautulli_popular_name: Popular no Plex
|
||||
tautulli_popular_summary: Uma coleção Popular <<library_translation>>s Popular no Plex.
|
||||
|
||||
tautulli_watched_name: Top Assistido no Plex
|
||||
tautulli_watched_summary: Uma coleção dos Top <<library_translation>>s Assistido no Plex.
|
||||
|
||||
tmdb_airing_name: Vai ao ar hoje TMDb
|
||||
tmdb_airing_summary: Uma coleção de Séries com episódios que vão ao ar hoje.
|
||||
|
||||
tmdb_air_name: No ar TMDb
|
||||
tmdb_air_summary: Uma coleção de Séries que ainda estão exibindo episódios atualmente.
|
||||
|
||||
tmdb_popular_name: Popular no TMDb
|
||||
tmdb_popular_summary: Uma coleção dos mais vistos <<library_translation>>s de acordo com TMDb.
|
||||
|
||||
tmdb_top_name: Mais votado no TMDb
|
||||
tmdb_top_summary: Uma coleção dos mais votados <<library_translation>>s de acordo com TMDb.
|
||||
|
||||
tmdb_trending_name: Tendência no TMDb
|
||||
tmdb_trending_summary: Uma coleção de <<library_translation>>s em tendência no TMDb.
|
||||
|
||||
trakt_collected_name: Coletado no Trakt
|
||||
trakt_collected_summary: Uma coleção da Lista Semanal Coletada no Trakt.
|
||||
|
||||
trakt_popular_name: Popular no Trakt
|
||||
trakt_popular_summary: A collection of Trakt's Weekly Trakt Popular List.
|
||||
|
||||
trakt_recommended_name: Recomendado no Trakt
|
||||
trakt_recommended_summary: Uma coleção da lista semanal recomendada do Trakt.
|
||||
|
||||
trakt_trending_name: Tendência no Trakt
|
||||
trakt_trending_summary: Uma coleção da lista de tendências semanais do Trakt.
|
||||
|
||||
trakt_watched_name: Top Assistido Trakt
|
||||
trakt_watched_summary: Uma coleção da lista semanal dos mais assistindos segundo o Trakt.
|
||||
|
||||
#############################################################
|
||||
# Both #
|
||||
#############################################################
|
||||
|
||||
# example key_name: Robin Williams
|
||||
actor_name: <<key_name>>
|
||||
actor_summary: <<library_translationU>>s com <<key_name>>.
|
||||
|
||||
# example key_name: English
|
||||
audio_language_name: <<key_name>> Áudio
|
||||
audio_language_summary: <<library_translationU>>s filmado em <<key_name>> Language.
|
||||
|
||||
audio_language_other_name: Outros Áudios
|
||||
audio_language_other_summary: <<library_translationU>>s filmado em outras línguas.
|
||||
|
||||
# example key_name: TV-MA
|
||||
content_rating_name: <<key_name>> <<library_translationU>>s
|
||||
content_rating_summary: <<library_translationU>>s que são classificados <<key_name>>.
|
||||
|
||||
# example key_name: TV-MA
|
||||
content_rating_cs_name: Idade <<key_name>>+ <<library_translationU>>s
|
||||
content_rating_cs_summary: <<library_translationU>>s que são classificados <<key_name>> de acordo com Sistema de classificação do Common Sense .
|
||||
|
||||
content_rating_other_name: Não avaliado <<library_translationU>>s
|
||||
content_rating_other_summary: <<library_translationU>>s que estão sem classificação ou quaisquer outras classificações.
|
||||
|
||||
# example key_name: United States
|
||||
country_name: <<key_name>>
|
||||
country_summary: <<library_translationU>>s filmado no <<key_name>>.
|
||||
|
||||
country_other_name: Outros países
|
||||
country_other_summary: <<library_translationU>>s filmado em outros países.
|
||||
|
||||
# example key_name: 2010s
|
||||
decade_name: Melhores de <<key_name>>
|
||||
decade_summary: Top <<limit>> <<library_translation>>s dos <<key_name>>.
|
||||
|
||||
# example key_name: 2010
|
||||
decade_show_name: Melhores de <<key_name>>s
|
||||
decade_show_summary: Top <<limit>> <<library_translation>>s dos <<key_name>>s.
|
||||
|
||||
# example key_name: Robin Williams
|
||||
director_name: <<key_name>> (Diretor)
|
||||
director_summary: <<library_translationU>>s dirigido por <<key_name>>.
|
||||
|
||||
# example key_name: Action
|
||||
genre_name: <<key_name>> <<library_translationU>>s
|
||||
genre_summary: <<library_translationU>>s que tem o gênero <<key_name>>.
|
||||
|
||||
# example key_name: NBC
|
||||
network_name: <<key_name>>
|
||||
network_summary: <<library_translationU>>s transmitido por <<key_name>>.
|
||||
|
||||
# example key_name: Robin Williams
|
||||
producer_name: <<key_name>> (Producer)
|
||||
producer_summary: <<library_translationU>>s produzido por <<key_name>>.
|
||||
|
||||
# example key_name: 1080p
|
||||
resolution_name: <<key_name>> <<library_translationU>>s
|
||||
resolution_summary: <<library_translationU>>s que tem a resolução <<key_name>>.
|
||||
|
||||
resolution_other_name: Outra Resolução <<library_translationU>>s
|
||||
resolution_other_summary: <<library_translationU>>s que têm outras resoluções.
|
||||
|
||||
# possible key_names: New Year's Day, Valentine's Day, St. Patrick's Day, Easter, Mother's Day, Memorial Day, Father's Day, Independence Day, Labor Day, Halloween, Thanksgiving, Christmas
|
||||
seasonal_name: <<key_name>> <<library_translationU>>s
|
||||
seasonal_summary: Uma coleção de <<key_name>> <<library_translation>>s que podem estar relacionados com a temporada.
|
||||
|
||||
# possible key_names: All 4, Apple TV+, BET+, BritBox, Disney+, hayu, HBO Max, Hulu, Netflix, NOW, Paramount+, Peacock, Prime Video
|
||||
streaming_name: <<key_name>> <<library_translationU>>s
|
||||
streaming_summary: <<library_translationU>>s transmitindo por <<key_name>>.
|
||||
|
||||
# example key_name: Studio Ghibli
|
||||
studio_name: <<key_name>>
|
||||
studio_summary: <<library_translationU>>s produzido por <<key_name>>.
|
||||
|
||||
# example key_name: English
|
||||
subtitle_language_name: Legendas em <<key_name>>
|
||||
subtitle_language_summary: <<library_translationU>>s com Legendas em <<key_name>> .
|
||||
|
||||
subtitle_language_other_name: Outras legendas
|
||||
subtitle_language_other_summary: <<library_translationU>>s com outras legendas.
|
||||
|
||||
# example key_name: Robin Williams
|
||||
writer_name: <<key_name>> (Escritor)
|
||||
writer_summary: <<library_translationU>>s escrito por <<key_name>>.
|
||||
|
||||
# example key_name: 2015
|
||||
year_name: Melhores de <<key_name>>
|
||||
year_summary: <<library_translationU>>s Lançados em <<key_name>>.
|
|
@ -241,7 +241,7 @@ html_theme_options = {
|
|||
("Subtitle Language Collections", "defaults/both/subtitle_language"),
|
||||
("Year Collections", "defaults/both/year"),
|
||||
]),
|
||||
("Playlists", "defaults/files.html#playlists"),
|
||||
("Playlists", "defaults/playlist"),
|
||||
("Separators", "defaults/separators"),
|
||||
("_menu", "Overlays", [
|
||||
("Default Overlays", "defaults/overlays/readme"),
|
||||
|
|
|
@ -487,7 +487,7 @@ Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all collectio
|
|||
</table>
|
||||
|
||||
## Ignore IMDb IDs
|
||||
Set alist or comma-separated string of IMDb IDs to ignore in all collections.
|
||||
Set a list or comma-separated string of IMDb IDs to ignore in all collections.
|
||||
|
||||
<table class="dualTable colwidths-auto align-default table">
|
||||
<tr>
|
||||
|
|
57
docs/defaults/award/separator.md
Normal file
57
docs/defaults/award/separator.md
Normal file
|
@ -0,0 +1,57 @@
|
|||
# Award Separator Collections
|
||||
|
||||
The `separator_award` Default Metadata File is used to create a seperator collection for Awards.
|
||||
|
||||
**This file works with Movie and TV Libraries.**
|
||||
|
||||
![](../images/separators2.jpg)
|
||||
|
||||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:-----------:|:----------------------------------------------------------------------------|
|
||||
| `Award Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
|
||||
## Config
|
||||
|
||||
The below YAML in your config.yml will create the collections:
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
metadata_path:
|
||||
- pmm: separator_award
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
- pmm: separator_award
|
||||
```
|
||||
|
||||
## Template Variables
|
||||
|
||||
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
|
||||
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
||||
**[Shared Variables](../variables) are NOT available to this default file.**
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `name_separator` | **Description:** Changes the name of the specified key's collection.<br>**Values:** New Collection Name |
|
||||
| `summary_separator` | **Description:** Changes the summary of the specified key's collection.<br>**Values:** New Collection Summary |
|
||||
| `collection_section` | **Description:** Changes the sort order of the collection sections against other default collection sections.<br>**Values:** Any number |
|
||||
| `collection_mode` | **Description:** Controls the collection mode of all collections in a Defaults file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table> |
|
||||
| `url_poster_separator` | **Description:** Changes the poster url of the specified key's collection.<br>**Values:** URL directly to the Image |
|
||||
|
||||
The below is an example config.yml extract with some Template Variables added in to change how the file works.
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
metadata_path:
|
||||
- pmm: separator_award
|
||||
template_variables:
|
||||
use_separator: false
|
||||
sep_style: purple
|
||||
```
|
|
@ -8,10 +8,10 @@ The `actor` Default Metadata File is used to dynamically create collections base
|
|||
|
||||
## Collections Section 17
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------|:-----------------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Actors Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<actor_name>>`<br>**Example:** `Frank Welker` | `<<actor_name>>`<br>**Example:** `Frank Welker` | Collection of Movies/Shows the actor is top billing in. |
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------|:-----------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Actors Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<actor_name>>`<br>**Example:** `Frank Welker` | `<<actor_name>>`<br>**Example:** `Frank Welker` | Collection of Movies/Shows the actor is top billing in. |
|
||||
|
||||
#### Rainier Style
|
||||
|
||||
|
@ -43,8 +43,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `style ` | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>bw</code></td><td>Black & White Theme</td></tr><tr><td><code>rainier</code></td><td>Rainier Theme</td></tr></table> |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
|
|
|
@ -8,11 +8,11 @@ The `audio_language` Default Metadata File is used to dynamically create collect
|
|||
|
||||
## Collections Section 10
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------|:-----------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Audio Language Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Audio Language>> Audio`<br>**Example:** `Japanese` | `<<ISO 639-1 Code>>`<br>**Example:** `ja` | Collection of Movies/Shows that have this Audio Language. |
|
||||
| `Other Audio` | `other` | Collection of Movies/Shows that are less common Languages. |
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------|:-----------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Audio Language Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Audio Language>> Audio`<br>**Example:** `Japanese` | `<<ISO 639-1 Code>>`<br>**Example:** `ja` | Collection of Movies/Shows that have this Audio Language. |
|
||||
| `Other Audio` | `other` | Collection of Movies/Shows that are less common Languages. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -38,8 +38,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:-------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -14,7 +14,7 @@ Use the [Library Operation](../../config/operations) `mass_content_rating_update
|
|||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------------------|:--------------------------------:|:--------------------------------------------------------------------------------------|
|
||||
| `Ratings Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `Ratings Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Movies/Shows`<br>**Example:** `Age 5+ Movies` | `<<Number>>`<br>**Example:** `5` | Collection of Movies/Shows that have this Content Rating. |
|
||||
| `Not Rated Movies/Shows` | `other` | Collection of Movies/Shows that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
||||
|
@ -42,8 +42,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:-------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -12,7 +12,7 @@ If you do not use the UK-based rating system within Plex, this file will attempt
|
|||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------------------------------------------------|:-----------------------------------------:|:--------------------------------------------------------------------------------------|
|
||||
| `Ratings Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `Ratings Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Movies/Shows`<br>**Example:** `15 Movies` | `<<Content Rating>>`<br>**Example:** `15` | Collection of Movies/Shows that have this Content Rating. |
|
||||
| `Not Rated Movies/Shows` | `other` | Collection of Movies/Shows that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
||||
|
@ -40,8 +40,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:-------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -10,10 +10,10 @@ This file also merges similarly named genres (such as "Sci-Fi", "SciFi" and "Sci
|
|||
|
||||
## Collections Section 06
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:--------------------------------:|:-----------------------------------------------------------|
|
||||
| `Genre Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Genre>> Movies/Shows`<br>**Example:** `Action Movies` | `<<Number>>`<br>**Example:** `5` | Collection of Movies/Shows that have this Genre. |
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:--------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Genre Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Genre>> Movies/Shows`<br>**Example:** `Action Movies` | `<<Number>>`<br>**Example:** `5` | Collection of Movies/Shows that have this Genre. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -39,8 +39,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -10,10 +10,10 @@ To avoid duplication, this file should not be used in combination with [`resolut
|
|||
|
||||
## Collections Section 15
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------------------|:-----------------------------------:|:-----------------------------------------------------------|
|
||||
| `Resolution Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Resolution>> Movies/Shows`<br>**Example:** `1080p Movies` | `<<Number>>`<br>**Example:** `1080` | Collection of Movies/Shows that have this Resolution. |
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------------------|:-----------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Resolution Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Resolution>> Movies/Shows`<br>**Example:** `1080p Movies` | `<<Number>>`<br>**Example:** `1080` | Collection of Movies/Shows that have this Resolution. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -39,8 +39,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:---------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -12,11 +12,11 @@ To avoid duplication, this file should not be used in combination with [`resolut
|
|||
|
||||
## Collections Section 15
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------------|:--------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Resolution Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Resolution>> Movies/Shows`<br>**Example:** `Full HD Movies` | `<<Number>>`<br>**Example:** `Full HD` | Collection of Movies/Shows that have this Resolution. |
|
||||
| `Other Resolution Movies/Shows` | `other` | Collection of Movies/Shows that not a standard Resolution. |
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------------|:--------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Resolution Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Resolution>> Movies/Shows`<br>**Example:** `Full HD Movies` | `<<Number>>`<br>**Example:** `Full HD` | Collection of Movies/Shows that have this Resolution. |
|
||||
| `Other Resolution Movies/Shows` | `other` | Collection of Movies/Shows that not a standard Resolution. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -42,8 +42,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:---------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -8,22 +8,22 @@ The `streaming` Default Metadata File is used to dynamically create collections
|
|||
|
||||
## Collections Section 03
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------|:-----------:|:-----------------------------------------------------------|
|
||||
| `Streaming Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `All 4 Movies/Shows` | `all4` | Collection of Movies/Shows Streaming on All 4. |
|
||||
| `Apple TV+ Movies/Shows` | `appletv` | Collection of Movies/Shows Streaming on Apple TV+. |
|
||||
| `BET+ Movies/Shows` | `bet` | Collection of Movies/Shows Streaming on BET+. |
|
||||
| `BritBox Movies/Shows` | `britbox` | Collection of Movies/Shows Streaming on BritBox. |
|
||||
| `Disney+ Movies/Shows` | `disney` | Collection of Movies/Shows Streaming on Disney+. |
|
||||
| `hayu Movies/Shows` | `hayu` | Collection of Movies/Shows Streaming on hayu. |
|
||||
| `HBO Max Movies/Shows` | `hbomax` | Collection of Movies/Shows Streaming on HBO Max. |
|
||||
| `Hulu Movies/Shows` | `hulu` | Collection of Movies/Shows Streaming on Hulu. |
|
||||
| `Netflix Movies/Shows` | `netflix` | Collection of Movies/Shows Streaming on Netflix. |
|
||||
| `NOW Movies/Shows` | `now` | Collection of Movies/Shows Streaming on NOW. |
|
||||
| `Paramount+ Movies/Shows` | `paramount` | Collection of Movies/Shows Streaming on Paramount+. |
|
||||
| `Peacock Movies/Shows` | `peacock` | Collection of Movies/Shows Streaming on Peacock. |
|
||||
| `Prime Video Movies/Shows` | `amazon` | Collection of Movies/Shows Streaming on Prime Video. |
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------|:-----------:|:----------------------------------------------------------------------------|
|
||||
| `Streaming Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `All 4 Movies/Shows` | `all4` | Collection of Movies/Shows Streaming on All 4. |
|
||||
| `Apple TV+ Movies/Shows` | `appletv` | Collection of Movies/Shows Streaming on Apple TV+. |
|
||||
| `BET+ Movies/Shows` | `bet` | Collection of Movies/Shows Streaming on BET+. |
|
||||
| `BritBox Movies/Shows` | `britbox` | Collection of Movies/Shows Streaming on BritBox. |
|
||||
| `Disney+ Movies/Shows` | `disney` | Collection of Movies/Shows Streaming on Disney+. |
|
||||
| `hayu Movies/Shows` | `hayu` | Collection of Movies/Shows Streaming on hayu. |
|
||||
| `HBO Max Movies/Shows` | `hbomax` | Collection of Movies/Shows Streaming on HBO Max. |
|
||||
| `Hulu Movies/Shows` | `hulu` | Collection of Movies/Shows Streaming on Hulu. |
|
||||
| `Netflix Movies/Shows` | `netflix` | Collection of Movies/Shows Streaming on Netflix. |
|
||||
| `NOW Movies/Shows` | `now` | Collection of Movies/Shows Streaming on NOW. |
|
||||
| `Paramount+ Movies/Shows` | `paramount` | Collection of Movies/Shows Streaming on Paramount+. |
|
||||
| `Peacock Movies/Shows` | `peacock` | Collection of Movies/Shows Streaming on Peacock. |
|
||||
| `Prime Video Movies/Shows` | `amazon` | Collection of Movies/Shows Streaming on Prime Video. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -49,8 +49,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:--------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -10,10 +10,10 @@ This file also merges similarly named studios (such as "20th Century Fox" and "2
|
|||
|
||||
## Collections Section 07
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:----------------------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Studio Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Studio>>`<br>**Example:** `Blumhouse Productions` | `<<Studio>>`<br>**Example:** `Blumhouse Productions` | Collection of Movies/Shows that have this Studio. |
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:----------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Studio Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Studio>>`<br>**Example:** `Blumhouse Productions` | `<<Studio>>`<br>**Example:** `Blumhouse Productions` | Collection of Movies/Shows that have this Studio. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -39,8 +39,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:---------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -8,11 +8,11 @@ The `subtitle_language` Default Metadata File is used to dynamically create coll
|
|||
|
||||
## Collections Section 11
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:-----------------------------------------:|:-------------------------------------------------------------|
|
||||
| `Subtitle Language Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Subtitle Language>> Audio`<br>**Example:** `Japanese` | `<<ISO 639-1 Code>>`<br>**Example:** `ja` | Collection of Movies/Shows that have this Subtitle Language. |
|
||||
| `Other Subtitles` | `other` | Collection of Movies/Shows that are less common Languages. |
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:-----------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Subtitle Language Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Subtitle Language>> Audio`<br>**Example:** `Japanese` | `<<ISO 639-1 Code>>`<br>**Example:** `ja` | Collection of Movies/Shows that have this Subtitle Language. |
|
||||
| `Other Subtitles` | `other` | Collection of Movies/Shows that are less common Languages. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -38,8 +38,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:----------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -8,10 +8,10 @@ The `year` Default Metadata File is used to dynamically create collections based
|
|||
|
||||
## Collections Section 13
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------------------------------------|:---------------------------------:|:-----------------------------------------------------------|
|
||||
| `Year Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `Best of <<Year>>`<br>**Example:** `Best of 2022` | `<<Year>>`<br>**Example:** `2022` | Collection of Movies/Shows that have this Year. |
|
||||
| Collection | Key | Description |
|
||||
|:--------------------------------------------------|:---------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Year Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Best of <<Year>>`<br>**Example:** `Best of 2022` | `<<Year>>`<br>**Example:** `2022` | Collection of Movies/Shows that have this Year. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -37,8 +37,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Default:** `10`<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
57
docs/defaults/chart/separator.md
Normal file
57
docs/defaults/chart/separator.md
Normal file
|
@ -0,0 +1,57 @@
|
|||
# Chart Separator Collections
|
||||
|
||||
The `separator_chart` Default Metadata File is used to create a seperator collection for Charts.
|
||||
|
||||
**This file works with Movie and TV Libraries.**
|
||||
|
||||
![](../images/separators2.jpg)
|
||||
|
||||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:-----------:|:----------------------------------------------------------------------------|
|
||||
| `Chart Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
|
||||
## Config
|
||||
|
||||
The below YAML in your config.yml will create the collections:
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
metadata_path:
|
||||
- pmm: separator_chart
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
- pmm: separator_chart
|
||||
```
|
||||
|
||||
## Template Variables
|
||||
|
||||
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
|
||||
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
||||
**[Shared Variables](../variables) are NOT available to this default file.**
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `name_separator` | **Description:** Changes the name of the specified key's collection.<br>**Values:** New Collection Name |
|
||||
| `summary_separator` | **Description:** Changes the summary of the specified key's collection.<br>**Values:** New Collection Summary |
|
||||
| `collection_section` | **Description:** Changes the sort order of the collection sections against other default collection sections.<br>**Values:** Any number |
|
||||
| `collection_mode` | **Description:** Controls the collection mode of all collections in a Defaults file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table> |
|
||||
| `url_poster_separator` | **Description:** Changes the poster url of the specified key's collection.<br>**Values:** URL directly to the Image |
|
||||
|
||||
The below is an example config.yml extract with some Template Variables added in to change how the file works.
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
metadata_path:
|
||||
- pmm: separator_chart
|
||||
template_variables:
|
||||
use_separator: false
|
||||
sep_style: purple
|
||||
```
|
|
@ -12,7 +12,7 @@ If you do not use the US-based rating system within Plex, this file will attempt
|
|||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------------|:----------------------------------------:|:--------------------------------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `Country Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Movies`<br>**Example:** `R Movies` | `<<Content Rating>>`<br>**Example:** `R` | Collection of Movies that have this Content Rating. |
|
||||
| `Not Rated Movies` | `other` | Collection of Movies that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
||||
|
@ -37,8 +37,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:-------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -8,11 +8,11 @@ The `country` Default Metadata File is used to dynamically create collections ba
|
|||
|
||||
## Collections Section 09
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------|:---------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Country>>`<br>**Example:** `Germany` | `<<Country>>`<br>**Example:** `Germany` | Collection of Movies that have this Country. |
|
||||
| `Other Countries` | `other` | Collection of Movies that are in other uncommon Countries. |
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------|:---------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Country>>`<br>**Example:** `Germany` | `<<Country>>`<br>**Example:** `Germany` | Collection of Movies that have this Country. |
|
||||
| `Other Countries` | `other` | Collection of Movies that are in other uncommon Countries. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -33,18 +33,6 @@ Below is a screenshot of the alternative Color (`color`) style which can be set
|
|||
|
||||
## Template Variables
|
||||
|
||||
|
||||
##############################################################################
|
||||
|
||||
| KEY |
|
||||
|:--------------------------------------------------------------------------:|
|
||||
| Network Collections |
|
||||
| Created by Yozora, Bullmoose20, & Sohjiro |
|
||||
| EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL |
|
||||
| https://metamanager.wiki/en/latest/defaults/movie/director.html |
|
||||
||
|
||||
|
||||
##############################################################################
|
||||
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
|
||||
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
@ -53,8 +41,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `style ` | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table> |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
|
|
|
@ -8,10 +8,10 @@ The `decade` Default Metadata File is used to dynamically create collections bas
|
|||
|
||||
## Collections Section 12
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:---------------------------------:|:-----------------------------------------------------------|
|
||||
| `Decade Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `Best of <<Decade>>`<br>**Example:** `Best of 2020s` | `<<Year>>`<br>**Example:** `2020` | Collection of Movies released in this Decade. |
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:---------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Decade Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Best of <<Decade>>`<br>**Example:** `Best of 2020s` | `<<Year>>`<br>**Example:** `2020` | Collection of Movies released in this Decade. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -34,8 +34,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Default:** `100`<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `critic_rating.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -8,10 +8,10 @@ The `director` Default Metadata File is used to dynamically create collections b
|
|||
|
||||
## Collections Section 18
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------|:--------------------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Directors Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<director_name>>`<br>**Example:** `Frank Welker` | `<<director_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by the Director. |
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------|:--------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Directors Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<director_name>>`<br>**Example:** `Frank Welker` | `<<director_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by the Director. |
|
||||
|
||||
#### Rainier Style
|
||||
|
||||
|
@ -40,8 +40,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:-------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `style ` | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>bw</code></td><td>Black & White Theme</td></tr><tr><td><code>rainier</code></td><td>Rainier Theme</td></tr></table> |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
|
|
|
@ -31,7 +31,7 @@ Template Variables can be used to manipulate the file in various ways to slightl
|
|||
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
||||
All [Shared Variables](../variables) are available as well as the additional Variables below which can be used to customize the file.
|
||||
**[Shared Variables](../variables) are NOT available to this default file.**
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
|
|
@ -8,10 +8,10 @@ The `producer` Default Metadata File is used to dynamically create collections b
|
|||
|
||||
## Collections Section 19
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------|:--------------------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Producer Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<producer_name>>`<br>**Example:** `Frank Welker` | `<<producer_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by th Producer. |
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------|:--------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Producer Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<producer_name>>`<br>**Example:** `Frank Welker` | `<<producer_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by th Producer. |
|
||||
|
||||
#### Rainier Style
|
||||
|
||||
|
@ -40,8 +40,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:-------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `style ` | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>bw</code></td><td>Black & White Theme</td></tr><tr><td><code>rainier</code></td><td>Rainier Theme</td></tr></table> |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
|
|
|
@ -8,21 +8,21 @@ The `seasonal` Default Metadata File is used to dynamically create seasonal coll
|
|||
|
||||
## Collections Section 00
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------|:--------------:|:-----------------------------------------------------------|
|
||||
| `Seasonal Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `🎊 New Year's Day Movies` | `years` | Collection of Movies related to New Year's Day. |
|
||||
| `💘 Valentine's Day Movies` | `valentine` | Collection of Movies related to Valentine's Day. |
|
||||
| `☘ St. Patrick's Day Movies` | `patrick` | Collection of Movies related to St. Patrick's Day. |
|
||||
| `🐰 Easter Movies` | `easter` | Collection of Movies related to Easter. |
|
||||
| `🤱 Mother's Day Movies` | `mother` | Collection of Movies related to Mother's Day. |
|
||||
| `🪖 Memorial Day Movies` | `memorial` | Collection of Movies related to Memorial Day. |
|
||||
| `👨 Father's Day Movies` | `father` | Collection of Movies related to Father's Day. |
|
||||
| `🎆 Independence Day Movies` | `independence` | Collection of Movies related to Independence Day. |
|
||||
| `⚒ Labor Day Movies` | `labor` | Collection of Movies related to Labor Day. |
|
||||
| `🎃 Halloween Movies` | `halloween` | Collection of Movies related to Halloween. |
|
||||
| `🦃 Thanksgiving Movies` | `thanksgiving` | Collection of Movies related to Thanksgiving. |
|
||||
| `🎅 Christmas Movies` | `christmas` | Collection of Movies related to Christmas. |
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------|:--------------:|:----------------------------------------------------------------------------|
|
||||
| `Seasonal Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `🎊 New Year's Day Movies` | `years` | Collection of Movies related to New Year's Day. |
|
||||
| `💘 Valentine's Day Movies` | `valentine` | Collection of Movies related to Valentine's Day. |
|
||||
| `☘ St. Patrick's Day Movies` | `patrick` | Collection of Movies related to St. Patrick's Day. |
|
||||
| `🐰 Easter Movies` | `easter` | Collection of Movies related to Easter. |
|
||||
| `🤱 Mother's Day Movies` | `mother` | Collection of Movies related to Mother's Day. |
|
||||
| `🪖 Memorial Day Movies` | `memorial` | Collection of Movies related to Memorial Day. |
|
||||
| `👨 Father's Day Movies` | `father` | Collection of Movies related to Father's Day. |
|
||||
| `🎆 Independence Day Movies` | `independence` | Collection of Movies related to Independence Day. |
|
||||
| `⚒ Labor Day Movies` | `labor` | Collection of Movies related to Labor Day. |
|
||||
| `🎃 Halloween Movies` | `halloween` | Collection of Movies related to Halloween. |
|
||||
| `🦃 Thanksgiving Movies` | `thanksgiving` | Collection of Movies related to Thanksgiving. |
|
||||
| `🎅 Christmas Movies` | `christmas` | Collection of Movies related to Christmas. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -45,8 +45,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:--------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `true` to turn on the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `true` to turn on the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `tmdb_collection_<<key>>` | **Description:** Adds the TMDb Collection IDs given to the specified key's collection. Overrides the [default tmdb_collection](#default-tmdb_collection) for that collection if used.<br>**Values:** List of TMDb Collection IDs |
|
||||
| `tmdb_movie_<<key>>` | **Description:** Adds the TMDb Movie IDs given to the specified key's collection. Overrides the [default tmdb_movie](#default-tmdb_movie) for that collection if used.<br>**Values:** List of TMDb Movie IDs | |
|
||||
| `imdb_list_<<key>>` | **Description:** Adds the Movies in the IMDb List to the specified key's collection. Overrides the [default imdb_list](#default-imdb_list) for that collection if used.<br>**Values:** List of IMDb List URLs | | |
|
||||
|
@ -59,6 +59,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
| `sort_by_<<key>>` | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
| `schedule` | **Description:** Changes the Schedule for all collections in this file. Use `daily` to have all collections show.<br>**Values:** [Any Schedule Option](../../metadata/details/schedule) |
|
||||
| `schedule_<<key>>` | **Description:** Changes the Schedule of the specified key's collection. Overrides the [default schedule](#default-schedule) for that collection if used.<br>**Values:** [Any Schedule Option](../../metadata/details/schedule) |
|
||||
| `data` | **Description:** Overrides the [default data dictionary](#default-data). Defines the data that the custom dynamic collection processes.<br>**Values:** Dictionary List of keys/names |
|
||||
| `append_data` | **Description:** Appends to the [default data dictionary](#default-data).<br>**Values:** Dictionary List of keys/names |
|
||||
| `exclude` | **Description:** Exclude these Seasons from creating a Dynamic Collection.<br>**Values:** List of Seasons Keys |
|
||||
| `seasonal_name` | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>> <<library_translationU>>s`<br>**Values:** Any string with `<<key_name>>` in it. |
|
||||
| `seasonal_summary` | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `A collection of <<key_name>> <<library_translation>>s that may relate to the season.`<br>**Values:** Any string. |
|
||||
|
@ -76,61 +78,100 @@ libraries:
|
|||
use_independence: false
|
||||
schedule_thanksgiving: range(10/01-10/30)
|
||||
sort_by: random
|
||||
# Add a custom holiday
|
||||
append_data:
|
||||
veteran: Veteran's Day
|
||||
schedule_veteran: range(11/01-11/30)
|
||||
imdb_list_veteran: https://www.imdb.com/list/ls002014923/
|
||||
emoji_veteran: "🪖 "
|
||||
```
|
||||
|
||||
## Default `data`
|
||||
|
||||
```yaml
|
||||
data:
|
||||
years: New Year's Day
|
||||
valentine: Valentine's Day
|
||||
patrick: St. Patrick's Day
|
||||
easter: Easter
|
||||
mother: Mother's Day
|
||||
memorial: Memorial Day
|
||||
father: Father's Day
|
||||
independence: Independence Day
|
||||
labor: Labor Day
|
||||
halloween: Halloween
|
||||
thanksgiving: Thanksgiving
|
||||
christmas: Christmas
|
||||
```
|
||||
|
||||
## Default `tmdb_collection`
|
||||
|
||||
```yaml
|
||||
halloween:
|
||||
- 185103 # Hotel Transylvania
|
||||
- 11716 # Addams Family
|
||||
- 750822 # Addams Family Animated
|
||||
- 313086 # Conjuring
|
||||
- 91361 # Halloween Collection
|
||||
- 8581 # A Nightmare on Elm Street Collection
|
||||
- 1733 # The Mummy Collection
|
||||
- 8091 # Alien Collection
|
||||
- 2980 # Ghostbusters
|
||||
- 751156 # Hocus Pocus
|
||||
tmdb_collection:
|
||||
halloween:
|
||||
- 185103 # Hotel Transylvania
|
||||
- 11716 # Addams Family
|
||||
- 750822 # Addams Family Animated
|
||||
- 313086 # Conjuring
|
||||
- 91361 # Halloween Collection
|
||||
- 8581 # A Nightmare on Elm Street Collection
|
||||
- 1733 # The Mummy Collection
|
||||
- 8091 # Alien Collection
|
||||
- 2980 # Ghostbusters
|
||||
- 751156 # Hocus Pocus
|
||||
```
|
||||
|
||||
## Default `tmdb_movie`
|
||||
|
||||
```yaml
|
||||
halloween:
|
||||
- 23437 # A Nightmare on Elm Street (2010)
|
||||
tmdb_movie:
|
||||
halloween:
|
||||
- 23437 # A Nightmare on Elm Street (2010)
|
||||
```
|
||||
|
||||
## Default `imdb_list`
|
||||
|
||||
```yaml
|
||||
years: https://www.imdb.com/list/ls066838460/
|
||||
valentine:
|
||||
- https://www.imdb.com/list/ls000094398/
|
||||
- https://www.imdb.com/list/ls057783436/
|
||||
- https://www.imdb.com/list/ls064427905/
|
||||
patrick: https://www.imdb.com/list/ls063934595/
|
||||
easter:
|
||||
- https://www.imdb.com/list/ls062665509/
|
||||
- https://www.imdb.com/list/ls051733651/
|
||||
mother: https://www.imdb.com/list/ls072551197/
|
||||
memorial: https://www.imdb.com/list/ls002014923/
|
||||
father: https://www.imdb.com/list/ls020471057/
|
||||
independence:
|
||||
- https://www.imdb.com/list/ls068664510/
|
||||
- https://www.imdb.com/list/ls080925875/
|
||||
labor: https://www.imdb.com/list/ls002014923/
|
||||
halloween:
|
||||
- https://www.imdb.com/list/ls023118929/
|
||||
- https://www.imdb.com/list/ls000099714/
|
||||
thanksgiving:
|
||||
- https://www.imdb.com/list/ls000835734/
|
||||
- https://www.imdb.com/list/ls091597850/
|
||||
christmas: https://www.imdb.com/list/ls000096828/
|
||||
imdb_list:
|
||||
years: https://www.imdb.com/list/ls066838460/
|
||||
valentine:
|
||||
- https://www.imdb.com/list/ls000094398/
|
||||
- https://www.imdb.com/list/ls057783436/
|
||||
- https://www.imdb.com/list/ls064427905/
|
||||
patrick: https://www.imdb.com/list/ls063934595/
|
||||
easter:
|
||||
- https://www.imdb.com/list/ls062665509/
|
||||
- https://www.imdb.com/list/ls051733651/
|
||||
mother: https://www.imdb.com/list/ls072551197/
|
||||
memorial: https://www.imdb.com/list/ls002014923/
|
||||
father: https://www.imdb.com/list/ls020471057/
|
||||
independence:
|
||||
- https://www.imdb.com/list/ls068664510/
|
||||
- https://www.imdb.com/list/ls080925875/
|
||||
labor: https://www.imdb.com/list/ls002014923/
|
||||
halloween:
|
||||
- https://www.imdb.com/list/ls023118929/
|
||||
- https://www.imdb.com/list/ls000099714/
|
||||
thanksgiving:
|
||||
- https://www.imdb.com/list/ls000835734/
|
||||
- https://www.imdb.com/list/ls091597850/
|
||||
christmas: https://www.imdb.com/list/ls000096828/
|
||||
```
|
||||
|
||||
## Default `schedule`
|
||||
|
||||
```yaml
|
||||
|
||||
schedule:
|
||||
years: range(12/26-01/04)
|
||||
valentine: range(02/01-02/29)
|
||||
patrick: range(03/01-03/18)
|
||||
easter: range(03/20-04/30)
|
||||
mother: range(05/05-05/10)
|
||||
memorial: range(5/18-6/7)
|
||||
father: range(06/15-06/20)
|
||||
independence: range(06/23-07/11)
|
||||
labor: range(09/01-09/10)
|
||||
halloween: range(10/01-10/31)
|
||||
thanksgiving: range(11/01-11/30)
|
||||
christmas: range(12/01-12/31)
|
||||
```
|
|
@ -1,14 +1,35 @@
|
|||
# Universe Default Metadata File
|
||||
# Universe Collections
|
||||
|
||||
The `universe` Metadata File is used to create collections based on popular Movie universes (such as the Marvel Cinematic Universe or Wizarding World)
|
||||
The `universe` Default Metadata File is used to create collections based on popular Movie universes (such as the Marvel Cinematic Universe or Wizarding World).
|
||||
|
||||
This Default file requires [Trakt Authentication](../../config/trakt)
|
||||
|
||||
Example Collections Created:
|
||||
**This file only works with Movie Libraries.**
|
||||
|
||||
![](../images/universe.png)
|
||||
|
||||
## Collections Section 02
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------|:-----------:|:----------------------------------------------------------------------------|
|
||||
| `Universe Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Star Wars Universe` | `star` | Collection of Movies in the Star Wars Universe |
|
||||
| `DC Animated Universe` | `dca` | Collection of Movies in the DC Animated Universe |
|
||||
| `DC Extended Universe` | `dcu` | Collection of Movies in the DC Extended Universe |
|
||||
| `Marvel Cinematic Universe` | `mcu` | Collection of Movies in the Marvel Cinematic Universe |
|
||||
| `Wizarding World` | `wizard` | Collection of Movies in the Wizarding World Universe |
|
||||
| `Alien / Predator` | `avp` | Collection of Movies in the Alien / Predator Universe |
|
||||
| `X-Men Universe` | `xmen` | Collection of Movies in the X-Men Universe |
|
||||
| `Middle Earth` | `middle` | Collection of Movies in the Middle Earth Universe |
|
||||
| `Fast & Furious` | `fast` | Collection of Movies in the Fast & Furious Universe |
|
||||
| `Star Trek` | `trek` | Collection of Movies in the Star Trek Universe |
|
||||
| `Rocky / Creed` | `rocky` | Collection of Movies in the Rocky / Creed Universe |
|
||||
| `The Mummy Universe` | `mummy` | Collection of Movies in the The Mummy Universe |
|
||||
|
||||
## Config
|
||||
|
||||
The below YAML in your config.yml will create the collections:
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
|
@ -16,29 +37,78 @@ libraries:
|
|||
- pmm: universe
|
||||
```
|
||||
|
||||
|
||||
## Template Variables
|
||||
Template Variables can be used to manipulate the file from the default settings which are provided.
|
||||
|
||||
Note that the `templates_variables:` section only needs to be used if you do NOT want to use the default settings.
|
||||
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
|
||||
|
||||
All [Shared Variables](../variables) are available
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
||||
All [Shared Variables](../variables) are available as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:---------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.<br>**Default:** `custom`<br>**Values:**<table class="clearTable"><tr><td>`release`</td><td>Order Collection by Release Dates</td></tr><tr><td>`alpha`</td><td>Order Collection Alphabetically</td></tr><tr><td>`custom`</td><td>Order Collection Via the Builder Order</td></tr><tr><td>[Any `plex_search` Sort Option](../../metadata/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
|
||||
| `collection_order_<<key>>` | **Description:** Changes the Collection Order of the specified key's collection.<br>**Default:** `collection_order`<br>**Values:**<table class="clearTable"><tr><td>`release`</td><td>Order Collection by Release Dates</td></tr><tr><td>`alpha`</td><td>Order Collection Alphabetically</td></tr><tr><td>`custom`</td><td>Order Collection Via the Builder Order</td></tr><tr><td>[Any `plex_search` Sort Option](../../metadata/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
|
||||
| `minimum_items` | **Description:** Controls the minimum items that the collection must have to be created.<br>**Default:** `2`<br>**Values:** Any number |
|
||||
| `name_mapping_<<key>>` | **Description:** Sets the name mapping value for using assets of the specified key's collection. <br>**Values:** Any String |
|
||||
| `imdb_list_<<key>>` | **Description:** Adds the Movies in the IMDb List to the specified key's collection.<br>**Values:** List of IMDb List URLs | | |
|
||||
| `trakt_list_<<key>>` | **Description:** Adds the Movies in the Trakt List to the specified key's collection. Overrides the [default trakt_list](#default-trakt_list) for that collection if used.<br>**Values:** List of Trakt List URLs | | | |
|
||||
| `data` | **Description:** Overrides the [default data dictionary](#default-data). Defines the data that the custom dynamic collection processes.<br>**Values:** Dictionary List of keys/names |
|
||||
| `append_data` | **Description:** Appends to the [default data dictionary](#default-data).<br>**Values:** Dictionary List of keys/names |
|
||||
| `exclude` | **Description:** Exclude these Universes from creating a Dynamic Collection.<br>**Values:** List of Universes |
|
||||
|
||||
The below is an example config.yml extract with some Template Variables added in to change how the file works.
|
||||
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
metadata_path:
|
||||
- pmm: universe
|
||||
template_variables:
|
||||
collection_order: release
|
||||
radarr_add_missing: true
|
||||
radarr_folder: /mnt/local/Media/Movies
|
||||
radarr_tag: <<collection_name>>
|
||||
item_radarr_tag: <<collection_name>>
|
||||
use_separator: false
|
||||
sep_style: gray
|
||||
collection_order: release
|
||||
radarr_add_missing: true
|
||||
# Add a custom universe
|
||||
append_data:
|
||||
monster: MonsterVerse
|
||||
trakt_list_veteran: https://trakt.tv/users/rzepkowski/lists/monsterverse-movies
|
||||
```
|
||||
|
||||
## Default `data`
|
||||
|
||||
```yaml
|
||||
data:
|
||||
star: Star Wars Universe
|
||||
dca: DC Animated Universe
|
||||
dcu: DC Extended Universe
|
||||
mcu: Marvel Cinematic Universe
|
||||
wizard: Wizarding World
|
||||
avp: Alien / Predator
|
||||
xmen: X-Men Universe
|
||||
middle: Middle Earth
|
||||
fast: Fast & Furious
|
||||
trek: Star Trek
|
||||
rocky: Rocky / Creed
|
||||
mummy: The Mummy Universe
|
||||
```
|
||||
|
||||
## Default `trakt_list`
|
||||
|
||||
```yaml
|
||||
trakt_list:
|
||||
star: https://trakt.tv/users/donxy/lists/dc-animated-movie-universe
|
||||
dca: https://trakt.tv/users/donxy/lists/dc-animated-movie-universe
|
||||
dcu: https://trakt.tv/users/donxy/lists/dc-extended-universe
|
||||
mcu: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe
|
||||
wizard: https://trakt.tv/users/strangerer/lists/harry-potter
|
||||
avp: https://trakt.tv/users/donxy/lists/alien-predator-timeline
|
||||
xmen: https://trakt.tv/users/donxy/lists/x-men-universe
|
||||
middle: https://trakt.tv/users/dybro/lists/lord-of-the-rings
|
||||
fast: https://trakt.tv/users/vargajoe/lists/fast-and-furious-chronology
|
||||
trek: https://trakt.tv/users/arachn0id/lists/star-trek-movies
|
||||
rocky: https://trakt.tv/users/strangerer/lists/rocky
|
||||
mummy: https://trakt.tv/users/rzepkowski/lists/the-mummy-movies
|
||||
```
|
||||
|
|
|
@ -8,10 +8,10 @@ The `writer` Default Metadata File is used to dynamically create collections bas
|
|||
|
||||
## Collections Section 20
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------|:------------------------------------------------:|:-----------------------------------------------------------|
|
||||
| `Writers Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<writer_name>>`<br>**Example:** `Frank Welker` | `<<writer_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by the Writer. |
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------|:------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Writers Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<writer_name>>`<br>**Example:** `Frank Welker` | `<<writer_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by the Writer. |
|
||||
|
||||
#### Rainier Style
|
||||
|
||||
|
@ -40,8 +40,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `style ` | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>bw</code></td><td>Black & White Theme</td></tr><tr><td><code>rainier</code></td><td>Rainier Theme</td></tr></table> |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
|
|
87
docs/defaults/playlist.md
Normal file
87
docs/defaults/playlist.md
Normal file
|
@ -0,0 +1,87 @@
|
|||
# Playlists
|
||||
|
||||
The `playlist` Default Metadata File is used to create playlists based on popular Movie/TV Show universes (such as the Marvel Cinematic Universe or Star Trek).
|
||||
|
||||
This Default file requires [Trakt Authentication](../config/trakt)
|
||||
|
||||
![](images/playlist.png)
|
||||
|
||||
## Playlists
|
||||
|
||||
| Playlist | Key | Description |
|
||||
|:---------------------------------------------|:-----------:|:----------------------------------------------------------------------------------|
|
||||
| `Arrowverse (Timeline Order)` | `arrow` | Playlist of Movies and Episodes in the Arrowverse (Timeline Order) |
|
||||
| `Marvel Cinematic Universe (Timeline Order)` | `mcu` | Playlist of Movies and Episodes in the Marvel Cinematic Universe (Timeline Order) |
|
||||
| `DC Animated Universe (Timeline Order)` | `dcau` | Playlist of Movies and Episodes in the DC Animated Universe (Timeline Order) |
|
||||
| `Pokémon (Timeline Order)` | `pokemon` | Playlist of Movies and Episodes in the Pokémon (Timeline Order) |
|
||||
| `Star Trek (Timeline Order)` | `startrek` | Playlist of Movies and Episodes in the Star Trek (Timeline Order) |
|
||||
| `Star Wars (Timeline Order)` | `starwars` | Playlist of Movies and Episodes in the Star Wars (Timeline Order) |
|
||||
| `Star Wars The Clone Wars (Timeline Order)` | `clonewars` | Playlist of Movies and Episodes in the Star Wars The Clone Wars (Timeline Order) |
|
||||
| `X-Men (Timeline Order)` | `xmen` | Playlist of Movies and Episodes in the X-Men (Timeline Order) |
|
||||
|
||||
## Config
|
||||
|
||||
The below YAML in your config.yml will create the collections:
|
||||
|
||||
```yaml
|
||||
playlist_files:
|
||||
- pmm: playlist
|
||||
```
|
||||
|
||||
## Template Variables
|
||||
|
||||
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
|
||||
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
||||
**[Shared Variables](variables) are NOT available to this default file.**
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_<<key>>` | **Description:** Turns off individual Playlists in a Defaults file.<br>**Values:** `false` to turn off the playlist |
|
||||
| `name_<<key>>` | **Description:** Changes the name of the specified key's playlist.<br>**Values:** New Playlist Name |
|
||||
| `summary_<<key>>` | **Description:** Changes the summary of the specified key's playlist.<br>**Values:** New Playlist Summary |
|
||||
| `libraries` | **Description:** Sets the names of the libraries to use for the Playlists.<br>**Default:** `Movies, TV Shows`<br>**Values:** Comma-separated string or list of library mapping names defined in the `libraries` attribute in the base of your [Configuration File](../config/configuration). |
|
||||
| `trakt_list_<<key>>` | **Description:** Adds the Movies in the Trakt List to the specified key's playlist. Overrides the [default trakt_list](#default-trakt_list) for that playlist if used.<br>**Values:** List of Trakt List URLs | | | |
|
||||
| `ignore_ids` | **Description:** Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all playlists.<br>**Values:** List or comma-separated string of TMDb/TVDb IDs |
|
||||
| `ignore_imdb_ids` | **Description:** Set a list or comma-separated string of IMDb IDs to ignore in all playlists.<br>**Values:** List or comma-separated string of IMDb IDs |
|
||||
| `url_poster_<<key>>` | **Description:** Changes the poster url of the specified key's playlist.<br>**Values:** URL directly to the Image |
|
||||
| `radarr_add_missing` | **Description:** Override Radarr `add_missing` attribute for all playlists in a Defaults file.<br>**Values:** `true` or `false` |
|
||||
| `radarr_add_missing_<<key>>` | **Description:** Override Radarr `add_missing` attribute of the specified key's playlist.<br>**Default:** `radarr_add_missing`<br>**Values:** `true` or `false` |
|
||||
| `radarr_folder` | **Description:** Override Radarr `root_folder_path` attribute for all playlists in a Defaults file.<br>**Values:** Folder Path |
|
||||
| `radarr_folder_<<key>>` | **Description:** Override Radarr `root_folder_path` attribute of the specified key's playlist.<br>**Default:** `radarr_folder`<br>**Values:** Folder Path |
|
||||
| `radarr_tag` | **Description:** Override Radarr `tag` attribute for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags |
|
||||
| `radarr_tag_<<key>>` | **Description:** Override Radarr `tag` attribute of the specified key's playlist.<br>**Default:** `radarr_tag`<br>**Values:** List or comma-separated string of tags |
|
||||
| `item_radarr_tag` | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags |
|
||||
| `item_radarr_tag_<<key>>` | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the specified key's playlist.<br>**Default:** `item_radarr_tag`<br>**Values:** List or comma-separated string of tags |
|
||||
| `sonarr_add_missing` | **Description:** Override Sonarr `add_missing` attribute for all playlists in a Defaults file.<br>**Values:** `true` or `false` |
|
||||
| `sonarr_add_missing_<<key>>` | **Description:** Override Sonarr `add_missing` attribute of the specified key's playlist.<br>**Default:** `sonarr_add_missing`<br>**Values:** `true` or `false` |
|
||||
| `sonarr_folder` | **Description:** Override Sonarr `root_folder_path` attribute for all playlists in a Defaults file.<br>**Values:** Folder Path |
|
||||
| `sonarr_folder_<<key>>` | **Description:** Override Sonarr `root_folder_path` attribute of the specified key's playlist.<br>**Default:** `sonarr_folder`<br>**Values:** Folder Path |
|
||||
| `sonarr_tag` | **Description:** Override Sonarr `tag` attribute for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags |
|
||||
| `sonarr_tag_<<key>>` | **Description:** Override Sonarr `tag` attribute of the specified key's playlist.<br>**Default:** `sonarr_tag`<br>**Values:** List or comma-separated string of tags |
|
||||
| `item_sonarr_tag` | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags |
|
||||
| `item_sonarr_tag_<<key>>` | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr of the specified key's playlist.<br>**Default:** `item_sonarr_tag`<br>**Values:** List or comma-separated string of tags |
|
||||
|
||||
The below is an example config.yml extract with some Template Variables added in to change how the file works.
|
||||
|
||||
```yaml
|
||||
playlist_files:
|
||||
- pmm: playlist
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
```
|
||||
|
||||
## Default `trakt_list`**
|
||||
|
||||
```yaml
|
||||
trakt_list:
|
||||
arrow: https://trakt.tv/users/donxy/lists/arrowverse
|
||||
mcu: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe
|
||||
dcau: https://trakt.tv/users/donxy/lists/dc-animated-series-universe
|
||||
pokemon: https://trakt.tv/users/munch54/lists/pokemon-watching-order
|
||||
startrek: https://trakt.tv/users/pedrohcramos/lists/star-trek-timeline
|
||||
starwars: https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline
|
||||
clonewars: https://trakt.tv/users/tomfin46/lists/star-wars-the-clone-wars-chronological-episode-order
|
||||
xmen: https://trakt.tv/users/heyitsbea/lists/x-men
|
||||
```
|
|
@ -312,7 +312,7 @@ Each file has a comment block at the top showing the available `template_variabl
|
|||
# metadata_path: #
|
||||
# - pmm: genre #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# # Turn the [Separator Collection](../separators) on/off #
|
||||
# use_separator: true #
|
||||
# # Sets how the collection is sorted #
|
||||
# sort_by: release.desc #
|
||||
|
@ -324,7 +324,7 @@ Each file has a comment block at the top showing the available `template_variabl
|
|||
```
|
||||
|
||||
Each of these when passed will change how the collection runs slightly.
|
||||
* `use_separator` Turn the separator collection on/off
|
||||
* `use_separator` Turn the [Separator Collection](../separators) on/off
|
||||
* `sort_by` Sets how the collection is sorted
|
||||
* `collection_mode` Sets the collection mode of the collection
|
||||
* `collection_section` Sets the value at the start of the sort title
|
||||
|
|
|
@ -8,6 +8,53 @@ Below is an example of a separator, which can be seen surrounded by a red square
|
|||
|
||||
![](images/separators.jpg)
|
||||
|
||||
|
||||
## Separator Files
|
||||
|
||||
These are all the files that contain a separator.
|
||||
|
||||
| Collection Name | Default File | Collection Section |
|
||||
|:------------------------------|:-------------------:|:------------------:|
|
||||
| Seasonal Collections | `seasonal` | `00` |
|
||||
| Chart Collections | `separator_chart` | `01` |
|
||||
| Universe Collections | `universe` | `02` |
|
||||
| Streaming Collections | `streaming` | `03` |
|
||||
| Network Collections | `network` | `04` |
|
||||
| Genre Collections | `genre` | `06` |
|
||||
| Studio Collections | `studio` | `07` |
|
||||
| Country Collections | `country` | `09` |
|
||||
| Audio Language Collections | `audio_language` | `10` |
|
||||
| Subtitle Language Collections | `subtitle_language` | `11` |
|
||||
| Decade Collections | `decade` | `12` |
|
||||
| Year Collections | `year` | `13` |
|
||||
| Ratings Collections | `content_rating*` | `14` |
|
||||
| Resolution Collections | `resolution*` | `15` |
|
||||
| Award Collections | `separator_award` | `16` |
|
||||
| Actors Collections | `actor` | `17` |
|
||||
| Directors Collections | `director` | `18` |
|
||||
| Producers Collections | `producer` | `19` |
|
||||
| Writers Collections | `writer` | `20` |
|
||||
|
||||
## Template Variables
|
||||
|
||||
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
|
||||
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
||||
**[Shared Variables](variables) are NOT available to separator default files.**
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](#use-separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `name_separator` | **Description:** Changes the name of the specified key's collection.<br>**Values:** New Collection Name |
|
||||
| `summary_separator` | **Description:** Changes the summary of the specified key's collection.<br>**Values:** New Collection Summary |
|
||||
| `collection_section` | **Description:** Changes the sort order of the collection sections against other default collection sections.<br>**Values:** Any number |
|
||||
| `collection_mode` | **Description:** Controls the collection mode of all collections in a Defaults file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table> |
|
||||
| `url_poster_separator` | **Description:** Changes the poster url of the specified key's collection.<br>**Values:** URL directly to the Image |
|
||||
|
||||
## Use Separators
|
||||
|
||||
Separators are enabled by default, but can be disabled/enabled per-file and per-library.
|
||||
|
||||
An example of disabling separators at the library-level cam be seen here
|
||||
|
@ -30,77 +77,21 @@ libraries:
|
|||
use_separator: false
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
##############################################################################
|
||||
|
||||
| Key |
|
||||
|:--------------------------------------------------------------------------:|
|
||||
| IMDb Charts Collections |
|
||||
| Created by Yozora, Bullmoose20, & Sohjiro |
|
||||
| EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL |
|
||||
| https://metamanager.wiki/en/latest/defaults/chart/imdb.html |
|
||||
| FlixPatrol Charts Collections |
|
||||
| Created by Yozora, Bullmoose20, & Sohjiro |
|
||||
| EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL |
|
||||
| https://metamanager.wiki/en/latest/defaults/chart/flixpatrol.html |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
| IMDb Charts Collections |
|
||||
| Created by Yozora, Bullmoose20, & Sohjiro |
|
||||
| EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL |
|
||||
| https://metamanager.wiki/en/latest/defaults/chart/imdb.html |
|
||||
|
||||
|
||||
|
||||
## Separator Files
|
||||
|
||||
These are all the files that contain a separator.
|
||||
|
||||
| Collection Name | Default File | Collection Section |
|
||||
|:----------------------------------|:--------------------|:------------------:|
|
||||
| Seasonal Collections | `seasonal` | `00` |
|
||||
| Chart Collections | `separator_chart` | `01` |
|
||||
| Universe Collections | `universe` | `02` |
|
||||
| Streaming Collections | `streaming` | `03` |
|
||||
| Network Collections | `network` | `04` |
|
||||
| Genre Collections | `genre` | `06` |
|
||||
| Studio Collections | `studio` | `07` |
|
||||
| Country Collections | `country` | `09` |
|
||||
| Audio Language Collections | `audio_language` | `10` |
|
||||
| Subtitle Language Collections | `subtitle_language` | `11` |
|
||||
| Decade Collections | `decade` | `12` |
|
||||
| Year Collections | `year` | `13` |
|
||||
| Ratings Collections | `content_rating*` | `14` |
|
||||
| Resolution Collections | `resolution*` | `15` |
|
||||
| Award Collections | `separator_award` | `16` |
|
||||
| Actors Collections | `actor` | `17` |
|
||||
| Directors Collections | `director` | `18` |
|
||||
| Producers Collections | `producer` | `19` |
|
||||
| Writers Collections | `writer` | `20` |
|
||||
|
||||
## Alternative Styles
|
||||
## Separator Styles
|
||||
|
||||
Multiple styles are available for Separators, to match Plex's "categories" feature.
|
||||
|
||||
The available styles avaiable are:
|
||||
The available styles available are:
|
||||
|
||||
| Style | Value |
|
||||
|:----------------|:-------|
|
||||
| Original | orig |
|
||||
| Blue | blue |
|
||||
| Brown | stb |
|
||||
| Gray | gray |
|
||||
| Green | green |
|
||||
| Purple | purple |
|
||||
| Red | red |
|
||||
| Style | Value |
|
||||
|:---------|:--------:|
|
||||
| Original | `orig` |
|
||||
| Blue | `blue` |
|
||||
| Brown | `stb` |
|
||||
| Gray | `gray` |
|
||||
| Green | `green` |
|
||||
| Purple | `purple` |
|
||||
| Red | `red` |
|
||||
|
||||
This image shows an example separator in each of the above styles
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ If you do not use the US-based rating system within Plex, this file will attempt
|
|||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:--------------------------------------------:|:-------------------------------------------------------------------------------|
|
||||
| `Ratings Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `Ratings Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Shows`<br>**Example:** `TV-14 Shows` | `<<Content Rating>>`<br>**Example:** `TV-14` | Collection of Shows that have this Content Rating. |
|
||||
| `Not Rated Shows` | `other` | Collection of Shows that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
||||
|
@ -37,8 +37,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:-------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -8,11 +8,11 @@ The `country` Default Metadata File is used to dynamically create collections ba
|
|||
|
||||
## Collections Section 09
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------|:--------------------------------------------------:|:-------------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<Country>>`<br>**Example:** `Germany` | `<<2 digit ISO 3166-1 code>>`<br>**Example:** `de` | Collection of TV Shows that have this Country. |
|
||||
| `Other Countries` | `other` | Collection of TV Shows that are in other uncommon Countries. |
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------|:--------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Country>>`<br>**Example:** `Germany` | `<<2 digit ISO 3166-1 code>>`<br>**Example:** `de` | Collection of TV Shows that have this Country. |
|
||||
| `Other Countries` | `other` | Collection of TV Shows that are in other uncommon Countries. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -41,8 +41,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `style ` | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table> |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
|
|
|
@ -8,10 +8,10 @@ The `decade` Metadata File is used to dynamically create collections based on th
|
|||
|
||||
## Collections Section 12
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:---------------------------------:|:-----------------------------------------------------------|
|
||||
| `Decade Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `Best of <<Decade>>`<br>**Example:** `Best of 2020s` | `<<Year>>`<br>**Example:** `2020` | Collection of Shows released in this Decade. |
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:---------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Decade Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Best of <<Decade>>`<br>**Example:** `Best of 2020s` | `<<Year>>`<br>**Example:** `2020` | Collection of Shows released in this Decade. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -34,8 +34,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Default:** `100`<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `critic_rating.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -31,7 +31,7 @@ Template Variables can be used to manipulate the file in various ways to slightl
|
|||
|
||||
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
|
||||
|
||||
All [Shared Variables](../variables) are available as well as the additional Variables below which can be used to customize the file.
|
||||
**[Shared Variables](../variables) are NOT available to this default file.**
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
@ -41,7 +41,7 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
| `order_<<key>>` | **Description:** Controls the sort order of the collections in their collection section.<br>**Values:** Any number |
|
||||
| `collection_mode` | **Description:** Controls the collection mode of all collections in this file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table> |
|
||||
| `minimum_items` | **Description:** Controls the minimum items that the collection must have to be created.<br>**Default:** `2`<br>**Values:** Any number |
|
||||
| `name_mapping_<<key>>` | **Description:** Sets the name mapping value for using assets of the specified key's collection.Overrides the [default name_mapping](#default-name_mapping) for that collection if used.<br>**Values:** Any String |
|
||||
| `name_mapping_<<key>>` | **Description:** Sets the name mapping value for using assets of the specified key's collection. Overrides the [default name_mapping](#default-name_mapping) for that collection if used.<br>**Values:** Any String |
|
||||
| `sort_title` | **Description:** Sets the sort title for all collections. Use `<<collection_name>>` to use the collection name. **Example:** `"!02_<<collection_name>>"`<br>**Values:** Any String with `<<collection_name>>` |
|
||||
| `sort_title_<<key>>` | **Description:** Sets the sort title of the specified key's collection.<br>**Default:** `sort_title`<br>**Values:** Any String |
|
||||
| `build_collection` | **Description:** Controls if you want the collection to actually be built. i.e. you may just want these shows sent to Sonarr.<br>**Values:** `false` to not build the collection |
|
||||
|
@ -69,7 +69,10 @@ libraries:
|
|||
metadata_path:
|
||||
- pmm: franchise
|
||||
template_variables:
|
||||
build_collection: false
|
||||
append_data:
|
||||
"31917": Pretty Little Liars
|
||||
append_addons:
|
||||
31917: [46958, 79863, 110531] # Pretty Little Liars: Ravenswood, The Perfectionists, Original Sin
|
||||
sonarr_add_missing: true
|
||||
```
|
||||
|
||||
|
|
|
@ -8,10 +8,10 @@ The `network` Default Metadata File is used to dynamically create collections ba
|
|||
|
||||
## Collections Section 04
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------|:-----------------------------------:|:-----------------------------------------------------------|
|
||||
| `Network Collections` | `separator` | Separator Collection to denote the Section of Collections. |
|
||||
| `<<network>>`<br>**Example:** `NBC` | `<<network>>`<br>**Example:** `NBC` | Collection of Shows the aired on the network. |
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------|:-----------------------------------:|:----------------------------------------------------------------------------|
|
||||
| `Network Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<network>>`<br>**Example:** `NBC` | `<<network>>`<br>**Example:** `NBC` | Collection of Shows the aired on the network. |
|
||||
|
||||
## Config
|
||||
|
||||
|
@ -34,8 +34,8 @@ All [Shared Variables](../variables) are available as well as the additional Var
|
|||
|
||||
| Variable | Description & Values |
|
||||
|:------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `use_separator` | **Description:** Turn the separator collection off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Separator Style.<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `use_separator` | **Description:** Turn the [Separator Collection](../separators) off.<br>**Values:** `false` to turn of the collection |
|
||||
| `sep_style` | **Description:** Choose the [Separator Style](../separators.md#separator-styles).<br>**Default:** `orig`<br>**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater then 0 |
|
||||
| `limit_<<key>>` | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater then 0 |
|
||||
| `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../metadata/builders/smart.md#sort-options) |
|
||||
|
|
|
@ -15,6 +15,8 @@ Below are the available variables which can be used to customize the file.
|
|||
| `collection_section` | **Description:** Changes the sort order of the collection sections against other default collection sections.<br>**Values:** Any number |
|
||||
| `order_<<key>>`<sup>1</sup> | **Description:** Controls the sort order of the collections in their collection section.<br>**Values:** Any number |
|
||||
| `collection_mode` | **Description:** Controls the collection mode of all collections in a Defaults file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table> |
|
||||
| `ignore_ids` | **Description:** Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all collections.<br>**Values:** List or comma-separated string of TMDb/TVDb IDs |
|
||||
| `ignore_imdb_ids` | **Description:** Set a list or comma-separated string of IMDb IDs to ignore in all collections.<br>**Values:** List or comma-separated string of IMDb IDs |
|
||||
| `url_poster_<<key>>`<sup>1</sup> | **Description:** Changes the poster url of the specified key's collection.<br>**Values:** URL directly to the Image |
|
||||
| `visible_library` | **Description:** Controls visible on Library for all collections in a Defaults file. (Only works with Plex Pass)<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../metadata/details/schedule)</td><td>Visible When Scheduled</td></tr></table> |
|
||||
| `visible_library_<<key>>`<sup>1</sup> | **Description:** Controls visible on Library of the specified key's collection. (Only works with Plex Pass)<br>**Default:** `visible_library`<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../metadata/details/schedule)</td><td>Visible When Scheduled</td></tr></table> |
|
||||
|
|
|
@ -140,9 +140,9 @@ metadata:
|
|||
# ... details to change for this item
|
||||
```
|
||||
|
||||
### Title & Year
|
||||
### Title, Year, & Edition
|
||||
|
||||
YAML files cannot have two items with the same mapping name so if you have two movies with the same name you define each one with a name of your choosing. Then use the `title` attribute to specify the real title and the `year` attribute to specify which of the multiple movies is for this mapping.
|
||||
YAML files cannot have two items with the same mapping name so if you have two movies with the same name you define each one with a name of your choosing. Then use the `title` attribute to specify the real title and the `year` and/or `edition_filter` attribute to specify which of the multiple movies is for this mapping.
|
||||
|
||||
```yaml
|
||||
metadata:
|
||||
|
@ -154,8 +154,15 @@ metadata:
|
|||
title: Godzilla
|
||||
year: 1998
|
||||
content_rating: PG-13
|
||||
Godzilla3:
|
||||
title: Godzilla
|
||||
year: 1954
|
||||
edition: Extended
|
||||
content_rating: R
|
||||
```
|
||||
|
||||
**Note: `edition_filter` only works with Movies**
|
||||
|
||||
### Alt Title
|
||||
|
||||
To define an alternative title that the item may be called when searching use `alt_title`. When a title is found matching `alt_title` then the name of the itme will be changed to match the mapping name or `title` if specified.
|
||||
|
|
|
@ -103,13 +103,14 @@ The available attributes for editing movies are as follows
|
|||
|
||||
### Special Attributes
|
||||
|
||||
| Attribute | Allowed Values |
|
||||
|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `title` | Title if different from the mapping value useful when you have multiple movies with the same name. See the [Metadata Page](../metadata.md#metadata-attributes) for how searching for files works. |
|
||||
| `alt_title` | Alternative title to look for and then change to the mapping name. See the [Metadata Page](../metadata.md#metadata-attributes) for how searching for files works. |
|
||||
| `year` | Year of movie for better identification. See the [Metadata Page](../metadata.md#metadata-attributes) for how searching for files works. |
|
||||
| `tmdb_show` | TMDb Show ID to use for metadata useful for miniseries that have been compiled into a movie. **This is not used to say this show is the given ID.** |
|
||||
| `tmdb_movie` | TMDb Movie ID to use for metadata useful for movies that have been split into segments **This is not used to say this show is the given ID.** |
|
||||
| Attribute | Allowed Values |
|
||||
|:-----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `title` | Title if different from the mapping value useful when you have multiple movies with the same name. See the [Metadata Page](../metadata.md#metadata-attributes) for how searching for files works. |
|
||||
| `alt_title` | Alternative title to look for and then change to the mapping name. See the [Metadata Page](../metadata.md#metadata-attributes) for how searching for files works. |
|
||||
| `year` | Year of movie for better identification. See the [Metadata Page](../metadata.md#metadata-attributes) for how searching for files works. |
|
||||
| `edition_filter` | Edition of movie for better identification. See the [Metadata Page](../metadata.md#metadata-attributes) for how searching for files works. |
|
||||
| `tmdb_show` | TMDb Show ID to use for metadata useful for miniseries that have been compiled into a movie. **This is not used to say this show is the given ID.** |
|
||||
| `tmdb_movie` | TMDb Movie ID to use for metadata useful for movies that have been split into segments **This is not used to say this show is the given ID.** |
|
||||
|
||||
### General Attributes
|
||||
|
||||
|
|
|
@ -1019,6 +1019,12 @@ class MetadataFile(DataFile):
|
|||
if year is None:
|
||||
raise Failed(f"Metadata Error: year attribute must be an integer between 1800 and {next_year}")
|
||||
|
||||
edition_title = None
|
||||
if "edition_filter" in methods and self.library.is_movie:
|
||||
edition_title = str(meta[methods["edition_filter"]])
|
||||
if not edition_title:
|
||||
edition_title = ""
|
||||
|
||||
title = mapping_name
|
||||
if "title" in methods:
|
||||
if meta[methods["title"]] is None:
|
||||
|
@ -1026,16 +1032,16 @@ class MetadataFile(DataFile):
|
|||
else:
|
||||
title = meta[methods["title"]]
|
||||
|
||||
item = self.library.search_item(title, year=year)
|
||||
item = self.library.search_item(title, year=year, edition=edition_title)
|
||||
|
||||
if item is None and "alt_title" in methods:
|
||||
if meta[methods["alt_title"]] is None:
|
||||
logger.error("Metadata Error: alt_title attribute is blank")
|
||||
else:
|
||||
alt_title = meta[methods["alt_title"]]
|
||||
item = self.library.search_item(alt_title, year=year)
|
||||
item = self.library.search_item(alt_title, year=year, edition=edition_title)
|
||||
if item is None:
|
||||
item = self.library.search_item(alt_title)
|
||||
item = self.library.search_item(alt_title, edition=edition_title)
|
||||
|
||||
if item is None:
|
||||
logger.error(f"Skipping {mapping_name}: Item {title} not found")
|
||||
|
|
|
@ -977,10 +977,12 @@ class Plex(Library):
|
|||
def get_tvdb_from_map(self, item):
|
||||
return self.show_rating_key_map[item.ratingKey] if item.ratingKey in self.show_rating_key_map else None
|
||||
|
||||
def search_item(self, data, year=None):
|
||||
def search_item(self, data, year=None, edition=None):
|
||||
kwargs = {}
|
||||
if year is not None:
|
||||
kwargs["year"] = year
|
||||
if edition is not None:
|
||||
kwargs["editionTitle"] = edition
|
||||
for d in self.search(title=str(data), **kwargs):
|
||||
if d.title == data:
|
||||
return d
|
||||
|
|
Loading…
Reference in a new issue