bug fixes; new assets and collections for anime, family and sports

pull/670/head
archivist 4 months ago committed by cpt-kuesel
parent 8e7fa1bed5
commit 405a0922c6

@ -38,6 +38,13 @@
- Parental: Recently Released - Parental: Recently Released
- Parental: Top Rated - Parental: Top Rated
- _family.yml
- Family: All
- Family: Random
- Family: Recently Added
- Family: Recently Released
- Family: Top Rated
- _documentary.yml - _documentary.yml
- Documentaries: All - Documentaries: All
- Documentaries: Random - Documentaries: Random
@ -52,6 +59,20 @@
- Stand-up: Recently Released - Stand-up: Recently Released
- Stand-up: Top Rated - 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 - _year_top.yml
- Top Rated of 2024 - Top Rated of 2024
- Top Rated of 2023 - Top Rated of 2023

@ -5,8 +5,11 @@
- !Watched (most watched daily|weekly|monthly|yearly) - !Watched (most watched daily|weekly|monthly|yearly)
- !Seasonal * - !Seasonal *
- Parental - Parental
- Family
- Documentaries - Documentaries
- Stand-up * - Stand-up *
- Sports
- Anime
- Awards - Awards
- !Year (top-rated) - !Year (top-rated)
- !Decades (top-rated) - !Decades (top-rated)
@ -28,24 +31,24 @@
``` ```
#### Install: #### Install:
``` ```
git clone https://github.com/0x5f3/pmm.config config git clone --recursive https://github.com/0x5f3/kometa.config config
``` ```
#### Usage: #### Usage:
###### The initial process for populating collections: ###### 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: ###### 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: ###### 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: ###### A successful run will result in something similar to this:
![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png) ![movies](https://raw.githubusercontent.com/0x5f3/kometa.config/f75695b412b8ac0ba31fa99baa051a73d638e6e3/_/_movies.png)
![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png) ![shows](https://raw.githubusercontent.com/0x5f3/kometa.config/f75695b412b8ac0ba31fa99baa051a73d638e6e3/_/_shows.png)

@ -29,6 +29,13 @@
- Parental: Recently Released - Parental: Recently Released
- Parental: Top Rated - Parental: Top Rated
- _family.yml
- Family: All
- Family: Random
- Family: Recently Added
- Family: Recently Released
- Family: Top Rated
- _documentary.yml - _documentary.yml
- Documentaries: All - Documentaries: All
- Documentaries: Random - Documentaries: Random
@ -36,6 +43,20 @@
- Documentaries: Recently Released - Documentaries: Recently Released
- Documentaries: Top Rated - 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 - _awards.yml
- Emmy Award Winners - Emmy Award Winners
- Emmy Award Nominees - Emmy Award Nominees

@ -40,8 +40,32 @@ libraries:
# schedule: weekly(sunday) # schedule: weekly(sunday)
# - file: config/collections/movie/050_parental_sync.yml # - file: config/collections/movie/050_parental_sync.yml
# - file: config/collections/movie/050_parental.yml # - file: config/collections/movie/050_parental.yml
# - file: config/collections/movie/060_documentary.yml # - file: config/collections/movie/060_family.yml
# - file: config/collections/movie/070_standup.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: TV:
library_type: show library_type: show
operations: operations:
@ -74,10 +98,14 @@ libraries:
- file: config/collections/show/100_genre_top.yml - file: config/collections/show/100_genre_top.yml
schedule: weekly(saturday) schedule: weekly(saturday)
# - file: config/collections/show/110_network.yml # - file: config/collections/show/110_network.yml
# schedule: weekly(wednesday)
# - file: config/collections/show/040_parental_sync.yml # - file: config/collections/show/040_parental_sync.yml
# - file: config/collections/show/040_parental.yml # - file: config/collections/show/040_parental.yml
# - file: config/collections/show/050_documentary.yml # - file: config/collections/show/050_family.yml
# KIDS: # - 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 # library_type: show
# operations: # operations:
# - schedule: daily # - schedule: daily

@ -19,6 +19,24 @@ libraries:
# episodes: false # episodes: false
collection_files: collection_files:
- file: config/collections/movie/_maintenance.yml - 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: TV:
library_type: show library_type: show
operations: operations:
@ -37,7 +55,7 @@ libraries:
# episodes: false # episodes: false
collection_files: collection_files:
- file: config/collections/show/_maintenance.yml - file: config/collections/show/_maintenance.yml
# KIDS: # TV - Kids:
# library_type: show # library_type: show
# operations: # operations:
# - schedule: daily # - schedule: daily

@ -29,8 +29,21 @@ libraries:
# schedule: weekly(sunday) # schedule: weekly(sunday)
# - file: config/collections/movie/050_parental_sync.yml # - file: config/collections/movie/050_parental_sync.yml
# - file: config/collections/movie/050_parental.yml # - file: config/collections/movie/050_parental.yml
# - file: config/collections/movie/060_documentary.yml # - file: config/collections/movie/060_family.yml
# - file: config/collections/movie/070_standup.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: settings:
assets_for_all: false assets_for_all: false
asset_depth: 0 asset_depth: 0

@ -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:

@ -22,10 +22,15 @@ libraries:
- file: config/collections/show/100_genre_top.yml - file: config/collections/show/100_genre_top.yml
schedule: weekly(saturday) schedule: weekly(saturday)
# - file: config/collections/show/110_network.yml # - file: config/collections/show/110_network.yml
# schedule: weekly(wednesday)
# - file: config/collections/show/040_parental_sync.yml # - file: config/collections/show/040_parental_sync.yml
# - file: config/collections/show/040_parental.yml # - file: config/collections/show/040_parental.yml
# - file: config/collections/show/050_documentary.yml # - file: config/collections/show/050_family.yml
# KIDS: # - 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 # library_type: show
# operations: # operations:
# - schedule: daily # - schedule: daily

@ -104,7 +104,7 @@ templates:
collections: collections:
"Random Movies": "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 schedule: daily
summary: "Random selection of movies" summary: "Random selection of movies"
visible_library: true visible_library: true
@ -119,7 +119,7 @@ collections:
sort_by: random sort_by: random
"Recently Added Movies": "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 schedule: daily
summary: "Recently added movies" summary: "Recently added movies"
visible_home: true visible_home: true
@ -136,7 +136,7 @@ collections:
sort_by: added.desc sort_by: added.desc
"Recently Released Movies": "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 schedule: daily
summary: "Recently released movies" summary: "Recently released movies"
visible_library: true visible_library: true
@ -152,7 +152,7 @@ collections:
"Recommended Movies": "Recommended Movies":
collection_order: alpha 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 schedule: daily
summary: "Based on personally favourited movies" summary: "Based on personally favourited movies"
template: { template: {
@ -166,7 +166,7 @@ collections:
"Suggested Movies": "Suggested Movies":
collection_order: alpha 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 schedule: daily
summary: "Based on watched and favourited movies" summary: "Based on watched and favourited movies"
template: { template: {
@ -204,7 +204,7 @@ collections:
time_period: all time_period: all
"Trending Movies": "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 schedule: daily
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
template: { template: {
@ -217,7 +217,7 @@ collections:
limit: 100 limit: 100
"Popular Movies": "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 schedule: daily
sort_title: "+010_<<num>>_<<collection_name>>" sort_title: "+010_<<num>>_<<collection_name>>"
summary: "Popular movies across the internet" summary: "Popular movies across the internet"
@ -232,7 +232,7 @@ collections:
limit: 250 limit: 250
"Top Rated Movies": "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 schedule: daily
sort_title: "+010_<<num>>_<<collection_name>>" sort_title: "+010_<<num>>_<<collection_name>>"
summary: "Top rated movies across the internet" summary: "Top rated movies across the internet"

@ -12,7 +12,7 @@ templates:
collections: collections:
"Unwatched: Random Movies": "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" summary: "Random selection of movies"
template: { template: {
name: plex, name: plex,
@ -27,7 +27,7 @@ collections:
sort_by: random sort_by: random
"Unwatched: Recommended Movies": "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" summary: "Based on personally favourited movies"
template: { template: {
name: plex, name: plex,
@ -41,7 +41,7 @@ collections:
sort_by: title.asc sort_by: title.asc
"Unwatched: Suggested Movies": "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" summary: "Based on watched and favourited movies"
template: { template: {
name: plex, name: plex,
@ -55,7 +55,7 @@ collections:
sort_by: title.asc sort_by: title.asc
"Unwatched: Popular Movies": "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" summary: "Popular movies across the internet"
template: { template: {
name: plex, name: plex,
@ -69,7 +69,7 @@ collections:
sort_by: random sort_by: random
"Unwatched: Top Rated Movies": "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" summary: "Top rated movies across the internet"
template: { template: {
name: plex, name: plex,

@ -3,7 +3,7 @@
templates: templates:
trakt: trakt:
collection_mode: hide collection_mode: hide
collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+030_<<num>>_<<collection_name>>" sort_title: "+030_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
@ -55,7 +55,7 @@ templates:
collections: collections:
"Most Watched Daily": "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 schedule: daily
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
template: { template: {
@ -70,7 +70,7 @@ collections:
time_period: daily time_period: daily
"Most Watched Weekly": "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 schedule: daily
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
template: { template: {
@ -85,7 +85,7 @@ collections:
time_period: weekly time_period: weekly
"Most Watched Monthly": "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) schedule: weekly(sunday)
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
template: { template: {
@ -100,7 +100,7 @@ collections:
time_period: monthly time_period: monthly
"Most Watched Yearly": "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) schedule: weekly(sunday)
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
template: { template: {

@ -6,7 +6,7 @@ templates:
collection_order: alpha collection_order: alpha
delete_not_scheduled: true delete_not_scheduled: true
limit: 1000 limit: 1000
sort_title: "+040_<<num>>_<<collection_name>>" sort_title: "+040_<<collection_name>>"
summary: "A timed collection of <<holiday>> movies and other movies that may relate to the holiday." summary: "A timed collection of <<holiday>> movies and other movies that may relate to the holiday."
sync_mode: sync sync_mode: sync
visible_home: false visible_home: false
@ -51,7 +51,7 @@ templates:
collections: collections:
"Valentine's Day Movies": "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) schedule: range(02/10-02/14)
template: { template: {
holiday: "Valentine's Day", holiday: "Valentine's Day",
@ -68,7 +68,7 @@ collections:
genre.not: Documentary genre.not: Documentary
"St. Patrick's Day Movies": "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) schedule: range(03/16-03/18)
template: { template: {
holiday: "St. Patrick's Day", holiday: "St. Patrick's Day",
@ -77,7 +77,7 @@ collections:
} }
"Easter Movies": "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) schedule: range(03/22-04/25)
template: { template: {
holiday: "Easter", holiday: "Easter",
@ -86,7 +86,7 @@ collections:
} }
"Halloween Movies": "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) schedule: range(10/29-10/31)
template: { template: {
holiday: "Halloween", holiday: "Halloween",
@ -100,7 +100,7 @@ collections:
genre.not: Documentary genre.not: Documentary
"Thanksgiving Movies": "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) schedule: range(11/22-11/25)
template: { template: {
holiday: "Thanksgiving", holiday: "Thanksgiving",
@ -109,7 +109,7 @@ collections:
} }
"Christmas Movies": "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) schedule: range(12/01-12/31)
template: { template: {
holiday: "Christmas", holiday: "Christmas",
@ -121,7 +121,7 @@ collections:
} }
"New Year's Eve Movies": "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) schedule: range(12/26-01/02)
template: { template: {
holiday: "New Year's Eve", holiday: "New Year's Eve",

@ -13,7 +13,7 @@ templates:
collections: collections:
"Parental: Random": "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" summary: "Random movies suitable for children"
template: { template: {
name: plex, name: plex,
@ -26,7 +26,7 @@ collections:
sort_by: random sort_by: random
"Parental: Recently Added": "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" summary: "Recently added movies suitable for children"
template: { template: {
name: plex, name: plex,
@ -39,7 +39,7 @@ collections:
sort_by: added.desc sort_by: added.desc
"Parental: Recently Released": "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" summary: "Recently released movies suitable for children"
template: { template: {
name: plex, name: plex,
@ -52,7 +52,7 @@ collections:
sort_by: release.desc sort_by: release.desc
"Parental: Top Rated": "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" summary: "Top rated movies suitable for children"
template: { template: {
name: plex, name: plex,

@ -24,7 +24,7 @@ templates:
collections: collections:
"Parental: All": "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" summary: "Movies suitable for children"
template: { template: {
mdblist_list: "list-parental", mdblist_list: "list-parental",

@ -0,0 +1,78 @@
## _family.yml
templates:
plex:
collection_mode: hide
delete_not_scheduled: false
sort_title: "+060_<<num>>_<<collection_name>>"
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

@ -4,7 +4,7 @@ templates:
plex: plex:
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+050_<<num>>_<<collection_name>>" sort_title: "+061_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
visible_home: false visible_home: false
visible_library: false visible_library: false
@ -12,19 +12,24 @@ templates:
collections: collections:
"Documentaries: All": "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" summary: "Documentaries"
collection_order: alpha
template: { template: {
name: plex, name: plex,
num: "0" num: "0"
} }
# plex_all: true
# filters:
# - filepath: "/mnt/movies-documentary"
# - filepath: "/mnt/movies-documentary-4k"
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
sort_by: title.asc sort_by: title.asc
"Documentaries: Random": "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" summary: "Random documentaries"
template: { template: {
name: plex, name: plex,
@ -32,12 +37,13 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
limit: 250 limit: 250
sort_by: random sort_by: random
"Documentaries: Recently Added": "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" summary: "Recently added documentaries"
visible_library: true visible_library: true
template: { template: {
@ -46,12 +52,13 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
limit: 100 limit: 100
sort_by: added.desc sort_by: added.desc
"Documentaries: Recently Released": "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" summary: "Recently released documentaries"
template: { template: {
name: plex, name: plex,
@ -59,12 +66,13 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
sort_by: release.desc
limit: 250 limit: 250
sort_by: release.desc
"Documentaries: Top Rated": "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" summary: "Top rated documentaries"
template: { template: {
name: plex, name: plex,
@ -72,6 +80,7 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
sort_by: critic_rating.desc
limit: 250 limit: 250
sort_by: critic_rating.desc

@ -4,7 +4,7 @@ templates:
plex: plex:
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+070_<<num>>_<<collection_name>>" sort_title: "+062_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
visible_home: false visible_home: false
visible_library: false visible_library: false
@ -31,8 +31,17 @@ templates:
collections: collections:
"Stand-up: All": "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" 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: { template: {
mdblist_list: "list-standup", mdblist_list: "list-standup",
mdblist_user: "archivist", mdblist_user: "archivist",
@ -40,8 +49,9 @@ collections:
num: "0" num: "0"
} }
"Stand-up: Random": "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" summary: "Random Stand-up"
template: { template: {
name: plex, name: plex,
@ -54,7 +64,7 @@ collections:
sort_by: random sort_by: random
"Stand-up: Recently Added": "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" summary: "Recently added Stand-up"
template: { template: {
name: plex, name: plex,
@ -67,7 +77,7 @@ collections:
sort_by: added.desc sort_by: added.desc
"Stand-up: Recently Released": "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" summary: "Recently released Stand-up"
template: { template: {
name: plex, name: plex,
@ -80,7 +90,7 @@ collections:
sort_by: release.desc sort_by: release.desc
"Stand-up: Top Rated": "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" summary: "Top rated Stand-up"
template: { template: {
name: plex, name: plex,

@ -0,0 +1,127 @@
## _sports.yml
templates:
plex:
collection_mode: hide
delete_not_scheduled: false
sort_title: "+063_<<num>>_<<collection_name>>"
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

@ -0,0 +1,78 @@
## _anime.yml
templates:
plex:
collection_mode: hide
delete_not_scheduled: false
sort_title: "+064_<<num>>_<<collection_name>>"
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

@ -22,7 +22,7 @@ templates:
collections: collections:
"Top Rated of 2024": "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" summary: "Top rated movies in 2024"
template: { template: {
language: "en", language: "en",
@ -35,7 +35,7 @@ collections:
} }
"Top Rated of 2023": "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" summary: "Top rated movies in 2023"
template: { template: {
language: "en", language: "en",
@ -48,7 +48,7 @@ collections:
} }
"Top Rated of 2022": "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" summary: "Top rated movies in 2022"
template: { template: {
language: "en", language: "en",
@ -61,7 +61,7 @@ collections:
} }
"Top Rated of 2021": "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" summary: "Top rated movies in 2021"
template: { template: {
language: "en", language: "en",
@ -74,7 +74,7 @@ collections:
} }
"Top Rated of 2020": "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" summary: "Top rated movies in 2020"
template: { template: {
language: "en", language: "en",
@ -87,7 +87,7 @@ collections:
} }
"Top Rated of 2019": "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" summary: "Top rated movies in 2019"
template: { template: {
language: "en", language: "en",
@ -100,7 +100,7 @@ collections:
} }
"Top Rated of 2018": "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" summary: "Top rated movies in 2018"
template: { template: {
language: "en", language: "en",
@ -113,7 +113,7 @@ collections:
} }
"Top Rated of 2017": "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" summary: "Top rated movies in 2017"
template: { template: {
language: "en", language: "en",
@ -126,7 +126,7 @@ collections:
} }
"Top Rated of 2016": "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" summary: "Top rated movies in 2016"
template: { template: {
language: "en", language: "en",
@ -139,7 +139,7 @@ collections:
} }
"Top Rated of 2015": "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" summary: "Top rated movies in 2015"
template: { template: {
language: "en", language: "en",
@ -152,7 +152,7 @@ collections:
} }
"Top Rated of 2014": "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" summary: "Top rated movies in 2014"
template: { template: {
language: "en", language: "en",
@ -165,7 +165,7 @@ collections:
} }
"Top Rated of 2013": "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" summary: "Top rated movies in 2013"
template: { template: {
language: "en", language: "en",
@ -178,7 +178,7 @@ collections:
} }
"Top Rated of 2012": "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" summary: "Top rated movies in 2012"
template: { template: {
language: "en", language: "en",
@ -191,7 +191,7 @@ collections:
} }
"Top Rated of 2011": "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" summary: "Top rated movies in 2011"
template: { template: {
language: "en", language: "en",
@ -204,7 +204,7 @@ collections:
} }
"Top Rated of 2010": "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" summary: "Top rated movies in 2010"
template: { template: {
language: "en", language: "en",

@ -22,7 +22,7 @@ templates:
collections: collections:
"Top Rated of the 2020s": "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" summary: "Top rated movies of the 2020s"
template: { template: {
language: "en", language: "en",
@ -35,7 +35,7 @@ collections:
} }
"Top Rated of the 2010s": "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" summary: "Top rated movies of the 2010s"
template: { template: {
language: "en", language: "en",
@ -48,7 +48,7 @@ collections:
} }
"Top Rated of the 2000s": "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" summary: "Top rated movies of the 2000s"
template: { template: {
language: "en", language: "en",
@ -61,7 +61,7 @@ collections:
} }
"Top Rated of the 1990s": "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" summary: "Top rated movies of the 1990s"
template: { template: {
language: "en", language: "en",
@ -74,7 +74,7 @@ collections:
} }
"Top Rated of the 1980s": "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" summary: "Top rated movies of the 1980s"
template: { template: {
language: "en", language: "en",
@ -87,7 +87,7 @@ collections:
} }
"Top Rated of the 1970s": "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" summary: "Top rated movies of the 1970s"
template: { template: {
language: "en", language: "en",
@ -100,7 +100,7 @@ collections:
} }
"Top Rated of the 1960s": "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" summary: "Top rated movies of the 1960s"
template: { template: {
language: "en", language: "en",
@ -113,7 +113,7 @@ collections:
} }
"Top Rated of the 1950s": "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" summary: "Top rated movies of the 1950s"
template: { template: {
language: "en", language: "en",
@ -126,7 +126,7 @@ collections:
} }
"Top Rated of the 1940s": "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" summary: "Top rated movies of the 1940s"
template: { template: {
language: "en", language: "en",
@ -139,7 +139,7 @@ collections:
} }
"Top Rated of the 1930s": "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" summary: "Top rated movies of the 1930s"
template: { template: {
language: "en", language: "en",

@ -33,7 +33,7 @@ templates:
collections: collections:
"Oscar Nominees": "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" summary: "A collection of Oscar Nominees"
template: { template: {
event: "oscar_picture,oscar_director", event: "oscar_picture,oscar_director",
@ -44,7 +44,7 @@ collections:
} }
"Oscar Winners": "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" summary: "A collection of Oscar Winners"
template: { template: {
event.winning: "oscar_picture,oscar_director", event.winning: "oscar_picture,oscar_director",
@ -55,7 +55,7 @@ collections:
} }
"Golden Globes Nominees": "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" summary: "A collection of Golden Globes Nominees"
template: { template: {
event: "golden", event: "golden",
@ -66,7 +66,7 @@ collections:
} }
"Golden Globes Winners": "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" summary: "A collection of Golden Globes Winners"
template: { template: {
event.winning: "golden", event.winning: "golden",
@ -77,7 +77,7 @@ collections:
} }
"BAFTA Winners": "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" summary: "A collection of BAFTA Winners"
template: { template: {
event.winning: "bafta", event.winning: "bafta",
@ -88,7 +88,7 @@ collections:
} }
"Berlinale Winners": "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" summary: "A collection of Berlinale Winners"
template: { template: {
event.winning: "ev0000091", event.winning: "ev0000091",
@ -99,7 +99,7 @@ collections:
} }
"Cannes Film Festival Winners": "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" summary: "A collection of Cannes Film Festival Winners"
template: { template: {
event.winning: "cannes", event.winning: "cannes",
@ -110,7 +110,7 @@ collections:
} }
"European Film Award Winners": "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" summary: "A collection of European Film Award Winners"
template: { template: {
event.winning: "ev0000230", event.winning: "ev0000230",
@ -121,7 +121,7 @@ collections:
} }
"Sundance Winners": "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" summary: "A collection of Sundance Winners"
template: { template: {
event.winning: "sundance", event.winning: "sundance",
@ -132,7 +132,7 @@ collections:
} }
"Venice Film Festival Winners": "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" summary: "A collection of Venice Film Festival Winners"
template: { template: {
event.winning: "ev0000681", event.winning: "ev0000681",
@ -143,7 +143,7 @@ collections:
} }
"Critic's Choice Winners": "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" summary: "A collection of Critic's Choice Winners"
template: { template: {
event.winning: "choice", event.winning: "choice",
@ -154,7 +154,7 @@ collections:
} }
"Spirit Awards Winners": "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" summary: "A collection of Spirit Awards Winners"
template: { template: {
event.winning: "spirit", event.winning: "spirit",
@ -165,7 +165,7 @@ collections:
} }
"Razzie Winners": "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" summary: "A collection of Razzie Winners"
template: { template: {
event.winning: "razzie", event.winning: "razzie",

@ -24,7 +24,7 @@ templates:
collections: collections:
"Popular in Action": "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" summary: "Popular movies in Action"
template: { template: {
genre: "action", genre: "action",
@ -36,7 +36,7 @@ collections:
} }
"Popular in Adventure": "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" summary: "Popular movies in Adventure"
template: { template: {
genre: "adventure", genre: "adventure",
@ -48,7 +48,7 @@ collections:
} }
"Popular in Animation": "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" summary: "Popular movies in Animation"
template: { template: {
genre: "animation", genre: "animation",
@ -60,7 +60,7 @@ collections:
} }
"Popular in Biography": "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" summary: "Popular movies in Biography"
template: { template: {
genre: "biography", genre: "biography",
@ -72,7 +72,7 @@ collections:
} }
"Popular in Comedy": "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" summary: "Popular movies in Comedy"
template: { template: {
genre: "comedy", genre: "comedy",
@ -85,7 +85,7 @@ collections:
"Popular in Crime": "Popular in Crime":
summary: "Popular movies 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: { template: {
genre: "crime", genre: "crime",
genre.not: "documentary", genre.not: "documentary",
@ -97,7 +97,7 @@ collections:
"Popular in Documentary": "Popular in Documentary":
summary: "Popular movies 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: { template: {
genre: "documentary", genre: "documentary",
language: "en", language: "en",
@ -107,7 +107,7 @@ collections:
} }
"Popular in Drama": "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" summary: "Popular movies in Drama"
template: { template: {
genre: "drama", genre: "drama",
@ -119,7 +119,7 @@ collections:
} }
"Popular in Family": "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" summary: "Popular movies in Family"
template: { template: {
genre: "family", genre: "family",
@ -131,7 +131,7 @@ collections:
} }
"Popular in Fantasy": "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" summary: "Popular movies in Fantasy"
template: { template: {
genre: "fantasy", genre: "fantasy",
@ -143,7 +143,7 @@ collections:
} }
"Popular in History": "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" summary: "Popular movies in History"
template: { template: {
genre: "history", genre: "history",
@ -155,7 +155,7 @@ collections:
} }
"Popular in Horror": "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" summary: "Popular movies in Horror"
template: { template: {
genre: "horror", genre: "horror",
@ -167,7 +167,7 @@ collections:
} }
"Popular in Music": "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" summary: "Popular movies in Music"
template: { template: {
genre: "music", genre: "music",
@ -179,7 +179,7 @@ collections:
} }
"Popular in Musicals": "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" summary: "Popular movies in Musicals"
template: { template: {
genre: "musical", genre: "musical",
@ -191,7 +191,7 @@ collections:
} }
"Popular in Mystery": "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" summary: "Popular movies in Mystery"
template: { template: {
genre: "mystery", genre: "mystery",
@ -203,7 +203,7 @@ collections:
} }
"Popular in Romance": "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" summary: "Popular movies in Romance"
template: { template: {
genre: "romance", genre: "romance",
@ -215,7 +215,7 @@ collections:
} }
"Popular in Sci-Fi": "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" summary: "Popular movies in Sci-Fi"
template: { template: {
genre: "sci-fi", genre: "sci-fi",
@ -227,7 +227,7 @@ collections:
} }
"Popular in Sport": "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" summary: "Popular movies in Sport"
template: { template: {
genre: "sport", genre: "sport",
@ -239,7 +239,7 @@ collections:
} }
"Popular in Thriller": "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" summary: "Popular movies in Thriller"
template: { template: {
genre: "thriller", genre: "thriller",
@ -251,7 +251,7 @@ collections:
} }
"Popular in War": "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" summary: "Popular movies in War"
template: { template: {
genre: "war", genre: "war",
@ -263,7 +263,7 @@ collections:
} }
"Popular in Western": "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" summary: "Popular movies in Western"
template: { template: {
genre: "western", genre: "western",

@ -25,7 +25,7 @@ templates:
collections: collections:
"Top Rated in Action": "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" summary: "Top rated movies in Action"
template: { template: {
genre: "action", genre: "action",
@ -38,7 +38,7 @@ collections:
} }
"Top Rated in Adventure": "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" summary: "Top rated movies in Adventure"
template: { template: {
genre: "adventure", genre: "adventure",
@ -51,7 +51,7 @@ collections:
} }
"Top Rated in Animation": "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" summary: "Top rated movies in Animation"
template: { template: {
genre: "animation", genre: "animation",
@ -64,7 +64,7 @@ collections:
} }
"Top Rated in Biography": "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" summary: "Top rated movies in Biography"
template: { template: {
genre: "biography", genre: "biography",
@ -77,7 +77,7 @@ collections:
} }
"Top Rated in Comedy": "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" summary: "Top rated movies in Comedy"
template: { template: {
genre: "comedy", genre: "comedy",
@ -90,7 +90,7 @@ collections:
} }
"Top Rated in Crime": "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" summary: "Top rated movies in Crime"
template: { template: {
genre: "crime", genre: "crime",
@ -103,7 +103,7 @@ collections:
} }
"Top Rated in Documentary": "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" summary: "Top rated movies in Documentary"
template: { template: {
genre: "documentary", genre: "documentary",
@ -115,7 +115,7 @@ collections:
} }
"Top Rated in Drama": "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" summary: "Top rated movies in Drama"
template: { template: {
genre: "drama", genre: "drama",
@ -128,7 +128,7 @@ collections:
} }
"Top Rated in Family": "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" summary: "Top rated movies in Family"
template: { template: {
genre: "family", genre: "family",
@ -142,7 +142,7 @@ collections:
"Top Rated in Fantasy": "Top Rated in Fantasy":
summary: "Top rated movies 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: { template: {
genre: "fantasy", genre: "fantasy",
genre.not: "documentary", genre.not: "documentary",
@ -154,7 +154,7 @@ collections:
} }
"Top Rated in History": "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" summary: "Top rated movies in History"
template: { template: {
genre: "history", genre: "history",
@ -168,7 +168,7 @@ collections:
"Top Rated in Horror": "Top Rated in Horror":
summary: "Top rated movies 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: { template: {
genre: "horror", genre: "horror",
genre.not: "documentary", genre.not: "documentary",
@ -180,7 +180,7 @@ collections:
} }
"Top Rated in Music": "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" summary: "Top rated movies in Music"
template: { template: {
genre: "music", genre: "music",
@ -193,7 +193,7 @@ collections:
} }
"Top Rated in Musicals": "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" summary: "Top rated movies in Musicals"
template: { template: {
genre: "musical", genre: "musical",
@ -206,7 +206,7 @@ collections:
} }
"Top Rated in Mystery": "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" summary: "Top rated movies in Mystery"
template: { template: {
genre: "mystery", genre: "mystery",
@ -219,7 +219,7 @@ collections:
} }
"Top Rated in Romance": "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" summary: "Top rated movies in Romance"
template: { template: {
genre: "romance", genre: "romance",
@ -232,7 +232,7 @@ collections:
} }
"Top Rated in Sci-Fi": "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" summary: "Top rated movies in Sci-Fi"
template: { template: {
genre: "sci-fi", genre: "sci-fi",
@ -245,7 +245,7 @@ collections:
} }
"Top Rated in Sport": "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" summary: "Top rated movies in Sport"
template: { template: {
genre: "sport", genre: "sport",
@ -258,7 +258,7 @@ collections:
} }
"Top Rated in Thriller": "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" summary: "Top rated movies in Thriller"
template: { template: {
genre: "thriller", genre: "thriller",
@ -271,7 +271,7 @@ collections:
} }
"Top Rated in War": "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" summary: "Top rated movies in War"
template: { template: {
genre: "war", genre: "war",
@ -284,7 +284,7 @@ collections:
} }
"Top Rated in Western": "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" summary: "Top rated movies in Western"
template: { template: {
genre: "western", genre: "western",

@ -76,7 +76,7 @@ templates:
collections: collections:
"Top Rated in Absurdism": "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) schedule: weekly(monday)
summary: "Top rated movies in Absurdism" summary: "Top rated movies in Absurdism"
template: { template: {
@ -90,7 +90,7 @@ collections:
} }
"Top Rated in Aliens": "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) schedule: weekly(monday)
summary: "Top rated movies in Aliens" summary: "Top rated movies in Aliens"
template: { template: {
@ -104,7 +104,7 @@ collections:
} }
"Top Rated in Alternate History": "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) schedule: weekly(monday)
summary: "Top rated movies in Alternate History" summary: "Top rated movies in Alternate History"
template: { template: {
@ -118,7 +118,7 @@ collections:
} }
"Top Rated in Animatronic": "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) schedule: weekly(monday)
summary: "Top rated movies in Animatronic" summary: "Top rated movies in Animatronic"
template: { template: {
@ -132,7 +132,7 @@ collections:
} }
"Top Rated in Anti-Hero": "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) schedule: weekly(monday)
summary: "Top rated movies in Anti-Hero" summary: "Top rated movies in Anti-Hero"
template: { template: {
@ -146,7 +146,7 @@ collections:
} }
"Top Rated in Apocalypse": "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) schedule: weekly(monday)
summary: "Top rated movies in Apocalypse" summary: "Top rated movies in Apocalypse"
template: { template: {
@ -160,7 +160,7 @@ collections:
} }
"Top Rated in Artificial Intelligence": "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) schedule: weekly(monday)
summary: "Top rated movies in Artificial Intelligence" summary: "Top rated movies in Artificial Intelligence"
template: { template: {
@ -174,7 +174,7 @@ collections:
} }
"Top Rated in Assassins": "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) schedule: weekly(monday)
summary: "Top rated movies in Assassins" summary: "Top rated movies in Assassins"
template: { template: {
@ -188,7 +188,7 @@ collections:
} }
"Top Rated in Betrayal": "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) schedule: weekly(monday)
summary: "Top rated movies in Betrayal" summary: "Top rated movies in Betrayal"
template: { template: {
@ -202,7 +202,7 @@ collections:
} }
"Top Rated in Blaxploitation": "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) schedule: weekly(monday)
summary: "Top rated movies in Blaxploitation" summary: "Top rated movies in Blaxploitation"
template: { template: {
@ -216,7 +216,7 @@ collections:
} }
"Top Rated in Boxing": "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) schedule: weekly(monday)
summary: "Top rated movies in Boxing" summary: "Top rated movies in Boxing"
template: { template: {
@ -230,7 +230,7 @@ collections:
} }
"Top Rated in Bugs": "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) schedule: weekly(monday)
summary: "Top rated movies in Bugs" summary: "Top rated movies in Bugs"
template: { template: {
@ -244,7 +244,7 @@ collections:
} }
"Top Rated in Cannibals": "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) schedule: weekly(monday)
summary: "Top rated movies in Cannibals" summary: "Top rated movies in Cannibals"
template: { template: {
@ -258,7 +258,7 @@ collections:
} }
"Top Rated in Caper": "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) schedule: weekly(monday)
summary: "Top rated movies in Caper" summary: "Top rated movies in Caper"
template: { template: {
@ -272,7 +272,7 @@ collections:
} }
"Top Rated in Chick-flick": "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) schedule: weekly(monday)
summary: "Top rated movies in Chick-flick" summary: "Top rated movies in Chick-flick"
template: { template: {
@ -290,7 +290,7 @@ collections:
} }
"Top Rated in Comics": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Comics" summary: "Top rated movies in Comics"
template: { template: {
@ -304,7 +304,7 @@ collections:
} }
"Top Rated in Coming of Age": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Coming of Age" summary: "Top rated movies in Coming of Age"
template: { template: {
@ -318,7 +318,7 @@ collections:
} }
"Top Rated in Conspiracy": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Conspiracy" summary: "Top rated movies in Conspiracy"
template: { template: {
@ -332,7 +332,7 @@ collections:
} }
"Top Rated in Con-Artists": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Con-Artists" summary: "Top rated movies in Con-Artists"
template: { template: {
@ -346,7 +346,7 @@ collections:
} }
"Top Rated in Cop": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Cop" summary: "Top rated movies in Cop"
template: { template: {
@ -360,7 +360,7 @@ collections:
} }
"Top Rated in Costume Drama": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Costume Drama" summary: "Top rated movies in Costume Drama"
template: { template: {
@ -374,7 +374,7 @@ collections:
} }
"Top Rated in Courtroom": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Courtroom" summary: "Top rated movies in Courtroom"
template: { template: {
@ -388,7 +388,7 @@ collections:
} }
"Top Rated in Cyberpunk": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Cyberpunk" summary: "Top rated movies in Cyberpunk"
template: { template: {
@ -402,7 +402,7 @@ collections:
} }
"Top Rated in Dark Comedy": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Dark Comedy" summary: "Top rated movies in Dark Comedy"
template: { template: {
@ -417,7 +417,7 @@ collections:
} }
"Top Rated in Dark Fantasy": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Dark Fantasy" summary: "Top rated movies in Dark Fantasy"
template: { template: {
@ -431,7 +431,7 @@ collections:
} }
"Top Rated in Demonic": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Demonic" summary: "Top rated movies in Demonic"
template: { template: {
@ -445,7 +445,7 @@ collections:
} }
"Top Rated in Detective": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Detective" summary: "Top rated movies in Detective"
template: { template: {
@ -459,7 +459,7 @@ collections:
} }
"Top Rated in Dinosaurs": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Dinosaurs" summary: "Top rated movies in Dinosaurs"
template: { template: {
@ -473,7 +473,7 @@ collections:
} }
"Top Rated in Disaster": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Disaster" summary: "Top rated movies in Disaster"
template: { template: {
@ -487,7 +487,7 @@ collections:
} }
"Top Rated in Dragons": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Dragons" summary: "Top rated movies in Dragons"
template: { template: {
@ -501,7 +501,7 @@ collections:
} }
"Top Rated in Dystopian": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Dystopian" summary: "Top rated movies in Dystopian"
template: { template: {
@ -515,7 +515,7 @@ collections:
} }
"Top Rated in Epics": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Epics" summary: "Top rated movies in Epics"
template: { template: {
@ -529,7 +529,7 @@ collections:
} }
"Top Rated in Espionage": "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) schedule: weekly(tuesday)
summary: "Top rated movies in Espionage" summary: "Top rated movies in Espionage"
template: { template: {
@ -543,7 +543,7 @@ collections:
} }
"Top Rated in Experimental": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Experimental" summary: "Top rated movies in Experimental"
template: { template: {
@ -557,7 +557,7 @@ collections:
} }
"Top Rated in Exploitation": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Exploitation" summary: "Top rated movies in Exploitation"
template: { template: {
@ -573,7 +573,7 @@ collections:
} }
"Top Rated in Fairytales": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Fairytales" summary: "Top rated movies in Fairytales"
template: { template: {
@ -587,7 +587,7 @@ collections:
} }
"Top Rated in Found Footage": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Found Footage" summary: "Top rated movies in Found Footage"
template: { template: {
@ -602,7 +602,7 @@ collections:
} }
"Top Rated in Fugitives": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Fugitives" summary: "Top rated movies in Fugitives"
template: { template: {
@ -616,7 +616,7 @@ collections:
} }
"Top Rated in Futuristic": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Futuristic" summary: "Top rated movies in Futuristic"
template: { template: {
@ -630,7 +630,7 @@ collections:
} }
"Top Rated in Gangster": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Gangster" summary: "Top rated movies in Gangster"
template: { template: {
@ -644,7 +644,7 @@ collections:
} }
"Top Rated in Ghosts": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Ghosts" summary: "Top rated movies in Ghosts"
template: { template: {
@ -660,7 +660,7 @@ collections:
} }
"Top Rated in Gothic": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Gothic" summary: "Top rated movies in Gothic"
template: { template: {
@ -675,7 +675,7 @@ collections:
} }
"Top Rated in Grindhouse": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Grindhouse" summary: "Top rated movies in Grindhouse"
template: { template: {
@ -691,7 +691,7 @@ collections:
} }
"Top Rated in Heartbreak": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Heartbreak" summary: "Top rated movies in Heartbreak"
template: { template: {
@ -705,7 +705,7 @@ collections:
} }
"Top Rated in Heists": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Heists" summary: "Top rated movies in Heists"
template: { template: {
@ -719,7 +719,7 @@ collections:
} }
"Top Rated in Historical Event": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Historical Event" summary: "Top rated movies in Historical Event"
template: { template: {
@ -733,7 +733,7 @@ collections:
} }
"Top Rated in Hostage": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Hostage" summary: "Top rated movies in Hostage"
template: { template: {
@ -748,7 +748,7 @@ collections:
} }
"Top Rated in Hustle": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Hustle" summary: "Top rated movies in Hustle"
template: { template: {
@ -762,7 +762,7 @@ collections:
} }
"Top Rated in LGBTQ+": "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) schedule: weekly(wednesday)
summary: "Top rated movies in LGBTQ+" summary: "Top rated movies in LGBTQ+"
template: { template: {
@ -776,7 +776,7 @@ collections:
} }
"Top Rated in Martial-Arts": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Martial-Arts" summary: "Top rated movies in Martial-Arts"
template: { template: {
@ -794,7 +794,7 @@ collections:
} }
"Top Rated in Medical": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Medical" summary: "Top rated movies in Medical"
template: { template: {
@ -808,7 +808,7 @@ collections:
} }
"Top Rated in Medieval": "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) schedule: weekly(wednesday)
summary: "Top rated movies in Medieval" summary: "Top rated movies in Medieval"
template: { template: {
@ -822,7 +822,7 @@ collections:
} }
"Top Rated in Melodrama": "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) schedule: weekly(thursday)
summary: "Top rated movies in Melodrama" summary: "Top rated movies in Melodrama"
template: { template: {
@ -836,7 +836,7 @@ collections:
} }
"Top Rated in Military": "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) schedule: weekly(thursday)
summary: "Top rated movies in Military" summary: "Top rated movies in Military"
template: { template: {
@ -850,7 +850,7 @@ collections:
} }
"Top Rated in Mindfuck": "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) schedule: weekly(thursday)
summary: "Top rated movies in Mindfuck" summary: "Top rated movies in Mindfuck"
template: { template: {
@ -866,7 +866,7 @@ collections:
} }
"Top Rated in Mockumentary": "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) schedule: weekly(thursday)
summary: "Top rated movies in Mockumentary" summary: "Top rated movies in Mockumentary"
template: { template: {
@ -881,7 +881,7 @@ collections:
} }
"Top Rated in Monsters": "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) schedule: weekly(thursday)
summary: "Top rated movies in Monsters" summary: "Top rated movies in Monsters"
template: { template: {
@ -896,7 +896,7 @@ collections:
} }
"Top Rated in Mythology": "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) schedule: weekly(thursday)
summary: "Top rated movies in Mythology" summary: "Top rated movies in Mythology"
template: { template: {
@ -910,7 +910,7 @@ collections:
} }
"Top Rated in Naval": "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) schedule: weekly(thursday)
summary: "Top rated movies in Naval" summary: "Top rated movies in Naval"
template: { template: {
@ -924,7 +924,7 @@ collections:
} }
"Top Rated in Ninjas": "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) schedule: weekly(thursday)
summary: "Top rated movies in Ninjas" summary: "Top rated movies in Ninjas"
template: { template: {
@ -938,7 +938,7 @@ collections:
} }
"Top Rated in Novel": "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) schedule: weekly(thursday)
summary: "Top rated movies in Novel" summary: "Top rated movies in Novel"
template: { template: {
@ -952,7 +952,7 @@ collections:
} }
"Top Rated in Nunsploitation": "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) schedule: weekly(thursday)
summary: "Top rated movies in Nunsploitation" summary: "Top rated movies in Nunsploitation"
template: { template: {
@ -966,7 +966,7 @@ collections:
} }
"Top Rated in Occult": "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) schedule: weekly(thursday)
summary: "Top rated movies in Occult" summary: "Top rated movies in Occult"
template: { template: {
@ -980,7 +980,7 @@ collections:
} }
"Top Rated in Outerspace": "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) schedule: weekly(thursday)
summary: "Top rated movies in Outerspace" summary: "Top rated movies in Outerspace"
template: { template: {
@ -995,7 +995,7 @@ collections:
} }
"Top Rated in Outlaw": "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) schedule: weekly(thursday)
summary: "Top rated movies in Outlaw" summary: "Top rated movies in Outlaw"
template: { template: {
@ -1009,7 +1009,7 @@ collections:
} }
"Top Rated in Pandemic": "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) schedule: weekly(thursday)
summary: "Top rated movies in Pandemic" summary: "Top rated movies in Pandemic"
template: { template: {
@ -1023,7 +1023,7 @@ collections:
} }
"Top Rated in Paranormal": "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) schedule: weekly(thursday)
summary: "Top rated movies in Paranormal" summary: "Top rated movies in Paranormal"
template: { template: {
@ -1037,7 +1037,7 @@ collections:
} }
"Top Rated in Parody": "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) schedule: weekly(thursday)
summary: "Top rated movies in Parody" summary: "Top rated movies in Parody"
template: { template: {
@ -1051,7 +1051,7 @@ collections:
} }
"Top Rated in Period Drama": "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) schedule: weekly(friday)
summary: "Top rated movies in Period Drama" summary: "Top rated movies in Period Drama"
template: { template: {
@ -1065,7 +1065,7 @@ collections:
} }
"Top Rated in Petrolhead": "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) schedule: weekly(monday)
summary: "Top rated movies in Petrolhead" summary: "Top rated movies in Petrolhead"
template: { template: {
@ -1079,7 +1079,7 @@ collections:
} }
"Top Rated in Philosophical": "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) schedule: weekly(friday)
summary: "Top rated movies in Philosophical" summary: "Top rated movies in Philosophical"
template: { template: {
@ -1094,7 +1094,7 @@ collections:
} }
"Top Rated in Political": "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) schedule: weekly(friday)
summary: "Top rated movies in Political" summary: "Top rated movies in Political"
template: { template: {
@ -1108,7 +1108,7 @@ collections:
} }
"Top Rated in Post-Apocalyptic": "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) schedule: weekly(friday)
summary: "Top rated movies in Post-Apocalyptic" summary: "Top rated movies in Post-Apocalyptic"
template: { template: {
@ -1122,7 +1122,7 @@ collections:
} }
"Top Rated in Prehistoric": "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) schedule: weekly(friday)
summary: "Top rated movies in Prehistoric" summary: "Top rated movies in Prehistoric"
template: { template: {
@ -1138,7 +1138,7 @@ collections:
} }
"Top Rated in Prison": "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) schedule: weekly(friday)
summary: "Top rated movies in Prison" summary: "Top rated movies in Prison"
template: { template: {
@ -1152,7 +1152,7 @@ collections:
} }
"Top Rated in Psychedelic": "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) schedule: weekly(friday)
summary: "Top rated movies in Psychedelic" summary: "Top rated movies in Psychedelic"
template: { template: {
@ -1166,7 +1166,7 @@ collections:
} }
"Top Rated in Psychological": "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) schedule: weekly(friday)
summary: "Top rated movies in Psychological" summary: "Top rated movies in Psychological"
template: { template: {
@ -1180,7 +1180,7 @@ collections:
} }
"Top Rated in Religion": "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) schedule: weekly(friday)
summary: "Top rated movies in Religion" summary: "Top rated movies in Religion"
template: { template: {
@ -1194,7 +1194,7 @@ collections:
} }
"Top Rated in Remake": "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) schedule: weekly(friday)
summary: "Top rated movies in Remake" summary: "Top rated movies in Remake"
template: { template: {
@ -1210,7 +1210,7 @@ collections:
} }
"Top Rated in Revenge": "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) schedule: weekly(friday)
summary: "Top rated movies in Revenge" summary: "Top rated movies in Revenge"
template: { template: {
@ -1224,7 +1224,7 @@ collections:
} }
"Top Rated in Robots": "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) schedule: weekly(friday)
summary: "Top rated movies in Robots" summary: "Top rated movies in Robots"
template: { template: {
@ -1238,7 +1238,7 @@ collections:
} }
"Top Rated in Romantic Comedy": "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) schedule: weekly(friday)
summary: "Top rated movies in Romantic Comedy" summary: "Top rated movies in Romantic Comedy"
template: { template: {
@ -1255,7 +1255,7 @@ collections:
year.gte: 1960 year.gte: 1960
"Top Rated in Romantic Drama": "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) schedule: weekly(friday)
summary: "Top rated movies in Romantic Drama" summary: "Top rated movies in Romantic Drama"
template: { template: {
@ -1272,7 +1272,7 @@ collections:
year.gte: 1960 year.gte: 1960
"Top Rated in Samurai": "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) schedule: weekly(friday)
summary: "Top rated movies in Samurai" summary: "Top rated movies in Samurai"
template: { template: {
@ -1288,7 +1288,7 @@ collections:
} }
"Top Rated in Satire": "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) schedule: weekly(friday)
summary: "Top rated movies in Satire" summary: "Top rated movies in Satire"
template: { template: {
@ -1303,7 +1303,7 @@ collections:
} }
"Top Rated in Serial Killers": "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) schedule: weekly(saturday)
summary: "Top rated movies in Serial Killers" summary: "Top rated movies in Serial Killers"
template: { template: {
@ -1317,7 +1317,7 @@ collections:
} }
"Top Rated in Slasher": "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) schedule: weekly(saturday)
summary: "Top rated movies in Slasher" summary: "Top rated movies in Slasher"
template: { template: {
@ -1335,7 +1335,7 @@ collections:
} }
"Top Rated in Space Opera": "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) schedule: weekly(saturday)
summary: "Top rated movies in Space Opera" summary: "Top rated movies in Space Opera"
template: { template: {
@ -1349,7 +1349,7 @@ collections:
} }
"Top Rated in Spaghetti Western": "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) schedule: weekly(saturday)
summary: "Top rated movies in Spaghetti Western" summary: "Top rated movies in Spaghetti Western"
template: { template: {
@ -1363,7 +1363,7 @@ collections:
} }
"Top Rated in Splatter": "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) schedule: weekly(saturday)
summary: "Top rated movies in Splatter" summary: "Top rated movies in Splatter"
template: { template: {
@ -1378,7 +1378,7 @@ collections:
} }
"Top Rated in Steampunk": "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) schedule: weekly(saturday)
summary: "Top rated movies in Steampunk" summary: "Top rated movies in Steampunk"
template: { template: {
@ -1392,7 +1392,7 @@ collections:
} }
"Top Rated in Stoner": "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) schedule: weekly(saturday)
summary: "Top rated movies in Stoner" summary: "Top rated movies in Stoner"
template: { template: {
@ -1406,7 +1406,7 @@ collections:
} }
"Top Rated in Stop-Motion": "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) schedule: weekly(saturday)
summary: "Top rated movies in Stop-Motion" summary: "Top rated movies in Stop-Motion"
template: { template: {
@ -1423,7 +1423,7 @@ collections:
"Top Rated in Superhero": "Top Rated in Superhero":
summary: "Top rated movies 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) schedule: weekly(saturday)
template: { template: {
name: sub_genre, name: sub_genre,
@ -1436,7 +1436,7 @@ collections:
} }
"Top Rated in Supernatural": "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) schedule: weekly(saturday)
summary: "Top rated movies in Supernatural" summary: "Top rated movies in Supernatural"
template: { template: {
@ -1450,7 +1450,7 @@ collections:
} }
"Top Rated in Surrealism": "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) schedule: weekly(saturday)
summary: "Top rated movies in Surrealism" summary: "Top rated movies in Surrealism"
template: { template: {
@ -1464,7 +1464,7 @@ collections:
} }
"Top Rated in Survival": "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) schedule: weekly(saturday)
summary: "Top rated movies in Survival" summary: "Top rated movies in Survival"
template: { template: {
@ -1479,7 +1479,7 @@ collections:
} }
"Top Rated in Swashbuckler": "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) schedule: weekly(saturday)
summary: "Top rated movies in Swashbuckler" summary: "Top rated movies in Swashbuckler"
template: { template: {
@ -1493,7 +1493,7 @@ collections:
} }
"Top Rated in Sword & Sandal": "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) schedule: weekly(saturday)
summary: "Top rated movies in Sword & Sandal" summary: "Top rated movies in Sword & Sandal"
template: { template: {
@ -1508,7 +1508,7 @@ collections:
} }
"Top Rated in Sword & Sorcery": "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) schedule: weekly(saturday)
summary: "Top rated movies in Sword & Sorcery" summary: "Top rated movies in Sword & Sorcery"
template: { template: {
@ -1523,7 +1523,7 @@ collections:
} }
"Top Rated in Time Travel": "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) schedule: weekly(sunday)
summary: "Top rated movies in Time Travel" summary: "Top rated movies in Time Travel"
template: { template: {
@ -1538,7 +1538,7 @@ collections:
} }
"Top Rated in Treasure Hunt": "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) schedule: weekly(sunday)
summary: "Top rated movies in Treasure Hunt" summary: "Top rated movies in Treasure Hunt"
template: { template: {
@ -1552,7 +1552,7 @@ collections:
} }
"Top Rated in True Story": "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) schedule: weekly(sunday)
summary: "Top rated movies in True Story" summary: "Top rated movies in True Story"
template: { template: {
@ -1568,7 +1568,7 @@ collections:
} }
"Top Rated in Urban Fantasy": "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) schedule: weekly(sunday)
summary: "Top rated movies in Urban Fantasy" summary: "Top rated movies in Urban Fantasy"
template: { template: {
@ -1582,7 +1582,7 @@ collections:
} }
"Top Rated in Utopian": "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) schedule: weekly(sunday)
summary: "Top rated movies in Utopian" summary: "Top rated movies in Utopian"
template: { template: {
@ -1597,7 +1597,7 @@ collections:
} }
"Top Rated in Vampires": "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) schedule: weekly(sunday)
summary: "Top rated movies in Vampires" summary: "Top rated movies in Vampires"
template: { template: {
@ -1611,7 +1611,7 @@ collections:
} }
"Top Rated in Video Game": "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) schedule: weekly(sunday)
summary: "Top rated movies in Video Game" summary: "Top rated movies in Video Game"
template: { template: {
@ -1625,7 +1625,7 @@ collections:
} }
"Top Rated in Werewolves": "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) schedule: weekly(sunday)
summary: "Top rated movies in Werewolves" summary: "Top rated movies in Werewolves"
template: { template: {
@ -1639,7 +1639,7 @@ collections:
} }
"Top Rated in Whodunit?": "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) schedule: weekly(sunday)
summary: "Top rated movies in Whodunit?" summary: "Top rated movies in Whodunit?"
template: { template: {
@ -1653,7 +1653,7 @@ collections:
} }
"Top Rated in Wizardry & Witchcraft": "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) schedule: weekly(sunday)
summary: "Top rated movies in Wizardry & Witchcraft" summary: "Top rated movies in Wizardry & Witchcraft"
template: { template: {
@ -1667,7 +1667,7 @@ collections:
} }
"Top Rated in World War": "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) schedule: weekly(sunday)
summary: "Top rated movies in World War" summary: "Top rated movies in World War"
template: { template: {
@ -1681,7 +1681,7 @@ collections:
} }
"Top Rated in Zombies": "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) schedule: weekly(sunday)
summary: "Top rated movies in Zombies" summary: "Top rated movies in Zombies"
template: { template: {

@ -20,7 +20,7 @@ templates:
collections: collections:
"Columbia": "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" summary: "A collection from Columbia"
template: { template: {
company: "co0050868", company: "co0050868",
@ -30,7 +30,7 @@ collections:
} }
"Criterion": "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" summary: "A collection from Criterion"
template: { template: {
company: "co0044076", company: "co0044076",
@ -40,7 +40,7 @@ collections:
} }
"DC Entertainment": "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" summary: "A collection from DC Entertainment"
template: { template: {
company: "co0123927", company: "co0123927",
@ -50,7 +50,7 @@ collections:
} }
"DreamWorks": "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" summary: "A collection from DreamWorks"
template: { template: {
company: "co0040938,co0129164,co0819670,co0396719,co0252576", company: "co0040938,co0129164,co0819670,co0396719,co0252576",
@ -60,7 +60,7 @@ collections:
} }
"Lionsgate": "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" summary: "A collection from Lionsgate"
template: { template: {
company: "co0807819,co0006881,co0060306,co0179392", company: "co0807819,co0006881,co0060306,co0179392",
@ -70,7 +70,7 @@ collections:
} }
"Lucasfilm": "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" summary: "A collection from Lucasfilm"
template: { template: {
company: "co0071326,co0196838,co0049348", company: "co0071326,co0196838,co0049348",
@ -80,7 +80,7 @@ collections:
} }
"Marvel Studios": "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" summary: "A collection from Marvel Studios"
template: { template: {
company: "co0051941", company: "co0051941",
@ -90,7 +90,7 @@ collections:
} }
"MGM": "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" summary: "A collection from MGM"
template: { template: {
company: "co0007143", company: "co0007143",
@ -100,7 +100,7 @@ collections:
} }
"Paramount Pictures": "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" summary: "A collection from Paramount Pictures"
template: { template: {
company: "co0023400", company: "co0023400",
@ -110,7 +110,7 @@ collections:
} }
"Pixar": "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" summary: "A collection from Pixar"
template: { template: {
company: "co0017902,co0348691", company: "co0017902,co0348691",
@ -120,7 +120,7 @@ collections:
} }
"Studio Ghibli": "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" summary: "A collection from Studio Ghibli"
template: { template: {
company: "co0048420", company: "co0048420",
@ -130,7 +130,7 @@ collections:
} }
"Samuel Goldwyn Company": "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" summary: "A collection from Samuel Goldwyn Company"
template: { template: {
company: "co0016710", company: "co0016710",
@ -140,7 +140,7 @@ collections:
} }
"SONY": "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" summary: "A collection from SONY"
template: { template: {
company: "co0026545,co0014453,co0121181,co0001799,co0208736", company: "co0026545,co0014453,co0121181,co0001799,co0208736",
@ -150,7 +150,7 @@ collections:
} }
"Touchstone": "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" summary: "A collection from Touchstone"
template: { template: {
company: "co0049348", company: "co0049348",
@ -160,7 +160,7 @@ collections:
} }
"Twentieth Century Fox": "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" summary: "A collection from Twentieth Century Fox"
template: { template: {
company: "co0000756", company: "co0000756",
@ -170,7 +170,7 @@ collections:
} }
"United Artists": "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" summary: "A collection from United Artists"
template: { template: {
company: "co0026841", company: "co0026841",
@ -180,7 +180,7 @@ collections:
} }
"Universal": "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" summary: "A collection from Universal"
template: { template: {
company: "co0005073", company: "co0005073",
@ -190,7 +190,7 @@ collections:
} }
"Walt Disney": "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" summary: "A collection from Walt Disney"
template: { template: {
company: "co0226183,co0008970", company: "co0226183,co0008970",
@ -200,7 +200,7 @@ collections:
} }
"Warner Bros": "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" summary: "A collection from Warner Bros"
template: { template: {
company: "co0002663", company: "co0002663",

@ -104,7 +104,7 @@ templates:
collections: collections:
"Random TV shows": "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 schedule: daily
summary: "Random selection of TV shows" summary: "Random selection of TV shows"
visible_library: true visible_library: true
@ -119,7 +119,7 @@ collections:
sort_by: random sort_by: random
"Recently Added TV shows": "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" summary: "Recently added TV shows"
visible_library: true visible_library: true
template: { template: {
@ -133,7 +133,7 @@ collections:
sort_by: added.desc sort_by: added.desc
"Recently Released TV shows": "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" summary: "Recently released TV shows"
visible_library: true visible_library: true
template: { template: {
@ -148,7 +148,7 @@ collections:
"Recommended TV shows": "Recommended TV shows":
collection_order: alpha 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" summary: "Based on personally favourited TV shows"
template: { template: {
name: trakt, name: trakt,
@ -162,7 +162,7 @@ collections:
"Suggested TV shows": "Suggested TV shows":
collection_order: alpha 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" summary: "Based on watched and favourited TV shows"
template: { template: {
name: trakt, name: trakt,
@ -199,7 +199,7 @@ collections:
time_period: all time_period: all
"Trending TV shows": "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 schedule: daily
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
template: { template: {
@ -212,7 +212,7 @@ collections:
limit: 50 limit: 50
"Popular TV shows": "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 schedule: daily
summary: "Popular TV shows across the internet" summary: "Popular TV shows across the internet"
visible_library: true visible_library: true
@ -226,7 +226,7 @@ collections:
limit: 100 limit: 100
"Top Rated TV shows": "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 schedule: daily
summary: "Top rated TV shows across the internet" summary: "Top rated TV shows across the internet"
template: { template: {

@ -12,7 +12,7 @@ templates:
collections: collections:
"Unwatched: Random TV shows": "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" summary: "Random selection of TV shows"
template: { template: {
name: plex, name: plex,
@ -28,7 +28,7 @@ collections:
sort_by: random sort_by: random
"Unwatched: Recommended TV shows": "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" summary: "Based on personally favourited TV shows"
template: { template: {
name: plex, name: plex,
@ -42,7 +42,7 @@ collections:
sort_by: title.asc sort_by: title.asc
"Unwatched: Suggested TV shows": "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" summary: "Based on watched and favourited TV shows"
template: { template: {
name: plex, name: plex,
@ -56,7 +56,7 @@ collections:
sort_by: title.asc sort_by: title.asc
"Unwatched: Popular TV shows": "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" summary: "Popular TV shows across the internet"
template: { template: {
name: plex, name: plex,
@ -70,7 +70,7 @@ collections:
sort_by: random sort_by: random
"Unwatched: Top Rated TV shows": "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" summary: "Top rated TV shows across the internet"
template: { template: {
name: plex, name: plex,

@ -3,6 +3,7 @@
templates: templates:
trakt: trakt:
collection_mode: hide collection_mode: hide
collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+030_<<num>>_<<collection_name>>" sort_title: "+030_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
@ -54,8 +55,7 @@ templates:
collections: collections:
"Most Watched Daily": "Most Watched Daily":
collection_order: custom url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_daily.png
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png
schedule: daily schedule: daily
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
template: { template: {
@ -70,8 +70,7 @@ collections:
time_period: daily time_period: daily
"Most Watched Weekly": "Most Watched Weekly":
collection_order: custom url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_weekly.png
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png
schedule: daily schedule: daily
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
template: { template: {
@ -86,8 +85,7 @@ collections:
time_period: weekly time_period: weekly
"Most Watched Monthly": "Most Watched Monthly":
collection_order: custom url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_monthly.png
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png
schedule: weekly(sunday) schedule: weekly(sunday)
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
template: { template: {
@ -102,8 +100,7 @@ collections:
time_period: monthly time_period: monthly
"Most Watched Yearly": "Most Watched Yearly":
collection_order: custom url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_watched/watched_yearly.png
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png
schedule: weekly(sunday) schedule: weekly(sunday)
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
template: { template: {

@ -13,7 +13,7 @@ templates:
collections: collections:
"Parental: Random": "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" summary: "Random TV shows suitable for children"
template: { template: {
name: plex, name: plex,
@ -26,7 +26,7 @@ collections:
limit: 250 limit: 250
"Parental: Recently Added": "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" summary: "Recently added TV shows suitable for children"
template: { template: {
name: plex, name: plex,
@ -39,7 +39,7 @@ collections:
limit: 100 limit: 100
"Parental: Recently Released": "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" summary: "Recently released TV shows suitable for children"
template: { template: {
name: plex, name: plex,
@ -52,7 +52,7 @@ collections:
limit: 250 limit: 250
"Parental: Top Rated": "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" summary: "Top rated TV shows suitable for children"
template: { template: {
name: plex, name: plex,

@ -24,7 +24,7 @@ templates:
collections: collections:
"Parental: All": "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" summary: "TV shows suitable for children"
template: { template: {
mdblist_list: "list-parental", mdblist_list: "list-parental",

@ -0,0 +1,78 @@
## _family.yml
templates:
plex:
collection_mode: hide
delete_not_scheduled: false
sort_title: "+060_<<num>>_<<collection_name>>"
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

@ -4,7 +4,7 @@ templates:
plex: plex:
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+060_<<num>>_<<collection_name>>" sort_title: "+051_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
visible_home: false visible_home: false
visible_library: false visible_library: false
@ -12,19 +12,24 @@ templates:
collections: collections:
"Documentaries: All": "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" summary: "Documentaries"
collection_order: alpha
template: { template: {
name: plex, name: plex,
num: "0" num: "0"
} }
# plex_all: true
# filters:
# - filepath: "/mnt/tv-documentary"
# - filepath: "/mnt/tv-documentary-4k"
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
sort_by: title.asc sort_by: title.asc
"Documentaries: Random": "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" summary: "Random documentaries"
template: { template: {
name: plex, name: plex,
@ -32,12 +37,13 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
limit: 250 limit: 250
sort_by: random sort_by: random
"Documentaries: Recently Added": "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" summary: "Recently added documentaries"
visible_library: true visible_library: true
template: { template: {
@ -46,12 +52,13 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
limit: 100 limit: 100
sort_by: added.desc sort_by: added.desc
"Documentaries: Recently Released": "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" summary: "Recently released documentaries"
template: { template: {
name: plex, name: plex,
@ -59,12 +66,13 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
limit: 250 limit: 250
sort_by: release.desc sort_by: release.desc
"Documentaries: Top Rated": "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" summary: "Top rated documentaries"
template: { template: {
name: plex, name: plex,
@ -72,6 +80,7 @@ collections:
} }
smart_filter: smart_filter:
all: all:
# collection: "Documentaries: All"
genre: documentary genre: documentary
limit: 250 limit: 250
sort_by: critic_rating.desc sort_by: critic_rating.desc

@ -0,0 +1,127 @@
## _sports.yml
templates:
plex:
collection_mode: hide
delete_not_scheduled: false
sort_title: "+052_<<num>>_<<collection_name>>"
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

@ -0,0 +1,78 @@
## _anime.yml
templates:
plex:
collection_mode: hide
delete_not_scheduled: false
sort_title: "+053_<<num>>_<<collection_name>>"
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

@ -22,7 +22,7 @@ templates:
collections: collections:
"Top Rated of 2024": "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" summary: "Top rated TV shows in 2024"
template: { template: {
language: "en", language: "en",
@ -35,7 +35,7 @@ collections:
} }
"Top Rated of 2023": "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" summary: "Top rated TV shows in 2023"
template: { template: {
language: "en", language: "en",
@ -48,7 +48,7 @@ collections:
} }
"Top Rated of 2022": "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" summary: "Top rated TV shows in 2022"
template: { template: {
language: "en", language: "en",
@ -61,7 +61,7 @@ collections:
} }
"Top Rated of 2021": "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" summary: "Top rated TV shows in 2021"
template: { template: {
language: "en", language: "en",
@ -74,7 +74,7 @@ collections:
} }
"Top Rated of 2020": "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" summary: "Top rated TV shows in 2020"
template: { template: {
language: "en", language: "en",
@ -87,7 +87,7 @@ collections:
} }
"Top Rated of 2019": "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" summary: "Top rated TV shows in 2019"
template: { template: {
language: "en", language: "en",
@ -100,7 +100,7 @@ collections:
} }
"Top Rated of 2018": "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" summary: "Top rated TV shows in 2018"
template: { template: {
language: "en", language: "en",
@ -113,7 +113,7 @@ collections:
} }
"Top Rated of 2017": "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" summary: "Top rated TV shows in 2017"
template: { template: {
language: "en", language: "en",
@ -126,7 +126,7 @@ collections:
} }
"Top Rated of 2016": "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" summary: "Top rated TV shows in 2016"
template: { template: {
language: "en", language: "en",
@ -139,7 +139,7 @@ collections:
} }
"Top Rated of 2015": "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" summary: "Top rated TV shows in 2015"
template: { template: {
language: "en", language: "en",
@ -152,7 +152,7 @@ collections:
} }
"Top Rated of 2014": "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" summary: "Top rated TV shows in 2014"
template: { template: {
language: "en", language: "en",
@ -165,7 +165,7 @@ collections:
} }
"Top Rated of 2013": "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" summary: "Top rated TV shows in 2013"
template: { template: {
language: "en", language: "en",
@ -178,7 +178,7 @@ collections:
} }
"Top Rated of 2012": "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" summary: "Top rated TV shows in 2012"
template: { template: {
language: "en", language: "en",
@ -191,7 +191,7 @@ collections:
} }
"Top Rated of 2011": "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" summary: "Top rated TV shows in 2011"
template: { template: {
language: "en", language: "en",
@ -204,7 +204,7 @@ collections:
} }
"Top Rated of 2010": "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" summary: "Top rated TV shows in 2010"
template: { template: {
language: "en", language: "en",

@ -22,7 +22,7 @@ templates:
collections: collections:
"Top Rated of the 2020s": "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" summary: "Top rated TV shows of the 2020s"
template: { template: {
language: "en", language: "en",
@ -35,7 +35,7 @@ collections:
} }
"Top Rated of the 2010s": "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" summary: "Top rated TV shows of the 2010s"
template: { template: {
language: "en", language: "en",
@ -48,7 +48,7 @@ collections:
} }
"Top Rated of the 2000s": "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" summary: "Top rated TV shows of the 2000s"
template: { template: {
language: "en", language: "en",
@ -61,7 +61,7 @@ collections:
} }
"Top Rated of the 1990s": "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" summary: "Top rated TV shows of the 1990s"
template: { template: {
language: "en", language: "en",
@ -74,7 +74,7 @@ collections:
} }
"Top Rated of the 1980s": "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" summary: "Top rated TV shows of the 1980s"
template: { template: {
language: "en", language: "en",
@ -87,7 +87,7 @@ collections:
} }
"Top Rated of the 1970s": "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" summary: "Top rated TV shows of the 1970s"
template: { template: {
language: "en", language: "en",
@ -100,7 +100,7 @@ collections:
} }
"Top Rated of the 1960s": "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" summary: "Top rated TV shows of the 1960s"
template: { template: {
language: "en", language: "en",
@ -113,7 +113,7 @@ collections:
} }
"Top Rated of the 1950s": "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" summary: "Top rated TV shows of the 1950s"
template: { template: {
language: "en", language: "en",
@ -126,7 +126,7 @@ collections:
} }
"Top Rated of the 1940s": "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" summary: "Top rated TV shows of the 1940s"
template: { template: {
language: "en", language: "en",
@ -139,7 +139,7 @@ collections:
} }
"Top Rated of the 1930s": "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" summary: "Top rated TV shows of the 1930s"
template: { template: {
language: "en", language: "en",

@ -33,7 +33,7 @@ templates:
collections: collections:
"Emmy Award Nominees": "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" summary: "A collection of Emmy Award Nominees"
template: { template: {
event: "emmy", event: "emmy",
@ -44,7 +44,7 @@ collections:
} }
"Emmy Award Winners": "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" summary: "A collection of Emmy Award Winners"
template: { template: {
event.winning: "emmy", event.winning: "emmy",
@ -55,7 +55,7 @@ collections:
} }
"Golden Globes Nominees": "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" summary: "A collection of Golden Globes Nominees"
template: { template: {
event: "golden", event: "golden",
@ -66,7 +66,7 @@ collections:
} }
"Golden Globes Winners": "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" summary: "A collection of Golden Globes Winners"
template: { template: {
event.winning: "golden", event.winning: "golden",
@ -77,7 +77,7 @@ collections:
} }
"BAFTA Winners": "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" summary: "A collection of BAFTA Winners"
template: { template: {
event.winning: "bafta", event.winning: "bafta",
@ -88,7 +88,7 @@ collections:
} }
"Critic's Choice Winners": "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" summary: "A collection of Critic's Choice Winners"
template: { template: {
event.winning: "choice", event.winning: "choice",

@ -24,7 +24,7 @@ templates:
collections: collections:
"Popular in Action": "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" summary: "Popular TV shows in Action"
template: { template: {
genre: "action", genre: "action",
@ -36,7 +36,7 @@ collections:
} }
"Popular in Adventure": "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" summary: "Popular TV shows in Adventure"
template: { template: {
genre: "adventure", genre: "adventure",
@ -48,7 +48,7 @@ collections:
} }
"Popular in Animation": "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" summary: "Popular TV shows in Animation"
template: { template: {
genre: "animation", genre: "animation",
@ -60,7 +60,7 @@ collections:
} }
"Popular in Biography": "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" summary: "Popular TV shows in Biography"
template: { template: {
genre: "biography", genre: "biography",
@ -72,7 +72,7 @@ collections:
} }
"Popular in Comedy": "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" summary: "Popular TV shows in Comedy"
template: { template: {
genre: "comedy", genre: "comedy",
@ -84,7 +84,7 @@ collections:
} }
"Popular in Crime": "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" summary: "Popular TV shows in Crime"
template: { template: {
genre: "crime", genre: "crime",
@ -96,7 +96,7 @@ collections:
} }
"Popular in Documentary": "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" summary: "Popular TV shows in Documentary"
template: { template: {
genre: "documentary", genre: "documentary",
@ -107,7 +107,7 @@ collections:
} }
"Popular in Drama": "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" summary: "Popular TV shows in Drama"
template: { template: {
genre: "drama", genre: "drama",
@ -119,7 +119,7 @@ collections:
} }
"Popular in Family": "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" summary: "Popular TV shows in Family"
template: { template: {
genre: "family", genre: "family",
@ -131,7 +131,7 @@ collections:
} }
"Popular in Fantasy": "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" summary: "Popular TV shows in Fantasy"
template: { template: {
genre: "fantasy", genre: "fantasy",
@ -143,7 +143,7 @@ collections:
} }
"Popular in History": "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" summary: "Popular TV shows in History"
template: { template: {
genre: "history", genre: "history",
@ -155,7 +155,7 @@ collections:
} }
"Popular in Horror": "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" summary: "Popular TV shows in Horror"
template: { template: {
genre: "horror", genre: "horror",
@ -167,7 +167,7 @@ collections:
} }
"Popular in Music": "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" summary: "Popular TV shows in Music"
template: { template: {
genre: "music", genre: "music",
@ -179,7 +179,7 @@ collections:
} }
"Popular in Musicals": "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" summary: "Popular TV shows in Musicals"
template: { template: {
genre: "musical", genre: "musical",
@ -191,7 +191,7 @@ collections:
} }
"Popular in Mystery": "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" summary: "Popular TV shows in Mystery"
template: { template: {
genre: "mystery", genre: "mystery",
@ -203,7 +203,7 @@ collections:
} }
"Popular in Romance": "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" summary: "Popular TV shows in Romance"
template: { template: {
genre: "romance", genre: "romance",
@ -215,7 +215,7 @@ collections:
} }
"Popular in Sci-Fi": "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" summary: "Popular TV shows in Sci-Fi"
template: { template: {
genre: "sci-fi", genre: "sci-fi",
@ -227,7 +227,7 @@ collections:
} }
"Popular in Sport": "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" summary: "Popular TV shows in Sport"
template: { template: {
genre: "sport", genre: "sport",
@ -239,7 +239,7 @@ collections:
} }
"Popular in Thriller": "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" summary: "Popular TV shows in Thriller"
template: { template: {
genre: "thriller", genre: "thriller",
@ -251,7 +251,7 @@ collections:
} }
"Popular in War": "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" summary: "Popular TV shows in War"
template: { template: {
genre: "war", genre: "war",
@ -263,7 +263,7 @@ collections:
} }
"Popular in Western": "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" summary: "Popular TV shows in Western"
template: { template: {
genre: "western", genre: "western",

@ -25,7 +25,7 @@ templates:
collections: collections:
"Top Rated in Action": "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" summary: "Top rated TV shows in Action"
template: { template: {
genre: "action", genre: "action",
@ -38,7 +38,7 @@ collections:
} }
"Top Rated in Adventure": "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" summary: "Top rated TV shows in Adventure"
template: { template: {
genre: "adventure", genre: "adventure",
@ -51,7 +51,7 @@ collections:
} }
"Top Rated in Animation": "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" summary: "Top rated TV shows in Animation"
template: { template: {
genre: "animation", genre: "animation",
@ -64,7 +64,7 @@ collections:
} }
"Top Rated in Biography": "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" summary: "Top rated TV shows in Biography"
template: { template: {
genre: "biography", genre: "biography",
@ -77,7 +77,7 @@ collections:
} }
"Top Rated in Comedy": "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" summary: "Top rated TV shows in Comedy"
template: { template: {
genre: "comedy", genre: "comedy",
@ -90,7 +90,7 @@ collections:
} }
"Top Rated in Crime": "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" summary: "Top rated TV shows in Crime"
template: { template: {
genre: "crime", genre: "crime",
@ -103,7 +103,7 @@ collections:
} }
"Top Rated in Documentary": "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" summary: "Top rated TV shows in Documentary"
template: { template: {
genre: "documentary", genre: "documentary",
@ -115,7 +115,7 @@ collections:
} }
"Top Rated in Drama": "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" summary: "Top rated TV shows in Drama"
template: { template: {
genre: "drama", genre: "drama",
@ -128,7 +128,7 @@ collections:
} }
"Top Rated in Family": "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" summary: "Top rated TV shows in Family"
template: { template: {
genre: "family", genre: "family",
@ -141,7 +141,7 @@ collections:
} }
"Top Rated in Fantasy": "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" summary: "Top rated TV shows in Fantasy"
template: { template: {
genre: "fantasy", genre: "fantasy",
@ -154,7 +154,7 @@ collections:
} }
"Top Rated in History": "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" summary: "Top rated TV shows in History"
template: { template: {
genre: "history", genre: "history",
@ -167,7 +167,7 @@ collections:
} }
"Top Rated in Horror": "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" summary: "Top rated TV shows in Horror"
template: { template: {
genre: "horror", genre: "horror",
@ -180,7 +180,7 @@ collections:
} }
"Top Rated in Music": "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" summary: "Top rated TV shows in Music"
template: { template: {
genre: "music", genre: "music",
@ -193,7 +193,7 @@ collections:
} }
"Top Rated in Musicals": "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" summary: "Top rated TV shows in Musicals"
template: { template: {
genre: "musical", genre: "musical",
@ -206,7 +206,7 @@ collections:
} }
"Top Rated in Mystery": "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" summary: "Top rated TV shows in Mystery"
template: { template: {
genre: "mystery", genre: "mystery",
@ -219,7 +219,7 @@ collections:
} }
"Top Rated in Romance": "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" summary: "Top rated TV shows in Romance"
template: { template: {
genre: "romance", genre: "romance",
@ -232,7 +232,7 @@ collections:
} }
"Top Rated in Sci-Fi": "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" summary: "Top rated TV shows in Sci-Fi"
template: { template: {
genre: "sci-fi", genre: "sci-fi",
@ -245,7 +245,7 @@ collections:
} }
"Top Rated in Sport": "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" summary: "Top rated TV shows in Sport"
template: { template: {
genre: "sport", genre: "sport",
@ -258,7 +258,7 @@ collections:
} }
"Top Rated in Thriller": "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" summary: "Top rated TV shows in Thriller"
template: { template: {
genre: "thriller", genre: "thriller",
@ -271,7 +271,7 @@ collections:
} }
"Top Rated in War": "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" summary: "Top rated TV shows in War"
template: { template: {
genre: "war", genre: "war",
@ -284,7 +284,7 @@ collections:
} }
"Top Rated in Western": "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" summary: "Top rated TV shows in Western"
template: { template: {
genre: "western", genre: "western",

@ -13,7 +13,7 @@ templates:
collections: collections:
"A&E": "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" summary: "TV shows from A&E"
template: { template: {
name: network, name: network,
@ -21,7 +21,7 @@ collections:
} }
"ABC": "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" summary: "TV shows from ABC"
template: { template: {
name: network, name: network,
@ -29,7 +29,7 @@ collections:
} }
"Adult Swim": "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" summary: "TV shows from Adult Swim"
template: { template: {
name: network, name: network,
@ -37,7 +37,7 @@ collections:
} }
"Amazon": "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" summary: "TV shows from Amazon"
template: { template: {
name: network, name: network,
@ -45,7 +45,7 @@ collections:
} }
"AMC": "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" summary: "TV shows from AMC"
template: { template: {
name: network, name: network,
@ -53,7 +53,7 @@ collections:
} }
"Animal Planet": "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" summary: "TV shows from Animal Planet"
template: { template: {
name: network, name: network,
@ -61,7 +61,7 @@ collections:
} }
"Apple+": "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+" summary: "TV shows from Apple+"
template: { template: {
name: network, name: network,
@ -69,7 +69,7 @@ collections:
} }
"BBC": "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" summary: "TV shows from BBC"
template: { template: {
name: network, name: network,
@ -77,7 +77,7 @@ collections:
} }
"Bravo": "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" summary: "TV shows from Bravo"
template: { template: {
name: network, name: network,
@ -85,7 +85,7 @@ collections:
} }
"Cartoon Network": "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" summary: "TV shows from Cartoon Network"
template: { template: {
name: network, name: network,
@ -93,7 +93,7 @@ collections:
} }
"CBS": "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" summary: "TV shows from CBS"
template: { template: {
name: network, name: network,
@ -101,7 +101,7 @@ collections:
} }
"Channel 4": "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" summary: "TV shows from Channel 4"
template: { template: {
name: network, name: network,
@ -109,7 +109,7 @@ collections:
} }
"Cinemax": "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" summary: "TV shows from Cinemax"
template: { template: {
name: network, name: network,
@ -117,7 +117,7 @@ collections:
} }
"Comedy Central": "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" summary: "TV shows from Comedy Central"
template: { template: {
name: network, name: network,
@ -125,7 +125,7 @@ collections:
} }
"Dave": "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" summary: "TV shows from Dave"
template: { template: {
name: network, name: network,
@ -133,7 +133,7 @@ collections:
} }
"Discovery": "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" summary: "TV shows from Discovery"
template: { template: {
name: network, name: network,
@ -141,7 +141,7 @@ collections:
} }
"Disney": "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" summary: "TV shows from Disney"
template: { template: {
name: network, name: network,
@ -149,7 +149,7 @@ collections:
} }
"FOX": "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" summary: "TV shows from FOX"
template: { template: {
name: network, name: network,
@ -157,7 +157,7 @@ collections:
} }
"Freeform": "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" summary: "TV shows from Freeform"
template: { template: {
name: network, name: network,
@ -165,7 +165,7 @@ collections:
} }
"FX": "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" summary: "TV shows from FX"
template: { template: {
name: network, name: network,
@ -173,7 +173,7 @@ collections:
} }
"Hallmark": "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" summary: "TV shows from Hallmark"
template: { template: {
name: network, name: network,
@ -181,7 +181,7 @@ collections:
} }
"HBO": "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" summary: "TV shows from HBO"
template: { template: {
name: network, name: network,
@ -189,7 +189,7 @@ collections:
} }
"HGTV": "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" summary: "TV shows from HGTV"
template: { template: {
name: network, name: network,
@ -197,7 +197,7 @@ collections:
} }
"History": "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" summary: "TV shows from History"
template: { template: {
name: network, name: network,
@ -205,7 +205,7 @@ collections:
} }
"Hulu": "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" summary: "TV shows from Hulu"
template: { template: {
name: network, name: network,
@ -213,7 +213,7 @@ collections:
} }
"ITV": "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" summary: "TV shows from ITV"
template: { template: {
name: network, name: network,
@ -221,7 +221,7 @@ collections:
} }
"MTV": "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" summary: "TV shows from MTV"
template: { template: {
name: network, name: network,
@ -229,7 +229,7 @@ collections:
} }
"National Geographic": "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" summary: "TV shows from National Geographic"
template: { template: {
name: network, name: network,
@ -237,7 +237,7 @@ collections:
} }
"NBC": "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" summary: "TV shows from NBC"
template: { template: {
name: network, name: network,
@ -245,7 +245,7 @@ collections:
} }
"Netflix": "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" summary: "TV shows from Netflix"
template: { template: {
name: network, name: network,
@ -253,7 +253,7 @@ collections:
} }
"Nickelodeon": "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" summary: "TV shows from Nickelodeon"
template: { template: {
name: network, name: network,
@ -261,7 +261,7 @@ collections:
} }
"Paramount": "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" summary: "TV shows from Paramount"
template: { template: {
name: network, name: network,
@ -269,7 +269,7 @@ collections:
} }
"PBS": "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" summary: "TV shows from PBS"
template: { template: {
name: network, name: network,
@ -277,7 +277,7 @@ collections:
} }
"Peacock": "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" summary: "TV shows from Peacock"
template: { template: {
name: network, name: network,
@ -285,7 +285,7 @@ collections:
} }
"Showtime": "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" summary: "TV shows from Showtime"
template: { template: {
name: network, name: network,
@ -293,7 +293,7 @@ collections:
} }
"Shudder": "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" summary: "TV shows from Shudder"
template: { template: {
name: network, name: network,
@ -301,7 +301,7 @@ collections:
} }
"SKY": "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" summary: "TV shows from SKY"
template: { template: {
name: network, name: network,
@ -309,7 +309,7 @@ collections:
} }
"Smithsonian": "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" summary: "TV shows from Smithsonian"
template: { template: {
name: network, name: network,
@ -317,7 +317,7 @@ collections:
} }
"Starz": "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" summary: "TV shows from Starz"
template: { template: {
name: network, name: network,
@ -325,7 +325,7 @@ collections:
} }
"Syfy": "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" summary: "TV shows from Syfy"
template: { template: {
name: network, name: network,
@ -333,7 +333,7 @@ collections:
} }
"TBS": "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" summary: "TV shows from TBS"
template: { template: {
name: network, name: network,
@ -341,7 +341,7 @@ collections:
} }
"TLC": "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" summary: "TV shows from TLC"
template: { template: {
name: network, name: network,
@ -349,7 +349,7 @@ collections:
} }
"TNT": "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" summary: "TV shows from TNT"
template: { template: {
name: network, name: network,
@ -357,7 +357,7 @@ collections:
} }
"YouTube": "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 <YouTube" summary: "TV shows from <YouTube"
template: { template: {
name: network, name: network,

Loading…
Cancel
Save