From c683190ebd1b410647640295876a36684fa6b8f9 Mon Sep 17 00:00:00 2001 From: archivist Date: Wed, 24 Jul 2024 13:07:07 +0000 Subject: [PATCH 1/4] bug fixes; new assets and collections for anime, family and sports --- 0x5f3/MOVIES.md | 21 ++ 0x5f3/README.md | 15 +- 0x5f3/SHOWS.md | 21 ++ 0x5f3/_config.yml | 36 ++- 0x5f3/_maintenance.yml | 20 +- 0x5f3/_movie.yml | 17 +- 0x5f3/_parental.yml | 100 ++++++++ 0x5f3/_show.yml | 9 +- 0x5f3/collections/movie/010_suggested.yml | 16 +- 0x5f3/collections/movie/020_unwatched.yml | 10 +- 0x5f3/collections/movie/030_watched.yml | 12 +- 0x5f3/collections/movie/040_seasonal.yml | 18 +- 0x5f3/collections/movie/050_parental.yml | 8 +- 0x5f3/collections/movie/050_parental_sync.yml | 2 +- 0x5f3/collections/movie/060_family.yml | 78 ++++++ .../061_documentary.yml} | 27 ++- .../{070_standup.yml => 062_standup.yml} | 22 +- 0x5f3/collections/movie/063_sports.yml | 127 ++++++++++ 0x5f3/collections/movie/064_anime.yml | 78 ++++++ 0x5f3/collections/movie/080_year_top.yml | 30 +-- 0x5f3/collections/movie/090_decades_top.yml | 20 +- 0x5f3/collections/movie/100_awards.yml | 26 +- 0x5f3/collections/movie/110_genre_popular.yml | 46 ++-- 0x5f3/collections/movie/120_genre_top.yml | 42 ++-- 0x5f3/collections/movie/130_subgenre_top.yml | 224 +++++++++--------- 0x5f3/collections/movie/140_studio.yml | 38 +-- 0x5f3/collections/show/010_suggested.yml | 16 +- 0x5f3/collections/show/020_unwatched.yml | 10 +- 0x5f3/collections/show/030_watched.yml | 15 +- 0x5f3/collections/show/040_parental.yml | 8 +- 0x5f3/collections/show/040_parental_sync.yml | 2 +- 0x5f3/collections/show/050_family.yml | 78 ++++++ .../051_documentary.yml} | 21 +- 0x5f3/collections/show/052_sports.yml | 127 ++++++++++ 0x5f3/collections/show/053_anime.yml | 78 ++++++ 0x5f3/collections/show/060_year_top.yml | 30 +-- 0x5f3/collections/show/070_decades_top.yml | 20 +- 0x5f3/collections/show/080_awards.yml | 12 +- 0x5f3/collections/show/090_genre_popular.yml | 42 ++-- 0x5f3/collections/show/100_genre_top.yml | 44 ++-- 0x5f3/collections/show/110_network.yml | 88 +++---- 41 files changed, 1227 insertions(+), 427 deletions(-) create mode 100644 0x5f3/_parental.yml create mode 100644 0x5f3/collections/movie/060_family.yml rename 0x5f3/collections/{show/050_documentary.yml => movie/061_documentary.yml} (59%) rename 0x5f3/collections/movie/{070_standup.yml => 062_standup.yml} (68%) create mode 100644 0x5f3/collections/movie/063_sports.yml create mode 100644 0x5f3/collections/movie/064_anime.yml create mode 100644 0x5f3/collections/show/050_family.yml rename 0x5f3/collections/{movie/060_documentary.yml => show/051_documentary.yml} (60%) create mode 100644 0x5f3/collections/show/052_sports.yml create mode 100644 0x5f3/collections/show/053_anime.yml diff --git a/0x5f3/MOVIES.md b/0x5f3/MOVIES.md index f095334..844e995 100644 --- a/0x5f3/MOVIES.md +++ b/0x5f3/MOVIES.md @@ -38,6 +38,13 @@ - Parental: Recently Released - Parental: Top Rated +- _family.yml + - Family: All + - Family: Random + - Family: Recently Added + - Family: Recently Released + - Family: Top Rated + - _documentary.yml - Documentaries: All - Documentaries: Random @@ -52,6 +59,20 @@ - Stand-up: Recently Released - Stand-up: Top Rated +- _sports.yml + - Sports: All + - Sports: Random + - Sports: Recently Added + - Sports: Recently Released + - Sports: Top Rated + +- _anime.yml + - Anime: All + - Anime: Random + - Anime: Recently Added + - Anime: Recently Released + - Anime: Top Rated + - _year_top.yml - Top Rated of 2024 - Top Rated of 2023 diff --git a/0x5f3/README.md b/0x5f3/README.md index 2837599..609826f 100644 --- a/0x5f3/README.md +++ b/0x5f3/README.md @@ -5,8 +5,11 @@ - !Watched (most watched daily|weekly|monthly|yearly) - !Seasonal * - Parental +- Family - Documentaries - Stand-up * +- Sports +- Anime - Awards - !Year (top-rated) - !Decades (top-rated) @@ -28,24 +31,24 @@ ``` #### Install: ``` -git clone https://github.com/0x5f3/pmm.config config +git clone --recursive https://github.com/0x5f3/kometa.config config ``` #### Usage: ###### The initial process for populating collections: ``` -docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager:nightly --config config/config.yml --run --ignore-schedules +docker run --rm -it -v ./config:/config kometateam/kometa:nightly --config config/config.yml --run --ignore-schedules ``` ###### Following a successful initial run: ``` -docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager:nightly --config config/config.yml --run +docker run --rm -d -v ./config:/config kometateam/kometa:nightly --config config/config.yml --run ``` ###### Notes: `` -The parental configuration adds a 'Parental' label to their collections and all items included. The label is capable of being used with 'Allow Only Labels' in a user's restriction settings. +With the parental configuration, there is a 'Parental' label added to their collections and all items included. The label can be used with 'Allow Only Labels' in a user's restriction settings. `` # # ###### A successful run will result in something similar to this: -![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png) -![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png) \ No newline at end of file +![movies](https://raw.githubusercontent.com/0x5f3/kometa.config/f75695b412b8ac0ba31fa99baa051a73d638e6e3/_/_movies.png) +![shows](https://raw.githubusercontent.com/0x5f3/kometa.config/f75695b412b8ac0ba31fa99baa051a73d638e6e3/_/_shows.png) diff --git a/0x5f3/SHOWS.md b/0x5f3/SHOWS.md index baded74..63e9e00 100644 --- a/0x5f3/SHOWS.md +++ b/0x5f3/SHOWS.md @@ -29,6 +29,13 @@ - Parental: Recently Released - Parental: Top Rated +- _family.yml + - Family: All + - Family: Random + - Family: Recently Added + - Family: Recently Released + - Family: Top Rated + - _documentary.yml - Documentaries: All - Documentaries: Random @@ -36,6 +43,20 @@ - Documentaries: Recently Released - Documentaries: Top Rated +- _sports.yml + - Sports: All + - Sports: Random + - Sports: Recently Added + - Sports: Recently Released + - Sports: Top Rated + +- _anime.yml + - Anime: All + - Anime: Random + - Anime: Recently Added + - Anime: Recently Released + - Anime: Top Rated + - _awards.yml - Emmy Award Winners - Emmy Award Nominees diff --git a/0x5f3/_config.yml b/0x5f3/_config.yml index 4cc6a29..f8897fd 100644 --- a/0x5f3/_config.yml +++ b/0x5f3/_config.yml @@ -40,8 +40,32 @@ libraries: # schedule: weekly(sunday) # - file: config/collections/movie/050_parental_sync.yml # - file: config/collections/movie/050_parental.yml -# - file: config/collections/movie/060_documentary.yml -# - file: config/collections/movie/070_standup.yml +# - file: config/collections/movie/060_family.yml +# - file: config/collections/movie/061_documentary.yml +# - file: config/collections/movie/062_standup.yml +# - file: config/collections/movie/063_sports.yml +# - file: config/collections/movie/064_anime.yml +# Movies - Kids: +# library_type: movie +# operations: +# - schedule: daily +# delete_unmanaged_collections: false +# - schedule: weekly(thursday) +# mass_audience_rating_update: mdb_average +# mass_critic_rating_update: mdb_metacritic +# mass_user_rating_update: imdb +# mass_content_rating_update: mdb +# mass_genre_update: imdb +# - schedule: weekly(thursday) +# mass_poster_update: +# source: tmdb +# seasons: false +# episodes: false +# collection_files: +# - file: config/collections/movie/_maintenance.yml +# - file: config/collections/movie/_radarr.yml +# - file: config/collections/movie/050_parental_sync.yml +# - file: config/collections/movie/050_parental.yml TV: library_type: show operations: @@ -74,10 +98,14 @@ libraries: - file: config/collections/show/100_genre_top.yml schedule: weekly(saturday) # - file: config/collections/show/110_network.yml +# schedule: weekly(wednesday) # - file: config/collections/show/040_parental_sync.yml # - file: config/collections/show/040_parental.yml -# - file: config/collections/show/050_documentary.yml -# KIDS: +# - file: config/collections/show/050_family.yml +# - file: config/collections/show/051_documentary.yml +# - file: config/collections/show/052_sports.yml +# - file: config/collections/show/053_anime.yml +# TV - Kids: # library_type: show # operations: # - schedule: daily diff --git a/0x5f3/_maintenance.yml b/0x5f3/_maintenance.yml index f80057d..e7beca7 100644 --- a/0x5f3/_maintenance.yml +++ b/0x5f3/_maintenance.yml @@ -19,6 +19,24 @@ libraries: # episodes: false collection_files: - file: config/collections/movie/_maintenance.yml +# Movies - Kids: +# library_type: movie +# operations: +# - schedule: daily +# delete_unmanaged_collections: false +# - schedule: weekly(wednesday) +# mass_audience_rating_update: mdb_average +# mass_critic_rating_update: mdb_metacritic +# mass_user_rating_update: imdb +# mass_content_rating_update: mdb +# mass_genre_update: imdb +# - schedule: weekly(wednesday) +# mass_poster_update: +# source: tmdb +# seasons: false +# episodes: false +# collection_files: +# - file: config/collections/movie/_maintenance.yml TV: library_type: show operations: @@ -37,7 +55,7 @@ libraries: # episodes: false collection_files: - file: config/collections/show/_maintenance.yml -# KIDS: +# TV - Kids: # library_type: show # operations: # - schedule: daily diff --git a/0x5f3/_movie.yml b/0x5f3/_movie.yml index 697de36..143e9e4 100644 --- a/0x5f3/_movie.yml +++ b/0x5f3/_movie.yml @@ -29,8 +29,21 @@ libraries: # schedule: weekly(sunday) # - file: config/collections/movie/050_parental_sync.yml # - file: config/collections/movie/050_parental.yml -# - file: config/collections/movie/060_documentary.yml -# - file: config/collections/movie/070_standup.yml +# - file: config/collections/movie/060_family.yml +# - file: config/collections/movie/061_documentary.yml +# - file: config/collections/movie/062_standup.yml +# - file: config/collections/movie/063_sports.yml +# - file: config/collections/movie/064_anime.yml +# Movies - Kids: +# library_type: movie +# operations: +# - schedule: daily +# delete_unmanaged_collections: false +# collection_files: +# - file: config/collections/movie/_maintenance.yml +# - file: config/collections/movie/_radarr.yml +# - file: config/collections/movie/050_parental_sync.yml +# - file: config/collections/movie/050_parental.yml settings: assets_for_all: false asset_depth: 0 diff --git a/0x5f3/_parental.yml b/0x5f3/_parental.yml new file mode 100644 index 0000000..621f9d5 --- /dev/null +++ b/0x5f3/_parental.yml @@ -0,0 +1,100 @@ +## _parental.yml + +libraries: + Movies: + library_type: movie + operations: + - schedule: daily + delete_unmanaged_collections: false + collection_files: + - file: config/collections/movie/050_parental_sync.yml + - file: config/collections/movie/050_parental.yml +# Movies - Kids: +# library_type: movie +# operations: +# - schedule: daily +# delete_unmanaged_collections: false +# collection_files: +# - file: config/collections/movie/050_parental_sync.yml +# - file: config/collections/movie/050_parental.yml + TV: + library_type: show + operations: + - schedule: daily + delete_unmanaged_collections: false + collection_files: + - file: config/collections/show/040_parental_sync.yml + - file: config/collections/show/040_parental.yml +# TV - Kids: +# library_type: show +# operations: +# - schedule: daily +# delete_unmanaged_collections: false +# collection_files: +# - file: config/collections/show/040_parental_sync.yml +# - file: config/collections/show/040_parental.yml +settings: + assets_for_all: false + asset_depth: 0 + asset_directory: + asset_folders: false + cache: true + cache_expiration: 60 + check_nightly: false + create_asset_folders: false + custom_repo: + default_collection_order: + delete_below_minimum: false + delete_not_scheduled: false + dimensional_asset_rename: false + download_url_assets: true + ignore_ids: + ignore_imdb_ids: + item_refresh: false + item_refresh_delay: 0 + minimum_items: 5 + missing_only_released: false + only_filter_missing: false + playlist_exclude_users: + playlist_report: true + playlist_sync_to_users: all + prioritize_assets: false + released_missing_only: false + run_again_delay: 5 + run_order: + - collections + - metadata + - operations + - overlays + save_missing: false + show_asset_not_needed: true + show_filtered: false + show_missing: false + show_missing_assets: true + show_missing_episode_assets: false + show_missing_season_assets: false + show_options: false + show_unconfigured: true + show_unmanaged: false + sync_mode: sync + tvdb_language: default + verify_ssl: false +plex: + url: + token: + timeout: 180 + clean_bundles: false + empty_trash: false + optimize: false +tmdb: + apikey: + language: en + cache_expiration: 60 + region: +mdblist: + apikey: + cache_expiration: 60 +trakt: + client_id: + client_secret: + pin: diff --git a/0x5f3/_show.yml b/0x5f3/_show.yml index 44192cb..2cc87a9 100644 --- a/0x5f3/_show.yml +++ b/0x5f3/_show.yml @@ -22,10 +22,15 @@ libraries: - file: config/collections/show/100_genre_top.yml schedule: weekly(saturday) # - file: config/collections/show/110_network.yml +# schedule: weekly(wednesday) # - file: config/collections/show/040_parental_sync.yml # - file: config/collections/show/040_parental.yml -# - file: config/collections/show/050_documentary.yml -# KIDS: +# - file: config/collections/show/050_family.yml +# - file: config/collections/show/051_documentary.yml +# - file: config/collections/show/052_sports.yml +# - file: config/collections/show/053_anime.yml + +# TV - Kids: # library_type: show # operations: # - schedule: daily diff --git a/0x5f3/collections/movie/010_suggested.yml b/0x5f3/collections/movie/010_suggested.yml index 1671acb..aa8cc9d 100644 --- a/0x5f3/collections/movie/010_suggested.yml +++ b/0x5f3/collections/movie/010_suggested.yml @@ -104,7 +104,7 @@ templates: collections: "Random Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_random.png schedule: daily summary: "Random selection of movies" visible_library: true @@ -119,7 +119,7 @@ collections: sort_by: random "Recently Added Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-added.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_recently-added.png schedule: daily summary: "Recently added movies" visible_home: true @@ -136,7 +136,7 @@ collections: sort_by: added.desc "Recently Released Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-released.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_recently-released.png schedule: daily summary: "Recently released movies" visible_library: true @@ -152,7 +152,7 @@ collections: "Recommended Movies": collection_order: alpha - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recommended.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_recommended.png schedule: daily summary: "Based on personally favourited movies" template: { @@ -166,7 +166,7 @@ collections: "Suggested Movies": collection_order: alpha - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_suggested.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_suggested.png schedule: daily summary: "Based on watched and favourited movies" template: { @@ -204,7 +204,7 @@ collections: time_period: all "Trending Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_trending.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_trending.png schedule: daily summary: "Movies trending across the internet" template: { @@ -217,7 +217,7 @@ collections: limit: 100 "Popular Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_popular.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_popular.png schedule: daily sort_title: "+010_<>_<>" summary: "Popular movies across the internet" @@ -232,7 +232,7 @@ collections: limit: 250 "Top Rated Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_top-rated.png schedule: daily sort_title: "+010_<>_<>" summary: "Top rated movies across the internet" diff --git a/0x5f3/collections/movie/020_unwatched.yml b/0x5f3/collections/movie/020_unwatched.yml index a00f83c..253af06 100644 --- a/0x5f3/collections/movie/020_unwatched.yml +++ b/0x5f3/collections/movie/020_unwatched.yml @@ -12,7 +12,7 @@ templates: collections: "Unwatched: Random Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_random.png summary: "Random selection of movies" template: { name: plex, @@ -27,7 +27,7 @@ collections: sort_by: random "Unwatched: Recommended Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_recommended.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_recommended.png summary: "Based on personally favourited movies" template: { name: plex, @@ -41,7 +41,7 @@ collections: sort_by: title.asc "Unwatched: Suggested Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_suggested.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_suggested.png summary: "Based on watched and favourited movies" template: { name: plex, @@ -55,7 +55,7 @@ collections: sort_by: title.asc "Unwatched: Popular Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_popular.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_popular.png summary: "Popular movies across the internet" template: { name: plex, @@ -69,7 +69,7 @@ collections: sort_by: random "Unwatched: Top Rated Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_top-rated.png summary: "Top rated movies across the internet" template: { name: plex, diff --git a/0x5f3/collections/movie/030_watched.yml b/0x5f3/collections/movie/030_watched.yml index 1d2e647..9ac8744 100644 --- a/0x5f3/collections/movie/030_watched.yml +++ b/0x5f3/collections/movie/030_watched.yml @@ -3,7 +3,7 @@ templates: trakt: collection_mode: hide - + collection_order: custom delete_not_scheduled: false sort_title: "+030_<>_<>" sync_mode: sync @@ -55,7 +55,7 @@ templates: collections: "Most Watched Daily": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_daily.png schedule: daily summary: "Movies trending across the internet" template: { @@ -70,7 +70,7 @@ collections: time_period: daily "Most Watched Weekly": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_weekly.png schedule: daily summary: "Movies trending across the internet" template: { @@ -85,7 +85,7 @@ collections: time_period: weekly "Most Watched Monthly": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_monthly.png schedule: weekly(sunday) summary: "Movies trending across the internet" template: { @@ -100,7 +100,7 @@ collections: time_period: monthly "Most Watched Yearly": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_yearly.png schedule: weekly(sunday) summary: "Movies trending across the internet" template: { @@ -112,4 +112,4 @@ collections: countries: us, gb, ie, ca, au, nz languages: en limit: 100 - time_period: yearly \ No newline at end of file + time_period: yearly diff --git a/0x5f3/collections/movie/040_seasonal.yml b/0x5f3/collections/movie/040_seasonal.yml index 41f63b5..bd869b8 100644 --- a/0x5f3/collections/movie/040_seasonal.yml +++ b/0x5f3/collections/movie/040_seasonal.yml @@ -6,7 +6,7 @@ templates: collection_order: alpha delete_not_scheduled: true limit: 1000 - sort_title: "+040_<>_<>" + sort_title: "+040_<>" summary: "A timed collection of <> movies and other movies that may relate to the holiday." sync_mode: sync visible_home: false @@ -51,7 +51,7 @@ templates: collections: "Valentine's Day Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_valentines-day.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_seasonal/seasonal_valentines-day.png schedule: range(02/10-02/14) template: { holiday: "Valentine's Day", @@ -68,7 +68,7 @@ collections: genre.not: Documentary "St. Patrick's Day Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_st-patricks-day.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_seasonal/seasonal_st-patricks-day.png schedule: range(03/16-03/18) template: { holiday: "St. Patrick's Day", @@ -77,7 +77,7 @@ collections: } "Easter Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_easter.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_seasonal/seasonal_easter.png schedule: range(03/22-04/25) template: { holiday: "Easter", @@ -86,7 +86,7 @@ collections: } "Halloween Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_halloween.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_seasonal/seasonal_halloween.png schedule: range(10/29-10/31) template: { holiday: "Halloween", @@ -100,7 +100,7 @@ collections: genre.not: Documentary "Thanksgiving Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_thanksgiving.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_seasonal/seasonal_thanksgiving.png schedule: range(11/22-11/25) template: { holiday: "Thanksgiving", @@ -109,7 +109,7 @@ collections: } "Christmas Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_christmas.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_seasonal/seasonal_christmas.png schedule: range(12/01-12/31) template: { holiday: "Christmas", @@ -121,10 +121,10 @@ collections: } "New Year's Eve Movies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_new-years-eve.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_seasonal/seasonal_new-years-eve.png schedule: range(12/26-01/02) template: { holiday: "New Year's Eve", letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-new-years-eve/by/rating/", name: seasonal - } \ No newline at end of file + } diff --git a/0x5f3/collections/movie/050_parental.yml b/0x5f3/collections/movie/050_parental.yml index 7f747c4..3be9dad 100644 --- a/0x5f3/collections/movie/050_parental.yml +++ b/0x5f3/collections/movie/050_parental.yml @@ -13,7 +13,7 @@ templates: collections: "Parental: Random": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_random.png summary: "Random movies suitable for children" template: { name: plex, @@ -26,7 +26,7 @@ collections: sort_by: random "Parental: Recently Added": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-added.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_recently-added.png summary: "Recently added movies suitable for children" template: { name: plex, @@ -39,7 +39,7 @@ collections: sort_by: added.desc "Parental: Recently Released": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-released.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_recently-released.png summary: "Recently released movies suitable for children" template: { name: plex, @@ -52,7 +52,7 @@ collections: sort_by: release.desc "Parental: Top Rated": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_top-rated.png summary: "Top rated movies suitable for children" template: { name: plex, diff --git a/0x5f3/collections/movie/050_parental_sync.yml b/0x5f3/collections/movie/050_parental_sync.yml index d5494f3..002605e 100644 --- a/0x5f3/collections/movie/050_parental_sync.yml +++ b/0x5f3/collections/movie/050_parental_sync.yml @@ -24,7 +24,7 @@ templates: collections: "Parental: All": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_all.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_all.png summary: "Movies suitable for children" template: { mdblist_list: "list-parental", diff --git a/0x5f3/collections/movie/060_family.yml b/0x5f3/collections/movie/060_family.yml new file mode 100644 index 0000000..0ebf125 --- /dev/null +++ b/0x5f3/collections/movie/060_family.yml @@ -0,0 +1,78 @@ +## _family.yml + +templates: + plex: + collection_mode: hide + delete_not_scheduled: false + sort_title: "+060_<>_<>" + sync_mode: sync + visible_home: false + visible_library: false + visible_shared: false + +collections: + "Family: All": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_all.png + summary: "Family" + collection_order: alpha + template: { + name: plex, + num: "0" + } + plex_all: true + filters: + - filepath: "/mnt/movies-family" + - filepath: "/mnt/movies-family-4k" + + "Family: Random": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_random.png + summary: "Random family" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Family: All" + limit: 250 + sort_by: random + + "Family: Recently Added": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_recently-added.png + summary: "Recently added family" + visible_library: true + template: { + name: plex, + num: "2" + } + smart_filter: + all: + collection: "Family: All" + limit: 100 + sort_by: added.desc + + "Family: Recently Released": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_recently-released.png + summary: "Recently released family" + template: { + name: plex, + num: "3" + } + smart_filter: + all: + collection: "Family: All" + limit: 250 + sort_by: release.desc + + "Family: Top Rated": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_top-rated.png + summary: "Top rated family" + template: { + name: plex, + num: "4" + } + smart_filter: + all: + collection: "Family: All" + limit: 250 + sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/show/050_documentary.yml b/0x5f3/collections/movie/061_documentary.yml similarity index 59% rename from 0x5f3/collections/show/050_documentary.yml rename to 0x5f3/collections/movie/061_documentary.yml index cdfa01d..56abf7c 100644 --- a/0x5f3/collections/show/050_documentary.yml +++ b/0x5f3/collections/movie/061_documentary.yml @@ -4,7 +4,7 @@ templates: plex: collection_mode: hide delete_not_scheduled: false - sort_title: "+050_<>_<>" + sort_title: "+061_<>_<>" sync_mode: sync visible_home: false visible_library: false @@ -12,19 +12,24 @@ templates: collections: "Documentaries: All": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_all.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_all.png summary: "Documentaries" + collection_order: alpha template: { name: plex, num: "0" } +# plex_all: true +# filters: +# - filepath: "/mnt/movies-documentary" +# - filepath: "/mnt/movies-documentary-4k" smart_filter: all: genre: documentary sort_by: title.asc "Documentaries: Random": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_random.png summary: "Random documentaries" template: { name: plex, @@ -32,12 +37,13 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary limit: 250 sort_by: random "Documentaries: Recently Added": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-added.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_recently-added.png summary: "Recently added documentaries" visible_library: true template: { @@ -46,12 +52,13 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary limit: 100 sort_by: added.desc "Documentaries: Recently Released": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-released.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_recently-released.png summary: "Recently released documentaries" template: { name: plex, @@ -59,12 +66,13 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary - sort_by: release.desc limit: 250 + sort_by: release.desc "Documentaries: Top Rated": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_top-rated.png summary: "Top rated documentaries" template: { name: plex, @@ -72,6 +80,7 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary - sort_by: critic_rating.desc - limit: 250 \ No newline at end of file + limit: 250 + sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/movie/070_standup.yml b/0x5f3/collections/movie/062_standup.yml similarity index 68% rename from 0x5f3/collections/movie/070_standup.yml rename to 0x5f3/collections/movie/062_standup.yml index 4f4bafd..6ffe89b 100644 --- a/0x5f3/collections/movie/070_standup.yml +++ b/0x5f3/collections/movie/062_standup.yml @@ -4,7 +4,7 @@ templates: plex: collection_mode: hide delete_not_scheduled: false - sort_title: "+070_<>_<>" + sort_title: "+062_<>_<>" sync_mode: sync visible_home: false visible_library: false @@ -31,17 +31,27 @@ templates: collections: "Stand-up: All": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_all.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_all.png summary: "Stand-up" + collection_order: alpha +# template: { +# name: plex, +# num: "0" +# } +# plex_all: true +# filters: +# - filepath: "/mnt/movies-standup" +# - filepath: "/mnt/movies-standup-4k" template: { mdblist_list: "list-standup", mdblist_user: "archivist", name: mdblist, num: "0" } + "Stand-up: Random": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_random.png summary: "Random Stand-up" template: { name: plex, @@ -54,7 +64,7 @@ collections: sort_by: random "Stand-up: Recently Added": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_recently-added.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_recently-added.png summary: "Recently added Stand-up" template: { name: plex, @@ -67,7 +77,7 @@ collections: sort_by: added.desc "Stand-up: Recently Released": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_recently-released.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_recently-released.png summary: "Recently released Stand-up" template: { name: plex, @@ -80,7 +90,7 @@ collections: sort_by: release.desc "Stand-up: Top Rated": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_top-rated.png summary: "Top rated Stand-up" template: { name: plex, diff --git a/0x5f3/collections/movie/063_sports.yml b/0x5f3/collections/movie/063_sports.yml new file mode 100644 index 0000000..b6b9a65 --- /dev/null +++ b/0x5f3/collections/movie/063_sports.yml @@ -0,0 +1,127 @@ +## _sports.yml + +templates: + plex: + collection_mode: hide + delete_not_scheduled: false + sort_title: "+063_<>_<>" + sync_mode: sync + visible_home: false + visible_library: false + visible_shared: false + +collections: + "Sports: All": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_all.png + summary: "Sports" + collection_order: alpha + template: { + name: plex, + num: "0" + } +# plex_all: true +# filters: +# - filepath: "/mnt/movies-sports" +# - filepath: "/mnt/movies-sports-4k" + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + sort_by: title.asc + + "Sports: Random": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_random.png + summary: "Random sports" + template: { + name: plex, + num: "1" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 250 + sort_by: random + + "Sports: Recently Added": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_recently-added.png + summary: "Recently added sports" + visible_library: true + template: { + name: plex, + num: "2" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 100 + sort_by: added.desc + + "Sports: Recently Released": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_recently-released.png + summary: "Recently released sports" + template: { + name: plex, + num: "3" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 250 + sort_by: release.desc + + "Sports: Top Rated": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_top-rated.png + summary: "Top rated sports" + template: { + name: plex, + num: "4" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 250 + sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/movie/064_anime.yml b/0x5f3/collections/movie/064_anime.yml new file mode 100644 index 0000000..25e92fd --- /dev/null +++ b/0x5f3/collections/movie/064_anime.yml @@ -0,0 +1,78 @@ +## _anime.yml + +templates: + plex: + collection_mode: hide + delete_not_scheduled: false + sort_title: "+064_<>_<>" + sync_mode: sync + visible_home: false + visible_library: false + visible_shared: false + +collections: + "Anime: All": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_all.png + summary: "Anime" + collection_order: alpha + template: { + name: plex, + num: "0" + } + plex_all: true + filters: + - filepath: "/mnt/movies-anime" + - filepath: "/mnt/movies-anime-4k" + + "Anime: Random": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_random.png + summary: "Random anime" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Anime: All" + limit: 250 + sort_by: random + + "Anime: Recently Added": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_recently-added.png + summary: "Recently added anime" + visible_library: true + template: { + name: plex, + num: "2" + } + smart_filter: + all: + collection: "Anime: All" + limit: 100 + sort_by: added.desc + + "Anime: Recently Released": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_recently-released.png + summary: "Recently released anime" + template: { + name: plex, + num: "3" + } + smart_filter: + all: + collection: "Anime: All" + limit: 250 + sort_by: release.desc + + "Anime: Top Rated": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_top-rated.png + summary: "Top rated anime" + template: { + name: plex, + num: "4" + } + smart_filter: + all: + collection: "Anime: All" + limit: 250 + sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/movie/080_year_top.yml b/0x5f3/collections/movie/080_year_top.yml index f4de023..7eb58ca 100644 --- a/0x5f3/collections/movie/080_year_top.yml +++ b/0x5f3/collections/movie/080_year_top.yml @@ -22,7 +22,7 @@ templates: collections: "Top Rated of 2024": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2024.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2024.png summary: "Top rated movies in 2024" template: { language: "en", @@ -35,7 +35,7 @@ collections: } "Top Rated of 2023": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2023.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2023.png summary: "Top rated movies in 2023" template: { language: "en", @@ -48,7 +48,7 @@ collections: } "Top Rated of 2022": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2022.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2022.png summary: "Top rated movies in 2022" template: { language: "en", @@ -61,7 +61,7 @@ collections: } "Top Rated of 2021": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2021.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2021.png summary: "Top rated movies in 2021" template: { language: "en", @@ -74,7 +74,7 @@ collections: } "Top Rated of 2020": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2020.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2020.png summary: "Top rated movies in 2020" template: { language: "en", @@ -87,7 +87,7 @@ collections: } "Top Rated of 2019": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2019.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2019.png summary: "Top rated movies in 2019" template: { language: "en", @@ -100,7 +100,7 @@ collections: } "Top Rated of 2018": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2018.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2018.png summary: "Top rated movies in 2018" template: { language: "en", @@ -113,7 +113,7 @@ collections: } "Top Rated of 2017": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2017.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2017.png summary: "Top rated movies in 2017" template: { language: "en", @@ -126,7 +126,7 @@ collections: } "Top Rated of 2016": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2016.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2016.png summary: "Top rated movies in 2016" template: { language: "en", @@ -139,7 +139,7 @@ collections: } "Top Rated of 2015": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2015.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2015.png summary: "Top rated movies in 2015" template: { language: "en", @@ -152,7 +152,7 @@ collections: } "Top Rated of 2014": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2014.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2014.png summary: "Top rated movies in 2014" template: { language: "en", @@ -165,7 +165,7 @@ collections: } "Top Rated of 2013": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2013.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2013.png summary: "Top rated movies in 2013" template: { language: "en", @@ -178,7 +178,7 @@ collections: } "Top Rated of 2012": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2012.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2012.png summary: "Top rated movies in 2012" template: { language: "en", @@ -191,7 +191,7 @@ collections: } "Top Rated of 2011": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2011.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2011.png summary: "Top rated movies in 2011" template: { language: "en", @@ -204,7 +204,7 @@ collections: } "Top Rated of 2010": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2010.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2010.png summary: "Top rated movies in 2010" template: { language: "en", diff --git a/0x5f3/collections/movie/090_decades_top.yml b/0x5f3/collections/movie/090_decades_top.yml index d2f2f68..53273a4 100644 --- a/0x5f3/collections/movie/090_decades_top.yml +++ b/0x5f3/collections/movie/090_decades_top.yml @@ -22,7 +22,7 @@ templates: collections: "Top Rated of the 2020s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2020s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_2020s.png summary: "Top rated movies of the 2020s" template: { language: "en", @@ -35,7 +35,7 @@ collections: } "Top Rated of the 2010s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2010s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_2010s.png summary: "Top rated movies of the 2010s" template: { language: "en", @@ -48,7 +48,7 @@ collections: } "Top Rated of the 2000s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2000s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_2000s.png summary: "Top rated movies of the 2000s" template: { language: "en", @@ -61,7 +61,7 @@ collections: } "Top Rated of the 1990s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1990s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1990s.png summary: "Top rated movies of the 1990s" template: { language: "en", @@ -74,7 +74,7 @@ collections: } "Top Rated of the 1980s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1980s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1980s.png summary: "Top rated movies of the 1980s" template: { language: "en", @@ -87,7 +87,7 @@ collections: } "Top Rated of the 1970s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1970s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1970s.png summary: "Top rated movies of the 1970s" template: { language: "en", @@ -100,7 +100,7 @@ collections: } "Top Rated of the 1960s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1960s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1960s.png summary: "Top rated movies of the 1960s" template: { language: "en", @@ -113,7 +113,7 @@ collections: } "Top Rated of the 1950s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1950s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1950s.png summary: "Top rated movies of the 1950s" template: { language: "en", @@ -126,7 +126,7 @@ collections: } "Top Rated of the 1940s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1940s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1940s.png summary: "Top rated movies of the 1940s" template: { language: "en", @@ -139,7 +139,7 @@ collections: } "Top Rated of the 1930s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1930s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1930s.png summary: "Top rated movies of the 1930s" template: { language: "en", diff --git a/0x5f3/collections/movie/100_awards.yml b/0x5f3/collections/movie/100_awards.yml index 9bd1b51..500f1c2 100644 --- a/0x5f3/collections/movie/100_awards.yml +++ b/0x5f3/collections/movie/100_awards.yml @@ -33,7 +33,7 @@ templates: collections: "Oscar Nominees": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_oscars.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_nominees_oscars.png summary: "A collection of Oscar Nominees" template: { event: "oscar_picture,oscar_director", @@ -44,7 +44,7 @@ collections: } "Oscar Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_oscars.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_oscars.png summary: "A collection of Oscar Winners" template: { event.winning: "oscar_picture,oscar_director", @@ -55,7 +55,7 @@ collections: } "Golden Globes Nominees": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_golden-globes.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_nominees_golden-globes.png summary: "A collection of Golden Globes Nominees" template: { event: "golden", @@ -66,7 +66,7 @@ collections: } "Golden Globes Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_golden_globes.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_golden_globes.png summary: "A collection of Golden Globes Winners" template: { event.winning: "golden", @@ -77,7 +77,7 @@ collections: } "BAFTA Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_bafta.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_bafta.png summary: "A collection of BAFTA Winners" template: { event.winning: "bafta", @@ -88,7 +88,7 @@ collections: } "Berlinale Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_berlinale.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_berlinale.png summary: "A collection of Berlinale Winners" template: { event.winning: "ev0000091", @@ -99,7 +99,7 @@ collections: } "Cannes Film Festival Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_cannes.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_cannes.png summary: "A collection of Cannes Film Festival Winners" template: { event.winning: "cannes", @@ -110,7 +110,7 @@ collections: } "European Film Award Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_european-film.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_european-film.png summary: "A collection of European Film Award Winners" template: { event.winning: "ev0000230", @@ -121,7 +121,7 @@ collections: } "Sundance Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_sundance.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_sundance.png summary: "A collection of Sundance Winners" template: { event.winning: "sundance", @@ -132,7 +132,7 @@ collections: } "Venice Film Festival Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_venice-film.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_venice-film.png summary: "A collection of Venice Film Festival Winners" template: { event.winning: "ev0000681", @@ -143,7 +143,7 @@ collections: } "Critic's Choice Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_critics-choice.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_critics-choice.png summary: "A collection of Critic's Choice Winners" template: { event.winning: "choice", @@ -154,7 +154,7 @@ collections: } "Spirit Awards Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_spirit-awards.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_spirit-awards.png summary: "A collection of Spirit Awards Winners" template: { event.winning: "spirit", @@ -165,7 +165,7 @@ collections: } "Razzie Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_razzie.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_razzie.png summary: "A collection of Razzie Winners" template: { event.winning: "razzie", diff --git a/0x5f3/collections/movie/110_genre_popular.yml b/0x5f3/collections/movie/110_genre_popular.yml index e331ce4..ed4245a 100644 --- a/0x5f3/collections/movie/110_genre_popular.yml +++ b/0x5f3/collections/movie/110_genre_popular.yml @@ -24,7 +24,7 @@ templates: collections: "Popular in Action": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_action.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_action.png summary: "Popular movies in Action" template: { genre: "action", @@ -36,7 +36,7 @@ collections: } "Popular in Adventure": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_adventure.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_adventure.png summary: "Popular movies in Adventure" template: { genre: "adventure", @@ -48,7 +48,7 @@ collections: } "Popular in Animation": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_animation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_animation.png summary: "Popular movies in Animation" template: { genre: "animation", @@ -60,7 +60,7 @@ collections: } "Popular in Biography": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_biography.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_biography.png summary: "Popular movies in Biography" template: { genre: "biography", @@ -72,7 +72,7 @@ collections: } "Popular in Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_comedy.png summary: "Popular movies in Comedy" template: { genre: "comedy", @@ -85,7 +85,7 @@ collections: "Popular in Crime": summary: "Popular movies in Crime" - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_crime.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_crime.png template: { genre: "crime", genre.not: "documentary", @@ -94,10 +94,10 @@ collections: popularity.gte: 5, type: "movie,tv_movie" } - + "Popular in Documentary": summary: "Popular movies in Documentary" - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_documentary.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_documentary.png template: { genre: "documentary", language: "en", @@ -105,9 +105,9 @@ collections: popularity.gte: 5, type: "movie,tv_movie" } - + "Popular in Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_drama.png summary: "Popular movies in Drama" template: { genre: "drama", @@ -119,7 +119,7 @@ collections: } "Popular in Family": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_family.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_family.png summary: "Popular movies in Family" template: { genre: "family", @@ -131,7 +131,7 @@ collections: } "Popular in Fantasy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_fantasy.png summary: "Popular movies in Fantasy" template: { genre: "fantasy", @@ -143,7 +143,7 @@ collections: } "Popular in History": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_history.png summary: "Popular movies in History" template: { genre: "history", @@ -155,7 +155,7 @@ collections: } "Popular in Horror": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_horror.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_horror.png summary: "Popular movies in Horror" template: { genre: "horror", @@ -167,7 +167,7 @@ collections: } "Popular in Music": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_music.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_music.png summary: "Popular movies in Music" template: { genre: "music", @@ -179,7 +179,7 @@ collections: } "Popular in Musicals": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_musicals.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_musicals.png summary: "Popular movies in Musicals" template: { genre: "musical", @@ -191,7 +191,7 @@ collections: } "Popular in Mystery": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_mystery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_mystery.png summary: "Popular movies in Mystery" template: { genre: "mystery", @@ -203,7 +203,7 @@ collections: } "Popular in Romance": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_romance.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_romance.png summary: "Popular movies in Romance" template: { genre: "romance", @@ -215,7 +215,7 @@ collections: } "Popular in Sci-Fi": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sci-fi.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_sci-fi.png summary: "Popular movies in Sci-Fi" template: { genre: "sci-fi", @@ -227,7 +227,7 @@ collections: } "Popular in Sport": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sport.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_sport.png summary: "Popular movies in Sport" template: { genre: "sport", @@ -239,7 +239,7 @@ collections: } "Popular in Thriller": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_thriller.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_thriller.png summary: "Popular movies in Thriller" template: { genre: "thriller", @@ -251,7 +251,7 @@ collections: } "Popular in War": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_war.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_war.png summary: "Popular movies in War" template: { genre: "war", @@ -263,7 +263,7 @@ collections: } "Popular in Western": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_western.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_western.png summary: "Popular movies in Western" template: { genre: "western", diff --git a/0x5f3/collections/movie/120_genre_top.yml b/0x5f3/collections/movie/120_genre_top.yml index 1af87c7..ec68b5d 100644 --- a/0x5f3/collections/movie/120_genre_top.yml +++ b/0x5f3/collections/movie/120_genre_top.yml @@ -25,7 +25,7 @@ templates: collections: "Top Rated in Action": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_action.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_action.png summary: "Top rated movies in Action" template: { genre: "action", @@ -38,7 +38,7 @@ collections: } "Top Rated in Adventure": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_adventure.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_adventure.png summary: "Top rated movies in Adventure" template: { genre: "adventure", @@ -51,7 +51,7 @@ collections: } "Top Rated in Animation": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_animation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_animation.png summary: "Top rated movies in Animation" template: { genre: "animation", @@ -64,7 +64,7 @@ collections: } "Top Rated in Biography": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_biography.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_biography.png summary: "Top rated movies in Biography" template: { genre: "biography", @@ -77,7 +77,7 @@ collections: } "Top Rated in Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_comedy.png summary: "Top rated movies in Comedy" template: { genre: "comedy", @@ -90,7 +90,7 @@ collections: } "Top Rated in Crime": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_crime.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_crime.png summary: "Top rated movies in Crime" template: { genre: "crime", @@ -103,7 +103,7 @@ collections: } "Top Rated in Documentary": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_documentary.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_documentary.png summary: "Top rated movies in Documentary" template: { genre: "documentary", @@ -115,7 +115,7 @@ collections: } "Top Rated in Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_drama.png summary: "Top rated movies in Drama" template: { genre: "drama", @@ -128,7 +128,7 @@ collections: } "Top Rated in Family": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_family.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_family.png summary: "Top rated movies in Family" template: { genre: "family", @@ -142,7 +142,7 @@ collections: "Top Rated in Fantasy": summary: "Top rated movies in Fantasy" - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_fantasy.png template: { genre: "fantasy", genre.not: "documentary", @@ -154,7 +154,7 @@ collections: } "Top Rated in History": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_history.png summary: "Top rated movies in History" template: { genre: "history", @@ -168,7 +168,7 @@ collections: "Top Rated in Horror": summary: "Top rated movies in Horror" - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_horror.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_horror.png template: { genre: "horror", genre.not: "documentary", @@ -180,7 +180,7 @@ collections: } "Top Rated in Music": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_music.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_music.png summary: "Top rated movies in Music" template: { genre: "music", @@ -193,7 +193,7 @@ collections: } "Top Rated in Musicals": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_musicals.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_musicals.png summary: "Top rated movies in Musicals" template: { genre: "musical", @@ -206,7 +206,7 @@ collections: } "Top Rated in Mystery": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_mystery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_mystery.png summary: "Top rated movies in Mystery" template: { genre: "mystery", @@ -219,7 +219,7 @@ collections: } "Top Rated in Romance": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_romance.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_romance.png summary: "Top rated movies in Romance" template: { genre: "romance", @@ -232,7 +232,7 @@ collections: } "Top Rated in Sci-Fi": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sci-fi.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sci-fi.png summary: "Top rated movies in Sci-Fi" template: { genre: "sci-fi", @@ -245,7 +245,7 @@ collections: } "Top Rated in Sport": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sport.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sport.png summary: "Top rated movies in Sport" template: { genre: "sport", @@ -258,7 +258,7 @@ collections: } "Top Rated in Thriller": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_thriller.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_thriller.png summary: "Top rated movies in Thriller" template: { genre: "thriller", @@ -271,7 +271,7 @@ collections: } "Top Rated in War": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_war.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_war.png summary: "Top rated movies in War" template: { genre: "war", @@ -284,7 +284,7 @@ collections: } "Top Rated in Western": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_western.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_western.png summary: "Top rated movies in Western" template: { genre: "western", diff --git a/0x5f3/collections/movie/130_subgenre_top.yml b/0x5f3/collections/movie/130_subgenre_top.yml index c821a9c..23821fb 100644 --- a/0x5f3/collections/movie/130_subgenre_top.yml +++ b/0x5f3/collections/movie/130_subgenre_top.yml @@ -76,7 +76,7 @@ templates: collections: "Top Rated in Absurdism": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_absurdism.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_absurdism.png schedule: weekly(monday) summary: "Top rated movies in Absurdism" template: { @@ -90,7 +90,7 @@ collections: } "Top Rated in Aliens": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_aliens.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_aliens.png schedule: weekly(monday) summary: "Top rated movies in Aliens" template: { @@ -104,7 +104,7 @@ collections: } "Top Rated in Alternate History": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_alternate-history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_alternate-history.png schedule: weekly(monday) summary: "Top rated movies in Alternate History" template: { @@ -118,7 +118,7 @@ collections: } "Top Rated in Animatronic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_animatronic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_animatronic.png schedule: weekly(monday) summary: "Top rated movies in Animatronic" template: { @@ -132,7 +132,7 @@ collections: } "Top Rated in Anti-Hero": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_anti-hero.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_anti-hero.png schedule: weekly(monday) summary: "Top rated movies in Anti-Hero" template: { @@ -146,7 +146,7 @@ collections: } "Top Rated in Apocalypse": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_apocalypse.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_apocalypse.png schedule: weekly(monday) summary: "Top rated movies in Apocalypse" template: { @@ -160,7 +160,7 @@ collections: } "Top Rated in Artificial Intelligence": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_artificial-intelligence.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_artificial-intelligence.png schedule: weekly(monday) summary: "Top rated movies in Artificial Intelligence" template: { @@ -174,7 +174,7 @@ collections: } "Top Rated in Assassins": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_assassins.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_assassins.png schedule: weekly(monday) summary: "Top rated movies in Assassins" template: { @@ -188,7 +188,7 @@ collections: } "Top Rated in Betrayal": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_betrayal.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_betrayal.png schedule: weekly(monday) summary: "Top rated movies in Betrayal" template: { @@ -202,7 +202,7 @@ collections: } "Top Rated in Blaxploitation": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_blaxploitation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_blaxploitation.png schedule: weekly(monday) summary: "Top rated movies in Blaxploitation" template: { @@ -216,7 +216,7 @@ collections: } "Top Rated in Boxing": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_boxing.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_boxing.png schedule: weekly(monday) summary: "Top rated movies in Boxing" template: { @@ -230,7 +230,7 @@ collections: } "Top Rated in Bugs": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_bugs.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_bugs.png schedule: weekly(monday) summary: "Top rated movies in Bugs" template: { @@ -244,7 +244,7 @@ collections: } "Top Rated in Cannibals": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_cannibals.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_cannibals.png schedule: weekly(monday) summary: "Top rated movies in Cannibals" template: { @@ -258,7 +258,7 @@ collections: } "Top Rated in Caper": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_caper.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_caper.png schedule: weekly(monday) summary: "Top rated movies in Caper" template: { @@ -272,7 +272,7 @@ collections: } "Top Rated in Chick-flick": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_chick-flick.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_chick-flick.png schedule: weekly(monday) summary: "Top rated movies in Chick-flick" template: { @@ -290,7 +290,7 @@ collections: } "Top Rated in Comics": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_comics.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_comics.png schedule: weekly(tuesday) summary: "Top rated movies in Comics" template: { @@ -304,7 +304,7 @@ collections: } "Top Rated in Coming of Age": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_coming-of-age.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_coming-of-age.png schedule: weekly(tuesday) summary: "Top rated movies in Coming of Age" template: { @@ -318,7 +318,7 @@ collections: } "Top Rated in Conspiracy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_conspiracy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_conspiracy.png schedule: weekly(tuesday) summary: "Top rated movies in Conspiracy" template: { @@ -332,7 +332,7 @@ collections: } "Top Rated in Con-Artists": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_con-artists.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_con-artists.png schedule: weekly(tuesday) summary: "Top rated movies in Con-Artists" template: { @@ -346,7 +346,7 @@ collections: } "Top Rated in Cop": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_cop.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_cop.png schedule: weekly(tuesday) summary: "Top rated movies in Cop" template: { @@ -360,7 +360,7 @@ collections: } "Top Rated in Costume Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_costume-drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_costume-drama.png schedule: weekly(tuesday) summary: "Top rated movies in Costume Drama" template: { @@ -374,7 +374,7 @@ collections: } "Top Rated in Courtroom": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_courtroom.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_courtroom.png schedule: weekly(tuesday) summary: "Top rated movies in Courtroom" template: { @@ -388,7 +388,7 @@ collections: } "Top Rated in Cyberpunk": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_cyberpunk.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_cyberpunk.png schedule: weekly(tuesday) summary: "Top rated movies in Cyberpunk" template: { @@ -402,7 +402,7 @@ collections: } "Top Rated in Dark Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_dark-comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_dark-comedy.png schedule: weekly(tuesday) summary: "Top rated movies in Dark Comedy" template: { @@ -417,7 +417,7 @@ collections: } "Top Rated in Dark Fantasy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_dark-fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_dark-fantasy.png schedule: weekly(tuesday) summary: "Top rated movies in Dark Fantasy" template: { @@ -431,7 +431,7 @@ collections: } "Top Rated in Demonic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_demonic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_demonic.png schedule: weekly(tuesday) summary: "Top rated movies in Demonic" template: { @@ -445,7 +445,7 @@ collections: } "Top Rated in Detective": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_detective.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_detective.png schedule: weekly(tuesday) summary: "Top rated movies in Detective" template: { @@ -459,7 +459,7 @@ collections: } "Top Rated in Dinosaurs": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_dinosaurs.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_dinosaurs.png schedule: weekly(tuesday) summary: "Top rated movies in Dinosaurs" template: { @@ -473,7 +473,7 @@ collections: } "Top Rated in Disaster": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_disaster.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_disaster.png schedule: weekly(tuesday) summary: "Top rated movies in Disaster" template: { @@ -487,7 +487,7 @@ collections: } "Top Rated in Dragons": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_dragons.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_dragons.png schedule: weekly(tuesday) summary: "Top rated movies in Dragons" template: { @@ -501,7 +501,7 @@ collections: } "Top Rated in Dystopian": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_dystopian.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_dystopian.png schedule: weekly(tuesday) summary: "Top rated movies in Dystopian" template: { @@ -515,7 +515,7 @@ collections: } "Top Rated in Epics": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_epics.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_epics.png schedule: weekly(tuesday) summary: "Top rated movies in Epics" template: { @@ -529,7 +529,7 @@ collections: } "Top Rated in Espionage": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_espionage.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_espionage.png schedule: weekly(tuesday) summary: "Top rated movies in Espionage" template: { @@ -543,7 +543,7 @@ collections: } "Top Rated in Experimental": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_experimental.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_experimental.png schedule: weekly(wednesday) summary: "Top rated movies in Experimental" template: { @@ -557,7 +557,7 @@ collections: } "Top Rated in Exploitation": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_exploitation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_exploitation.png schedule: weekly(wednesday) summary: "Top rated movies in Exploitation" template: { @@ -573,7 +573,7 @@ collections: } "Top Rated in Fairytales": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_fairytales.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_fairytales.png schedule: weekly(wednesday) summary: "Top rated movies in Fairytales" template: { @@ -587,7 +587,7 @@ collections: } "Top Rated in Found Footage": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_found-footage.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_found-footage.png schedule: weekly(wednesday) summary: "Top rated movies in Found Footage" template: { @@ -602,7 +602,7 @@ collections: } "Top Rated in Fugitives": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_fugitives.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_fugitives.png schedule: weekly(wednesday) summary: "Top rated movies in Fugitives" template: { @@ -616,7 +616,7 @@ collections: } "Top Rated in Futuristic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_futuristic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_futuristic.png schedule: weekly(wednesday) summary: "Top rated movies in Futuristic" template: { @@ -630,7 +630,7 @@ collections: } "Top Rated in Gangster": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_gangster.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_gangster.png schedule: weekly(wednesday) summary: "Top rated movies in Gangster" template: { @@ -644,7 +644,7 @@ collections: } "Top Rated in Ghosts": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_ghosts.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_ghosts.png schedule: weekly(wednesday) summary: "Top rated movies in Ghosts" template: { @@ -660,7 +660,7 @@ collections: } "Top Rated in Gothic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_gothic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_gothic.png schedule: weekly(wednesday) summary: "Top rated movies in Gothic" template: { @@ -675,7 +675,7 @@ collections: } "Top Rated in Grindhouse": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_grindhouse.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_grindhouse.png schedule: weekly(wednesday) summary: "Top rated movies in Grindhouse" template: { @@ -691,7 +691,7 @@ collections: } "Top Rated in Heartbreak": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_heartbreak.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_heartbreak.png schedule: weekly(wednesday) summary: "Top rated movies in Heartbreak" template: { @@ -705,7 +705,7 @@ collections: } "Top Rated in Heists": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_heists.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_heists.png schedule: weekly(wednesday) summary: "Top rated movies in Heists" template: { @@ -719,7 +719,7 @@ collections: } "Top Rated in Historical Event": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_historical-event.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_historical-event.png schedule: weekly(wednesday) summary: "Top rated movies in Historical Event" template: { @@ -733,7 +733,7 @@ collections: } "Top Rated in Hostage": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_hostage.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_hostage.png schedule: weekly(wednesday) summary: "Top rated movies in Hostage" template: { @@ -748,7 +748,7 @@ collections: } "Top Rated in Hustle": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_hustle.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_hustle.png schedule: weekly(wednesday) summary: "Top rated movies in Hustle" template: { @@ -762,7 +762,7 @@ collections: } "Top Rated in LGBTQ+": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_lgbtq.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_lgbtq.png schedule: weekly(wednesday) summary: "Top rated movies in LGBTQ+" template: { @@ -776,7 +776,7 @@ collections: } "Top Rated in Martial-Arts": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_martial-arts.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_martial-arts.png schedule: weekly(wednesday) summary: "Top rated movies in Martial-Arts" template: { @@ -794,7 +794,7 @@ collections: } "Top Rated in Medical": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_medical.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_medical.png schedule: weekly(wednesday) summary: "Top rated movies in Medical" template: { @@ -808,7 +808,7 @@ collections: } "Top Rated in Medieval": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_medieval.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_medieval.png schedule: weekly(wednesday) summary: "Top rated movies in Medieval" template: { @@ -822,7 +822,7 @@ collections: } "Top Rated in Melodrama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_melodrama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_melodrama.png schedule: weekly(thursday) summary: "Top rated movies in Melodrama" template: { @@ -836,7 +836,7 @@ collections: } "Top Rated in Military": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_military.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_military.png schedule: weekly(thursday) summary: "Top rated movies in Military" template: { @@ -850,7 +850,7 @@ collections: } "Top Rated in Mindfuck": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_mindfuck.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_mindfuck.png schedule: weekly(thursday) summary: "Top rated movies in Mindfuck" template: { @@ -866,7 +866,7 @@ collections: } "Top Rated in Mockumentary": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_mockumentary.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_mockumentary.png schedule: weekly(thursday) summary: "Top rated movies in Mockumentary" template: { @@ -881,7 +881,7 @@ collections: } "Top Rated in Monsters": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_monsters.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_monsters.png schedule: weekly(thursday) summary: "Top rated movies in Monsters" template: { @@ -896,7 +896,7 @@ collections: } "Top Rated in Mythology": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_mythology.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_mythology.png schedule: weekly(thursday) summary: "Top rated movies in Mythology" template: { @@ -910,7 +910,7 @@ collections: } "Top Rated in Naval": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_naval.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_naval.png schedule: weekly(thursday) summary: "Top rated movies in Naval" template: { @@ -924,7 +924,7 @@ collections: } "Top Rated in Ninjas": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_ninjas.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_ninjas.png schedule: weekly(thursday) summary: "Top rated movies in Ninjas" template: { @@ -938,7 +938,7 @@ collections: } "Top Rated in Novel": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_novel.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_novel.png schedule: weekly(thursday) summary: "Top rated movies in Novel" template: { @@ -952,7 +952,7 @@ collections: } "Top Rated in Nunsploitation": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_nunsploitation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_nunsploitation.png schedule: weekly(thursday) summary: "Top rated movies in Nunsploitation" template: { @@ -966,7 +966,7 @@ collections: } "Top Rated in Occult": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_occult.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_occult.png schedule: weekly(thursday) summary: "Top rated movies in Occult" template: { @@ -980,7 +980,7 @@ collections: } "Top Rated in Outerspace": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_outerspace.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_outerspace.png schedule: weekly(thursday) summary: "Top rated movies in Outerspace" template: { @@ -995,7 +995,7 @@ collections: } "Top Rated in Outlaw": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_outlaw.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_outlaw.png schedule: weekly(thursday) summary: "Top rated movies in Outlaw" template: { @@ -1009,7 +1009,7 @@ collections: } "Top Rated in Pandemic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_pandemic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_pandemic.png schedule: weekly(thursday) summary: "Top rated movies in Pandemic" template: { @@ -1023,7 +1023,7 @@ collections: } "Top Rated in Paranormal": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_paranormal.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_paranormal.png schedule: weekly(thursday) summary: "Top rated movies in Paranormal" template: { @@ -1037,7 +1037,7 @@ collections: } "Top Rated in Parody": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_parody.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_parody.png schedule: weekly(thursday) summary: "Top rated movies in Parody" template: { @@ -1051,7 +1051,7 @@ collections: } "Top Rated in Period Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_period-drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_period-drama.png schedule: weekly(friday) summary: "Top rated movies in Period Drama" template: { @@ -1065,7 +1065,7 @@ collections: } "Top Rated in Petrolhead": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_petrolhead.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_petrolhead.png schedule: weekly(monday) summary: "Top rated movies in Petrolhead" template: { @@ -1079,7 +1079,7 @@ collections: } "Top Rated in Philosophical": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_philosophical.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_philosophical.png schedule: weekly(friday) summary: "Top rated movies in Philosophical" template: { @@ -1094,7 +1094,7 @@ collections: } "Top Rated in Political": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_political.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_political.png schedule: weekly(friday) summary: "Top rated movies in Political" template: { @@ -1108,7 +1108,7 @@ collections: } "Top Rated in Post-Apocalyptic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_post-apocalyptic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_post-apocalyptic.png schedule: weekly(friday) summary: "Top rated movies in Post-Apocalyptic" template: { @@ -1122,7 +1122,7 @@ collections: } "Top Rated in Prehistoric": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_prehistoric.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_prehistoric.png schedule: weekly(friday) summary: "Top rated movies in Prehistoric" template: { @@ -1138,7 +1138,7 @@ collections: } "Top Rated in Prison": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_prison.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_prison.png schedule: weekly(friday) summary: "Top rated movies in Prison" template: { @@ -1152,7 +1152,7 @@ collections: } "Top Rated in Psychedelic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_psychedelic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_psychedelic.png schedule: weekly(friday) summary: "Top rated movies in Psychedelic" template: { @@ -1166,7 +1166,7 @@ collections: } "Top Rated in Psychological": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_psychological.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_psychological.png schedule: weekly(friday) summary: "Top rated movies in Psychological" template: { @@ -1180,7 +1180,7 @@ collections: } "Top Rated in Religion": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_religion.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_religion.png schedule: weekly(friday) summary: "Top rated movies in Religion" template: { @@ -1194,7 +1194,7 @@ collections: } "Top Rated in Remake": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_remake.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_remake.png schedule: weekly(friday) summary: "Top rated movies in Remake" template: { @@ -1210,7 +1210,7 @@ collections: } "Top Rated in Revenge": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_revenge.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_revenge.png schedule: weekly(friday) summary: "Top rated movies in Revenge" template: { @@ -1224,7 +1224,7 @@ collections: } "Top Rated in Robots": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_robots.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_robots.png schedule: weekly(friday) summary: "Top rated movies in Robots" template: { @@ -1238,7 +1238,7 @@ collections: } "Top Rated in Romantic Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_romantic-comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_romantic-comedy.png schedule: weekly(friday) summary: "Top rated movies in Romantic Comedy" template: { @@ -1255,7 +1255,7 @@ collections: year.gte: 1960 "Top Rated in Romantic Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_romantic-drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_romantic-drama.png schedule: weekly(friday) summary: "Top rated movies in Romantic Drama" template: { @@ -1272,7 +1272,7 @@ collections: year.gte: 1960 "Top Rated in Samurai": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_samurai.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_samurai.png schedule: weekly(friday) summary: "Top rated movies in Samurai" template: { @@ -1288,7 +1288,7 @@ collections: } "Top Rated in Satire": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_satire.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_satire.png schedule: weekly(friday) summary: "Top rated movies in Satire" template: { @@ -1303,7 +1303,7 @@ collections: } "Top Rated in Serial Killers": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_serial-killers.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_serial-killers.png schedule: weekly(saturday) summary: "Top rated movies in Serial Killers" template: { @@ -1317,7 +1317,7 @@ collections: } "Top Rated in Slasher": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_slasher.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_slasher.png schedule: weekly(saturday) summary: "Top rated movies in Slasher" template: { @@ -1335,7 +1335,7 @@ collections: } "Top Rated in Space Opera": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_space-opera.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_space-opera.png schedule: weekly(saturday) summary: "Top rated movies in Space Opera" template: { @@ -1349,7 +1349,7 @@ collections: } "Top Rated in Spaghetti Western": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_spaghetti-western.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_spaghetti-western.png schedule: weekly(saturday) summary: "Top rated movies in Spaghetti Western" template: { @@ -1363,7 +1363,7 @@ collections: } "Top Rated in Splatter": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_splatter.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_splatter.png schedule: weekly(saturday) summary: "Top rated movies in Splatter" template: { @@ -1378,7 +1378,7 @@ collections: } "Top Rated in Steampunk": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_steampunk.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_steampunk.png schedule: weekly(saturday) summary: "Top rated movies in Steampunk" template: { @@ -1392,7 +1392,7 @@ collections: } "Top Rated in Stoner": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_stoner.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_stoner.png schedule: weekly(saturday) summary: "Top rated movies in Stoner" template: { @@ -1406,7 +1406,7 @@ collections: } "Top Rated in Stop-Motion": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_stop-motion.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_stop-motion.png schedule: weekly(saturday) summary: "Top rated movies in Stop-Motion" template: { @@ -1423,7 +1423,7 @@ collections: "Top Rated in Superhero": summary: "Top rated movies in Superhero" - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_superhero.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_superhero.png schedule: weekly(saturday) template: { name: sub_genre, @@ -1436,7 +1436,7 @@ collections: } "Top Rated in Supernatural": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_supernatural.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_supernatural.png schedule: weekly(saturday) summary: "Top rated movies in Supernatural" template: { @@ -1450,7 +1450,7 @@ collections: } "Top Rated in Surrealism": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_surrealism.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_surrealism.png schedule: weekly(saturday) summary: "Top rated movies in Surrealism" template: { @@ -1464,7 +1464,7 @@ collections: } "Top Rated in Survival": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_survival.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_survival.png schedule: weekly(saturday) summary: "Top rated movies in Survival" template: { @@ -1479,7 +1479,7 @@ collections: } "Top Rated in Swashbuckler": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_swashbuckler.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_swashbuckler.png schedule: weekly(saturday) summary: "Top rated movies in Swashbuckler" template: { @@ -1493,7 +1493,7 @@ collections: } "Top Rated in Sword & Sandal": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_sword-sandal.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_sword-sandal.png schedule: weekly(saturday) summary: "Top rated movies in Sword & Sandal" template: { @@ -1508,7 +1508,7 @@ collections: } "Top Rated in Sword & Sorcery": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_sword-sorcery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_sword-sorcery.png schedule: weekly(saturday) summary: "Top rated movies in Sword & Sorcery" template: { @@ -1523,7 +1523,7 @@ collections: } "Top Rated in Time Travel": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_time-travel.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_time-travel.png schedule: weekly(sunday) summary: "Top rated movies in Time Travel" template: { @@ -1538,7 +1538,7 @@ collections: } "Top Rated in Treasure Hunt": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_treasure-hunt.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_treasure-hunt.png schedule: weekly(sunday) summary: "Top rated movies in Treasure Hunt" template: { @@ -1552,7 +1552,7 @@ collections: } "Top Rated in True Story": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_true-story.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_true-story.png schedule: weekly(sunday) summary: "Top rated movies in True Story" template: { @@ -1568,7 +1568,7 @@ collections: } "Top Rated in Urban Fantasy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_urban-fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_urban-fantasy.png schedule: weekly(sunday) summary: "Top rated movies in Urban Fantasy" template: { @@ -1582,7 +1582,7 @@ collections: } "Top Rated in Utopian": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_utopian.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_utopian.png schedule: weekly(sunday) summary: "Top rated movies in Utopian" template: { @@ -1597,7 +1597,7 @@ collections: } "Top Rated in Vampires": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_vampires.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_vampires.png schedule: weekly(sunday) summary: "Top rated movies in Vampires" template: { @@ -1611,7 +1611,7 @@ collections: } "Top Rated in Video Game": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_video-game.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_video-game.png schedule: weekly(sunday) summary: "Top rated movies in Video Game" template: { @@ -1625,7 +1625,7 @@ collections: } "Top Rated in Werewolves": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_werewolves.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_werewolves.png schedule: weekly(sunday) summary: "Top rated movies in Werewolves" template: { @@ -1639,7 +1639,7 @@ collections: } "Top Rated in Whodunit?": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_whodunit.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_whodunit.png schedule: weekly(sunday) summary: "Top rated movies in Whodunit?" template: { @@ -1653,7 +1653,7 @@ collections: } "Top Rated in Wizardry & Witchcraft": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_wizardry-witchcraft.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_wizardry-witchcraft.png schedule: weekly(sunday) summary: "Top rated movies in Wizardry & Witchcraft" template: { @@ -1667,7 +1667,7 @@ collections: } "Top Rated in World War": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_world-war.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_world-war.png schedule: weekly(sunday) summary: "Top rated movies in World War" template: { @@ -1681,7 +1681,7 @@ collections: } "Top Rated in Zombies": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_zombies.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_subgenre_top/subgenre_top_zombies.png schedule: weekly(sunday) summary: "Top rated movies in Zombies" template: { diff --git a/0x5f3/collections/movie/140_studio.yml b/0x5f3/collections/movie/140_studio.yml index 2f96779..a3bf57c 100644 --- a/0x5f3/collections/movie/140_studio.yml +++ b/0x5f3/collections/movie/140_studio.yml @@ -20,7 +20,7 @@ templates: collections: "Columbia": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_columbia.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_columbia.png summary: "A collection from Columbia" template: { company: "co0050868", @@ -30,7 +30,7 @@ collections: } "Criterion": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_criterion-collection.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_criterion-collection.png summary: "A collection from Criterion" template: { company: "co0044076", @@ -40,7 +40,7 @@ collections: } "DC Entertainment": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_dc-entertainment.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_dc-entertainment.png summary: "A collection from DC Entertainment" template: { company: "co0123927", @@ -50,7 +50,7 @@ collections: } "DreamWorks": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_dreamworks.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_dreamworks.png summary: "A collection from DreamWorks" template: { company: "co0040938,co0129164,co0819670,co0396719,co0252576", @@ -60,7 +60,7 @@ collections: } "Lionsgate": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_lionsgate.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_lionsgate.png summary: "A collection from Lionsgate" template: { company: "co0807819,co0006881,co0060306,co0179392", @@ -70,7 +70,7 @@ collections: } "Lucasfilm": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_lucasfilm.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_lucasfilm.png summary: "A collection from Lucasfilm" template: { company: "co0071326,co0196838,co0049348", @@ -80,7 +80,7 @@ collections: } "Marvel Studios": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_marvel-studios.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_marvel-studios.png summary: "A collection from Marvel Studios" template: { company: "co0051941", @@ -90,7 +90,7 @@ collections: } "MGM": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_mgm.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_mgm.png summary: "A collection from MGM" template: { company: "co0007143", @@ -100,7 +100,7 @@ collections: } "Paramount Pictures": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_paramount-pictures.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_paramount-pictures.png summary: "A collection from Paramount Pictures" template: { company: "co0023400", @@ -110,7 +110,7 @@ collections: } "Pixar": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_pixar.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_pixar.png summary: "A collection from Pixar" template: { company: "co0017902,co0348691", @@ -120,7 +120,7 @@ collections: } "Studio Ghibli": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_studio-ghibli.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_studio-ghibli.png summary: "A collection from Studio Ghibli" template: { company: "co0048420", @@ -130,7 +130,7 @@ collections: } "Samuel Goldwyn Company": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_samuel-goldwyn-company.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_samuel-goldwyn-company.png summary: "A collection from Samuel Goldwyn Company" template: { company: "co0016710", @@ -140,7 +140,7 @@ collections: } "SONY": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_sony.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_sony.png summary: "A collection from SONY" template: { company: "co0026545,co0014453,co0121181,co0001799,co0208736", @@ -150,7 +150,7 @@ collections: } "Touchstone": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_touchstone.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_touchstone.png summary: "A collection from Touchstone" template: { company: "co0049348", @@ -160,7 +160,7 @@ collections: } "Twentieth Century Fox": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_twentieth-century-fox.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_twentieth-century-fox.png summary: "A collection from Twentieth Century Fox" template: { company: "co0000756", @@ -170,7 +170,7 @@ collections: } "United Artists": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_united-artists.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_united-artists.png summary: "A collection from United Artists" template: { company: "co0026841", @@ -180,7 +180,7 @@ collections: } "Universal": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_universal.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_universal.png summary: "A collection from Universal" template: { company: "co0005073", @@ -190,7 +190,7 @@ collections: } "Walt Disney": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_walt-disney.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_walt-disney.png summary: "A collection from Walt Disney" template: { company: "co0226183,co0008970", @@ -200,7 +200,7 @@ collections: } "Warner Bros": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_warner-bros.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_studio/studio_warner-bros.png summary: "A collection from Warner Bros" template: { company: "co0002663", diff --git a/0x5f3/collections/show/010_suggested.yml b/0x5f3/collections/show/010_suggested.yml index c1ae995..43e0e82 100644 --- a/0x5f3/collections/show/010_suggested.yml +++ b/0x5f3/collections/show/010_suggested.yml @@ -104,7 +104,7 @@ templates: collections: "Random TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_random.png schedule: daily summary: "Random selection of TV shows" visible_library: true @@ -119,7 +119,7 @@ collections: sort_by: random "Recently Added TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-added.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_recently-added.png summary: "Recently added TV shows" visible_library: true template: { @@ -133,7 +133,7 @@ collections: sort_by: added.desc "Recently Released TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-released.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_recently-released.png summary: "Recently released TV shows" visible_library: true template: { @@ -148,7 +148,7 @@ collections: "Recommended TV shows": collection_order: alpha - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recommended.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_recommended.png summary: "Based on personally favourited TV shows" template: { name: trakt, @@ -162,7 +162,7 @@ collections: "Suggested TV shows": collection_order: alpha - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_suggested.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_suggested.png summary: "Based on watched and favourited TV shows" template: { name: trakt, @@ -199,7 +199,7 @@ collections: time_period: all "Trending TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_trending.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_trending.png schedule: daily summary: "TV shows trending across the internet" template: { @@ -212,7 +212,7 @@ collections: limit: 50 "Popular TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_popular.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_popular.png schedule: daily summary: "Popular TV shows across the internet" visible_library: true @@ -226,7 +226,7 @@ collections: limit: 100 "Top Rated TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_top-rated.png schedule: daily summary: "Top rated TV shows across the internet" template: { diff --git a/0x5f3/collections/show/020_unwatched.yml b/0x5f3/collections/show/020_unwatched.yml index 6e37ba4..6f6f8df 100644 --- a/0x5f3/collections/show/020_unwatched.yml +++ b/0x5f3/collections/show/020_unwatched.yml @@ -12,7 +12,7 @@ templates: collections: "Unwatched: Random TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_random.png summary: "Random selection of TV shows" template: { name: plex, @@ -28,7 +28,7 @@ collections: sort_by: random "Unwatched: Recommended TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_recommended.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_recommended.png summary: "Based on personally favourited TV shows" template: { name: plex, @@ -42,7 +42,7 @@ collections: sort_by: title.asc "Unwatched: Suggested TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_suggested.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_suggested.png summary: "Based on watched and favourited TV shows" template: { name: plex, @@ -56,7 +56,7 @@ collections: sort_by: title.asc "Unwatched: Popular TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_popular.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_popular.png summary: "Popular TV shows across the internet" template: { name: plex, @@ -70,7 +70,7 @@ collections: sort_by: random "Unwatched: Top Rated TV shows": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_unwatched/unwatched_top-rated.png summary: "Top rated TV shows across the internet" template: { name: plex, diff --git a/0x5f3/collections/show/030_watched.yml b/0x5f3/collections/show/030_watched.yml index 1581b82..8c2a0b2 100644 --- a/0x5f3/collections/show/030_watched.yml +++ b/0x5f3/collections/show/030_watched.yml @@ -3,6 +3,7 @@ templates: trakt: collection_mode: hide + collection_order: custom delete_not_scheduled: false sort_title: "+030_<>_<>" sync_mode: sync @@ -54,8 +55,7 @@ templates: collections: "Most Watched Daily": - collection_order: custom - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_daily.png schedule: daily summary: "TV shows trending across the internet" template: { @@ -70,8 +70,7 @@ collections: time_period: daily "Most Watched Weekly": - collection_order: custom - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_weekly.png schedule: daily summary: "TV shows trending across the internet" template: { @@ -86,8 +85,7 @@ collections: time_period: weekly "Most Watched Monthly": - collection_order: custom - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_monthly.png schedule: weekly(sunday) summary: "TV shows trending across the internet" template: { @@ -102,8 +100,7 @@ collections: time_period: monthly "Most Watched Yearly": - collection_order: custom - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_yearly.png schedule: weekly(sunday) summary: "TV shows trending across the internet" template: { @@ -115,4 +112,4 @@ collections: countries: us, gb, ie, ca, au, nz languages: en limit: 100 - time_period: yearly \ No newline at end of file + time_period: yearly diff --git a/0x5f3/collections/show/040_parental.yml b/0x5f3/collections/show/040_parental.yml index be51895..874061b 100644 --- a/0x5f3/collections/show/040_parental.yml +++ b/0x5f3/collections/show/040_parental.yml @@ -13,7 +13,7 @@ templates: collections: "Parental: Random": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_random.png summary: "Random TV shows suitable for children" template: { name: plex, @@ -26,7 +26,7 @@ collections: limit: 250 "Parental: Recently Added": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-added.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_recently-added.png summary: "Recently added TV shows suitable for children" template: { name: plex, @@ -39,7 +39,7 @@ collections: limit: 100 "Parental: Recently Released": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-released.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_recently-released.png summary: "Recently released TV shows suitable for children" template: { name: plex, @@ -52,7 +52,7 @@ collections: limit: 250 "Parental: Top Rated": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_top-rated.png summary: "Top rated TV shows suitable for children" template: { name: plex, diff --git a/0x5f3/collections/show/040_parental_sync.yml b/0x5f3/collections/show/040_parental_sync.yml index c575edf..6597168 100644 --- a/0x5f3/collections/show/040_parental_sync.yml +++ b/0x5f3/collections/show/040_parental_sync.yml @@ -24,7 +24,7 @@ templates: collections: "Parental: All": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_all.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_all.png summary: "TV shows suitable for children" template: { mdblist_list: "list-parental", diff --git a/0x5f3/collections/show/050_family.yml b/0x5f3/collections/show/050_family.yml new file mode 100644 index 0000000..1324e86 --- /dev/null +++ b/0x5f3/collections/show/050_family.yml @@ -0,0 +1,78 @@ +## _family.yml + +templates: + plex: + collection_mode: hide + delete_not_scheduled: false + sort_title: "+060_<>_<>" + sync_mode: sync + visible_home: false + visible_library: false + visible_shared: false + +collections: + "Family: All": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_all.png + summary: "Family" + collection_order: alpha + template: { + name: plex, + num: "0" + } + plex_all: true + filters: + - filepath: "/mnt/tv-family" + - filepath: "/mnt/tv-family-4k" + + "Family: Random": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_random.png + summary: "Random family" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Family: All" + limit: 250 + sort_by: random + + "Family: Recently Added": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_recently-added.png + summary: "Recently added family" + visible_library: true + template: { + name: plex, + num: "2" + } + smart_filter: + all: + collection: "Family: All" + limit: 100 + sort_by: added.desc + + "Family: Recently Released": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_recently-released.png + summary: "Recently released family" + template: { + name: plex, + num: "3" + } + smart_filter: + all: + collection: "Family: All" + limit: 250 + sort_by: release.desc + + "Family: Top Rated": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_top-rated.png + summary: "Top rated family" + template: { + name: plex, + num: "4" + } + smart_filter: + all: + collection: "Family: All" + limit: 250 + sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/movie/060_documentary.yml b/0x5f3/collections/show/051_documentary.yml similarity index 60% rename from 0x5f3/collections/movie/060_documentary.yml rename to 0x5f3/collections/show/051_documentary.yml index dc9ece9..2625c30 100644 --- a/0x5f3/collections/movie/060_documentary.yml +++ b/0x5f3/collections/show/051_documentary.yml @@ -4,7 +4,7 @@ templates: plex: collection_mode: hide delete_not_scheduled: false - sort_title: "+060_<>_<>" + sort_title: "+051_<>_<>" sync_mode: sync visible_home: false visible_library: false @@ -12,19 +12,24 @@ templates: collections: "Documentaries: All": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_all.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_all.png summary: "Documentaries" + collection_order: alpha template: { name: plex, num: "0" } +# plex_all: true +# filters: +# - filepath: "/mnt/tv-documentary" +# - filepath: "/mnt/tv-documentary-4k" smart_filter: all: genre: documentary sort_by: title.asc "Documentaries: Random": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_random.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_random.png summary: "Random documentaries" template: { name: plex, @@ -32,12 +37,13 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary limit: 250 sort_by: random "Documentaries: Recently Added": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-added.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_recently-added.png summary: "Recently added documentaries" visible_library: true template: { @@ -46,12 +52,13 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary limit: 100 sort_by: added.desc "Documentaries: Recently Released": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-released.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_recently-released.png summary: "Recently released documentaries" template: { name: plex, @@ -59,12 +66,13 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary limit: 250 sort_by: release.desc "Documentaries: Top Rated": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_top-rated.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_top-rated.png summary: "Top rated documentaries" template: { name: plex, @@ -72,6 +80,7 @@ collections: } smart_filter: all: +# collection: "Documentaries: All" genre: documentary limit: 250 sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/show/052_sports.yml b/0x5f3/collections/show/052_sports.yml new file mode 100644 index 0000000..17246f7 --- /dev/null +++ b/0x5f3/collections/show/052_sports.yml @@ -0,0 +1,127 @@ +## _sports.yml + +templates: + plex: + collection_mode: hide + delete_not_scheduled: false + sort_title: "+052_<>_<>" + sync_mode: sync + visible_home: false + visible_library: false + visible_shared: false + +collections: + "Sports: All": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_all.png + summary: "Sports" + collection_order: alpha + template: { + name: plex, + num: "0" + } +# plex_all: true +# filters: +# - filepath: "/mnt/tv-sports" +# - filepath: "/mnt/tv-sports-4k" + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + sort_by: title.asc + + "Sports: Random": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_random.png + summary: "Random sports" + template: { + name: plex, + num: "1" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 250 + sort_by: random + + "Sports: Recently Added": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_recently-added.png + summary: "Recently added sports" + visible_library: true + template: { + name: plex, + num: "2" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 100 + sort_by: added.desc + + "Sports: Recently Released": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_recently-released.png + summary: "Recently released sports" + template: { + name: plex, + num: "3" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 250 + sort_by: release.desc + + "Sports: Top Rated": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_top-rated.png + summary: "Top rated sports" + template: { + name: plex, + num: "4" + } + smart_filter: +# all: +# collection: Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + limit: 250 + sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/show/053_anime.yml b/0x5f3/collections/show/053_anime.yml new file mode 100644 index 0000000..7250a2e --- /dev/null +++ b/0x5f3/collections/show/053_anime.yml @@ -0,0 +1,78 @@ +## _anime.yml + +templates: + plex: + collection_mode: hide + delete_not_scheduled: false + sort_title: "+053_<>_<>" + sync_mode: sync + visible_home: false + visible_library: false + visible_shared: false + +collections: + "Anime: All": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_all.png + summary: "Anime" + collection_order: alpha + template: { + name: plex, + num: "0" + } + plex_all: true + filters: + - filepath: "/mnt/tv-anime" + - filepath: "/mnt/tv-anime-4k" + + "Anime: Random": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_random.png + summary: "Random anime" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Anime: All" + limit: 250 + sort_by: random + + "Anime: Recently Added": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_recently-added.png + summary: "Recently added anime" + visible_library: true + template: { + name: plex, + num: "2" + } + smart_filter: + all: + collection: "Anime: All" + limit: 100 + sort_by: added.desc + + "Anime: Recently Released": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_recently-released.png + summary: "Recently released anime" + template: { + name: plex, + num: "3" + } + smart_filter: + all: + collection: "Anime: All" + limit: 250 + sort_by: release.desc + + "Anime: Top Rated": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_top-rated.png + summary: "Top rated anime" + template: { + name: plex, + num: "4" + } + smart_filter: + all: + collection: "Anime: All" + limit: 250 + sort_by: critic_rating.desc \ No newline at end of file diff --git a/0x5f3/collections/show/060_year_top.yml b/0x5f3/collections/show/060_year_top.yml index 146853f..44d3953 100644 --- a/0x5f3/collections/show/060_year_top.yml +++ b/0x5f3/collections/show/060_year_top.yml @@ -22,7 +22,7 @@ templates: collections: "Top Rated of 2024": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2024.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2024.png summary: "Top rated TV shows in 2024" template: { language: "en", @@ -35,7 +35,7 @@ collections: } "Top Rated of 2023": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2023.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2023.png summary: "Top rated TV shows in 2023" template: { language: "en", @@ -48,7 +48,7 @@ collections: } "Top Rated of 2022": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2022.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2022.png summary: "Top rated TV shows in 2022" template: { language: "en", @@ -61,7 +61,7 @@ collections: } "Top Rated of 2021": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2021.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2021.png summary: "Top rated TV shows in 2021" template: { language: "en", @@ -74,7 +74,7 @@ collections: } "Top Rated of 2020": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2020.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2020.png summary: "Top rated TV shows in 2020" template: { language: "en", @@ -87,7 +87,7 @@ collections: } "Top Rated of 2019": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2019.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2019.png summary: "Top rated TV shows in 2019" template: { language: "en", @@ -100,7 +100,7 @@ collections: } "Top Rated of 2018": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2018.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2018.png summary: "Top rated TV shows in 2018" template: { language: "en", @@ -113,7 +113,7 @@ collections: } "Top Rated of 2017": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2017.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2017.png summary: "Top rated TV shows in 2017" template: { language: "en", @@ -126,7 +126,7 @@ collections: } "Top Rated of 2016": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2016.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2016.png summary: "Top rated TV shows in 2016" template: { language: "en", @@ -139,7 +139,7 @@ collections: } "Top Rated of 2015": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2015.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2015.png summary: "Top rated TV shows in 2015" template: { language: "en", @@ -152,7 +152,7 @@ collections: } "Top Rated of 2014": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2014.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2014.png summary: "Top rated TV shows in 2014" template: { language: "en", @@ -165,7 +165,7 @@ collections: } "Top Rated of 2013": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2013.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2013.png summary: "Top rated TV shows in 2013" template: { language: "en", @@ -178,7 +178,7 @@ collections: } "Top Rated of 2012": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2012.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2012.png summary: "Top rated TV shows in 2012" template: { language: "en", @@ -191,7 +191,7 @@ collections: } "Top Rated of 2011": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2011.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2011.png summary: "Top rated TV shows in 2011" template: { language: "en", @@ -204,7 +204,7 @@ collections: } "Top Rated of 2010": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2010.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2010.png summary: "Top rated TV shows in 2010" template: { language: "en", diff --git a/0x5f3/collections/show/070_decades_top.yml b/0x5f3/collections/show/070_decades_top.yml index 3fafe35..ee37175 100644 --- a/0x5f3/collections/show/070_decades_top.yml +++ b/0x5f3/collections/show/070_decades_top.yml @@ -22,7 +22,7 @@ templates: collections: "Top Rated of the 2020s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2020s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_2020s.png summary: "Top rated TV shows of the 2020s" template: { language: "en", @@ -35,7 +35,7 @@ collections: } "Top Rated of the 2010s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2010s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_2010s.png summary: "Top rated TV shows of the 2010s" template: { language: "en", @@ -48,7 +48,7 @@ collections: } "Top Rated of the 2000s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2000s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_2000s.png summary: "Top rated TV shows of the 2000s" template: { language: "en", @@ -61,7 +61,7 @@ collections: } "Top Rated of the 1990s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1990s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1990s.png summary: "Top rated TV shows of the 1990s" template: { language: "en", @@ -74,7 +74,7 @@ collections: } "Top Rated of the 1980s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1980s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1980s.png summary: "Top rated TV shows of the 1980s" template: { language: "en", @@ -87,7 +87,7 @@ collections: } "Top Rated of the 1970s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1970s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1970s.png summary: "Top rated TV shows of the 1970s" template: { language: "en", @@ -100,7 +100,7 @@ collections: } "Top Rated of the 1960s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1960s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1960s.png summary: "Top rated TV shows of the 1960s" template: { language: "en", @@ -113,7 +113,7 @@ collections: } "Top Rated of the 1950s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1950s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1950s.png summary: "Top rated TV shows of the 1950s" template: { language: "en", @@ -126,7 +126,7 @@ collections: } "Top Rated of the 1940s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1940s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1940s.png summary: "Top rated TV shows of the 1940s" template: { language: "en", @@ -139,7 +139,7 @@ collections: } "Top Rated of the 1930s": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1930s.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_decades_top/decades_top_1930s.png summary: "Top rated TV shows of the 1930s" template: { language: "en", diff --git a/0x5f3/collections/show/080_awards.yml b/0x5f3/collections/show/080_awards.yml index 8f4979e..715ca89 100644 --- a/0x5f3/collections/show/080_awards.yml +++ b/0x5f3/collections/show/080_awards.yml @@ -33,7 +33,7 @@ templates: collections: "Emmy Award Nominees": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_emmy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_nominees_emmy.png summary: "A collection of Emmy Award Nominees" template: { event: "emmy", @@ -44,7 +44,7 @@ collections: } "Emmy Award Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_emmy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_emmy.png summary: "A collection of Emmy Award Winners" template: { event.winning: "emmy", @@ -55,7 +55,7 @@ collections: } "Golden Globes Nominees": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_golden-globes.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_nominees_golden-globes.png summary: "A collection of Golden Globes Nominees" template: { event: "golden", @@ -66,7 +66,7 @@ collections: } "Golden Globes Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_golden_globes.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_golden_globes.png summary: "A collection of Golden Globes Winners" template: { event.winning: "golden", @@ -77,7 +77,7 @@ collections: } "BAFTA Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_bafta.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_bafta.png summary: "A collection of BAFTA Winners" template: { event.winning: "bafta", @@ -88,7 +88,7 @@ collections: } "Critic's Choice Winners": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_critics-choice.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_awards/awards_winners_critics-choice.png summary: "A collection of Critic's Choice Winners" template: { event.winning: "choice", diff --git a/0x5f3/collections/show/090_genre_popular.yml b/0x5f3/collections/show/090_genre_popular.yml index 0cd33a8..5cb1d99 100644 --- a/0x5f3/collections/show/090_genre_popular.yml +++ b/0x5f3/collections/show/090_genre_popular.yml @@ -24,7 +24,7 @@ templates: collections: "Popular in Action": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_action.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_action.png summary: "Popular TV shows in Action" template: { genre: "action", @@ -36,7 +36,7 @@ collections: } "Popular in Adventure": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_adventure.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_adventure.png summary: "Popular TV shows in Adventure" template: { genre: "adventure", @@ -48,7 +48,7 @@ collections: } "Popular in Animation": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_animation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_animation.png summary: "Popular TV shows in Animation" template: { genre: "animation", @@ -60,7 +60,7 @@ collections: } "Popular in Biography": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_biography.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_biography.png summary: "Popular TV shows in Biography" template: { genre: "biography", @@ -72,7 +72,7 @@ collections: } "Popular in Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_comedy.png summary: "Popular TV shows in Comedy" template: { genre: "comedy", @@ -84,7 +84,7 @@ collections: } "Popular in Crime": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_crime.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_crime.png summary: "Popular TV shows in Crime" template: { genre: "crime", @@ -96,7 +96,7 @@ collections: } "Popular in Documentary": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_documentary.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_documentary.png summary: "Popular TV shows in Documentary" template: { genre: "documentary", @@ -107,7 +107,7 @@ collections: } "Popular in Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_drama.png summary: "Popular TV shows in Drama" template: { genre: "drama", @@ -119,7 +119,7 @@ collections: } "Popular in Family": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_family.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_family.png summary: "Popular TV shows in Family" template: { genre: "family", @@ -131,7 +131,7 @@ collections: } "Popular in Fantasy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_fantasy.png summary: "Popular TV shows in Fantasy" template: { genre: "fantasy", @@ -143,7 +143,7 @@ collections: } "Popular in History": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_history.png summary: "Popular TV shows in History" template: { genre: "history", @@ -155,7 +155,7 @@ collections: } "Popular in Horror": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_horror.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_horror.png summary: "Popular TV shows in Horror" template: { genre: "horror", @@ -167,7 +167,7 @@ collections: } "Popular in Music": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_music.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_music.png summary: "Popular TV shows in Music" template: { genre: "music", @@ -179,7 +179,7 @@ collections: } "Popular in Musicals": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_musicals.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_musicals.png summary: "Popular TV shows in Musicals" template: { genre: "musical", @@ -191,7 +191,7 @@ collections: } "Popular in Mystery": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_mystery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_mystery.png summary: "Popular TV shows in Mystery" template: { genre: "mystery", @@ -203,7 +203,7 @@ collections: } "Popular in Romance": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_romance.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_romance.png summary: "Popular TV shows in Romance" template: { genre: "romance", @@ -215,7 +215,7 @@ collections: } "Popular in Sci-Fi": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sci-fi.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_sci-fi.png summary: "Popular TV shows in Sci-Fi" template: { genre: "sci-fi", @@ -227,7 +227,7 @@ collections: } "Popular in Sport": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sport.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_sport.png summary: "Popular TV shows in Sport" template: { genre: "sport", @@ -239,7 +239,7 @@ collections: } "Popular in Thriller": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_thriller.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_thriller.png summary: "Popular TV shows in Thriller" template: { genre: "thriller", @@ -251,7 +251,7 @@ collections: } "Popular in War": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_war.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_war.png summary: "Popular TV shows in War" template: { genre: "war", @@ -263,7 +263,7 @@ collections: } "Popular in Western": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_western.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_popular/genre_popular_western.png summary: "Popular TV shows in Western" template: { genre: "western", diff --git a/0x5f3/collections/show/100_genre_top.yml b/0x5f3/collections/show/100_genre_top.yml index bba3e5d..e6d8b65 100644 --- a/0x5f3/collections/show/100_genre_top.yml +++ b/0x5f3/collections/show/100_genre_top.yml @@ -25,7 +25,7 @@ templates: collections: "Top Rated in Action": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_action.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_action.png summary: "Top rated TV shows in Action" template: { genre: "action", @@ -38,7 +38,7 @@ collections: } "Top Rated in Adventure": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_adventure.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_adventure.png summary: "Top rated TV shows in Adventure" template: { genre: "adventure", @@ -51,7 +51,7 @@ collections: } "Top Rated in Animation": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_animation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_animation.png summary: "Top rated TV shows in Animation" template: { genre: "animation", @@ -64,7 +64,7 @@ collections: } "Top Rated in Biography": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_biography.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_biography.png summary: "Top rated TV shows in Biography" template: { genre: "biography", @@ -77,7 +77,7 @@ collections: } "Top Rated in Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_comedy.png summary: "Top rated TV shows in Comedy" template: { genre: "comedy", @@ -90,7 +90,7 @@ collections: } "Top Rated in Crime": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_crime.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_crime.png summary: "Top rated TV shows in Crime" template: { genre: "crime", @@ -101,9 +101,9 @@ collections: type: "tv_series,tv_mini_series,tv_special", votes.gte: 10000 } - + "Top Rated in Documentary": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_documentary.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_documentary.png summary: "Top rated TV shows in Documentary" template: { genre: "documentary", @@ -115,7 +115,7 @@ collections: } "Top Rated in Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_drama.png summary: "Top rated TV shows in Drama" template: { genre: "drama", @@ -128,7 +128,7 @@ collections: } "Top Rated in Family": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_family.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_family.png summary: "Top rated TV shows in Family" template: { genre: "family", @@ -141,7 +141,7 @@ collections: } "Top Rated in Fantasy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_fantasy.png summary: "Top rated TV shows in Fantasy" template: { genre: "fantasy", @@ -154,7 +154,7 @@ collections: } "Top Rated in History": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_history.png summary: "Top rated TV shows in History" template: { genre: "history", @@ -167,7 +167,7 @@ collections: } "Top Rated in Horror": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_horror.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_horror.png summary: "Top rated TV shows in Horror" template: { genre: "horror", @@ -180,7 +180,7 @@ collections: } "Top Rated in Music": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_music.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_music.png summary: "Top rated TV shows in Music" template: { genre: "music", @@ -193,7 +193,7 @@ collections: } "Top Rated in Musicals": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_musicals.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_musicals.png summary: "Top rated TV shows in Musicals" template: { genre: "musical", @@ -206,7 +206,7 @@ collections: } "Top Rated in Mystery": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_mystery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_mystery.png summary: "Top rated TV shows in Mystery" template: { genre: "mystery", @@ -219,7 +219,7 @@ collections: } "Top Rated in Romance": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_romance.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_romance.png summary: "Top rated TV shows in Romance" template: { genre: "romance", @@ -232,7 +232,7 @@ collections: } "Top Rated in Sci-Fi": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sci-fi.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sci-fi.png summary: "Top rated TV shows in Sci-Fi" template: { genre: "sci-fi", @@ -245,7 +245,7 @@ collections: } "Top Rated in Sport": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sport.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sport.png summary: "Top rated TV shows in Sport" template: { genre: "sport", @@ -258,7 +258,7 @@ collections: } "Top Rated in Thriller": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_thriller.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_thriller.png summary: "Top rated TV shows in Thriller" template: { genre: "thriller", @@ -271,7 +271,7 @@ collections: } "Top Rated in War": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_war.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_war.png summary: "Top rated TV shows in War" template: { genre: "war", @@ -284,7 +284,7 @@ collections: } "Top Rated in Western": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_western.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_western.png summary: "Top rated TV shows in Western" template: { genre: "western", diff --git a/0x5f3/collections/show/110_network.yml b/0x5f3/collections/show/110_network.yml index 6eabcb6..8a797a1 100644 --- a/0x5f3/collections/show/110_network.yml +++ b/0x5f3/collections/show/110_network.yml @@ -13,7 +13,7 @@ templates: collections: "A&E": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_a-e.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_a-e.png summary: "TV shows from A&E" template: { name: network, @@ -21,7 +21,7 @@ collections: } "ABC": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_abc.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_abc.png summary: "TV shows from ABC" template: { name: network, @@ -29,7 +29,7 @@ collections: } "Adult Swim": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_adult-swim.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_adult-swim.png summary: "TV shows from Adult Swim" template: { name: network, @@ -37,7 +37,7 @@ collections: } "Amazon": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_amazon.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_amazon.png summary: "TV shows from Amazon" template: { name: network, @@ -45,7 +45,7 @@ collections: } "AMC": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_amc.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_amc.png summary: "TV shows from AMC" template: { name: network, @@ -53,7 +53,7 @@ collections: } "Animal Planet": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_animal-planet.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_animal-planet.png summary: "TV shows from Animal Planet" template: { name: network, @@ -61,7 +61,7 @@ collections: } "Apple+": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_apple-plus.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_apple-plus.png summary: "TV shows from Apple+" template: { name: network, @@ -69,7 +69,7 @@ collections: } "BBC": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_bbc.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_bbc.png summary: "TV shows from BBC" template: { name: network, @@ -77,7 +77,7 @@ collections: } "Bravo": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_bravo.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_bravo.png summary: "TV shows from Bravo" template: { name: network, @@ -85,7 +85,7 @@ collections: } "Cartoon Network": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cartoon-network.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_cartoon-network.png summary: "TV shows from Cartoon Network" template: { name: network, @@ -93,7 +93,7 @@ collections: } "CBS": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cbs.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_cbs.png summary: "TV shows from CBS" template: { name: network, @@ -101,7 +101,7 @@ collections: } "Channel 4": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_channel-4.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_channel-4.png summary: "TV shows from Channel 4" template: { name: network, @@ -109,7 +109,7 @@ collections: } "Cinemax": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cinemax.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_cinemax.png summary: "TV shows from Cinemax" template: { name: network, @@ -117,7 +117,7 @@ collections: } "Comedy Central": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_comedy-central.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_comedy-central.png summary: "TV shows from Comedy Central" template: { name: network, @@ -125,7 +125,7 @@ collections: } "Dave": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_dave.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_dave.png summary: "TV shows from Dave" template: { name: network, @@ -133,7 +133,7 @@ collections: } "Discovery": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_discovery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_discovery.png summary: "TV shows from Discovery" template: { name: network, @@ -141,7 +141,7 @@ collections: } "Disney": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_disney.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_disney.png summary: "TV shows from Disney" template: { name: network, @@ -149,7 +149,7 @@ collections: } "FOX": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_fox.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_fox.png summary: "TV shows from FOX" template: { name: network, @@ -157,7 +157,7 @@ collections: } "Freeform": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_freeform.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_freeform.png summary: "TV shows from Freeform" template: { name: network, @@ -165,7 +165,7 @@ collections: } "FX": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_fx.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_fx.png summary: "TV shows from FX" template: { name: network, @@ -173,7 +173,7 @@ collections: } "Hallmark": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hallmark.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_hallmark.png summary: "TV shows from Hallmark" template: { name: network, @@ -181,7 +181,7 @@ collections: } "HBO": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hbo.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_hbo.png summary: "TV shows from HBO" template: { name: network, @@ -189,7 +189,7 @@ collections: } "HGTV": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hgtv.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_hgtv.png summary: "TV shows from HGTV" template: { name: network, @@ -197,7 +197,7 @@ collections: } "History": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_history.png summary: "TV shows from History" template: { name: network, @@ -205,7 +205,7 @@ collections: } "Hulu": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hulu.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_hulu.png summary: "TV shows from Hulu" template: { name: network, @@ -213,7 +213,7 @@ collections: } "ITV": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_itv.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_itv.png summary: "TV shows from ITV" template: { name: network, @@ -221,7 +221,7 @@ collections: } "MTV": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_mtv.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_mtv.png summary: "TV shows from MTV" template: { name: network, @@ -229,7 +229,7 @@ collections: } "National Geographic": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_national-geographic.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_national-geographic.png summary: "TV shows from National Geographic" template: { name: network, @@ -237,7 +237,7 @@ collections: } "NBC": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_nbc.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_nbc.png summary: "TV shows from NBC" template: { name: network, @@ -245,7 +245,7 @@ collections: } "Netflix": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_netflix.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_netflix.png summary: "TV shows from Netflix" template: { name: network, @@ -253,7 +253,7 @@ collections: } "Nickelodeon": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_nickelodeon.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_nickelodeon.png summary: "TV shows from Nickelodeon" template: { name: network, @@ -261,7 +261,7 @@ collections: } "Paramount": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_paramount.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_paramount.png summary: "TV shows from Paramount" template: { name: network, @@ -269,7 +269,7 @@ collections: } "PBS": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_pbs.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_pbs.png summary: "TV shows from PBS" template: { name: network, @@ -277,7 +277,7 @@ collections: } "Peacock": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_peacock.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_peacock.png summary: "TV shows from Peacock" template: { name: network, @@ -285,7 +285,7 @@ collections: } "Showtime": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_showtime.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_showtime.png summary: "TV shows from Showtime" template: { name: network, @@ -293,7 +293,7 @@ collections: } "Shudder": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_shudder.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_shudder.png summary: "TV shows from Shudder" template: { name: network, @@ -301,7 +301,7 @@ collections: } "SKY": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_sky.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_sky.png summary: "TV shows from SKY" template: { name: network, @@ -309,7 +309,7 @@ collections: } "Smithsonian": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_smithsonian.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_smithsonian.png summary: "TV shows from Smithsonian" template: { name: network, @@ -317,7 +317,7 @@ collections: } "Starz": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_starz.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_starz.png summary: "TV shows from Starz" template: { name: network, @@ -325,7 +325,7 @@ collections: } "Syfy": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_syfy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_syfy.png summary: "TV shows from Syfy" template: { name: network, @@ -333,7 +333,7 @@ collections: } "TBS": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tbs.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_tbs.png summary: "TV shows from TBS" template: { name: network, @@ -341,7 +341,7 @@ collections: } "TLC": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tlc.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_tlc.png summary: "TV shows from TLC" template: { name: network, @@ -349,7 +349,7 @@ collections: } "TNT": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tnt.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_tnt.png summary: "TV shows from TNT" template: { name: network, @@ -357,7 +357,7 @@ collections: } "YouTube": - url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_youtube.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_network/network_youtube.png summary: "TV shows from Date: Fri, 26 Jul 2024 10:42:43 +0000 Subject: [PATCH 2/4] fix tv-family postitioning; add TNA studio to sports --- 0x5f3/collections/movie/063_sports.yml | 1 + 0x5f3/collections/show/050_family.yml | 2 +- 0x5f3/collections/show/052_sports.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/0x5f3/collections/movie/063_sports.yml b/0x5f3/collections/movie/063_sports.yml index b6b9a65..8a3d2fa 100644 --- a/0x5f3/collections/movie/063_sports.yml +++ b/0x5f3/collections/movie/063_sports.yml @@ -31,6 +31,7 @@ collections: - "All Elite Wrestling" - "BBC Sport" - "HBO Sports" + - "Total Nonstop Action (TNA)" - "UFC" - "Ultimate Fighting Championship" - "World Wrestling Entertainment (WWE)" diff --git a/0x5f3/collections/show/050_family.yml b/0x5f3/collections/show/050_family.yml index 1324e86..739080e 100644 --- a/0x5f3/collections/show/050_family.yml +++ b/0x5f3/collections/show/050_family.yml @@ -4,7 +4,7 @@ templates: plex: collection_mode: hide delete_not_scheduled: false - sort_title: "+060_<>_<>" + sort_title: "+050_<>_<>" sync_mode: sync visible_home: false visible_library: false diff --git a/0x5f3/collections/show/052_sports.yml b/0x5f3/collections/show/052_sports.yml index 17246f7..ce7e10e 100644 --- a/0x5f3/collections/show/052_sports.yml +++ b/0x5f3/collections/show/052_sports.yml @@ -31,6 +31,7 @@ collections: - "All Elite Wrestling" - "BBC Sport" - "HBO Sports" + - "Total Nonstop Action (TNA)" - "UFC" - "Ultimate Fighting Championship" - "World Wrestling Entertainment (WWE)" From 057b8e72709d4044a00be781af5a9974a054f976 Mon Sep 17 00:00:00 2001 From: archivist Date: Mon, 5 Aug 2024 13:09:11 +0000 Subject: [PATCH 3/4] bugfixes; fix assets' filename --- 0x5f3/MOVIES.md | 6 +++ 0x5f3/README.md | 4 +- 0x5f3/SHOWS.md | 5 +++ 0x5f3/collections/movie/050_parental.yml | 22 +++++++++-- 0x5f3/collections/movie/060_family.yml | 22 +++++++++-- 0x5f3/collections/movie/061_documentary.yml | 25 +++++++++--- 0x5f3/collections/movie/062_standup.yml | 25 +++++++++--- 0x5f3/collections/movie/063_sports.yml | 34 ++++++++++++++--- 0x5f3/collections/movie/064_anime.yml | 22 +++++++++-- 0x5f3/collections/movie/080_year_top.yml | 30 +++++++-------- 0x5f3/collections/movie/120_genre_top.yml | 42 ++++++++++----------- 0x5f3/collections/show/040_parental.yml | 22 +++++++++-- 0x5f3/collections/show/050_family.yml | 22 +++++++++-- 0x5f3/collections/show/051_documentary.yml | 25 +++++++++--- 0x5f3/collections/show/052_sports.yml | 34 ++++++++++++++--- 0x5f3/collections/show/053_anime.yml | 22 +++++++++-- 0x5f3/collections/show/060_year_top.yml | 30 +++++++-------- 0x5f3/collections/show/100_genre_top.yml | 42 ++++++++++----------- 18 files changed, 310 insertions(+), 124 deletions(-) diff --git a/0x5f3/MOVIES.md b/0x5f3/MOVIES.md index 844e995..fc9fab7 100644 --- a/0x5f3/MOVIES.md +++ b/0x5f3/MOVIES.md @@ -33,6 +33,7 @@ - _parental.yml - Parental: All (https://mdblist.com/lists/archivist/list-parental) + - Parental: Unwatched - Parental: Random - Parental: Recently Added - Parental: Recently Released @@ -40,6 +41,7 @@ - _family.yml - Family: All + - Family: Unwatched - Family: Random - Family: Recently Added - Family: Recently Released @@ -47,6 +49,7 @@ - _documentary.yml - Documentaries: All + - Documentaries: Unwatched - Documentaries: Random - Documentaries: Recently Added - Documentaries: Recently Released @@ -54,6 +57,7 @@ - _standup.yml - Stand-up: All (https://mdblist.com/lists/archivist/list-standup) + - Stand-up: Unwatched - Stand-up: Random - Stand-up: Recently Added - Stand-up: Recently Released @@ -61,6 +65,7 @@ - _sports.yml - Sports: All + - Sports: Unwatched - Sports: Random - Sports: Recently Added - Sports: Recently Released @@ -68,6 +73,7 @@ - _anime.yml - Anime: All + - Anime: Unwatched - Anime: Random - Anime: Recently Added - Anime: Recently Released diff --git a/0x5f3/README.md b/0x5f3/README.md index 609826f..7a7172d 100644 --- a/0x5f3/README.md +++ b/0x5f3/README.md @@ -50,5 +50,5 @@ With the parental configuration, there is a 'Parental' label added to their coll # # ###### A successful run will result in something similar to this: -![movies](https://raw.githubusercontent.com/0x5f3/kometa.config/f75695b412b8ac0ba31fa99baa051a73d638e6e3/_/_movies.png) -![shows](https://raw.githubusercontent.com/0x5f3/kometa.config/f75695b412b8ac0ba31fa99baa051a73d638e6e3/_/_shows.png) +![movies](https://raw.githubusercontent.com/0x5f3/kometa.config/collections/_/movies.png) +![shows](https://raw.githubusercontent.com/0x5f3/kometa.config/collections/_/shows.png) diff --git a/0x5f3/SHOWS.md b/0x5f3/SHOWS.md index 63e9e00..0ca18c6 100644 --- a/0x5f3/SHOWS.md +++ b/0x5f3/SHOWS.md @@ -24,6 +24,7 @@ - _parental.yml - Parental: All (https://mdblist.com/lists/archivist/list-parental) + - Parental: Unwatched - Parental: Random - Parental: Recently Added - Parental: Recently Released @@ -31,6 +32,7 @@ - _family.yml - Family: All + - Family: Unwatched - Family: Random - Family: Recently Added - Family: Recently Released @@ -38,6 +40,7 @@ - _documentary.yml - Documentaries: All + - Documentaries: Unwatched - Documentaries: Random - Documentaries: Recently Added - Documentaries: Recently Released @@ -45,6 +48,7 @@ - _sports.yml - Sports: All + - Sports: Unwatched - Sports: Random - Sports: Recently Added - Sports: Recently Released @@ -52,6 +56,7 @@ - _anime.yml - Anime: All + - Anime: Unwatched - Anime: Random - Anime: Recently Added - Anime: Recently Released diff --git a/0x5f3/collections/movie/050_parental.yml b/0x5f3/collections/movie/050_parental.yml index 3be9dad..7a3e4ea 100644 --- a/0x5f3/collections/movie/050_parental.yml +++ b/0x5f3/collections/movie/050_parental.yml @@ -12,12 +12,26 @@ templates: visible_shared: false collections: + "Parental: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_unwatched.png + summary: "Unwatched parental" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Parental: All" + unplayed: true + collection_filtering: user + sort_by: title.asc + "Parental: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_random.png summary: "Random movies suitable for children" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -30,7 +44,7 @@ collections: summary: "Recently added movies suitable for children" template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -43,7 +57,7 @@ collections: summary: "Recently released movies suitable for children" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -56,7 +70,7 @@ collections: summary: "Top rated movies suitable for children" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/movie/060_family.yml b/0x5f3/collections/movie/060_family.yml index 0ebf125..6bd37d3 100644 --- a/0x5f3/collections/movie/060_family.yml +++ b/0x5f3/collections/movie/060_family.yml @@ -24,12 +24,26 @@ collections: - filepath: "/mnt/movies-family" - filepath: "/mnt/movies-family-4k" + "Family: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_unwatched.png + summary: "Unwatched family" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Family: All" + unplayed: true + collection_filtering: user + sort_by: title.asc + "Family: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_random.png summary: "Random family" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -43,7 +57,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -56,7 +70,7 @@ collections: summary: "Recently released family" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -69,7 +83,7 @@ collections: summary: "Top rated family" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/movie/061_documentary.yml b/0x5f3/collections/movie/061_documentary.yml index 56abf7c..2f16791 100644 --- a/0x5f3/collections/movie/061_documentary.yml +++ b/0x5f3/collections/movie/061_documentary.yml @@ -14,7 +14,7 @@ collections: "Documentaries: All": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_all.png summary: "Documentaries" - collection_order: alpha +# collection_order: alpha template: { name: plex, num: "0" @@ -28,12 +28,27 @@ collections: genre: documentary sort_by: title.asc + "Documentary: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_unwatched.png + summary: "Unwatched documentaries" + template: { + name: plex, + num: "1" + } + smart_filter: + all: +# collection: "Documentaries: All" + genre: documentary + unplayed: true + collection_filtering: user + sort_by: title.asc + "Documentaries: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_random.png summary: "Random documentaries" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -48,7 +63,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -62,7 +77,7 @@ collections: summary: "Recently released documentaries" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -76,7 +91,7 @@ collections: summary: "Top rated documentaries" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/movie/062_standup.yml b/0x5f3/collections/movie/062_standup.yml index 6ffe89b..21dcd78 100644 --- a/0x5f3/collections/movie/062_standup.yml +++ b/0x5f3/collections/movie/062_standup.yml @@ -14,7 +14,7 @@ templates: collection_mode: hide collection_order: alpha delete_not_scheduled: false - sort_title: "+070_<>_<>" + sort_title: "+062_<>_<>" sync_mode: sync visible_home: false visible_library: false @@ -48,14 +48,27 @@ collections: name: mdblist, num: "0" } - + + "Stand-up: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_unwatched.png + summary: "Unwatched stand-up" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Stand-up: All" + unplayed: true + collection_filtering: user + sort_by: title.asc "Stand-up: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_random.png summary: "Random Stand-up" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -68,7 +81,7 @@ collections: summary: "Recently added Stand-up" template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -81,7 +94,7 @@ collections: summary: "Recently released Stand-up" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -94,7 +107,7 @@ collections: summary: "Top rated Stand-up" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/movie/063_sports.yml b/0x5f3/collections/movie/063_sports.yml index 8a3d2fa..a1d2df7 100644 --- a/0x5f3/collections/movie/063_sports.yml +++ b/0x5f3/collections/movie/063_sports.yml @@ -14,7 +14,7 @@ collections: "Sports: All": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_all.png summary: "Sports" - collection_order: alpha +# collection_order: alpha template: { name: plex, num: "0" @@ -38,12 +38,36 @@ collections: - "WWE Home Video" sort_by: title.asc + "Sports: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_unwatched.png + summary: "Unwatched sports" + template: { + name: plex, + num: "1" + } + smart_filter: + all: +# collection: "Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "Total Nonstop Action (TNA)" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + unplayed: true + collection_filtering: user + sort_by: title.asc + "Sports: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_random.png summary: "Random sports" template: { name: plex, - num: "1" + num: "2" } smart_filter: # all: @@ -66,7 +90,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: # all: @@ -88,7 +112,7 @@ collections: summary: "Recently released sports" template: { name: plex, - num: "3" + num: "4" } smart_filter: # all: @@ -110,7 +134,7 @@ collections: summary: "Top rated sports" template: { name: plex, - num: "4" + num: "5" } smart_filter: # all: diff --git a/0x5f3/collections/movie/064_anime.yml b/0x5f3/collections/movie/064_anime.yml index 25e92fd..53197a6 100644 --- a/0x5f3/collections/movie/064_anime.yml +++ b/0x5f3/collections/movie/064_anime.yml @@ -23,13 +23,27 @@ collections: filters: - filepath: "/mnt/movies-anime" - filepath: "/mnt/movies-anime-4k" + + "Anime: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_unwatched.png + summary: "Unwatched anime" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Anime: All" + unplayed: true + collection_filtering: user + sort_by: title.asc "Anime: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_random.png summary: "Random anime" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -43,7 +57,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -56,7 +70,7 @@ collections: summary: "Recently released anime" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -69,7 +83,7 @@ collections: summary: "Top rated anime" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/movie/080_year_top.yml b/0x5f3/collections/movie/080_year_top.yml index 7eb58ca..b6f461f 100644 --- a/0x5f3/collections/movie/080_year_top.yml +++ b/0x5f3/collections/movie/080_year_top.yml @@ -22,7 +22,7 @@ templates: collections: "Top Rated of 2024": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2024.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2024.png summary: "Top rated movies in 2024" template: { language: "en", @@ -35,7 +35,7 @@ collections: } "Top Rated of 2023": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2023.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2023.png summary: "Top rated movies in 2023" template: { language: "en", @@ -48,7 +48,7 @@ collections: } "Top Rated of 2022": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2022.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2022.png summary: "Top rated movies in 2022" template: { language: "en", @@ -61,7 +61,7 @@ collections: } "Top Rated of 2021": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2021.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2021.png summary: "Top rated movies in 2021" template: { language: "en", @@ -74,7 +74,7 @@ collections: } "Top Rated of 2020": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2020.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2020.png summary: "Top rated movies in 2020" template: { language: "en", @@ -87,7 +87,7 @@ collections: } "Top Rated of 2019": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2019.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2019.png summary: "Top rated movies in 2019" template: { language: "en", @@ -100,7 +100,7 @@ collections: } "Top Rated of 2018": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2018.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2018.png summary: "Top rated movies in 2018" template: { language: "en", @@ -113,7 +113,7 @@ collections: } "Top Rated of 2017": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2017.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2017.png summary: "Top rated movies in 2017" template: { language: "en", @@ -126,7 +126,7 @@ collections: } "Top Rated of 2016": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2016.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2016.png summary: "Top rated movies in 2016" template: { language: "en", @@ -139,7 +139,7 @@ collections: } "Top Rated of 2015": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2015.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2015.png summary: "Top rated movies in 2015" template: { language: "en", @@ -152,7 +152,7 @@ collections: } "Top Rated of 2014": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2014.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2014.png summary: "Top rated movies in 2014" template: { language: "en", @@ -165,7 +165,7 @@ collections: } "Top Rated of 2013": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2013.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2013.png summary: "Top rated movies in 2013" template: { language: "en", @@ -178,7 +178,7 @@ collections: } "Top Rated of 2012": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2012.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2012.png summary: "Top rated movies in 2012" template: { language: "en", @@ -191,7 +191,7 @@ collections: } "Top Rated of 2011": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2011.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2011.png summary: "Top rated movies in 2011" template: { language: "en", @@ -204,7 +204,7 @@ collections: } "Top Rated of 2010": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2010.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2010.png summary: "Top rated movies in 2010" template: { language: "en", diff --git a/0x5f3/collections/movie/120_genre_top.yml b/0x5f3/collections/movie/120_genre_top.yml index ec68b5d..5a019ab 100644 --- a/0x5f3/collections/movie/120_genre_top.yml +++ b/0x5f3/collections/movie/120_genre_top.yml @@ -25,7 +25,7 @@ templates: collections: "Top Rated in Action": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_action.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_action.png summary: "Top rated movies in Action" template: { genre: "action", @@ -38,7 +38,7 @@ collections: } "Top Rated in Adventure": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_adventure.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_adventure.png summary: "Top rated movies in Adventure" template: { genre: "adventure", @@ -51,7 +51,7 @@ collections: } "Top Rated in Animation": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_animation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_animation.png summary: "Top rated movies in Animation" template: { genre: "animation", @@ -64,7 +64,7 @@ collections: } "Top Rated in Biography": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_biography.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_biography.png summary: "Top rated movies in Biography" template: { genre: "biography", @@ -77,7 +77,7 @@ collections: } "Top Rated in Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_comedy.png summary: "Top rated movies in Comedy" template: { genre: "comedy", @@ -90,7 +90,7 @@ collections: } "Top Rated in Crime": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_crime.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_crime.png summary: "Top rated movies in Crime" template: { genre: "crime", @@ -103,7 +103,7 @@ collections: } "Top Rated in Documentary": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_documentary.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_documentary.png summary: "Top rated movies in Documentary" template: { genre: "documentary", @@ -115,7 +115,7 @@ collections: } "Top Rated in Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_drama.png summary: "Top rated movies in Drama" template: { genre: "drama", @@ -128,7 +128,7 @@ collections: } "Top Rated in Family": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_family.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_family.png summary: "Top rated movies in Family" template: { genre: "family", @@ -142,7 +142,7 @@ collections: "Top Rated in Fantasy": summary: "Top rated movies in Fantasy" - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_fantasy.png template: { genre: "fantasy", genre.not: "documentary", @@ -154,7 +154,7 @@ collections: } "Top Rated in History": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_history.png summary: "Top rated movies in History" template: { genre: "history", @@ -168,7 +168,7 @@ collections: "Top Rated in Horror": summary: "Top rated movies in Horror" - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_horror.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_horror.png template: { genre: "horror", genre.not: "documentary", @@ -180,7 +180,7 @@ collections: } "Top Rated in Music": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_music.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_music.png summary: "Top rated movies in Music" template: { genre: "music", @@ -193,7 +193,7 @@ collections: } "Top Rated in Musicals": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_musicals.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_musicals.png summary: "Top rated movies in Musicals" template: { genre: "musical", @@ -206,7 +206,7 @@ collections: } "Top Rated in Mystery": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_mystery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_mystery.png summary: "Top rated movies in Mystery" template: { genre: "mystery", @@ -219,7 +219,7 @@ collections: } "Top Rated in Romance": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_romance.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_romance.png summary: "Top rated movies in Romance" template: { genre: "romance", @@ -232,7 +232,7 @@ collections: } "Top Rated in Sci-Fi": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sci-fi.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sci-fi.png summary: "Top rated movies in Sci-Fi" template: { genre: "sci-fi", @@ -245,7 +245,7 @@ collections: } "Top Rated in Sport": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sport.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sport.png summary: "Top rated movies in Sport" template: { genre: "sport", @@ -258,7 +258,7 @@ collections: } "Top Rated in Thriller": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_thriller.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_thriller.png summary: "Top rated movies in Thriller" template: { genre: "thriller", @@ -271,7 +271,7 @@ collections: } "Top Rated in War": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_war.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_war.png summary: "Top rated movies in War" template: { genre: "war", @@ -284,7 +284,7 @@ collections: } "Top Rated in Western": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_western.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_western.png summary: "Top rated movies in Western" template: { genre: "western", diff --git a/0x5f3/collections/show/040_parental.yml b/0x5f3/collections/show/040_parental.yml index 874061b..aeb7eb7 100644 --- a/0x5f3/collections/show/040_parental.yml +++ b/0x5f3/collections/show/040_parental.yml @@ -12,12 +12,26 @@ templates: visible_shared: false collections: + "Parental: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_unwatched.png + summary: "Unwatched parental" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Parental: All" + plays.lt: 1 + collection_filtering: user + sort_by: title.asc + "Parental: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_random.png summary: "Random TV shows suitable for children" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -30,7 +44,7 @@ collections: summary: "Recently added TV shows suitable for children" template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -43,7 +57,7 @@ collections: summary: "Recently released TV shows suitable for children" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -56,7 +70,7 @@ collections: summary: "Top rated TV shows suitable for children" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/show/050_family.yml b/0x5f3/collections/show/050_family.yml index 739080e..d38dab9 100644 --- a/0x5f3/collections/show/050_family.yml +++ b/0x5f3/collections/show/050_family.yml @@ -24,12 +24,26 @@ collections: - filepath: "/mnt/tv-family" - filepath: "/mnt/tv-family-4k" + "Family: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_unwatched.png + summary: "Unwatched family" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Family: All" + plays.lt: 1 + collection_filtering: user + sort_by: title.asc + "Family: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_random.png summary: "Random family" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -43,7 +57,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -56,7 +70,7 @@ collections: summary: "Recently released family" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -69,7 +83,7 @@ collections: summary: "Top rated family" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/show/051_documentary.yml b/0x5f3/collections/show/051_documentary.yml index 2625c30..4f8779d 100644 --- a/0x5f3/collections/show/051_documentary.yml +++ b/0x5f3/collections/show/051_documentary.yml @@ -14,7 +14,7 @@ collections: "Documentaries: All": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_all.png summary: "Documentaries" - collection_order: alpha +# collection_order: alpha template: { name: plex, num: "0" @@ -28,12 +28,27 @@ collections: genre: documentary sort_by: title.asc + "Documentary: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_unwatched.png + summary: "Unwatched documentaries" + template: { + name: plex, + num: "1" + } + smart_filter: + all: +# collection: "Documentaries: All" + genre: documentary + plays.lt: 1 + collection_filtering: user + sort_by: title.asc + "Documentaries: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_random.png summary: "Random documentaries" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -48,7 +63,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -62,7 +77,7 @@ collections: summary: "Recently released documentaries" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -76,7 +91,7 @@ collections: summary: "Top rated documentaries" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/show/052_sports.yml b/0x5f3/collections/show/052_sports.yml index ce7e10e..b7fcc08 100644 --- a/0x5f3/collections/show/052_sports.yml +++ b/0x5f3/collections/show/052_sports.yml @@ -14,7 +14,7 @@ collections: "Sports: All": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_all.png summary: "Sports" - collection_order: alpha +# collection_order: alpha template: { name: plex, num: "0" @@ -38,12 +38,36 @@ collections: - "WWE Home Video" sort_by: title.asc + "Sports: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_unwatched.png + summary: "Unwatched sports" + template: { + name: plex, + num: "1" + } + smart_filter: + all: +# collection: "Sports: All" + any: + studio: + - "All Elite Wrestling" + - "BBC Sport" + - "HBO Sports" + - "Total Nonstop Action (TNA)" + - "UFC" + - "Ultimate Fighting Championship" + - "World Wrestling Entertainment (WWE)" + - "WWE Home Video" + plays.lt: 1 + collection_filtering: user + sort_by: title.asc + "Sports: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_random.png summary: "Random sports" template: { name: plex, - num: "1" + num: "2" } smart_filter: # all: @@ -66,7 +90,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: # all: @@ -88,7 +112,7 @@ collections: summary: "Recently released sports" template: { name: plex, - num: "3" + num: "4" } smart_filter: # all: @@ -110,7 +134,7 @@ collections: summary: "Top rated sports" template: { name: plex, - num: "4" + num: "5" } smart_filter: # all: diff --git a/0x5f3/collections/show/053_anime.yml b/0x5f3/collections/show/053_anime.yml index 7250a2e..e85b11e 100644 --- a/0x5f3/collections/show/053_anime.yml +++ b/0x5f3/collections/show/053_anime.yml @@ -24,12 +24,26 @@ collections: - filepath: "/mnt/tv-anime" - filepath: "/mnt/tv-anime-4k" + "Anime: Unwatched": + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_unwatched.png + summary: "Unwatched anime" + template: { + name: plex, + num: "1" + } + smart_filter: + all: + collection: "Anime: All" + plays.lt: 1 + collection_filtering: user + sort_by: title.asc + "Anime: Random": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_random.png summary: "Random anime" template: { name: plex, - num: "1" + num: "2" } smart_filter: all: @@ -43,7 +57,7 @@ collections: visible_library: true template: { name: plex, - num: "2" + num: "3" } smart_filter: all: @@ -56,7 +70,7 @@ collections: summary: "Recently released anime" template: { name: plex, - num: "3" + num: "4" } smart_filter: all: @@ -69,7 +83,7 @@ collections: summary: "Top rated anime" template: { name: plex, - num: "4" + num: "5" } smart_filter: all: diff --git a/0x5f3/collections/show/060_year_top.yml b/0x5f3/collections/show/060_year_top.yml index 44d3953..92f78db 100644 --- a/0x5f3/collections/show/060_year_top.yml +++ b/0x5f3/collections/show/060_year_top.yml @@ -22,7 +22,7 @@ templates: collections: "Top Rated of 2024": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2024.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2024.png summary: "Top rated TV shows in 2024" template: { language: "en", @@ -35,7 +35,7 @@ collections: } "Top Rated of 2023": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2023.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2023.png summary: "Top rated TV shows in 2023" template: { language: "en", @@ -48,7 +48,7 @@ collections: } "Top Rated of 2022": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2022.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2022.png summary: "Top rated TV shows in 2022" template: { language: "en", @@ -61,7 +61,7 @@ collections: } "Top Rated of 2021": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2021.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2021.png summary: "Top rated TV shows in 2021" template: { language: "en", @@ -74,7 +74,7 @@ collections: } "Top Rated of 2020": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2020.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2020.png summary: "Top rated TV shows in 2020" template: { language: "en", @@ -87,7 +87,7 @@ collections: } "Top Rated of 2019": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2019.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2019.png summary: "Top rated TV shows in 2019" template: { language: "en", @@ -100,7 +100,7 @@ collections: } "Top Rated of 2018": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2018.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2018.png summary: "Top rated TV shows in 2018" template: { language: "en", @@ -113,7 +113,7 @@ collections: } "Top Rated of 2017": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2017.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2017.png summary: "Top rated TV shows in 2017" template: { language: "en", @@ -126,7 +126,7 @@ collections: } "Top Rated of 2016": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2016.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2016.png summary: "Top rated TV shows in 2016" template: { language: "en", @@ -139,7 +139,7 @@ collections: } "Top Rated of 2015": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2015.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2015.png summary: "Top rated TV shows in 2015" template: { language: "en", @@ -152,7 +152,7 @@ collections: } "Top Rated of 2014": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2014.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2014.png summary: "Top rated TV shows in 2014" template: { language: "en", @@ -165,7 +165,7 @@ collections: } "Top Rated of 2013": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2013.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2013.png summary: "Top rated TV shows in 2013" template: { language: "en", @@ -178,7 +178,7 @@ collections: } "Top Rated of 2012": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2012.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2012.png summary: "Top rated TV shows in 2012" template: { language: "en", @@ -191,7 +191,7 @@ collections: } "Top Rated of 2011": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2011.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2011.png summary: "Top rated TV shows in 2011" template: { language: "en", @@ -204,7 +204,7 @@ collections: } "Top Rated of 2010": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2010.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2010.png summary: "Top rated TV shows in 2010" template: { language: "en", diff --git a/0x5f3/collections/show/100_genre_top.yml b/0x5f3/collections/show/100_genre_top.yml index e6d8b65..bc32950 100644 --- a/0x5f3/collections/show/100_genre_top.yml +++ b/0x5f3/collections/show/100_genre_top.yml @@ -25,7 +25,7 @@ templates: collections: "Top Rated in Action": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_action.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_action.png summary: "Top rated TV shows in Action" template: { genre: "action", @@ -38,7 +38,7 @@ collections: } "Top Rated in Adventure": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_adventure.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_adventure.png summary: "Top rated TV shows in Adventure" template: { genre: "adventure", @@ -51,7 +51,7 @@ collections: } "Top Rated in Animation": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_animation.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_animation.png summary: "Top rated TV shows in Animation" template: { genre: "animation", @@ -64,7 +64,7 @@ collections: } "Top Rated in Biography": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_biography.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_biography.png summary: "Top rated TV shows in Biography" template: { genre: "biography", @@ -77,7 +77,7 @@ collections: } "Top Rated in Comedy": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_comedy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_comedy.png summary: "Top rated TV shows in Comedy" template: { genre: "comedy", @@ -90,7 +90,7 @@ collections: } "Top Rated in Crime": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_crime.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_crime.png summary: "Top rated TV shows in Crime" template: { genre: "crime", @@ -103,7 +103,7 @@ collections: } "Top Rated in Documentary": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_documentary.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_documentary.png summary: "Top rated TV shows in Documentary" template: { genre: "documentary", @@ -115,7 +115,7 @@ collections: } "Top Rated in Drama": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_drama.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_drama.png summary: "Top rated TV shows in Drama" template: { genre: "drama", @@ -128,7 +128,7 @@ collections: } "Top Rated in Family": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_family.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_family.png summary: "Top rated TV shows in Family" template: { genre: "family", @@ -141,7 +141,7 @@ collections: } "Top Rated in Fantasy": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_fantasy.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_fantasy.png summary: "Top rated TV shows in Fantasy" template: { genre: "fantasy", @@ -154,7 +154,7 @@ collections: } "Top Rated in History": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_history.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_history.png summary: "Top rated TV shows in History" template: { genre: "history", @@ -167,7 +167,7 @@ collections: } "Top Rated in Horror": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_horror.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_horror.png summary: "Top rated TV shows in Horror" template: { genre: "horror", @@ -180,7 +180,7 @@ collections: } "Top Rated in Music": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_music.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_music.png summary: "Top rated TV shows in Music" template: { genre: "music", @@ -193,7 +193,7 @@ collections: } "Top Rated in Musicals": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_musicals.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_musicals.png summary: "Top rated TV shows in Musicals" template: { genre: "musical", @@ -206,7 +206,7 @@ collections: } "Top Rated in Mystery": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_mystery.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_mystery.png summary: "Top rated TV shows in Mystery" template: { genre: "mystery", @@ -219,7 +219,7 @@ collections: } "Top Rated in Romance": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_romance.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_romance.png summary: "Top rated TV shows in Romance" template: { genre: "romance", @@ -232,7 +232,7 @@ collections: } "Top Rated in Sci-Fi": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sci-fi.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sci-fi.png summary: "Top rated TV shows in Sci-Fi" template: { genre: "sci-fi", @@ -245,7 +245,7 @@ collections: } "Top Rated in Sport": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sport.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sport.png summary: "Top rated TV shows in Sport" template: { genre: "sport", @@ -258,7 +258,7 @@ collections: } "Top Rated in Thriller": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_thriller.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_thriller.png summary: "Top rated TV shows in Thriller" template: { genre: "thriller", @@ -271,7 +271,7 @@ collections: } "Top Rated in War": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_war.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_war.png summary: "Top rated TV shows in War" template: { genre: "war", @@ -284,7 +284,7 @@ collections: } "Top Rated in Western": - url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_western.png + url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_western.png summary: "Top rated TV shows in Western" template: { genre: "western", From 434eb725fe96432a7754a8c1809451eb95bb80a8 Mon Sep 17 00:00:00 2001 From: archivist Date: Fri, 23 Aug 2024 11:56:30 +0000 Subject: [PATCH 4/4] bugfix: sort title for Popular, Top-rated in 010_suggested --- 0x5f3/collections/movie/010_suggested.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/0x5f3/collections/movie/010_suggested.yml b/0x5f3/collections/movie/010_suggested.yml index aa8cc9d..4c9152f 100644 --- a/0x5f3/collections/movie/010_suggested.yml +++ b/0x5f3/collections/movie/010_suggested.yml @@ -219,7 +219,6 @@ collections: "Popular Movies": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_popular.png schedule: daily - sort_title: "+010_<>_<>" summary: "Popular movies across the internet" visible_library: true template: { @@ -234,7 +233,6 @@ collections: "Top Rated Movies": url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_suggested/suggested_top-rated.png schedule: daily - sort_title: "+010_<>_<>" summary: "Top rated movies across the internet" template: { mdblist_list: "movie-top-rated",