From dabb6623dfc711cc9c38ca2cf78ac0c340a412bb Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Tue, 29 Mar 2022 19:01:40 +0100 Subject: [PATCH] Standardized naming conventions and cleared duplicates --- .../content_rating_uk.yml} | 0 .../resolution_standards.yml} | 0 .../studio/smart.yml => common/studio.yml} | 4 + .../studio_animation.yml} | 12 +- .../movie/audio_language/dynamic.yml | 87 -------- .../movie/{chartandrelease.yml => chart.yml} | 0 .../movie/chartandrelease/chartandrelease.yml | 37 ---- .../movie/content_rating/dynamic-uk.yml | 82 -------- .../movie/content_rating/dynamic-us.yml | 72 ------- .../us/metadata.yml => content_rating_us.yml} | 0 .../movie/country/dynamic.yml | 68 ------ .../movie/decade/dynamic.yml | 27 --- .../movie/franchise/franchise.yml | 46 ----- .../movie/genre/dynamic-consolidated.yml | 77 ------- .../configs 2.0 - WIP/movie/genre/dynamic.yml | 76 ------- .../movie/resolution/dynamic.yml | 20 -- .../movie/streaming_service/uk.yml | 32 --- .../movie/streaming_service/us.yml | 38 ---- .../uk/metadata.yml => streaming_uk.yml} | 0 .../us/metadata.yml => streaming_us.yml} | 0 yozora/configs 2.0 - WIP/movie/studio.yml | 109 ---------- .../configs 2.0 - WIP/movie/studio/smart.yml | 67 ------ .../movie/subtitle_language/dynamic.yml | 87 -------- .../configs 2.0 - WIP/movie/year/dynamic.yml | 99 --------- .../tv/{chartandrelease.yml => chart.yml} | 0 .../tv/chartandrelease/chartandrelease.yml | 32 --- .../tv/content_rating/dynamic-uk.yml | 54 ----- .../tv/content_rating/dynamic-us.yml | 51 ----- .../tv/content_rating/uk/metadata.yml | 57 ----- .../us/metadata.yml => content_rating_us.yml} | 0 .../configs 2.0 - WIP/tv/decade/dynamic.yml | 108 ---------- .../tv/genre/dynamic-consolidated.yml | 77 ------- yozora/configs 2.0 - WIP/tv/genre/dynamic.yml | 76 ------- .../tv/network/dynamic-kids.yml | 36 ---- .../tv/network/dynamic-uk.yml | 178 ---------------- .../tv/network/dynamic-us.yml | 194 ------------------ .../kids/metadata.yml => network_kids.yml} | 0 .../uk/metadata.yml => network_uk.yml} | 0 .../us/metadata.yml => network_us.yml} | 0 .../tv/streaming_service/uk.yml | 35 ---- .../tv/streaming_service/us.yml | 41 ---- .../uk/metadata.yml => streaming_uk.yml} | 0 .../us/metadata.yml => streaming_us.yml} | 0 yozora/configs 2.0 - WIP/tv/studio.yml | 109 ---------- .../tv/studio/smart-animation.yml | 51 ----- yozora/configs 2.0 - WIP/tv/year/dynamic.yml | 99 --------- 46 files changed, 11 insertions(+), 2227 deletions(-) rename yozora/configs 2.0 - WIP/{movie/content_rating/uk/metadata.yml => common/content_rating_uk.yml} (100%) rename yozora/configs 2.0 - WIP/{movie/resolution/dynamic-standards.yml => common/resolution_standards.yml} (100%) rename yozora/configs 2.0 - WIP/{tv/studio/smart.yml => common/studio.yml} (96%) rename yozora/configs 2.0 - WIP/{movie/studio/smart-animation.yml => common/studio_animation.yml} (93%) delete mode 100644 yozora/configs 2.0 - WIP/movie/audio_language/dynamic.yml rename yozora/configs 2.0 - WIP/movie/{chartandrelease.yml => chart.yml} (100%) delete mode 100644 yozora/configs 2.0 - WIP/movie/chartandrelease/chartandrelease.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/content_rating/dynamic-uk.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/content_rating/dynamic-us.yml rename yozora/configs 2.0 - WIP/movie/{content_rating/us/metadata.yml => content_rating_us.yml} (100%) delete mode 100644 yozora/configs 2.0 - WIP/movie/country/dynamic.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/decade/dynamic.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/franchise/franchise.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/genre/dynamic-consolidated.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/genre/dynamic.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/resolution/dynamic.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/streaming_service/uk.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/streaming_service/us.yml rename yozora/configs 2.0 - WIP/movie/{streaming_service/uk/metadata.yml => streaming_uk.yml} (100%) rename yozora/configs 2.0 - WIP/movie/{streaming_service/us/metadata.yml => streaming_us.yml} (100%) delete mode 100644 yozora/configs 2.0 - WIP/movie/studio.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/studio/smart.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/subtitle_language/dynamic.yml delete mode 100644 yozora/configs 2.0 - WIP/movie/year/dynamic.yml rename yozora/configs 2.0 - WIP/tv/{chartandrelease.yml => chart.yml} (100%) delete mode 100644 yozora/configs 2.0 - WIP/tv/chartandrelease/chartandrelease.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/content_rating/dynamic-uk.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/content_rating/dynamic-us.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/content_rating/uk/metadata.yml rename yozora/configs 2.0 - WIP/tv/{content_rating/us/metadata.yml => content_rating_us.yml} (100%) delete mode 100644 yozora/configs 2.0 - WIP/tv/decade/dynamic.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/genre/dynamic-consolidated.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/genre/dynamic.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/network/dynamic-kids.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/network/dynamic-uk.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/network/dynamic-us.yml rename yozora/configs 2.0 - WIP/tv/{network/kids/metadata.yml => network_kids.yml} (100%) rename yozora/configs 2.0 - WIP/tv/{network/uk/metadata.yml => network_uk.yml} (100%) rename yozora/configs 2.0 - WIP/tv/{network/us/metadata.yml => network_us.yml} (100%) delete mode 100644 yozora/configs 2.0 - WIP/tv/streaming_service/uk.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/streaming_service/us.yml rename yozora/configs 2.0 - WIP/tv/{streaming_service/uk/metadata.yml => streaming_uk.yml} (100%) rename yozora/configs 2.0 - WIP/tv/{streaming_service/us/metadata.yml => streaming_us.yml} (100%) delete mode 100644 yozora/configs 2.0 - WIP/tv/studio.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/studio/smart-animation.yml delete mode 100644 yozora/configs 2.0 - WIP/tv/year/dynamic.yml diff --git a/yozora/configs 2.0 - WIP/movie/content_rating/uk/metadata.yml b/yozora/configs 2.0 - WIP/common/content_rating_uk.yml similarity index 100% rename from yozora/configs 2.0 - WIP/movie/content_rating/uk/metadata.yml rename to yozora/configs 2.0 - WIP/common/content_rating_uk.yml diff --git a/yozora/configs 2.0 - WIP/movie/resolution/dynamic-standards.yml b/yozora/configs 2.0 - WIP/common/resolution_standards.yml similarity index 100% rename from yozora/configs 2.0 - WIP/movie/resolution/dynamic-standards.yml rename to yozora/configs 2.0 - WIP/common/resolution_standards.yml diff --git a/yozora/configs 2.0 - WIP/tv/studio/smart.yml b/yozora/configs 2.0 - WIP/common/studio.yml similarity index 96% rename from yozora/configs 2.0 - WIP/tv/studio/smart.yml rename to yozora/configs 2.0 - WIP/common/studio.yml index 6b9204b..210e5a8 100644 --- a/yozora/configs 2.0 - WIP/tv/studio/smart.yml +++ b/yozora/configs 2.0 - WIP/common/studio.yml @@ -1,14 +1,18 @@ ###################################################### # Smart Studio Collections # # Created by Yozora and Bullmoose20 # +# # ###################################################### templates: Studio: + collection_mode: hide smart_filter: sort_by: release.desc any: studio: <> + sort_title: +05_<> + url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/studio/<>/<>.jpg?raw=true" collections: 20th Century Studios: diff --git a/yozora/configs 2.0 - WIP/movie/studio/smart-animation.yml b/yozora/configs 2.0 - WIP/common/studio_animation.yml similarity index 93% rename from yozora/configs 2.0 - WIP/movie/studio/smart-animation.yml rename to yozora/configs 2.0 - WIP/common/studio_animation.yml index dbb5621..af133b1 100644 --- a/yozora/configs 2.0 - WIP/movie/studio/smart-animation.yml +++ b/yozora/configs 2.0 - WIP/common/studio_animation.yml @@ -1,16 +1,18 @@ ###################################################### -# Smart Studio Animation Collections # +# Smart Animation Studio Collections # # Created by Yozora and Bullmoose20 # +# # ###################################################### templates: Studio: + collection_mode: hide smart_filter: sort_by: release.desc - all: - genre: <> - any: - studio: <> + any: + studio: <> + sort_title: +05_<> + url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/studio/<>/<>.jpg?raw=true" collections: 20th Century Animation: diff --git a/yozora/configs 2.0 - WIP/movie/audio_language/dynamic.yml b/yozora/configs 2.0 - WIP/movie/audio_language/dynamic.yml deleted file mode 100644 index 2746e92..0000000 --- a/yozora/configs 2.0 - WIP/movie/audio_language/dynamic.yml +++ /dev/null @@ -1,87 +0,0 @@ -###################################################### -# Dynamic Audio Language Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - audiolanguage: - collection_mode: hide - sort_title: +02audio_lang<> - smart_filter: - sort_by: release.desc - any: - audio_language: <> - -dynamic_collections: - Audio Language: # mapping name does not matter just needs to be unique - type: audio_language - title_format: <> Audio - other_name: Other Audio - key_name_override: - ar: Arabic - bg: Bulgarian - zh: Czech - cs: Chinese - da: Danish - nl: Dutch - en: English - et: Estonian - fr: French - de: German - el: Greek - hu: Hungarian - is: Icelandic - ur: Urdu - id: Indonesian - it: Italian - ja: Japanese - ko: Korean - lv: Latvian - ms: Malay - no: Norwegian - ph: Filipino - pl: Polish - pt: Portugese - rm: Romanian - ru: Russian - sr: Serbian - es: Spanish - sv: Swedish - th: Thai - tr: Turkish - ua: Ukranian - vi: Vietnamese - template: audiolanguage - include: - - ar - - zh - - cs - - da - - nl - # - en # Disabled by default due to high volume - - et - - fr - - de - - el - - hu - - is - - ur - - id - - it - - ja - - ko - - lv - - ms - - no - - ph - - pl - - pt - - rm - - ru - - sr - - es - - sv - - th - - tr - - ua - - vi \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/chartandrelease.yml b/yozora/configs 2.0 - WIP/movie/chart.yml similarity index 100% rename from yozora/configs 2.0 - WIP/movie/chartandrelease.yml rename to yozora/configs 2.0 - WIP/movie/chart.yml diff --git a/yozora/configs 2.0 - WIP/movie/chartandrelease/chartandrelease.yml b/yozora/configs 2.0 - WIP/movie/chartandrelease/chartandrelease.yml deleted file mode 100644 index 8efc825..0000000 --- a/yozora/configs 2.0 - WIP/movie/chartandrelease/chartandrelease.yml +++ /dev/null @@ -1,37 +0,0 @@ -###################################################### -# Smart Charts & Releases Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -collections: - Newly Released Movies: - summary: A collection of newly-released movies in cinema and on streaming services - smart_filter: - all: - genre.not: Horror - release.after: 01/07/2021 - any: - country: United Kingdom, United States of America, Canada - sort_by: release.desc - limit: 100 - TMDb Trending Movies: - tmdb_trending_weekly: 250 - summary: A collection of movies trending on TMDb - sync_mode: sync - limit: 100 - TMDb Popular Movies: - tmdb_popular: 250 - summary: A collection of the most watched movies according to TMDb. - smart_label: random - sync_mode: sync - limit: 100 - TMDb Now Playing: - tmdb_now_playing: 250 - summary: A collection of movies that people are currently watching. - smart_label: random - sync_mode: sync - limit: 100 - IMDB Top 250: - imdb_chart: top_movies - collection_order: custom - sync_mode: sync \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/content_rating/dynamic-uk.yml b/yozora/configs 2.0 - WIP/movie/content_rating/dynamic-uk.yml deleted file mode 100644 index 4cae787..0000000 --- a/yozora/configs 2.0 - WIP/movie/content_rating/dynamic-uk.yml +++ /dev/null @@ -1,82 +0,0 @@ -###################################################### -# Dynamic UK Content Rating Collections # -# Rating Adjustments made by Yozora # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - contentrating_dynamic: - smart_filter: - sort_by: release.desc - any: - content_rating: <> - -dynamic_collections: - UK Content Ratings: - type: content_rating - title_format: <> <>s - template: contentrating_dynamic - key_name_override: - "gb/U": U - "gb/PG": PG - "gb/12": 12 - "gb/12A": 12A - "gb/15": 15 - "gb/18": 18 - # NR: Not Rated - # "gb/R18": R18 - - include: - - "gb/U" - - "gb/PG" - - "gb/12" - - "gb/12A" - - "gb/15" - - "gb/18" - # - "NR" Hidden by default - # - "gb/R18" Hidden by default due to nature of content - addons: - "gb/U": - - U - - gb/0+ - - G - - TV-Y - - TV-G - - E - - gb/E - "gb/PG": - - PG - - gb/9+ - - TV-PG - - TV-Y7 - - TV-Y7-FV - "gb/12": - - 12 - "gb/12A": - - 12+ - - PG-13 - - TV-13 - "gb/15": - - gb/14+ - - TV-14 - "gb/18": - - MA-17 - - TVMA - - TV-MA - - R - # NR: - # - Approved - # - N/A - # - NOT RATED - # - Not Rated - # - "gb/NR" - # - Unrated - # - gb/Not Rated - # - gb/Rejected - # - gb/Unrated - # - None - # "gb/R18": - # - R18 - # - gb/X - # - X - # - NC-17 \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/content_rating/dynamic-us.yml b/yozora/configs 2.0 - WIP/movie/content_rating/dynamic-us.yml deleted file mode 100644 index 843a2d0..0000000 --- a/yozora/configs 2.0 - WIP/movie/content_rating/dynamic-us.yml +++ /dev/null @@ -1,72 +0,0 @@ -###################################################### -# Dynamic US Content Rating Collections # -# Rating Adjustments made by Yozora # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - contentrating_dynamic: - smart_filter: - title_format: <> <>s - sort_by: release.desc - any: - content_rating: <> - -dynamic_collections: - networks: - type: content_rating - title_format: <> <>s - template: contentrating_dynamic - include: - - G - - PG - - PG-13 - - R - # - NR - # - NC-17 Hidden by default due to nature of content - addons: - G: - - gb/U - - gb/0+ - - U - - TV-Y - - TV-G - - E - - gb/E - PG: - - gb/PG - - gb/9+ - - TV-PG - - TV-Y7 - - TV-Y7-FV - PG-13: - - gb/12A - - gb/12 - - 12+ - - TV-13 - R: - - 18 - - gb/18 - - MA-17 - - TVMA - - TV-MA - - gb/14+ - - gb/15 - - TV-14 - # NR: - # - Approved - # - N/A - # - NOT RATED - # - Not Rated - # - "gb/NR" - # - Unrated - # - gb/Not Rated - # - gb/Rejected - # - gb/Unrated - # - None - # NC-17: - # - gb/R18 - # - gb/X - # - R18 - # - X - diff --git a/yozora/configs 2.0 - WIP/movie/content_rating/us/metadata.yml b/yozora/configs 2.0 - WIP/movie/content_rating_us.yml similarity index 100% rename from yozora/configs 2.0 - WIP/movie/content_rating/us/metadata.yml rename to yozora/configs 2.0 - WIP/movie/content_rating_us.yml diff --git a/yozora/configs 2.0 - WIP/movie/country/dynamic.yml b/yozora/configs 2.0 - WIP/movie/country/dynamic.yml deleted file mode 100644 index 991d168..0000000 --- a/yozora/configs 2.0 - WIP/movie/country/dynamic.yml +++ /dev/null @@ -1,68 +0,0 @@ -###################################################### -# Dynamic Country Collections # -# Created by Yozora and Bullmoose20 # -# Artwork Credit to Duhniel # -###################################################### - -templates: - country: - collection_mode: hide - sort_title: +02country<> - smart_filter: - sort_by: release.desc - any: - country: <> - -dynamic_collections: - Country: # mapping name does not matter just needs to be unique - type: country - title_format: <> - other_name: Other Countries - template: country - include: - - Australia - - Brazil - - Bulgaria - - Canada - - Chile - - China - - Czech Republic - - Denmark - - Estonia - - France - - Greece - - Hong Kong - - Hungary - - Iceland - - India - - Indonesia - - Iran - - Ireland - - Italy - - Japan - - Korea - - Latvia - - Malayasia - - Mexico - - Netherlands - - New Zealand - - Norway - - Pakistan - - Philippines - - Poland - - Portugal - - Romania - - Russia - - Saudi Arabia - - Serbia - - South Africa - - Spain - - Sweden - - Switzerland - - Thailand - - Turkey - - Ukraine - - United Arab Emirates - # - United Kingdom Disabled by default due to high volume - # - United States of America Disabled by default due to high volume - - Vietnam \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/decade/dynamic.yml b/yozora/configs 2.0 - WIP/movie/decade/dynamic.yml deleted file mode 100644 index b629ef6..0000000 --- a/yozora/configs 2.0 - WIP/movie/decade/dynamic.yml +++ /dev/null @@ -1,27 +0,0 @@ -###################################################### -# Dynamic Decade Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - decade_dynamic: - smart_filter: - sort_by: critic_rating.desc - all: - decade: <> - limit: 100 - -dynamic_collections: - Decades: # mapping name does not matter just needs to be unique - type: decade - title_format: Best of <> - template: decade_dynamic - include: - - "1950" - - "1960" - - "1970" - - "1980" - - "1990" - - "2000" - - "2010" - - "2020" \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/franchise/franchise.yml b/yozora/configs 2.0 - WIP/movie/franchise/franchise.yml deleted file mode 100644 index bfa551d..0000000 --- a/yozora/configs 2.0 - WIP/movie/franchise/franchise.yml +++ /dev/null @@ -1,46 +0,0 @@ -###################################################### -# Franchise Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - collection: - optional: - - collection - tmdb_collection_details: <> - sync_mode: sync - -collections: - DC Universe: - template: {name: collection} - tmdb_list: https://www.themoviedb.org/list/6468 - summary: The DC Universe (DCU) 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. - Fast & Furious: - template: {name: collection} - tmdb_collection_details: 9485 - In Association with Marvel: - template: {name: collection} - imdb_list: https://www.imdb.com/list/ls538850776/ - summary: Movies based on Marvel Comics properties, or not directly part of the Marvel Cinematic Universe - James Bond 007: - template: {name: collection} - tmdb_collection_details: 645 - Jurassic Park: - template: {name: collection} - tmdb_collection_details: 328 - Lord of the Rings: - template: {name: collection} - imdb_list: https://www.imdb.com/list/ls083718341/ - summary: A collection of Films based on J.R.R Tolkien Novels. - Marvel Cinematic Universe: - template: {name: collection} - imdb_list: https://www.imdb.com/list/ls091745515 - Star Wars: - template: {name: collection} - tmdb_collection_details: 10 - Wizarding World: - template: {name: collection} - tmdb_list: https://www.themoviedb.org/list/63607 - X-Men: - template: {name: collection} - tmdb_collection_details: 748 \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/genre/dynamic-consolidated.yml b/yozora/configs 2.0 - WIP/movie/genre/dynamic-consolidated.yml deleted file mode 100644 index 3be99bc..0000000 --- a/yozora/configs 2.0 - WIP/movie/genre/dynamic-consolidated.yml +++ /dev/null @@ -1,77 +0,0 @@ -###################################################### -# Dynamic Genre Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - genre_dynamic: - smart_filter: - sort_by: release.desc - any: - genre: <> - -dynamic_collections: - networks: - type: genre - template: genre_dynamic - title_format: <> - title_override: - Action/Adventure: Action & Adventure - Science Fiction: Sci-Fi & Fantasy - News: News & Politics - War: War & Politics - include: - - Action - - Action/Adventure - - Adventure - - Animation - - Anime - - Biography - - Children - - Comedy - - Crime - - Documentary - - Drama - - Family - - Fantasy - - Food - - Game Show - - History - - Home and Garden - - Horror - - Martial Arts - - Mini-Series - - Music - - Musical - - Mystery - - News - - Politics - - Reality - - Romance - - Sci-Fi & Fantasy - - Science Fiction - - Short - - Sport - - Talk - - Talk Show - - Thriller - - Travel - - War - - Western - addons: - Action/Adventure: - - Action - - Adventure - Science Fiction: - - Fantasy - - SciFi - - Sci-Fi - - Science-Fiction - - SciFi & Fantasy - - Science Fiction & Fantasy - - Science-Fiction & Fantasy - - Sci-Fi & Fantasy - News: - - Politics - War: - - Politics \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/genre/dynamic.yml b/yozora/configs 2.0 - WIP/movie/genre/dynamic.yml deleted file mode 100644 index 64d2f33..0000000 --- a/yozora/configs 2.0 - WIP/movie/genre/dynamic.yml +++ /dev/null @@ -1,76 +0,0 @@ -###################################################### -# Dynamic Genre Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - genre_dynamic: - smart_filter: - sort_by: release.desc - any: - genre: <> - -dynamic_collections: - networks: - type: genre - title_format: <> - template: genre_dynamic - include: - - Action - - Action/Adventure - - Adventure - - Animation - - Anime - - Biography - - Children - - Comedy - - Crime - - Documentary - - Drama - - Family - - Fantasy - - Food - - Game Show - - History - - Home and Garden - - Horror - - Martial Arts - - Mini-Series - - Music - - Musical - - Mystery - - News - - Politics - - Reality - - Romance - - Sci-Fi & Fantasy - - Science Fiction - - Short - - Sport - - Talk - - Talk Show - - Thriller - - Travel - - War - - Western - addons: - Action: - - Action/Adventure - Adventure: - - Action/Adventure - Fantasy: - - Sci-Fi & Fantasy - Politics: - - War & Politics - Science Fiction: - - SciFi - - Sci-Fi - - Science-Fiction - - SciFi & Fantasy - - Science Fiction & Fantasy - - Science-Fiction & Fantasy - - Sci-Fi & Fantasy - Talk Show: - - Talk - War: - - War & Politics \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/resolution/dynamic.yml b/yozora/configs 2.0 - WIP/movie/resolution/dynamic.yml deleted file mode 100644 index fca9aa9..0000000 --- a/yozora/configs 2.0 - WIP/movie/resolution/dynamic.yml +++ /dev/null @@ -1,20 +0,0 @@ -###################################################### -# Dynamic Resolution Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - resolution_dynamic: - smart_filter: - sort_by: release.desc - any: - resolution: <> - -dynamic_collections: - Resolutions: # mapping name does not matter just needs to be unique - type: resolution - template: resolution_dynamic - title_format: <> - addons: - 1080p: - - 2K \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/streaming_service/uk.yml b/yozora/configs 2.0 - WIP/movie/streaming_service/uk.yml deleted file mode 100644 index 6d07101..0000000 --- a/yozora/configs 2.0 - WIP/movie/streaming_service/uk.yml +++ /dev/null @@ -1,32 +0,0 @@ -###################################################### -# UK Streaming Service Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - streaming: - smart_label: release.desc - sync_mode: sync - -collections: - All 4 Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-movies - Apple TV+ Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-movies - BritBox Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/britbox-movies - Disney+ Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/disney-movies - Netflix Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/netflix-movies - NOW Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/now-movies - Prime Video Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/amazon-movies \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/streaming_service/us.yml b/yozora/configs 2.0 - WIP/movie/streaming_service/us.yml deleted file mode 100644 index 36407c7..0000000 --- a/yozora/configs 2.0 - WIP/movie/streaming_service/us.yml +++ /dev/null @@ -1,38 +0,0 @@ -###################################################### -# US Streaming Service Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - streaming: - smart_label: release.desc - sync_mode: sync - -collections: - Apple TV+ Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-movies - BET+ Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/bet-movies - Disney+ Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/disney-movies - HBO Max Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/hbo-max-movies - Hulu Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/hulu-movies - Netflix Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/netflix-movies - Paramount+ Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/paramount-movies - Peacock Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/peacock-movies - Prime Video Movies: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/amazon-movies \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/streaming_service/uk/metadata.yml b/yozora/configs 2.0 - WIP/movie/streaming_uk.yml similarity index 100% rename from yozora/configs 2.0 - WIP/movie/streaming_service/uk/metadata.yml rename to yozora/configs 2.0 - WIP/movie/streaming_uk.yml diff --git a/yozora/configs 2.0 - WIP/movie/streaming_service/us/metadata.yml b/yozora/configs 2.0 - WIP/movie/streaming_us.yml similarity index 100% rename from yozora/configs 2.0 - WIP/movie/streaming_service/us/metadata.yml rename to yozora/configs 2.0 - WIP/movie/streaming_us.yml diff --git a/yozora/configs 2.0 - WIP/movie/studio.yml b/yozora/configs 2.0 - WIP/movie/studio.yml deleted file mode 100644 index 5b60b0f..0000000 --- a/yozora/configs 2.0 - WIP/movie/studio.yml +++ /dev/null @@ -1,109 +0,0 @@ -###################################################### -# Smart Studio Collections # -# Created by Yozora and Bullmoose20 # -# See Commented Lines Below for Animation Only # -###################################################### - -templates: - Studio: - collection_mode: hide - smart_filter: - sort_by: release.desc - any: - studio: <> - sort_title: +05_<> - url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/studio/<>/<>.jpg?raw=true" - -collections: - 20th Century Studios: - template: { name: Studio, studio: "20th Century" } - summary: "20th Century Studios is an American film production studio headquartered at the Fox Studio Lot in the Century City area of Los Angeles and is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company." - Amazon Studios: - template: { name: Studio, studio: "Amazon" } - summary: "Amazon Studios is an American television and film producer and distributor that is a subsidiary of Amazon. It specializes in developing television series and distributing and producing films. It was started in late 2010." - Blue Sky Studios: - template: { name: Studio, studio: "Blue Sky Studios. Blue Sky Films" } - summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - Columbia Pictures: - template: { name: Studio, studio: "Columbia Pictures, Columbia TriStar, TriStar" } - summary: Columbia Pictures is an American film production studio that is a member of the Sony Pictures Motion Picture Group, a division of Sony Entertainment's Sony Pictures Entertainment, which is one of the Big Five studios and a subsidiary of the multinational conglomerate Sony. - DreamWorks Studios: - template: { name: Studio, studio: "DreamWorks" } - summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - Illumination Entertainment: - template: { name: Studio, studio: "Illumination Entertainment, Illumination Films" } - summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. - Lionsgate: - template: { name: Studio, studio: "Lionsgate" } - summary: Lionsgate is a Canadian-American entertainment company. It was formed by Frank Giustra on July 10, 1997, domiciled in Vancouver, British Columbia, Canada and is currently headquartered in Santa Monica, California, United States - Lucasfilm Ltd: - template: { name: Studio, studio: "Lucasfilm" } - summary: Lucasfilm Ltd. LLC is an American film and television production company and a subsidiary of Walt Disney Studios, which is a business segment of the Walt Disney Company - Marvel Studios: - template: { name: Studio, studio: "Marvel Studios, Marvel Animation, Marvel Enterprises, Marvel Entertainment, Marvel" } - summary: Marvel Studios, LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, a division of the Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - Metro-Goldwyn-Mayer: - template: { name: Studio, studio: "Metro-Goldwyn-Mayer, MGM" } - summary: Metro-Goldwyn-Mayer Studios Inc. is an American media company, founded in 1924, that produces and distributes feature films and television programs. It is based in Beverly Hills, California. MGM was formed by Marcus Loew by combining Metro Pictures, Goldwyn Pictures, and Louis B. Mayer Pictures into a single company. - New Line Cinema: - template: { name: Studio, studio: "New Line" } - summary: New Line Cinema is an American film production studio and a film production label of the Warner Bros. Pictures Group division of Warner Bros. Entertainment. It was founded in 1967 by Robert Shaye as an independent film distribution company; later becoming a film studio. - Paramount Pictures: - template: { name: Studio, studio: "Paramount" } - summary: Paramount Pictures Corporation is an American film and television production and distribution company and the main namesake subsidiary of Paramount Global. - Pixar: - template: { name: Studio, studio: "Pixar" } - summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney studio. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the studio's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - Sony Pictures: - template: { name: Studio, studio: "Sony" } - summary: Sony Pictures is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment through multiple platforms. - Studio Ghibli: - template: { name: Studio, studio: "Studio Ghibli" } - summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - Universal Pictures: - template: { name: Studio, studio: "Universal" } - summary: Universal Pictures is an American film production and distribution company owned by Comcast through the NBCUniversal Film and Entertainment division of NBCUniversal. - Walt Disney Pictures: - template: { name: Studio, studio: "Disney" } - summary: Walt Disney Pictures is an American film production studio and subsidiary of Walt Disney Studios, which is owned by The Walt Disney Company. - Warner Bros. Pictures: - template: { name: Studio, studio: "Warner" } - summary: Warner Bros. Entertainment Inc. is an American diversified multinational mass media and entertainment conglomerate headquartered at the Warner Bros. Studios complex in Burbank, California, and a subsidiary of AT&T's WarnerMedia through its Studios & Networks division. - -### THE BELOW COLLECTIONS CAN BE ENABLED FOR ANIMATION-SPECIFIC STUDIOS ### - # 20th Century Animation: - # template: { name: Studio, studio: "20th Century", genre: Animation } - # summary: "20th Century Studios is an American film production studio headquartered at the Fox Studio Lot in the Century City area of Los Angeles and is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company." - # Blue Sky Studios: - # template: { name: Studio, studio: "Blue Sky Studios. Blue Sky Films", genre: Animation } - # summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - # DreamWorks Animation: - # template: { name: Studio, studio: "DreamWorks", genre: Animation } - # summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - # Illumination Entertainment: - # template: { name: Studio, studio: "Illumination Entertainment, Illumination Films", genre: Animation } - # summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. - # Marvel Animation: - # template: { name: Studio, studio: "Marvel", genre: Animation } - # summary: Marvel Studios, LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, a division of the Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - # Paramount Animation: - # template: { name: Studio, studio: "Paramount", genre: Animation } - # summary: Paramount Pictures Corporation is an American film and television production and distribution company and the main namesake subsidiary of Paramount Global. - # Pixar Animation Studios: - # template: { name: Studio, studio: "Pixar", genre: Animation } - # summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney studio. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the studio's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - # Sony Pictures Animation: - # template: { name: Studio, studio: "Sony", genre: Animation } - # summary: Sony Pictures is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment through multiple platforms. - # Studio Ghibli: - # template: { name: Studio, studio: "Studio Ghibli", genre: Animation } - # summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - # Universal Animation Studios: - # template: { name: Studio, studio: "Universal", genre: Animation } - # summary: Universal Pictures is an American film production and distribution company owned by Comcast through the NBCUniversal Film and Entertainment division of NBCUniversal. - # Walt Disney Animation Studios: - # template: { name: Studio, studio: "Disney", genre: Animation } - # summary: Walt Disney Pictures is an American film production studio and subsidiary of Walt Disney Studios, which is owned by The Walt Disney Company. - # Warner Animation Group: - # template: { name: Studio, studio: "Warner", genre: Animation } - # summary: Warner Bros. Entertainment Inc. is an American diversified multinational mass media and entertainment conglomerate headquartered at the Warner Bros. Studios complex in Burbank, California, and a subsidiary of AT&T's WarnerMedia through its Studios & Networks division. \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/studio/smart.yml b/yozora/configs 2.0 - WIP/movie/studio/smart.yml deleted file mode 100644 index 6b9204b..0000000 --- a/yozora/configs 2.0 - WIP/movie/studio/smart.yml +++ /dev/null @@ -1,67 +0,0 @@ -###################################################### -# Smart Studio Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - Studio: - smart_filter: - sort_by: release.desc - any: - studio: <> - -collections: - 20th Century Studios: - template: { name: Studio, studio: "20th Century" } - summary: "20th Century Studios is an American film production studio headquartered at the Fox Studio Lot in the Century City area of Los Angeles and is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company." - Amazon Studios: - template: { name: Studio, studio: "Amazon" } - summary: "Amazon Studios is an American television and film producer and distributor that is a subsidiary of Amazon. It specializes in developing television series and distributing and producing films. It was started in late 2010." - Blue Sky Studios: - template: { name: Studio, studio: "Blue Sky Studios. Blue Sky Films" } - summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - Columbia Pictures: - template: { name: Studio, studio: "Columbia Pictures, Columbia TriStar, TriStar" } - summary: Columbia Pictures is an American film production studio that is a member of the Sony Pictures Motion Picture Group, a division of Sony Entertainment's Sony Pictures Entertainment, which is one of the Big Five studios and a subsidiary of the multinational conglomerate Sony. - DreamWorks Studios: - template: { name: Studio, studio: "DreamWorks" } - summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - Illumination Entertainment: - template: { name: Studio, studio: "Illumination Entertainment, Illumination Films" } - summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. - Lionsgate: - template: { name: Studio, studio: "Lionsgate" } - summary: Lionsgate is a Canadian-American entertainment company. It was formed by Frank Giustra on July 10, 1997, domiciled in Vancouver, British Columbia, Canada and is currently headquartered in Santa Monica, California, United States - Lucasfilm Ltd: - template: { name: Studio, studio: "Lucasfim" } - summary: Lucasfilm Ltd. LLC is an American film and television production company and a subsidiary of Walt Disney Studios, which is a business segment of the Walt Disney Company - Marvel Studios: - template: { name: Studio, studio: "Marvel Studios, Marvel Animation, Marvel Enterprises, Marvel Entertainment, Marvel" } - summary: Marvel Studios, LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, a division of the Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - Metro-Goldwyn-Mayer: - template: { name: Studio, studio: "Metro-Goldwyn-Mayer, MGM" } - summary: Metro-Goldwyn-Mayer Studios Inc. is an American media company, founded in 1924, that produces and distributes feature films and television programs. It is based in Beverly Hills, California. MGM was formed by Marcus Loew by combining Metro Pictures, Goldwyn Pictures, and Louis B. Mayer Pictures into a single company. - New Line Cinema: - template: { name: Studio, studio: "New Line" } - summary: New Line Cinema is an American film production studio and a film production label of the Warner Bros. Pictures Group division of Warner Bros. Entertainment. It was founded in 1967 by Robert Shaye as an independent film distribution company; later becoming a film studio. - Paramount Pictures: - template: { name: Studio, studio: "Paramount" } - summary: Paramount Pictures Corporation is an American film and television production and distribution company and the main namesake subsidiary of Paramount Global. - Pixar: - template: { name: Studio, studio: "Pixar" } - summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney studio. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the studio's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - Sony Pictures: - template: { name: Studio, studio: "Sony" } - summary: Sony Pictures is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment through multiple platforms. - Studio Ghibli: - template: { name: Studio, studio: "Studio Ghibli" } - summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - Universal Pictures: - template: { name: Studio, studio: "Universal" } - summary: Universal Pictures is an American film production and distribution company owned by Comcast through the NBCUniversal Film and Entertainment division of NBCUniversal. - Walt Disney Pictures: - template: { name: Studio, studio: "Disney" } - summary: Walt Disney Pictures is an American film production studio and subsidiary of Walt Disney Studios, which is owned by The Walt Disney Company. - Warner Bros. Pictures: - template: { name: Studio, studio: "Warner" } - summary: Warner Bros. Entertainment Inc. is an American diversified multinational mass media and entertainment conglomerate headquartered at the Warner Bros. Studios complex in Burbank, California, and a subsidiary of AT&T's WarnerMedia through its Studios & Networks division. \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/subtitle_language/dynamic.yml b/yozora/configs 2.0 - WIP/movie/subtitle_language/dynamic.yml deleted file mode 100644 index 7e2768d..0000000 --- a/yozora/configs 2.0 - WIP/movie/subtitle_language/dynamic.yml +++ /dev/null @@ -1,87 +0,0 @@ -###################################################### -# Dynamic Subtitle Language Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - subtitlelanguage: - collection_mode: hide - sort_title: +02subtitle_lang<> - smart_filter: - sort_by: release.desc - any: - subtitle_language: <> - -dynamic_collections: - Subtitle Languages: # mapping name does not matter just needs to be unique - type: subtitle_language - title_format: <> Subtitles - other_name: Other Subtitles - key_name_override: - ar: Arabic - bg: Bulgarian - zh: Czech - cs: Chinese - da: Danish - nl: Dutch - en: English - et: Estonian - fr: French - de: German - el: Greek - hu: Hungarian - is: Icelandic - ur: Urdu - id: Indonesian - it: Italian - ja: Japanese - ko: Korean - lv: Latvian - ms: Malay - no: Norwegian - ph: Filipino - pl: Polish - pt: Portugese - rm: Romanian - ru: Russian - sr: Serbian - es: Spanish - sv: Swedish - th: Thai - tr: Turkish - ua: Ukranian - vi: Vietnamese - template: subtitlelanguage - include: - - ar - - zh - - cs - - da - - nl - # - en # Disabled by default due to high volume - - et - - fr - - de - - el - - hu - - is - - ur - - id - - it - - ja - - ko - - lv - - ms - - no - - ph - - pl - - pt - - rm - - ru - - sr - - es - - sv - - th - - tr - - ua - - vi \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/movie/year/dynamic.yml b/yozora/configs 2.0 - WIP/movie/year/dynamic.yml deleted file mode 100644 index 9c4748b..0000000 --- a/yozora/configs 2.0 - WIP/movie/year/dynamic.yml +++ /dev/null @@ -1,99 +0,0 @@ -###################################################### -# Dynamic Year Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - year_dynamic: - smart_filter: - sort_by: critic_rating.desc - all: - year: <> - limit: 100 - -dynamic_collections: - Years: # mapping name does not matter just needs to be unique - type: year - template: year_dynamic - title_format: <> - include: - - "1950" - - "1951" - - "1952" - - "1953" - - "1954" - - "1955" - - "1956" - - "1957" - - "1958" - - "1959" - - "1960" - - "1961" - - "1962" - - "1963" - - "1964" - - "1965" - - "1966" - - "1967" - - "1968" - - "1969" - - "1970" - - "1971" - - "1972" - - "1973" - - "1974" - - "1975" - - "1976" - - "1977" - - "1978" - - "1979" - - "1980" - - "1981" - - "1982" - - "1983" - - "1984" - - "1985" - - "1986" - - "1987" - - "1988" - - "1989" - - "1990" - - "1991" - - "1992" - - "1993" - - "1994" - - "1995" - - "1996" - - "1997" - - "1998" - - "1999" - - "2000" - - "2001" - - "2002" - - "2003" - - "2004" - - "2005" - - "2006" - - "2007" - - "2008" - - "2009" - - "2010" - - "2011" - - "2012" - - "2013" - - "2014" - - "2015" - - "2016" - - "2017" - - "2018" - - "2019" - - "2020" - - "2021" - - "2022" - - "2023" - - "2024" - - "2025" - - "2026" - - "2027" - - "2028" - - "2029" \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/chartandrelease.yml b/yozora/configs 2.0 - WIP/tv/chart.yml similarity index 100% rename from yozora/configs 2.0 - WIP/tv/chartandrelease.yml rename to yozora/configs 2.0 - WIP/tv/chart.yml diff --git a/yozora/configs 2.0 - WIP/tv/chartandrelease/chartandrelease.yml b/yozora/configs 2.0 - WIP/tv/chartandrelease/chartandrelease.yml deleted file mode 100644 index 4f2830c..0000000 --- a/yozora/configs 2.0 - WIP/tv/chartandrelease/chartandrelease.yml +++ /dev/null @@ -1,32 +0,0 @@ -###################################################### -# Smart Charts & Releases Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -collections: - Newly Released Shows: - summary: A collection of newly-released shows on TV and on streaming services - smart_filter: - all: - year.gte: 2021 - sort_by: release.desc - limit: 100 - New Episodes: - summary: A collection of new episodes ready for watching! - smart_filter: - all: - episode_air_date: 30 - sort_by: episode_added.desc - limit: 100 - TMDb Trending Shows: - tmdb_trending_weekly: 250 - smart_label: random - sync_mode: sync - summary: A collection of shows trending on TMDb - limit: 100 - TMDb Popular Shows: - tmdb_popular: 250 - summary: A collection of the most watched shows according to TMDb. - smart_label: random - sync_mode: sync - limit: 100 \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/content_rating/dynamic-uk.yml b/yozora/configs 2.0 - WIP/tv/content_rating/dynamic-uk.yml deleted file mode 100644 index 4f1d4bd..0000000 --- a/yozora/configs 2.0 - WIP/tv/content_rating/dynamic-uk.yml +++ /dev/null @@ -1,54 +0,0 @@ -###################################################### -# Dynamic UK Content Rating Collections # -# Rating Adjustments made by Yozora # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - contentrating_dynamic: - smart_filter: - sort_by: release.desc - any: - content_rating: <> - -dynamic_collections: - networks: - type: content_rating - title_format: <> <>s - template: contentrating_dynamic - include: - - U - - PG - - 12 - - 12A - - 15 - - 18 - addons: - U: - - gb/U - - gb/0+ - - G - - TV-Y - - TV-G - PG: - - gb/PG - - gb/9+ - - TV-PG - - TV-Y7 - - TV-Y7-FV - 12: - - gb/12 - 12+: - - gb/12A - - PG-13 - - TV-13 - 15: - - gb/14+ - - gb/15 - - TV-14 - 18: - - gb/18 - - MA-17 - - NC-17 - - TVMA - - TV-MA diff --git a/yozora/configs 2.0 - WIP/tv/content_rating/dynamic-us.yml b/yozora/configs 2.0 - WIP/tv/content_rating/dynamic-us.yml deleted file mode 100644 index 8f1db7c..0000000 --- a/yozora/configs 2.0 - WIP/tv/content_rating/dynamic-us.yml +++ /dev/null @@ -1,51 +0,0 @@ -###################################################### -# Dynamic US Content Rating Collections # -# Rating Adjustments made by Yozora # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - contentrating_dynamic: - smart_filter: - sort_by: release.desc - any: - content_rating: <> - -dynamic_collections: - networks: - type: content_rating - title_format: <> <>s - template: contentrating_dynamic - include: - - TV-G - - TV-Y - - TV-PG - - TV-14 - - TV-MA - addons: - TV-G: - - gb/U - - gb/0+ - - U - - G - TV-Y: - - TV-Y7 - - TV-Y7-FV - TV-PG: - - gb/PG - - gb/9+ - - TV-PG - TV-14: - - gb/12A - - 12+ - - PG-13 - - TV-13 - - gb/14+ - - gb/15 - TV-MA: - - 18 - - gb/18 - - MA-17 - - NC-17 - - TVMA - - TV-MA diff --git a/yozora/configs 2.0 - WIP/tv/content_rating/uk/metadata.yml b/yozora/configs 2.0 - WIP/tv/content_rating/uk/metadata.yml deleted file mode 100644 index 4c101d4..0000000 --- a/yozora/configs 2.0 - WIP/tv/content_rating/uk/metadata.yml +++ /dev/null @@ -1,57 +0,0 @@ -###################################################### -# Dynamic UK Content Rating Collections # -# Rating Adjustments made by Yozora # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - contentrating_dynamic: - collection_mode: hide - smart_filter: - sort_by: release.desc - any: - content_rating: <> - sort_title: +03_<> - url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/content_rating/bbfc_(uk)/<>/<>.jpg?raw=true" - -dynamic_collections: - networks: - type: content_rating - title_format: <> - template: contentrating_dynamic - include: - - U - - PG - - 12 - - 12A - - 15 - - 18 - addons: - U: - - gb/U - - gb/0+ - - G - - TV-Y - - TV-G - PG: - - gb/PG - - gb/9+ - - TV-PG - - TV-Y7 - - TV-Y7-FV - 12: - - gb/12 - 12+: - - gb/12A - - PG-13 - - TV-13 - 15: - - gb/14+ - - gb/15 - - TV-14 - 18: - - gb/18 - - MA-17 - - NC-17 - - TVMA - - TV-MA diff --git a/yozora/configs 2.0 - WIP/tv/content_rating/us/metadata.yml b/yozora/configs 2.0 - WIP/tv/content_rating_us.yml similarity index 100% rename from yozora/configs 2.0 - WIP/tv/content_rating/us/metadata.yml rename to yozora/configs 2.0 - WIP/tv/content_rating_us.yml diff --git a/yozora/configs 2.0 - WIP/tv/decade/dynamic.yml b/yozora/configs 2.0 - WIP/tv/decade/dynamic.yml deleted file mode 100644 index 0899fb2..0000000 --- a/yozora/configs 2.0 - WIP/tv/decade/dynamic.yml +++ /dev/null @@ -1,108 +0,0 @@ -###################################################### -# Dynamic Decade Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - year_dynamic: - smart_filter: - sort_by: critic_rating.desc - any: - year: <> - limit: 100 - -dynamic_collections: - Years: # mapping name does not matter just needs to be unique - type: year - template: year_dynamic - title_format: Best of <> - key_name_override: - "1950": "1950s" - "1960": "1960s" - "1970": "1970s" - "1980": "1980s" - "1990": "1990s" - "2000": "2000s" - "2010": "2010s" - "2020": "2020s" - addons: - "1950": - - "1951" - - "1952" - - "1953" - - "1954" - - "1955" - - "1956" - - "1957" - - "1958" - - "1959" - "1960": - - "1961" - - "1962" - - "1963" - - "1964" - - "1965" - - "1966" - - "1967" - - "1968" - - "1969" - "1970": - - "1971" - - "1972" - - "1973" - - "1974" - - "1975" - - "1976" - - "1977" - - "1978" - - "1979" - "1980": - - "1981" - - "1982" - - "1983" - - "1984" - - "1985" - - "1986" - - "1987" - - "1988" - - "1989" - "1990": - - "1991" - - "1992" - - "1993" - - "1994" - - "1995" - - "1996" - - "1997" - - "1998" - - "1999" - "2000": - - "2001" - - "2002" - - "2003" - - "2004" - - "2005" - - "2006" - - "2007" - - "2008" - - "2009" - "2010": - - "2011" - - "2012" - - "2013" - - "2014" - - "2015" - - "2016" - - "2017" - - "2018" - - "2019" - "2020": - - "2021" - - "2022" - - "2023" - - "2024" - - "2025" - - "2026" - - "2027" - - "2028" - - "2029" \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/genre/dynamic-consolidated.yml b/yozora/configs 2.0 - WIP/tv/genre/dynamic-consolidated.yml deleted file mode 100644 index 2cae0fb..0000000 --- a/yozora/configs 2.0 - WIP/tv/genre/dynamic-consolidated.yml +++ /dev/null @@ -1,77 +0,0 @@ -###################################################### -# Dynamic Genre Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - genre_dynamic: - smart_filter: - sort_by: release.desc - any: - genre: <> - -dynamic_collections: - networks: - type: genre - template: genre_dynamic - title_format: <> - title_override: - Action/Adventure: Action & Adventure - Science Fiction: Sci-Fi & Fantasy - News: News & Politics - War: War & Politics - include: - - Action - - Action/Adventure - - Adventure - - Animation - - Anime - - Biography - - Children - - Comedy - - Crime - - Documentary - - Drama - - Family - - Fantasy - - Food - - Game Show - - History - - Home and Garden - - Horror - - Martial Arts - - Mini-Series - - Music - - Musical - - Mystery - - News - - Politics - - Reality - - Romance - - Sci-Fi & Fantasy - - Science Fiction - - Short - - Sport - - Talk - - Talk Show - - Thriller - - Travel - - War - - Western - addons: - Action/Adventure: - - Action - - Adventure - Science Fiction: - - Fantasy - - SciFi - - Sci-Fi - - Science-Fiction - - SciFi & Fantasy - - Science Fiction & Fantasy - - Science-Fiction & Fantasy - - Sci-Fi & Fantasy - News: - - Politics - War: - - Politics \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/genre/dynamic.yml b/yozora/configs 2.0 - WIP/tv/genre/dynamic.yml deleted file mode 100644 index 5339ac6..0000000 --- a/yozora/configs 2.0 - WIP/tv/genre/dynamic.yml +++ /dev/null @@ -1,76 +0,0 @@ -###################################################### -# Dynamic Genre Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - genre_dynamic: - smart_filter: - sort_by: release.desc - any: - genre: <> - -dynamic_collections: - networks: - type: genre - title_format: <> - template: genre_dynamic - include: - - Action - - Action/Adventure - - Adventure - - Animation - - Anime - - Biography - - Children - - Comedy - - Crime - - Documentary - - Drama - - Family - - Fantasy - - Food - - Game Show - - History - - Home and Garden - - Horror - - Martial Arts - - Mini-Series - - Music - - Musical - - Mystery - - News - - Politics - - Reality - - Romance - - Sci-Fi & Fantasy - - Science Fiction - - Short - - Sport - - Talk - - Talk Show - - Thriller - - Travel - - War - - Western - addons: - Action: - - Action/Adventure - Adventure: - - Action/Adventure - Fantasy: - - Sci-Fi & Fantasy - Politics: - - War & Politics - Science Fiction: - - SciFi - - Sci-Fi - - Science-Fiction - - SciFi & Fantasy - - Science Fiction & Fantasy - - Science-Fiction & Fantasy - - Sci-Fi & Fantasy - Talk Show: - - Talk - War: - - War & Politics \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/network/dynamic-kids.yml b/yozora/configs 2.0 - WIP/tv/network/dynamic-kids.yml deleted file mode 100644 index 75b267e..0000000 --- a/yozora/configs 2.0 - WIP/tv/network/dynamic-kids.yml +++ /dev/null @@ -1,36 +0,0 @@ -###################################################### -# Dynamic Kids Network Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - networks_dynamic: - smart_filter: - sort_by: release.desc - any: - network: <> - -dynamic_collections: - networks: - template: networks_dynamic - title_format: <> - type: network - title_override: - Nick Jr.: Nick Jr - include: - - ABC Kids - - Amazon Kids+ - - Boomerang - - Cartoon Network - - Cartoonito - - Cbeebies - - Discovery Kids - - Disney Channel - - Disney Junior - - Disney XD - - Fox Kids - - Nickelodeon - - Nick Jr. - - Nicktoons - - PBS Kids - - Universal Kids \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/network/dynamic-uk.yml b/yozora/configs 2.0 - WIP/tv/network/dynamic-uk.yml deleted file mode 100644 index b0b69a4..0000000 --- a/yozora/configs 2.0 - WIP/tv/network/dynamic-uk.yml +++ /dev/null @@ -1,178 +0,0 @@ -###################################################### -# Dynamic UK Network Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - networks_dynamic: - smart_filter: - title_format: <> - sort_by: release.desc - any: - network: <> - -dynamic_collections: - networks: - template: networks_dynamic - type: network - title_format: <> - title_override: - Amazon: Prime Video - Channel 4: Channel 4 - Hallmark Channel: Hallmark - Nickelodeon: Nick - Sky 1: Sky - UKTV Food: UKTV - include: - - Adult Swim - - Amazon - - Animal Planet - - BBC - - Cartoon Network - - Channel 4 - - Channel 5 - - Comedy Central - - Dave - - Discovery - - Disney Channel - - ESPN - - History - - Investigation Discovery - - ITV - - MTV - - National Geographic - - Nickelodeon - - Sky 1 - - TLC - - UKTV Food - - YouTube - addons: - Amazon: - - Amazon (Japan) - - Amazon Kids+ - - Amazon Prime Video - - Amazon Productions - - Amazon Studios - - Prime - - Prime Video - Animal Planet: - - Animal Planet (CA) - - Animal Planet (UK) - BBC: - - BBC Alba - - BBC America - - BBC Choice - - BBC First - - BBC Four - - BBC HD - - BBC iPlayer - - BBC Kids - - BBC Knowledge - - BBC News - - BBC One - - BBC One Northern Ireland - - BBC Scotland - - BBC Television - - BBC Three - - BBC Two - - BBC UKTV - - BBC Wales - - BBC World News - - CBBC - - CBeebies - Cartoon Network: - - Cartoonito - Channel 4: - - 4seven - - All 4 - - E4 - - More4 - Channel 5: - - Channel 5 (UK) - - 5Action - - 5Select - - 5Star - - 5USA - Comedy Central: - - Comedy Central (UK) - Discovery: - - Discovery Asia - - Discovery Channel - - Discovery Channel (Asia) - - Discovery Channel (AU) - - Discovery Channel (CA) - - Discovery Channel (UK) - - Discovery Family - - Discovery Health Channel - - Discovery Kids - - Discovery Life - - Discovery Real Time - - Discovery Turbo - - Discovery Turbo UK - - discovery+ - - Discovery+ (IN) - - Discovery+ (NO) - - Discovery+ (SE) - - Discovery+ (UK) - Disney Channel: - - Disney Channel (CZ) - - Disney Channel (UK) - - Disney Junior - - Disney XD - ESPN: - - ESPN+ - History: - - History (CA) - - History (UK) - ITV: - - ITV Encore - - ITV Wales - - ITV1 - - ITV2 - - ITV4 - - ITVBe - - CITV - - STV - MTV: - - MTV (AU/NZ) - - MTV (UK) - - MTV Japan - - MTV Nederland - - MTV2 - - MTV3 - National Geographic: - - Nat Geo Wild - - National Geographic Brasil - - National Geographic Channel - - National Geographic Wild - Nickelodeon: - - Nick at Nite - - Nick Jr. - - Nicktoons - - TeenNick - Sky 1: - - Sky Arts - - Sky Atlantic - - Sky Atlantic (UK) - - Sky Cinema - - Sky Crime - - Sky Deutschland - - Sky Documentaries - - Sky History - - Sky Living - - Sky Max - - Sky Nature - - Sky One - - Sky Showcase - - Sky Sports - - Sky Two - - Sky Witness - - Sky1 - TLC: - - TLC Go - - TLC UK - UKTV Food: - - UKTV History - - UKTV Yesterday - YouTube: - - YouTube Premium \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/network/dynamic-us.yml b/yozora/configs 2.0 - WIP/tv/network/dynamic-us.yml deleted file mode 100644 index b608151..0000000 --- a/yozora/configs 2.0 - WIP/tv/network/dynamic-us.yml +++ /dev/null @@ -1,194 +0,0 @@ -###################################################### -# Dynamic US Network Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - networks_dynamic: - smart_filter: - title_format: <> - sort_by: release.desc - any: - network: <> - -dynamic_collections: - networks: - template: networks_dynamic - title_format: <> - type: network - include: - - A&E - - ABC - - Adult Swim - - Amazon - - AMC - - Animal Planet - - BBC America - - BET - - Bravo - - Cartoon Network - - CBC - - CBS - - Cinemax - - Comedy Central - - Discovery - - Disney Channel - - E! - - Epix - - ESPN - - Food Network - - Fox - - Hallmark Channel - - HBO - - HGTV - - History - - Investigation Discovery - - Lifetime - - MTV - - National Geographic - - NBC - - Nickelodeon - - Oxygen - - PBS - - Showtime - - Starz - - TBS - - The CW - - USA Network - - YouTube - title_override: - Amazon: Prime Video - Hallmark Channel: Hallmark - Nickelodeon: Nick - USA Network: USA - addons: - A&E: - - A+E Networks UK - ABC: - - ABC (AU) - - ABC (US) - - ABC Comedy - - ABC Family - - ABC Kids - - ABC Me - - ABC Signature - - ABC Spark - - ABC Studios - - ABC.com - - Freeform - Amazon: - - Amazon (Japan) - - Amazon Kids+ - - Amazon Prime Video - - Amazon Productions - - Amazon Studios - - Prime - - Prime Video - AMC: - - AMC+ - Animal Planet: - - Animal Planet (CA) - - Animal Planet (UK) - BET: - - BET+ - Cartoon Network: - - Cartoonito - CBC: - - CBC (CA) - - CBC Gem - - CBC Television - CBS: - - CBS All Access - - CBS Reality - - CBS Reality (UK) - - CBS.com - Comedy Central: - - Comedy Central (UK) - Discovery: - - Discovery Asia - - Discovery Channel - - Discovery Channel (Asia) - - Discovery Channel (AU) - - Discovery Channel (CA) - - Discovery Channel (UK) - - Discovery Family - - Discovery Health Channel - - Discovery Kids - - Discovery Life - - Discovery Real Time - - Discovery Turbo - - Discovery Turbo UK - - discovery+ - - Discovery+ (IN) - - Discovery+ (NO) - - Discovery+ (SE) - - Discovery+ (UK) - Disney Channel: - - Disney Channel (CZ) - - Disney Channel (UK) - - Disney Junior - - Disney XD - E!: - - e.tv - ESPN: - - ESPN+ - Food Network: - - Cooking Channel - Fox: - - Fox Action Movies - - Fox Business Network - - FOX España - - Fox Kids - - Fox Nation - - Fox Premium Series - - FOX Sports 1 - - Fox Sports Networks - - Fox8 - - FX - - FXX - Hallmark Channel: - - Hallmark Movies & Mysteries - - Hallmark Movies Now - HBO: - - HBO2 - - HBO Asia - - HBO Canada - - HBO Comedy - - HBO España - - HBO Europe - - HBO Family - - HBO Latin America - - HBO Nordic - - HBO Signature - - HBO Zone - History: - - History (CA) - - History (UK) - Lifetime: - - Lifetime Movies - MTV: - - MTV (AU/NZ) - - MTV (UK) - - MTV Japan - - MTV Nederland - - MTV2 - - MTV3 - National Geographic: - - Nat Geo Wild - - National Geographic Brasil - - National Geographic Channel - - National Geographic Wild - Nickelodeon: - - Nick at Nite - - Nick Jr. - - Nicktoons - - TeenNick - PBS: - - PBS Kids - The CW: - - CW seed - TLC: - - TLC Go - - TLC UK - YouTube: - - YouTube Premium \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/network/kids/metadata.yml b/yozora/configs 2.0 - WIP/tv/network_kids.yml similarity index 100% rename from yozora/configs 2.0 - WIP/tv/network/kids/metadata.yml rename to yozora/configs 2.0 - WIP/tv/network_kids.yml diff --git a/yozora/configs 2.0 - WIP/tv/network/uk/metadata.yml b/yozora/configs 2.0 - WIP/tv/network_uk.yml similarity index 100% rename from yozora/configs 2.0 - WIP/tv/network/uk/metadata.yml rename to yozora/configs 2.0 - WIP/tv/network_uk.yml diff --git a/yozora/configs 2.0 - WIP/tv/network/us/metadata.yml b/yozora/configs 2.0 - WIP/tv/network_us.yml similarity index 100% rename from yozora/configs 2.0 - WIP/tv/network/us/metadata.yml rename to yozora/configs 2.0 - WIP/tv/network_us.yml diff --git a/yozora/configs 2.0 - WIP/tv/streaming_service/uk.yml b/yozora/configs 2.0 - WIP/tv/streaming_service/uk.yml deleted file mode 100644 index ab0be9a..0000000 --- a/yozora/configs 2.0 - WIP/tv/streaming_service/uk.yml +++ /dev/null @@ -1,35 +0,0 @@ -###################################################### -# UK Streaming Service Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - streaming: - smart_label: random - sync_mode: sync - -collections: - All 4 Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-Shows - Apple TV+ Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-Shows - BritBox Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/britbox-Shows - Disney+ Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/disney-Shows - hayu Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/hayu-Shows - Netflix Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/netflix-Shows - NOW Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/now-Shows - Prime Video Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/amazon-Shows \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/streaming_service/us.yml b/yozora/configs 2.0 - WIP/tv/streaming_service/us.yml deleted file mode 100644 index 84e3d4e..0000000 --- a/yozora/configs 2.0 - WIP/tv/streaming_service/us.yml +++ /dev/null @@ -1,41 +0,0 @@ -###################################################### -# US Streaming Service Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - streaming: - smart_label: random - sync_mode: sync - -collections: - Apple TV+ Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-Shows - BET+ Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/bet-Shows - Disney+ Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/disney-Shows - hayu Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/hayu-Shows - HBO Max Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/hbo-max-Shows - Hulu Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/hulu-Shows - Netflix Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/netflix-Shows - Paramount+ Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/paramount-Shows - Peacock Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/yozoraxcii/peacock-Shows - Prime Video Shows: - template: {name: streaming} - mdblist_list: https://mdblist.com/lists/ryalism/amazon-Shows \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/streaming_service/uk/metadata.yml b/yozora/configs 2.0 - WIP/tv/streaming_uk.yml similarity index 100% rename from yozora/configs 2.0 - WIP/tv/streaming_service/uk/metadata.yml rename to yozora/configs 2.0 - WIP/tv/streaming_uk.yml diff --git a/yozora/configs 2.0 - WIP/tv/streaming_service/us/metadata.yml b/yozora/configs 2.0 - WIP/tv/streaming_us.yml similarity index 100% rename from yozora/configs 2.0 - WIP/tv/streaming_service/us/metadata.yml rename to yozora/configs 2.0 - WIP/tv/streaming_us.yml diff --git a/yozora/configs 2.0 - WIP/tv/studio.yml b/yozora/configs 2.0 - WIP/tv/studio.yml deleted file mode 100644 index 51b595b..0000000 --- a/yozora/configs 2.0 - WIP/tv/studio.yml +++ /dev/null @@ -1,109 +0,0 @@ -###################################################### -# Smart Studio Collections # -# Created by Yozora and Bullmoose20 # -# See Commented Lines Below for Animation Only # -###################################################### - -templates: - Studio: - collection_mode: hide - smart_filter: - sort_by: release.desc - any: - studio: <> - sort_title: +05_<> - url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/studio/<>/<>.jpg?raw=true" - -collections: - 20th Century Studios: - template: { name: Studio, studio: "20th Century" } - summary: "20th Century Studios is an American film production studio headquartered at the Fox Studio Lot in the Century City area of Los Angeles and is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company." - Amazon Studios: - template: { name: Studio, studio: "Amazon" } - summary: "Amazon Studios is an American television and film producer and distributor that is a subsidiary of Amazon. It specializes in developing television series and distributing and producing films. It was started in late 2010." - Blue Sky Studios: - template: { name: Studio, studio: "Blue Sky Studios. Blue Sky Films" } - summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - Columbia Pictures: - template: { name: Studio, studio: "Columbia Pictures, Columbia TriStar, TriStar" } - summary: Columbia Pictures is an American film production studio that is a member of the Sony Pictures Motion Picture Group, a division of Sony Entertainment's Sony Pictures Entertainment, which is one of the Big Five studios and a subsidiary of the multinational conglomerate Sony. - DreamWorks Studios: - template: { name: Studio, studio: "DreamWorks" } - summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - Illumination Entertainment: - template: { name: Studio, studio: "Illumination Entertainment, Illumination Films" } - summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. - Lionsgate: - template: { name: Studio, studio: "Lionsgate" } - summary: Lionsgate is a Canadian-American entertainment company. It was formed by Frank Giustra on July 10, 1997, domiciled in Vancouver, British Columbia, Canada and is currently headquartered in Santa Monica, California, United States - Lucasfilm Ltd: - template: { name: Studio, studio: "Lucasfim" } - summary: Lucasfilm Ltd. LLC is an American film and television production company and a subsidiary of Walt Disney Studios, which is a business segment of the Walt Disney Company - Marvel Studios: - template: { name: Studio, studio: "Marvel Studios, Marvel Animation, Marvel Enterprises, Marvel Entertainment, Marvel" } - summary: Marvel Studios, LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, a division of the Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - Metro-Goldwyn-Mayer: - template: { name: Studio, studio: "Metro-Goldwyn-Mayer, MGM" } - summary: Metro-Goldwyn-Mayer Studios Inc. is an American media company, founded in 1924, that produces and distributes feature films and television programs. It is based in Beverly Hills, California. MGM was formed by Marcus Loew by combining Metro Pictures, Goldwyn Pictures, and Louis B. Mayer Pictures into a single company. - New Line Cinema: - template: { name: Studio, studio: "New Line" } - summary: New Line Cinema is an American film production studio and a film production label of the Warner Bros. Pictures Group division of Warner Bros. Entertainment. It was founded in 1967 by Robert Shaye as an independent film distribution company; later becoming a film studio. - Paramount Pictures: - template: { name: Studio, studio: "Paramount" } - summary: Paramount Pictures Corporation is an American film and television production and distribution company and the main namesake subsidiary of Paramount Global. - Pixar: - template: { name: Studio, studio: "Pixar" } - summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney studio. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the studio's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - Sony Pictures: - template: { name: Studio, studio: "Sony" } - summary: Sony Pictures is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment through multiple platforms. - Studio Ghibli: - template: { name: Studio, studio: "Studio Ghibli" } - summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - Universal Pictures: - template: { name: Studio, studio: "Universal" } - summary: Universal Pictures is an American film production and distribution company owned by Comcast through the NBCUniversal Film and Entertainment division of NBCUniversal. - Walt Disney Pictures: - template: { name: Studio, studio: "Disney" } - summary: Walt Disney Pictures is an American film production studio and subsidiary of Walt Disney Studios, which is owned by The Walt Disney Company. - Warner Bros. Pictures: - template: { name: Studio, studio: "Warner" } - summary: Warner Bros. Entertainment Inc. is an American diversified multinational mass media and entertainment conglomerate headquartered at the Warner Bros. Studios complex in Burbank, California, and a subsidiary of AT&T's WarnerMedia through its Studios & Networks division. - -### THE BELOW COLLECTIONS CAN BE ENABLED FOR ANIMATION-SPECIFIC STUDIOS ### - # 20th Century Animation: - # template: { name: Studio, studio: "20th Century", genre: Animation } - # summary: "20th Century Studios is an American film production studio headquartered at the Fox Studio Lot in the Century City area of Los Angeles and is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company." - # Blue Sky Studios: - # template: { name: Studio, studio: "Blue Sky Studios. Blue Sky Films", genre: Animation } - # summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - # DreamWorks Animation: - # template: { name: Studio, studio: "DreamWorks", genre: Animation } - # summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - # Illumination Entertainment: - # template: { name: Studio, studio: "Illumination Entertainment, Illumination Films", genre: Animation } - # summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. - # Marvel Animation: - # template: { name: Studio, studio: "Marvel", genre: Animation } - # summary: Marvel Studios, LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, a division of the Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - # Paramount Animation: - # template: { name: Studio, studio: "Paramount", genre: Animation } - # summary: Paramount Pictures Corporation is an American film and television production and distribution company and the main namesake subsidiary of Paramount Global. - # Pixar Animation Studios: - # template: { name: Studio, studio: "Pixar", genre: Animation } - # summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney studio. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the studio's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - # Sony Pictures Animation: - # template: { name: Studio, studio: "Sony", genre: Animation } - # summary: Sony Pictures is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment through multiple platforms. - # Studio Ghibli: - # template: { name: Studio, studio: "Studio Ghibli", genre: Animation } - # summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - # Universal Animation Studios: - # template: { name: Studio, studio: "Universal", genre: Animation } - # summary: Universal Pictures is an American film production and distribution company owned by Comcast through the NBCUniversal Film and Entertainment division of NBCUniversal. - # Walt Disney Animation Studios: - # template: { name: Studio, studio: "Disney", genre: Animation } - # summary: Walt Disney Pictures is an American film production studio and subsidiary of Walt Disney Studios, which is owned by The Walt Disney Company. - # Warner Animation Group: - # template: { name: Studio, studio: "Warner", genre: Animation } - # summary: Warner Bros. Entertainment Inc. is an American diversified multinational mass media and entertainment conglomerate headquartered at the Warner Bros. Studios complex in Burbank, California, and a subsidiary of AT&T's WarnerMedia through its Studios & Networks division. \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/studio/smart-animation.yml b/yozora/configs 2.0 - WIP/tv/studio/smart-animation.yml deleted file mode 100644 index dbb5621..0000000 --- a/yozora/configs 2.0 - WIP/tv/studio/smart-animation.yml +++ /dev/null @@ -1,51 +0,0 @@ -###################################################### -# Smart Studio Animation Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - Studio: - smart_filter: - sort_by: release.desc - all: - genre: <> - any: - studio: <> - -collections: - 20th Century Animation: - template: { name: Studio, studio: "20th Century", genre: Animation } - summary: "20th Century Studios is an American film production studio headquartered at the Fox Studio Lot in the Century City area of Los Angeles and is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company." - Blue Sky Studios: - template: { name: Studio, studio: "Blue Sky Studios. Blue Sky Films", genre: Animation } - summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - DreamWorks Animation: - template: { name: Studio, studio: "DreamWorks", genre: Animation } - summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - Illumination Entertainment: - template: { name: Studio, studio: "Illumination Entertainment, Illumination Films", genre: Animation } - summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. - Marvel Animation: - template: { name: Studio, studio: "Marvel", genre: Animation } - summary: Marvel Studios, LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, a division of the Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - Paramount Animation: - template: { name: Studio, studio: "Paramount", genre: Animation } - summary: Paramount Pictures Corporation is an American film and television production and distribution company and the main namesake subsidiary of Paramount Global. - Pixar Animation Studios: - template: { name: Studio, studio: "Pixar", genre: Animation } - summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney studio. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the studio's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - Sony Pictures Animation: - template: { name: Studio, studio: "Sony", genre: Animation } - summary: Sony Pictures is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment through multiple platforms. - Studio Ghibli: - template: { name: Studio, studio: "Studio Ghibli", genre: Animation } - summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - Universal Animation Studios: - template: { name: Studio, studio: "Universal", genre: Animation } - summary: Universal Pictures is an American film production and distribution company owned by Comcast through the NBCUniversal Film and Entertainment division of NBCUniversal. - Walt Disney Animation Studios: - template: { name: Studio, studio: "Disney", genre: Animation } - summary: Walt Disney Pictures is an American film production studio and subsidiary of Walt Disney Studios, which is owned by The Walt Disney Company. - Warner Animation Group: - template: { name: Studio, studio: "Warner", genre: Animation } - summary: Warner Bros. Entertainment Inc. is an American diversified multinational mass media and entertainment conglomerate headquartered at the Warner Bros. Studios complex in Burbank, California, and a subsidiary of AT&T's WarnerMedia through its Studios & Networks division. \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/tv/year/dynamic.yml b/yozora/configs 2.0 - WIP/tv/year/dynamic.yml deleted file mode 100644 index f73be6c..0000000 --- a/yozora/configs 2.0 - WIP/tv/year/dynamic.yml +++ /dev/null @@ -1,99 +0,0 @@ -###################################################### -# Dynamic Year Collections # -# Created by Yozora and Bullmoose20 # -###################################################### - -templates: - year_dynamic: - smart_filter: - sort_by: critic_rating.desc - all: - decade: <> - limit: 100 - -dynamic_collections: - Years: # mapping name does not matter just needs to be unique - type: year - template: year_dynamic - title_format: <> - include: - - "1950" - - "1951" - - "1952" - - "1953" - - "1954" - - "1955" - - "1956" - - "1957" - - "1958" - - "1959" - - "1960" - - "1961" - - "1962" - - "1963" - - "1964" - - "1965" - - "1966" - - "1967" - - "1968" - - "1969" - - "1970" - - "1971" - - "1972" - - "1973" - - "1974" - - "1975" - - "1976" - - "1977" - - "1978" - - "1979" - - "1980" - - "1981" - - "1982" - - "1983" - - "1984" - - "1985" - - "1986" - - "1987" - - "1988" - - "1989" - - "1990" - - "1991" - - "1992" - - "1993" - - "1994" - - "1995" - - "1996" - - "1997" - - "1998" - - "1999" - - "2000" - - "2001" - - "2002" - - "2003" - - "2004" - - "2005" - - "2006" - - "2007" - - "2008" - - "2009" - - "2010" - - "2011" - - "2012" - - "2013" - - "2014" - - "2015" - - "2016" - - "2017" - - "2018" - - "2019" - - "2020" - - "2021" - - "2022" - - "2023" - - "2024" - - "2025" - - "2026" - - "2027" - - "2028" - - "2029" \ No newline at end of file