From 5b5657ab8bdff5107482202f2c26e2992fdeb683 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Sat, 2 Apr 2022 16:52:55 -0400 Subject: [PATCH] posters, collections, and fixes --- yozora/configs 2.0 - WIP/common/actor.yml | 24 +++++ .../common/audio_language.yml | 1 + .../common/content_rating_uk.yml | 14 ++- .../common/country_color.yml | 1 + .../common/country_color_tv.yml | 1 + .../common/country_white.yml | 1 + .../common/country_white_tv.yml | 1 + yozora/configs 2.0 - WIP/common/decade.yml | 1 + yozora/configs 2.0 - WIP/common/director.yml | 24 +++++ yozora/configs 2.0 - WIP/common/genre.yml | 1 + yozora/configs 2.0 - WIP/common/producer.yml | 23 ++++ .../configs 2.0 - WIP/common/resolution.yml | 13 ++- .../common/resolution_standards.yml | 1 + .../configs 2.0 - WIP/common/seasonal_ca.yml | 86 +++++++++++++++ .../configs 2.0 - WIP/common/seasonal_us.yml | 86 +++++++++++++++ yozora/configs 2.0 - WIP/common/studio.yml | 1 + .../common/studio_animation.yml | 3 +- .../common/subtitle_language.yml | 1 + yozora/configs 2.0 - WIP/common/writer.yml | 23 ++++ yozora/configs 2.0 - WIP/common/year.yml | 1 + yozora/configs 2.0 - WIP/movie/award.yml | 102 ++++++++++++++++++ yozora/configs 2.0 - WIP/movie/chart.yml | 3 +- .../movie/content_rating_us.yml | 1 + yozora/configs 2.0 - WIP/movie/franchise.yml | 1 + .../configs 2.0 - WIP/movie/streaming_uk.yml | 1 + .../configs 2.0 - WIP/movie/streaming_us.yml | 1 + yozora/configs 2.0 - WIP/tv/award.yml | 60 +++++++++++ yozora/configs 2.0 - WIP/tv/chart.yml | 3 +- .../tv/content_rating_us.yml | 9 +- yozora/configs 2.0 - WIP/tv/network_kids.yml | 1 + yozora/configs 2.0 - WIP/tv/network_uk.yml | 7 +- yozora/configs 2.0 - WIP/tv/network_us.yml | 5 +- yozora/configs 2.0 - WIP/tv/streaming_uk.yml | 1 + yozora/configs 2.0 - WIP/tv/streaming_us.yml | 1 + 34 files changed, 481 insertions(+), 22 deletions(-) create mode 100644 yozora/configs 2.0 - WIP/common/actor.yml create mode 100644 yozora/configs 2.0 - WIP/common/director.yml create mode 100644 yozora/configs 2.0 - WIP/common/producer.yml create mode 100644 yozora/configs 2.0 - WIP/common/seasonal_ca.yml create mode 100644 yozora/configs 2.0 - WIP/common/seasonal_us.yml create mode 100644 yozora/configs 2.0 - WIP/common/writer.yml create mode 100644 yozora/configs 2.0 - WIP/movie/award.yml create mode 100644 yozora/configs 2.0 - WIP/tv/award.yml diff --git a/yozora/configs 2.0 - WIP/common/actor.yml b/yozora/configs 2.0 - WIP/common/actor.yml new file mode 100644 index 0000000..a177fa0 --- /dev/null +++ b/yozora/configs 2.0 - WIP/common/actor.yml @@ -0,0 +1,24 @@ +###################################################### +# Actor Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + + actor template: + collection_mode: hide + sort_title: +02act_<> + tmdb_person: <> + plex_search: + all: + actor: tmdb + + Top Actors: # mapping name does not matter just needs to be unique + test: true + blank_collection: true + type: actor + template: actor template + title_format: <> (Actor) + data: + depth: 5 + limit: 25 + diff --git a/yozora/configs 2.0 - WIP/common/audio_language.yml b/yozora/configs 2.0 - WIP/common/audio_language.yml index d91d81c..8fc0443 100644 --- a/yozora/configs 2.0 - WIP/common/audio_language.yml +++ b/yozora/configs 2.0 - WIP/common/audio_language.yml @@ -19,6 +19,7 @@ templates: collections: Audio Language Collections: blank_collection: true + collection_mode: hide sort_title: +10_+Audio Language Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/audio_language/Audio%20Language%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/content_rating_uk.yml b/yozora/configs 2.0 - WIP/common/content_rating_uk.yml index 75e3f16..d516869 100644 --- a/yozora/configs 2.0 - WIP/common/content_rating_uk.yml +++ b/yozora/configs 2.0 - WIP/common/content_rating_uk.yml @@ -6,17 +6,20 @@ templates: contentrating_dynamic: + default: + URL_ENCODE: <<key>> collection_mode: hide + sort_title: +03_<<collection_name>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/bbfc_(uk)/<<URL_ENCODE>>.jpg smart_filter: sort_by: release.desc any: - content_rating: <<content_rating>> - sort_title: +03_<<collection_name>> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/bbfc_(uk)/<<key_name>>.jpg + content_rating: <<value>> collections: UK Ratings Collections: blank_collection: true + collection_mode: hide sort_title: +03_+UK Ratings Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/bbfc_(uk)/UK%20Ratings%20Collections.jpg @@ -24,8 +27,11 @@ dynamic_collections: UK Content Rating: type: content_rating title_format: <<key_name>> - template: contentrating_dynamic other_name: Other Ratings + template: contentrating_dynamic + template_variables: + URL_ENCODE: + other: Other%20Ratings key_name_override: "gb/U": U "gb/PG": PG diff --git a/yozora/configs 2.0 - WIP/common/country_color.yml b/yozora/configs 2.0 - WIP/common/country_color.yml index ef4b7cf..231b138 100644 --- a/yozora/configs 2.0 - WIP/common/country_color.yml +++ b/yozora/configs 2.0 - WIP/common/country_color.yml @@ -19,6 +19,7 @@ templates: collections: Country Collections: blank_collection: true + collection_mode: hide sort_title: +11_+Country Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/color/Country%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/country_color_tv.yml b/yozora/configs 2.0 - WIP/common/country_color_tv.yml index 31ff2e5..28b061d 100644 --- a/yozora/configs 2.0 - WIP/common/country_color_tv.yml +++ b/yozora/configs 2.0 - WIP/common/country_color_tv.yml @@ -19,6 +19,7 @@ templates: collections: Country Collections: blank_collection: true + collection_mode: hide sort_title: +11_+Country Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/color/Country%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/country_white.yml b/yozora/configs 2.0 - WIP/common/country_white.yml index a022915..f9137d1 100644 --- a/yozora/configs 2.0 - WIP/common/country_white.yml +++ b/yozora/configs 2.0 - WIP/common/country_white.yml @@ -19,6 +19,7 @@ templates: collections: Country Collections: blank_collection: true + collection_mode: hide sort_title: +11_+Country Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/white/Country%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/country_white_tv.yml b/yozora/configs 2.0 - WIP/common/country_white_tv.yml index 46e65b4..0fd8672 100644 --- a/yozora/configs 2.0 - WIP/common/country_white_tv.yml +++ b/yozora/configs 2.0 - WIP/common/country_white_tv.yml @@ -19,6 +19,7 @@ templates: collections: Country Collections: blank_collection: true + collection_mode: hide sort_title: +11_+Country Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/white/Country%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/decade.yml b/yozora/configs 2.0 - WIP/common/decade.yml index 6551765..a4964cc 100644 --- a/yozora/configs 2.0 - WIP/common/decade.yml +++ b/yozora/configs 2.0 - WIP/common/decade.yml @@ -20,6 +20,7 @@ templates: collections: Decade Collections: blank_collection: true + collection_mode: hide sort_title: +13_+Decade Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/Decade%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/director.yml b/yozora/configs 2.0 - WIP/common/director.yml new file mode 100644 index 0000000..e07bcc4 --- /dev/null +++ b/yozora/configs 2.0 - WIP/common/director.yml @@ -0,0 +1,24 @@ +###################################################### +# Director Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + + director template: + collection_mode: hide + sort_title: +02dir_<<collection_name>> + tmdb_person: <<director>> + plex_search: + all: + director: tmdb + + Top Directors: # mapping name does not matter just needs to be unique + test: true + blank_collection: true + type: director + template: director template + title_format: <<title>> (Director) + data: + depth: 5 + limit: 25 + diff --git a/yozora/configs 2.0 - WIP/common/genre.yml b/yozora/configs 2.0 - WIP/common/genre.yml index bf229c6..1db96f4 100644 --- a/yozora/configs 2.0 - WIP/common/genre.yml +++ b/yozora/configs 2.0 - WIP/common/genre.yml @@ -19,6 +19,7 @@ templates: collections: Genre Collections: blank_collection: true + collection_mode: hide sort_title: +09_+Genre Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/genre/Genre%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/producer.yml b/yozora/configs 2.0 - WIP/common/producer.yml new file mode 100644 index 0000000..57e6311 --- /dev/null +++ b/yozora/configs 2.0 - WIP/common/producer.yml @@ -0,0 +1,23 @@ +###################################################### +# Producer Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + + producer template: + collection_mode: hide + sort_title: +02pro_<<collection_name>> + tmdb_person: <<producer>> + plex_search: + all: + producer: tmdb + + Top Producers: # mapping name does not matter just needs to be unique + test: true + blank_collection: true + type: producer + template: producer template + title_format: <<title>> (Producer) + data: + depth: 5 + limit: 25 diff --git a/yozora/configs 2.0 - WIP/common/resolution.yml b/yozora/configs 2.0 - WIP/common/resolution.yml index bd19703..a8187c5 100644 --- a/yozora/configs 2.0 - WIP/common/resolution.yml +++ b/yozora/configs 2.0 - WIP/common/resolution.yml @@ -15,10 +15,18 @@ templates: sort_by: release.desc any: resolution: <<value>> + other_poster: + collection_mode: hide + sort_title: +15_zz<<collection_name>> + smart_filter: + sort_by: release.desc + any: + resolution: <<value>> collections: Resolution Collections: blank_collection: true + collection_mode: hide sort_title: +15_+Resolution Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/Resolution%20Collections.jpg @@ -27,6 +35,7 @@ dynamic_collections: type: resolution title_format: <<key_name>> <<library_type>>s other_name: Other Resolutions + other_template: other_poster template: resolution_dynamic template_variables: URL_ENCODE: @@ -46,9 +55,9 @@ dynamic_collections: - 240p - 360p - 480p - - 576p + # - 576p - 720p - - SD + # - SD - 1080p - 2K - 4K diff --git a/yozora/configs 2.0 - WIP/common/resolution_standards.yml b/yozora/configs 2.0 - WIP/common/resolution_standards.yml index 17a652d..a7df418 100644 --- a/yozora/configs 2.0 - WIP/common/resolution_standards.yml +++ b/yozora/configs 2.0 - WIP/common/resolution_standards.yml @@ -19,6 +19,7 @@ templates: collections: Resolution Collections: blank_collection: true + collection_mode: hide sort_title: +15_+Resolution Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/Resolution%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/seasonal_ca.yml b/yozora/configs 2.0 - WIP/common/seasonal_ca.yml new file mode 100644 index 0000000..0e7c73c --- /dev/null +++ b/yozora/configs 2.0 - WIP/common/seasonal_ca.yml @@ -0,0 +1,86 @@ +###################################################### +# Seasonal CA Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + +templates: + Holiday: + smart_label: title.asc + summary: |- + A timed collection of <<collection_name>> and other movies that may relate to the holiday. + + NOTE: this collection will only be around until <<end_date>>. + sort_title: +00_<<collection_name>> + schedule: range(<<start_date>>-<<end_date>>) + delete_not_scheduled: true + visible_home: true + visible_shared: true +collections: + Independence Day Movies: + template: + name: Holiday + start_date: 06/23 + end_date: 07/11 + imdb_list: + - https://www.imdb.com/list/ls068664510/ + - https://www.imdb.com/list/ls080925875/ + Easter Movies: + template: + name: Holiday + start_date: 03/22 + end_date: 04/25 + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ + Valentine's Day Movies: + template: + name: Holiday + start_date: 02/01 + end_date: 02/29 + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + St. Patrick's Day Movies: + template: + name: Holiday + start_date: 03/01 + end_date: 03/18 + imdb_list: https://www.imdb.com/list/ls063934595/ + Thanksgiving Movies: + template: + name: Holiday + ###CAN### + start_date: 10/01 + end_date: 10/15 + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + Halloween Movies: + template: + name: Holiday + start_date: 10/01 + end_date: 10/31 + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + Christmas Movies: + template: + name: Holiday + start_date: 12/01 + end_date: 12/31 + imdb_list: https://www.imdb.com/list/ls000096828/ + New Year's Day Movies: + template: + name: Holiday + start_date: 12/26 + end_date: 01/04 + imdb_list: https://www.imdb.com/list/ls066838460/ \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/common/seasonal_us.yml b/yozora/configs 2.0 - WIP/common/seasonal_us.yml new file mode 100644 index 0000000..78fcba6 --- /dev/null +++ b/yozora/configs 2.0 - WIP/common/seasonal_us.yml @@ -0,0 +1,86 @@ +###################################################### +# Seasonal CA Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + +templates: + Holiday: + smart_label: title.asc + summary: |- + A timed collection of <<collection_name>> and other movies that may relate to the holiday. + + NOTE: this collection will only be around until <<end_date>>. + sort_title: +00_<<collection_name>> + schedule: range(<<start_date>>-<<end_date>>) + delete_not_scheduled: true + visible_home: true + visible_shared: true +collections: + Independence Day Movies: + template: + name: Holiday + start_date: 06/23 + end_date: 07/11 + imdb_list: + - https://www.imdb.com/list/ls068664510/ + - https://www.imdb.com/list/ls080925875/ + Easter Movies: + template: + name: Holiday + start_date: 03/22 + end_date: 04/25 + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ + Valentine's Day Movies: + template: + name: Holiday + start_date: 02/01 + end_date: 02/29 + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + St. Patrick's Day Movies: + template: + name: Holiday + start_date: 03/01 + end_date: 03/18 + imdb_list: https://www.imdb.com/list/ls063934595/ + Thanksgiving Movies: + template: + name: Holiday + ###USA### + start_date: 11/01 + end_date: 11/30 + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + Halloween Movies: + template: + name: Holiday + start_date: 10/01 + end_date: 10/31 + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + Christmas Movies: + template: + name: Holiday + start_date: 12/01 + end_date: 12/31 + imdb_list: https://www.imdb.com/list/ls000096828/ + New Year's Day Movies: + template: + name: Holiday + start_date: 12/26 + end_date: 01/04 + imdb_list: https://www.imdb.com/list/ls066838460/ \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/common/studio.yml b/yozora/configs 2.0 - WIP/common/studio.yml index 02d894e..fec28ab 100644 --- a/yozora/configs 2.0 - WIP/common/studio.yml +++ b/yozora/configs 2.0 - WIP/common/studio.yml @@ -19,6 +19,7 @@ templates: collections: Studio Collections: blank_collection: true + collection_mode: hide sort_title: +07_+Studio Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/Studio%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/studio_animation.yml b/yozora/configs 2.0 - WIP/common/studio_animation.yml index af7997a..0b6c502 100644 --- a/yozora/configs 2.0 - WIP/common/studio_animation.yml +++ b/yozora/configs 2.0 - WIP/common/studio_animation.yml @@ -19,6 +19,7 @@ templates: collections: Studio Animation Collections: blank_collection: true + collection_mode: hide sort_title: +08_+Studio Animation Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/Studio%20Animation%20Collections.jpg @@ -26,7 +27,7 @@ dynamic_collections: Studio Animation: # mapping name does not matter just needs to be unique type: studio title_format: <<key_name>> - other_name: Other Animation Studios + # other_name: Other Animation Studios template: studio_dynamic template_variables: URL_ENCODE: diff --git a/yozora/configs 2.0 - WIP/common/subtitle_language.yml b/yozora/configs 2.0 - WIP/common/subtitle_language.yml index 1b34028..f3ed132 100644 --- a/yozora/configs 2.0 - WIP/common/subtitle_language.yml +++ b/yozora/configs 2.0 - WIP/common/subtitle_language.yml @@ -19,6 +19,7 @@ templates: collections: Subtitle Collections: blank_collection: true + collection_mode: hide sort_title: +12_+Subtitle Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/subtitle_language/Subtitle%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/common/writer.yml b/yozora/configs 2.0 - WIP/common/writer.yml new file mode 100644 index 0000000..194ee6b --- /dev/null +++ b/yozora/configs 2.0 - WIP/common/writer.yml @@ -0,0 +1,23 @@ +###################################################### +# Writer Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + + writer template: + collection_mode: hide + sort_title: +02wri_<<collection_name>> + tmdb_person: <<writer>> + plex_search: + all: + writer: tmdb + + Top Writers: # mapping name does not matter just needs to be unique + test: true + blank_collection: true + type: writer + template: writer template + title_format: <<title>> (Writer) + data: + depth: 5 + limit: 25 diff --git a/yozora/configs 2.0 - WIP/common/year.yml b/yozora/configs 2.0 - WIP/common/year.yml index 8344549..12fdc05 100644 --- a/yozora/configs 2.0 - WIP/common/year.yml +++ b/yozora/configs 2.0 - WIP/common/year.yml @@ -20,6 +20,7 @@ templates: collections: Year Collections: blank_collection: true + collection_mode: hide sort_title: +14_+Year Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/Year%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/movie/award.yml b/yozora/configs 2.0 - WIP/movie/award.yml new file mode 100644 index 0000000..b5cf7e0 --- /dev/null +++ b/yozora/configs 2.0 - WIP/movie/award.yml @@ -0,0 +1,102 @@ +###################################################### +# Awards Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + +templates: + Award: + sort_title: +16_<<collection_name>> + collection_mode: hide + sync_mode: sync + smart_label: audience_rating.desc + #schedule: weekly (monday) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/award/<<URL_ENCODE>>.jpg + + GG Template: + sort_title: '+16_<<collection_name>>' + collection_mode: hide + smart_label: audience_rating.desc + summary: 'Golden Globes <<year>>' + sync_mode: append + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-golden-globes + item_label: Golden Globes + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/award/<<URL_ENCODE>>%20<<year>>.jpg + +collections: + Award Collections: + blank_collection: true + collection_mode: hide + sort_title: +16_+Award Collections + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/award/Award%20Collections.jpg + + Golden Globes 2021: + template: { name: GG Template, year: 2021, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2020: + template: { name: GG Template, year: 2020, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2019: + template: { name: GG Template, year: 2019, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2018: + template: { name: GG Template, year: 2018, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2017: + template: { name: GG Template, year: 2017, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2016: + template: { name: GG Template, year: 2016, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2015: + template: { name: GG Template, year: 2015, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2014: + template: { name: GG Template, year: 2014, URL_ENCODE: "Golden%20Globes%20Winners" } + + Oscars Winners: + template: { name: Award, URL_ENCODE: "Oscars%20Winners"} + imdb_list: "https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner" + summary: "Oscar Winning Movies" + #schedule: yearly (03/28) + + Oscars Best Picture Winners: + template: { name: Award, URL_ENCODE: "Oscars%20Best%20Picture%20Winners"} + imdb_list: https://www.imdb.com/search/title/?count=250&groups=oscar_best_picture_winners&sort=year,desc + summary: "The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929." + #schedule: yearly (03/28) + + Oscars Nominated: + template: { name: Award, URL_ENCODE: "Oscars%20Nominated"} + trakt_list: https://trakt.tv/users/jcbwoldseth/lists/oscar-race-2022 + summary: 2022 Oscar nominations + + Cannes - Palme d'or: + template: { name: Award, URL_ENCODE: "Cannes"} + trakt_list: https://trakt.tv/users/sp1ti/lists/cannes-palme-d-or-winners + summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee." + #schedule: yearly (06/01) + + Cesar: + template: { name: Award, URL_ENCODE: "Cesar"} + trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film + summary: "The César Award is the national film award of France. It is delivered in the Nuit des César ceremony and was first awarded in 1976." + #schedule: yearly (03/14) + + Berlinale: + template: { name: Award, URL_ENCODE: "Berlinale"} + trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears + summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany." + #schedule: yearly (02/21) + + BAFTA Best Films: + template: { name: Award, URL_ENCODE: "BAFTA"} + trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film + summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film." + #schedule: yearly (02/21) + + Venice: + template: { name: Award, URL_ENCODE: "Venice"} + trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion + summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival" + #schedule: yearly (02/21) \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/chart.yml b/yozora/configs 2.0 - WIP/movie/chart.yml index 20ae00f..3ef48e9 100644 --- a/yozora/configs 2.0 - WIP/movie/chart.yml +++ b/yozora/configs 2.0 - WIP/movie/chart.yml @@ -9,12 +9,13 @@ templates: collection_mode: hide sort_title: +01_<<collection_name>> sync_mode: sync - limit: 100 + limit: 250 url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg collections: Movie Chart Collections: blank_collection: true + collection_mode: hide sort_title: +01_+Movie Chart Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/Movie%20Chart%20Collections.jpg Newly Released Movies: diff --git a/yozora/configs 2.0 - WIP/movie/content_rating_us.yml b/yozora/configs 2.0 - WIP/movie/content_rating_us.yml index 20a9c8e..646f9a3 100644 --- a/yozora/configs 2.0 - WIP/movie/content_rating_us.yml +++ b/yozora/configs 2.0 - WIP/movie/content_rating_us.yml @@ -19,6 +19,7 @@ templates: collections: US Ratings Collections: blank_collection: true + collection_mode: hide sort_title: +03_+US Ratings Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/content_rating//mpaa_(us)/US%20Ratings%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/movie/franchise.yml b/yozora/configs 2.0 - WIP/movie/franchise.yml index 1230e37..f5b7d93 100644 --- a/yozora/configs 2.0 - WIP/movie/franchise.yml +++ b/yozora/configs 2.0 - WIP/movie/franchise.yml @@ -17,6 +17,7 @@ templates: collections: Franchise Collections: blank_collection: true + collection_mode: hide sort_title: +06_+Franchise Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Franchise%20Collections.jpg DC Universe: diff --git a/yozora/configs 2.0 - WIP/movie/streaming_uk.yml b/yozora/configs 2.0 - WIP/movie/streaming_uk.yml index ea14eeb..90983e9 100644 --- a/yozora/configs 2.0 - WIP/movie/streaming_uk.yml +++ b/yozora/configs 2.0 - WIP/movie/streaming_uk.yml @@ -15,6 +15,7 @@ templates: collections: UK Streaming Collections: blank_collection: true + collection_mode: hide sort_title: +02_+UK Streaming Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/streaming_service/UK%20Streaming%20Collections.jpg All 4 Movies: diff --git a/yozora/configs 2.0 - WIP/movie/streaming_us.yml b/yozora/configs 2.0 - WIP/movie/streaming_us.yml index 6f50bb7..6807a60 100644 --- a/yozora/configs 2.0 - WIP/movie/streaming_us.yml +++ b/yozora/configs 2.0 - WIP/movie/streaming_us.yml @@ -15,6 +15,7 @@ templates: collections: US Streaming Collections: blank_collection: true + collection_mode: hide sort_title: +02_+US Streaming Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/streaming_service/US%20Streaming%20Collections.jpg Apple TV+ Movies: diff --git a/yozora/configs 2.0 - WIP/tv/award.yml b/yozora/configs 2.0 - WIP/tv/award.yml new file mode 100644 index 0000000..a26e047 --- /dev/null +++ b/yozora/configs 2.0 - WIP/tv/award.yml @@ -0,0 +1,60 @@ +###################################################### +# Awards Collections # +# Created by Yozora and Bullmoose20 # +# # +###################################################### + +templates: + Award: + sort_title: +16_<<collection_name>> + collection_mode: hide + sync_mode: sync + smart_label: audience_rating.desc + #schedule: weekly (monday) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/award/<<URL_ENCODE>>.jpg + + GG Template: + sort_title: '+16_<<collection_name>>' + collection_mode: hide + smart_label: audience_rating.desc + summary: 'Golden Globes <<year>>' + sync_mode: append + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-golden-globes + item_label: Golden Globes + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/award/<<URL_ENCODE>>%20<<year>>.jpg + +collections: + Award Collections: + blank_collection: true + collection_mode: hide + sort_title: +16_+Award Collections + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/award/Award%20Collections.jpg + + Emmy Winners: + template: { name: Award, URL_ENCODE: "Emmy%20Winners"} + imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner + summary: Emmy Winning Shows + + Golden Globes 2021: + template: { name: GG Template, year: 2021, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2020: + template: { name: GG Template, year: 2020, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2019: + template: { name: GG Template, year: 2019, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2018: + template: { name: GG Template, year: 2018, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2017: + template: { name: GG Template, year: 2017, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2016: + template: { name: GG Template, year: 2016, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2015: + template: { name: GG Template, year: 2015, URL_ENCODE: "Golden%20Globes%20Winners" } + + Golden Globes 2014: + template: { name: GG Template, year: 2014, URL_ENCODE: "Golden%20Globes%20Winners" } \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/chart.yml b/yozora/configs 2.0 - WIP/tv/chart.yml index ef471be..389bf67 100644 --- a/yozora/configs 2.0 - WIP/tv/chart.yml +++ b/yozora/configs 2.0 - WIP/tv/chart.yml @@ -9,12 +9,13 @@ templates: collection_mode: hide sort_title: +01_<<collection_name>> sync_mode: sync - limit: 100 + limit: 250 url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg collections: TV Chart Collections: blank_collection: true + collection_mode: hide sort_title: +01_+TV Chart Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/TV%20Chart%20Collections.jpg Newly Released Shows: diff --git a/yozora/configs 2.0 - WIP/tv/content_rating_us.yml b/yozora/configs 2.0 - WIP/tv/content_rating_us.yml index 90eb819..52cd094 100644 --- a/yozora/configs 2.0 - WIP/tv/content_rating_us.yml +++ b/yozora/configs 2.0 - WIP/tv/content_rating_us.yml @@ -7,18 +7,19 @@ templates: contentrating_dynamic: default: - URL_ENCODE: <<key_name>> + URL_ENCODE: <<key>> collection_mode: hide sort_title: +03_<<collection_name>> url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/content_rating/mpaa_(us)/<<URL_ENCODE>>.jpg smart_filter: sort_by: release.desc any: - content_rating: <<content_rating>> + content_rating: <<value>> collections: US TV Ratings Collections: blank_collection: true + collection_mode: hide sort_title: +03_+US TV Ratings Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/content_rating//mpaa_(us)/US%20TV%20Ratings%20Collections.jpg @@ -30,7 +31,7 @@ dynamic_collections: template: contentrating_dynamic template_variables: URL_ENCODE: - Other Ratings: Other%20Ratings + other: Other%20Ratings include: - TV-G - TV-Y @@ -49,7 +50,6 @@ dynamic_collections: TV-PG: - gb/PG - gb/9+ - - TV-PG TV-14: - gb/12A - 12+ @@ -63,4 +63,3 @@ dynamic_collections: - MA-17 - NC-17 - TVMA - - TV-MA diff --git a/yozora/configs 2.0 - WIP/tv/network_kids.yml b/yozora/configs 2.0 - WIP/tv/network_kids.yml index 704e9d8..da5b9e9 100644 --- a/yozora/configs 2.0 - WIP/tv/network_kids.yml +++ b/yozora/configs 2.0 - WIP/tv/network_kids.yml @@ -19,6 +19,7 @@ templates: collections: Kids Network Collections: blank_collection: true + collection_mode: hide sort_title: +05_+Kids Network Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/Kids%20Network%20Collections.jpg diff --git a/yozora/configs 2.0 - WIP/tv/network_uk.yml b/yozora/configs 2.0 - WIP/tv/network_uk.yml index 2981b9e..0727c8a 100644 --- a/yozora/configs 2.0 - WIP/tv/network_uk.yml +++ b/yozora/configs 2.0 - WIP/tv/network_uk.yml @@ -19,6 +19,7 @@ templates: collections: UK Network Collections: blank_collection: true + collection_mode: hide sort_title: +04_+UK Network Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/UK%20Network%20Collections.jpg @@ -39,10 +40,7 @@ dynamic_collections: Disney Channel: Disney%20Channel Investigation Discovery: Investigation%20Discovery National Geographic: National%20Geographic - Prime Video: Prime%20Video - Sky 1: Sky%201 - UKTV Food: UKTV%20Food - other:Other%20Networks + other: Other%20Networks include: - Adult Swim - Amazon @@ -67,7 +65,6 @@ dynamic_collections: - UKTV Food - YouTube title_override: - Amazon: Prime Video Channel 4: Channel 4 Hallmark Channel: Hallmark Nickelodeon: Nick diff --git a/yozora/configs 2.0 - WIP/tv/network_us.yml b/yozora/configs 2.0 - WIP/tv/network_us.yml index 2298ead..deebdfc 100644 --- a/yozora/configs 2.0 - WIP/tv/network_us.yml +++ b/yozora/configs 2.0 - WIP/tv/network_us.yml @@ -19,6 +19,7 @@ templates: collections: US Network Collections: blank_collection: true + collection_mode: hide sort_title: +04_+US Network Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/US%20Network%20Collections.jpg @@ -40,9 +41,8 @@ dynamic_collections: Hallmark Channel: Hallmark%20Channel Investigation Discovery: Investigation%20Discovery National Geographic: National%20Geographic - Prime Video: Prime%20Video The CW: The%20CW - other: Other%Networks + other: Other%20Networks include: - A&E - ABC @@ -84,7 +84,6 @@ dynamic_collections: - USA Network - YouTube title_override: - Amazon: Prime Video Hallmark Channel: Hallmark Nickelodeon: Nick USA Network: USA diff --git a/yozora/configs 2.0 - WIP/tv/streaming_uk.yml b/yozora/configs 2.0 - WIP/tv/streaming_uk.yml index 78959f5..d91cf08 100644 --- a/yozora/configs 2.0 - WIP/tv/streaming_uk.yml +++ b/yozora/configs 2.0 - WIP/tv/streaming_uk.yml @@ -15,6 +15,7 @@ templates: collections: UK Streaming Collections: blank_collection: true + collection_mode: hide sort_title: +02_+UK Streaming Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/UK%20Streaming%20Collections.jpg All 4 Shows: diff --git a/yozora/configs 2.0 - WIP/tv/streaming_us.yml b/yozora/configs 2.0 - WIP/tv/streaming_us.yml index b39685d..bc2df30 100644 --- a/yozora/configs 2.0 - WIP/tv/streaming_us.yml +++ b/yozora/configs 2.0 - WIP/tv/streaming_us.yml @@ -15,6 +15,7 @@ templates: collections: US Streaming Collections: blank_collection: true + collection_mode: hide sort_title: +02_+US Streaming Collections url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/US%20Streaming%20Collections.jpg Apple TV+ Shows: