imdb builder changes; new assets; suggested collection; studios

pull/607/head
0x5f3 11 months ago committed by cpt-kuesel
parent dfe2472ad6
commit d291f3a30e

@ -1,7 +1,8 @@
- 1_suggested.yml - 1_suggested.yml
- Random Movies - Random Movies
- Recently Released Movies (English)
- Recently Added Movies (English) - Recently Added Movies (English)
- Recently Released Movies (English)
- Sugegsted Movies
- Trending Movies - Trending Movies
- Popular Movies - Popular Movies
- Top Rated Movies - Top Rated Movies
@ -40,19 +41,8 @@
- Stand-up: Recently Added - Stand-up: Recently Added
- Stand-up: Top Rated - Stand-up: Top Rated
- 2_awards.yml - 2_year_top.yml
- Oscar Winners - Top Rated of 2024
- Oscar Nominees
- Golden Globes Winners
- Golden Globes Nominees
- BAFTA Winners
- Berlinale Winners
- Cannes Film Festival Winners
- European Film Award Winners
- Sundance Winners
- Venice Film Festival Winners
- 3_year_top.yml
- Top Rated of 2023 - Top Rated of 2023
- Top Rated of 2022 - Top Rated of 2022
- Top Rated of 2021 - Top Rated of 2021
@ -68,7 +58,7 @@
- Top Rated of 2011 - Top Rated of 2011
- Top Rated of 2010 - Top Rated of 2010
- 4_decades_top.yml - 3_decades_top.yml
- Top Rated of the 2020s - Top Rated of the 2020s
- Top Rated of the 2010s - Top Rated of the 2010s
- Top Rated of the 2000s - Top Rated of the 2000s
@ -79,6 +69,21 @@
- Top Rated of the 1950s - Top Rated of the 1950s
- Top Rated of the 1940s - Top Rated of the 1940s
- 4_awards.yml
- Oscar Winners
- Oscar Nominees
- Golden Globes Winners
- Golden Globes Nominees
- BAFTA Winners
- Berlinale Winners
- Cannes Film Festival Winners
- European Film Award Winners
- Sundance Winners
- Venice Film Festival Winners
- Critic's Choice Winners
- Spirit Awards Winners
- Razzie Winners
- 5_genre_popular.yml - 5_genre_popular.yml
- Popular in Action - Popular in Action
- Popular in Adventure - Popular in Adventure
@ -219,5 +224,26 @@
- Top Rated in World War - Top Rated in World War
- Top Rated in Zombies - Top Rated in Zombies
- 8_studio.yml
- Columbia
- Criterion
- DC Entertainment
- DreamWorks
- Lionsgate
- Lucasfilm
- Marvel Studios
- MGM
- Paramount Pictures
- Pixar
- Samuel Goldwyn Company
- SONY
- Studio Ghibli
- Touchstone
- Twentieth Century Fox
- United Artists
- Universal
- Walt Disney
- Warner Bros
- 9_collections.yml - 9_collections.yml
- TMDb Collections - TMDb Collections

@ -1,76 +1,57 @@
This config will populate the following: This config will populate the following:
- !Suggested (random, trending, popular, top-rated, most watched) - !Suggested (random, recently added|released, suggested, trending, popular, top-rated, most watched)
- !Seasonal * - !Seasonal *
- Parental - Parental
- Documentaries - Documentaries
- Stand-up * - Stand-up *
- !Awards - Awards
- !Year (top-rated) - !Year (top-rated)
- !Decades (top-rated) - !Decades (top-rated)
- !Genre (popular) - !Genre (popular)
- !Genre (top-rated) - !Genre (top-rated)
- Sub-genre (top-rated) * - Sub-genre (top-rated) *
- TMBD collections * - Studio *
- Networks ^ - TMDB collections *
- Network ^
( ! = enabled by default) ( ! = enabled by default)
( * = movies only ) ( * = movies only )
( ^ = shows only ) ( ^ = shows only )
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md) For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
<br/> <br/>
<br/>
<br/> **Requirements:**
- APP/API keys for: mdblist, tmdb, trakt
**Install:** **Install:**
clone into PMM's root directory: clone into PMM's root directory:
``` ```
git clone https://codeberg.org/0xFFFF/pmm-config config git clone https://github.com/0x5f3/pmm.config config
``` ```
**Usage:** **Usage:**
Either use [movie.yml](movie.yml), [show.yml](show.yml) to use local metadata, or use [movie_repo.yml](movie_repo.yml), [show_repo.yml](show_repo.yml) to use online resources from https://codeberg.org/0xFFFF/pmm-config. The initial process for populating collections:
Initial run to populate all collections:
``` ```
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules
``` ```
After a successful initial run: Following a successful initial run:
``` ```
python plex_meta_manager.py --config config/movie.yml --collections-only --run python plex_meta_manager.py --config config/movie.yml --collections-only --run
python plex_meta_manager.py --config config/show.yml --collections-only --run python plex_meta_manager.py --config config/show.yml --collections-only --run
``` ```
**Notes:**
*If you intend to use the Parental collection, enable "item_label.sync: Parental" (line 38, 1_parental.yml) on the initial run and disable for subsequent runs. This prevents ppm from relabelling all of the items with every run, whereas disabling will only label new items added.*
*Parental filtering can be enabled by restricting a home user to only show content that has been designated the Parental label.*
All of the assets can be found below:
- https://imgbox.com/g/1bNN3wkCVa
- https://imgbox.com/g/3ed8as9uhp
- https://imgbox.com/g/d1T5qqL3Ew
- https://imgbox.com/g/dFhG1V2dLL
- https://imgbox.com/g/iStcgmP0Y0
- https://imgbox.com/g/KaxFlLvjrU
- https://imgbox.com/g/QhNa27bRun
- https://imgbox.com/g/uz44pWg4wx
- https://imgbox.com/g/YXSDflWQpJ
- https://imgbox.com/g/Z45sK7niGI
<br/> <br/>
After a successful run, you will have something similar to this: A successful run will result in something similar to this:
<br/> <br/>
<br/> <br/>
![movies](https://images2.imgbox.com/f5/87/1olEU9Sl_o.png) ![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png)
<br/> <br/>
![shows](https://images2.imgbox.com/dd/fc/cG7v2z2i_o.png) ![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png)

@ -1,5 +1,8 @@
- 1_suggested.yml - 1_suggested.yml
- Random TV shows - Random TV shows
- Recently Added TV shows (English)
- Recently Released TV shows (English)
- Suggested Movies
- Trending TV shows - Trending TV shows
- Popular TV shows - Popular TV shows
- Top Rated TV shows - Top Rated TV shows
@ -31,6 +34,7 @@
- Critics Choice Award Winners - Critics Choice Award Winners
- 3_year_top.yml - 3_year_top.yml
- Top Rated of 2024
- Top Rated of 2023 - Top Rated of 2023
- Top Rated of 2022 - Top Rated of 2022
- Top Rated of 2021 - Top Rated of 2021

@ -1,56 +1,44 @@
## show.yml ## _debug.yml
libraries: libraries:
TV: Movies:
library_type: movie
collection_files:
- file: config/metadata/movie/0_debug.yml
TV Shows:
library_type: show library_type: show
operations: collection_files:
delete_unmanaged_collections: false - file: config/metadata/show/0_debug.yml
metadata_path:
# - repo: show/0_sonarr.yml
- repo: show/1_suggested.yml
- repo: show/2_year_top.yml
schedule: weekly(monday)
- repo: show/3_decades_top.yml
schedule: weekly(wednesday)
- repo: show/4_awards.yml
schedule: weekly(thursday)
- repo: show/5_genre_popular.yml
- repo: show/6_genre_top.yml
schedule: weekly(saturday)
# - repo: show/7_network.yml
# - repo: show/1_parental.yml
# - repo: show/1_documentary.yml
settings: settings:
assets_for_all: false
asset_depth: 0 asset_depth: 0
asset_directory: asset_directory:
asset_folders: false asset_folders: false
assets_for_all: false
cache: true cache: true
cache_expiration: 60 cache_expiration: 60
check_nightly: false check_nightly: false
create_asset_folders: false create_asset_folders: false
custom_repo: https://codeberg.org/0xFFFF/pmm-config/raw//branch/main/metadata/ custom_repo:
default_collection_order: default_collection_order:
delete_below_minimum: true delete_below_minimum: true
delete_not_scheduled: false delete_not_scheduled: false
dimensional_asset_rename: false dimensional_asset_rename: false
download_url_assets: true download_url_assets: false
ignore_ids: ignore_ids:
ignore_imdb_ids: ignore_imdb_ids:
item_refresh: false item_refresh_delay: 0
item_refresh_delay: 3 minimum_items: 0
minimum_items: 5
missing_only_released: false missing_only_released: false
notifiarr_collection_addition: false notifiarr_collection_addition: false
notifiarr_collection_creation: false notifiarr_collection_creation: false
notifiarr_collection_removing: false notifiarr_collection_removing: false
only_filter_missing: false only_filter_missing: false
playlist_exclude_users: playlist_exclude_users:
playlist_report: false playlist_report: true
playlist_sync_to_users: all playlist_sync_to_users: all
prioritize_assets: false prioritize_assets: false
released_missing_only: false released_missing_only: false
run_again_delay: 5 run_again_delay: 2
save_missing: false save_missing: false
show_asset_not_needed: true show_asset_not_needed: true
show_filtered: false show_filtered: false
@ -67,10 +55,24 @@ settings:
plex: plex:
url: url:
token: token:
timeout: 180 timeout: 30
clean_bundles: false clean_bundles: false
empty_trash: false empty_trash: false
optimize: false optimize: false
radarr:
url:
token:
add_missing: false
add_existing: false
root_folder_path:
monitor: true
availability: announced
quality_profile:
tag:
search: false
radarr_path:
plex_path:
upgrade_existing: false
sonarr: sonarr:
url: url:
token: token:

@ -2,23 +2,23 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4
collections: collections:
"Documentaries: All": "Documentaries: All":
summary: "Documentaries" summary: "Documentaries"
url_poster: https://images2.imgbox.com/f8/66/trpNwkAn_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_all.png
template: { template: {
name: plex, name: plex,
num: "F" num: "F"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -26,11 +26,11 @@ collections:
"Documentaries: Random": "Documentaries: Random":
summary: "Random documentaries" summary: "Random documentaries"
url_poster: https://images2.imgbox.com/70/9e/9b9sB1wa_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_random.png
template: { template: {
name: plex, name: plex,
num: "G" num: "G"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -39,11 +39,11 @@ collections:
"Documentaries: Recently Released": "Documentaries: Recently Released":
summary: "Recently released documentaries" summary: "Recently released documentaries"
url_poster: https://images2.imgbox.com/da/49/PnqkIfIU_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
template: { template: {
name: plex, name: plex,
num: "H" num: "H"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -52,12 +52,12 @@ collections:
"Documentaries: Recently Added": "Documentaries: Recently Added":
summary: "Recently added documentaries" summary: "Recently added documentaries"
url_poster: https://images2.imgbox.com/09/43/rltvX5gv_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
visible_library: true visible_library: true
template: { template: {
name: plex, name: plex,
num: "I" num: "I"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -66,11 +66,11 @@ collections:
"Documentaries: Top Rated": "Documentaries: Top Rated":
summary: "Top rated documentaries" summary: "Top rated documentaries"
url_poster: https://images2.imgbox.com/f6/a6/sEjWWyWR_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_top-rated.png
template: { template: {
name: plex, name: plex,
num: "J" num: "J"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary

@ -2,68 +2,24 @@
templates: templates:
plex: plex:
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_mode: hide
label.sync: Parental
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 4 cache_builders: 4
plex_added:
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_mode: hide collection_mode: hide
label.sync: Parental
item_label.sync: Parental
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false delete_not_scheduled: false
cache_builders: 4 label.sync: Parental
mdblist:
optional:
- mdblist_extra_1
- mdblist_extra_2
- mdblist_extra_3
- mdblist_extra_4
- mdblist_extra_5
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_mode: hide
label.sync: Parental
# item_label.sync: Parental ## Enable on initial run
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
collection_order: alpha
cache_builders: 6
mdblist_list:
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
sort_by: title.asc
collections: collections:
"Parental: All":
summary: "Movies suitable for children"
url_poster: https://images2.imgbox.com/bd/de/Mpq7uDbd_o.png
template: {
name: mdblist,
num: "A",
mdblist_user: "archivist",
mdblist_list: "collection-parental"
}
"Parental: Random": "Parental: Random":
summary: "Random movies suitable for children" summary: "Random movies suitable for children"
url_poster: https://images2.imgbox.com/03/6e/lD92FK1w_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_random.png
template: { template: {
name: plex, name: plex,
num: "B" num: "B"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
@ -72,11 +28,11 @@ collections:
"Parental: Recently Released": "Parental: Recently Released":
summary: "Recently released movies suitable for children" summary: "Recently released movies suitable for children"
url_poster: https://images2.imgbox.com/c8/27/eWMDHhcy_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png
template: { template: {
name: plex, name: plex,
num: "C" num: "C"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
@ -85,11 +41,11 @@ collections:
"Parental: Recently Added": "Parental: Recently Added":
summary: "Recently added movies suitable for children" summary: "Recently added movies suitable for children"
url_poster: https://images2.imgbox.com/66/12/rE9Ddb2f_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
template: { template: {
name: plex_added, name: plex,
num: "D" num: "D"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
@ -98,11 +54,11 @@ collections:
"Parental: Top Rated": "Parental: Top Rated":
summary: "Top rated movies suitable for children" summary: "Top rated movies suitable for children"
url_poster: https://images2.imgbox.com/c5/16/M8G4EDKy_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_top-rated.png
template: { template: {
name: plex, name: plex,
num: "E" num: "E"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"

@ -0,0 +1,35 @@
## 1_parental_sync.yml
templates:
mdblist:
cache_builders: 6
collection_mode: hide
collection_order: alpha
delete_not_scheduled: false
item_label.sync: Parental
label.sync: Parental
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
visible_home: false
visible_library: false
visible_shared: false
mdblist_list:
sort_by: title.asc
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
optional:
- mdblist_extra_1
- mdblist_extra_2
- mdblist_extra_3
- mdblist_extra_4
- mdblist_extra_5
collections:
"Parental: All":
summary: "Movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental-all.png
template: {
name: mdblist,
num: "A",
mdblist_user: "archivist",
mdblist_list: "list-parental"
}

@ -1,106 +1,141 @@
## 8_seasonal.yml ## 1_seasonal.yml
templates: templates:
seasonal: seasonal:
cache_builders: 4
collection_order: critic_rating.desc
delete_not_scheduled: true
limit: 1000
sort_title: +1_<<num>>_<<collection_name>> sort_title: +1_<<num>>_<<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."
limit: 200
sync_mode: sync sync_mode: sync
collection_order: critic_rating.desc
visible_library: true
visible_home: false visible_home: false
visible_library: true
visible_shared: false visible_shared: false
delete_not_scheduled: true imdb_list:
cache_builders: 4 - <<imdb_extra_1>>
- <<imdb_extra_2>>
- <<imdb_extra_3>>
- <<imdb_extra_4>>
- <<imdb_extra_5>>
- <<imdb_extra_6>>
letterboxd_list:
- <<letterboxd_extra_1>>
- <<letterboxd_extra_2>>
- <<letterboxd_extra_3>>
- <<letterboxd_extra_4>>
- <<letterboxd_extra_5>>
trakt_list:
- <<trakt_extra_1>>
- <<trakt_extra_2>>
- <<trakt_extra_3>>
- <<trakt_extra_4>>
- <<trakt_extra_5>>
optional:
- imdb_extra_1
- imdb_extra_2
- imdb_extra_3
- imdb_extra_4
- imdb_extra_5
- imdb_extra_6
- letterboxd_extra_1
- letterboxd_extra_2
- letterboxd_extra_3
- letterboxd_extra_4
- letterboxd_extra_5
- trakt_extra_1
- trakt_extra_2
- trakt_extra_3
- trakt_extra_4
- trakt_extra_5
collections: collections:
"Valentine's Day Movies": "Valentine's Day Movies":
url_poster: https://images2.imgbox.com/69/8c/5ZIhpzhO_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-valentines.png
schedule: range(02/10-02/14) schedule: range(02/10-02/14)
template: { template: {
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Valentine's Day", holiday: "Valentine's Day",
} imdb_extra_1: https://www.imdb.com/list/ls000094398,
imdb_list: imdb_extra_2: https://www.imdb.com/list/ls057783436,
- https://www.imdb.com/list/ls000094398 imdb_extra_3: https://www.imdb.com/list/ls064427905
- https://www.imdb.com/list/ls057783436 }
- https://www.imdb.com/list/ls064427905
"St. Patrick's Day Movies": "St. Patrick's Day Movies":
url_poster: https://images2.imgbox.com/97/89/K94MCNS5_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-patricks.png
schedule: range(03/16-03/18) schedule: range(03/16-03/18)
template: { template: {
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "St. Patrick's Day", holiday: "St. Patrick's Day",
} imdb_extra_1: https://www.imdb.com/list/ls063934595
imdb_list: }
- https://www.imdb.com/list/ls063934595
"Easter Movies": "Easter Movies":
url_poster: https://images2.imgbox.com/c3/a8/HmGl2lGj_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_easter.png
schedule: range(03/22-04/25) schedule: range(03/22-04/25)
template: { template: {
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Easter", holiday: "Easter",
} imdb_extra_1: https://www.imdb.com/list/ls062665509/,
imdb_list: imdb_extra_2: https://www.imdb.com/list/ls051733651/,
- https://www.imdb.com/list/ls062665509/ imdb_extra_3: https://www.imdb.com/list/ls561620428/,
- https://www.imdb.com/list/ls051733651/ imdb_extra_4: https://www.imdb.com/list/ls564620820/,
- https://www.imdb.com/list/ls561620428/ imdb_extra_5: https://www.imdb.com/list/ls094021074/,
- https://www.imdb.com/list/ls564620820/ imdb_extra_6: https://www.imdb.com/list/ls088378250/
- https://www.imdb.com/list/ls094021074/ }
- https://www.imdb.com/list/ls088378250/
"Halloween Movies": "Halloween Movies":
url_poster: https://images2.imgbox.com/2a/dd/e33o0EE5_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_halloween.png
schedule: range(10/29-10/31) schedule: range(10/29-10/31)
template: { template: {
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Halloween", holiday: "Halloween",
} imdb_extra_1: https://www.imdb.com/list/ls023118929/,
imdb_list: imdb_extra_2: https://www.imdb.com/list/ls000099714/,
- https://www.imdb.com/list/ls023118929 imdb_extra_3: https://www.imdb.com/list/ls000058693/,
- https://www.imdb.com/list/ls000099714 }
- https://www.imdb.com/list/ls000058693 imdb_search:
- https://www.imdb.com/search/title/?genres=horror&keywords=haunted-house&sort=moviemeter,asc type: "movie,tv_movie"
genre: "horror"
keyword: "haunted-house"
sort_by: "rating.desc"
limit: 10
"Thanksgiving Movies": "Thanksgiving Movies":
url_poster: https://images2.imgbox.com/36/b5/CDUDv8pH_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_thanksgiving.png
schedule: range(11/22-11/25) schedule: range(11/22-11/25)
template: { template: {
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Thanksgiving", holiday: "Thanksgiving",
} imdb_extra_1: https://www.imdb.com/list/ls000835734/,
imdb_list: imdb_extra_2: https://www.imdb.com/list/ls091597850/
- https://www.imdb.com/list/ls000835734/ }
- https://www.imdb.com/list/ls091597850/
"Christmas Movies": "Christmas Movies":
url_poster: https://images2.imgbox.com/8d/9a/tiNxDZfS_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_christmas.png
schedule: range(12/01-12/31) schedule: range(12/01-12/31)
template: { template: {
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Christmas", holiday: "Christmas",
} letterboxd_1: https://letterboxd.com/ediblehedgehog/list/theme-christmas/,
letterboxd_list: https://letterboxd.com/ediblehedgehog/list/theme-christmas/ imdb_extra_1: https://www.imdb.com/list/ls000096828,
imdb_list: imdb_extra_2: https://www.imdb.com/list/ls097394442,
- https://www.imdb.com/list/ls000096828 imdb_extra_3: https://www.imdb.com/list/ls068976997,
- https://www.imdb.com/list/ls097394442 imdb_extra_4: https://www.imdb.com/list/ls027567380
- https://www.imdb.com/list/ls068976997 }
- https://www.imdb.com/list/ls027567380
"New Year's Eve Movies": "New Year's Eve Movies":
url_poster: https://images2.imgbox.com/a0/43/GKr1OGG7_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_new-years-eve.png
schedule: range(12/26-01/02) schedule: range(12/26-01/02)
template: { template: {
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "New Year's Eve", holiday: "New Year's Eve",
} imdb_extra_1: https://www.imdb.com/list/ls066838460
imdb_list: https://www.imdb.com/list/ls066838460 }

@ -2,63 +2,53 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4
plex_added: mdblist:
cache_builders: 6
collection_mode: hide
collection_order: alpha
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4 mdblist_list:
sort_by: title.asc
mdblist: url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
optional: optional:
- mdblist_extra_1 - mdblist_extra_1
- mdblist_extra_2 - mdblist_extra_2
- mdblist_extra_3 - mdblist_extra_3
- mdblist_extra_4 - mdblist_extra_4
- mdblist_extra_5 - mdblist_extra_5
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
collection_order: alpha
cache_builders: 6
mdblist_list:
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
sort_by: title.asc
collections: collections:
"Stand-up: All": "Stand-up: All":
summary: "Stand-up" summary: "Stand-up"
url_poster: https://images2.imgbox.com/31/e1/ZElv6PHz_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_all.png
template: { template: {
name: mdblist, name: mdblist,
num: "K", num: "K",
mdblist_user: "archivist", mdblist_user: "archivist",
mdblist_list: "collection-standup" mdblist_list: "list-standup"
} }
"Stand-up: Random": "Stand-up: Random":
summary: "Random Stand-up" summary: "Random Stand-up"
url_poster: https://images2.imgbox.com/ad/4f/nuF1bOeA_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_random.png
template: { template: {
name: plex, name: plex,
num: "L" num: "L"
} }
smart_filter: smart_filter:
all: all:
collection: "Stand-up: All" collection: "Stand-up: All"
@ -67,11 +57,11 @@ collections:
"Stand-up: Recently Released": "Stand-up: Recently Released":
summary: "Recently released Stand-up" summary: "Recently released Stand-up"
url_poster: https://images2.imgbox.com/a2/c5/BzdrMrGy_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-added.png
template: { template: {
name: plex, name: plex,
num: "M" num: "M"
} }
smart_filter: smart_filter:
all: all:
collection: "Stand-up: All" collection: "Stand-up: All"
@ -80,11 +70,11 @@ collections:
"Stand-up: Recently Added": "Stand-up: Recently Added":
summary: "Recently added Stand-up" summary: "Recently added Stand-up"
url_poster: https://images2.imgbox.com/d7/e6/cEZnXBwk_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-released.png
template: { template: {
name: plex_added, name: plex,
num: "N" num: "N"
} }
smart_filter: smart_filter:
all: all:
collection: "Stand-up: All" collection: "Stand-up: All"
@ -93,11 +83,11 @@ collections:
"Stand-up: Top Rated": "Stand-up: Top Rated":
summary: "Top rated Stand-up" summary: "Top rated Stand-up"
url_poster: https://images2.imgbox.com/04/14/LwegJAI5_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_top-rated.png
template: { template: {
name: plex, name: plex,
num: "O" num: "O"
} }
smart_filter: smart_filter:
all: all:
collection: "Stand-up: All" collection: "Stand-up: All"

@ -2,150 +2,196 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4
trakt: trakt:
sort_title: "+1_<<num>>_<<collection_name>>" cache_builders: 4
sync_mode: sync
collection_order: custom
collection_mode: hide collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false delete_not_scheduled: false
cache_builders: 4
imdb_popular:
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4 trakt_list:
imdb_list: - <<trakt_list_extra_01>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&languages=<<languages>>&sort=moviemeter,asc - <<trakt_list_extra_02>>
limit: 200 - <<trakt_list_extra_03>>
- <<trakt_list_extra_04>>
- <<trakt_list_extra_05>>
- <<trakt_list_extra_06>>
- <<trakt_list_extra_07>>
- <<trakt_list_extra_08>>
- <<trakt_list_extra_09>>
- <<trakt_list_extra_10>>
- <<trakt_list_extra_11>>
- <<trakt_list_extra_12>>
- <<trakt_list_extra_13>>
- <<trakt_list_extra_14>>
- <<trakt_list_extra_15>>
- <<trakt_list_extra_16>>
- <<trakt_list_extra_17>>
- <<trakt_list_extra_18>>
- <<trakt_list_extra_19>>
- <<trakt_list_extra_20>>
optional:
- trakt_list_extra_01
- trakt_list_extra_02
- trakt_list_extra_03
- trakt_list_extra_04
- trakt_list_extra_05
- trakt_list_extra_06
- trakt_list_extra_07
- trakt_list_extra_08
- trakt_list_extra_09
- trakt_list_extra_10
- trakt_list_extra_11
- trakt_list_extra_12
- trakt_list_extra_13
- trakt_list_extra_14
- trakt_list_extra_15
- trakt_list_extra_16
- trakt_list_extra_17
- trakt_list_extra_18
- trakt_list_extra_19
- trakt_list_extra_20
imdb_top: mdblist:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4 mdblist_list:
imdb_list: sort_by: <<mdblist_sort>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&sort=user_rating,desc&count=250 url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
limit: 300 optional:
- mdblist_extra_1
- mdblist_extra_2
- mdblist_extra_3
- mdblist_extra_4
- mdblist_extra_5
collections: collections:
"Random Movies": "Random Movies":
summary: "Random selection of movies" summary: "Random selection of movies"
url_poster: https://images2.imgbox.com/41/29/aa0NPuyr_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_random.png
visible_library: true visible_library: true
schedule: daily schedule: daily
template: { template: {
name: plex, name: plex,
num: 0 num: 0
} }
smart_filter: smart_filter:
all: all:
critic_rating.gte: 4 critic_rating.gte: 4
sort_by: random sort_by: random
limit: 250 limit: 250
# "Recently Released Movies": "Recently Added Movies":
# summary: "Recently added movies" summary: "Recently added movies"
# url_poster: https://images2.imgbox.com/12/39/VFlLhmvX_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-added.png
# visible_library: true visible_home: true
# template: { visible_shared: true
# name: plex, visible_library: true
# num: 1 template: {
# } name: plex,
# smart_filter: num: 1
# any: }
# audio_language: English, english smart_filter:
# sort_by: release.desc any:
# limit: 200 audio_language: English, english
# sort_by: added.desc
# "Recently Added Movies": limit: 200
# summary: "Recently added movies"
# url_poster: https://images2.imgbox.com/40/fb/9zzJnUVQ_o.png "Recently Released Movies":
# visible_home: true summary: "Recently added movies"
# visible_shared: true url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-released.png
# visible_library: true visible_library: true
# template: { template: {
# name: plex, name: plex,
# num: 1 num: 1
# } }
# smart_filter: smart_filter:
# any: any:
# audio_language: English, english audio_language: English, english
# sort_by: added.desc sort_by: release.desc
# limit: 200 limit: 200
"Suggested Movies":
collection_order: random
summary: "Based on watched and favourited movies"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png
template: {
name: trakt,
num: 2
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/movie-recommendations-couchmoney-tv",
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/movies-based-on-recently-watched-couchmoney-tv"
}
trakt_userlist:
- userlist: recommendations
user: me
"Trending Movies": "Trending Movies":
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/5e/f5/lRkPiQHy_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_trending.png
schedule: daily schedule: daily
template: { template: {
name: trakt, name: mdblist,
num: 2 num: 2,
} mdblist_user: "archivist",
trakt_chart: mdblist_list: "movie-trending",
chart: trending mdblist_sort: "rank.desc"
time_period: daily }
languages: en limit: 100
countries: us, gb, ie, ca, au, nz
limit: 50
"Popular Movies": "Popular Movies":
summary: "Popular movies across the internet" summary: "Popular movies across the internet"
url_poster: https://images2.imgbox.com/2e/34/oxXyim7m_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_popular.png
visible_library: true visible_library: true
schedule: daily schedule: daily
template: { template: {
name: imdb_popular, name: mdblist,
num: 3, num: 3,
title_type: "feature", mdblist_user: "archivist",
languages: "en", mdblist_list: "movie-popular",
} mdblist_sort: "imdbpopular.desc"
limit: 100 }
limit: 250
"Top Rated Movies": "Top Rated Movies":
summary: "Top rated movies across the internet" summary: "Top rated movies across the internet"
url_poster: https://images2.imgbox.com/4d/9b/Xb3ambH9_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_top-rated.png
schedule: daily schedule: daily
template: { template: {
name: imdb_top, name: mdblist,
num: 4, num: 3,
title_type: "feature,tv_movie", mdblist_user: "archivist",
user_rating: "5.0,10.0", mdblist_list: "movie-top-rated",
votes: "10000,", mdblist_sort: "imdbrating.desc"
languages: "en" }
} limit: 500
limit: 200
"Most Watched Daily": "Most Watched Daily":
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/54/48/RpwMMx1Y_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-daily.png
collection_order: custom
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
num: 5 num: 4
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: daily time_period: daily
@ -155,12 +201,13 @@ collections:
"Most Watched Weekly": "Most Watched Weekly":
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/cc/37/PfqsdJzM_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-weekly.png
collection_order: custom
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
num: 6 num: 5
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: weekly time_period: weekly
@ -170,12 +217,13 @@ collections:
"Most Watched Monthly": "Most Watched Monthly":
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/c7/3c/7fM4BrER_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-monthly.png
collection_order: custom
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 7 num: 6
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: monthly time_period: monthly
@ -185,12 +233,13 @@ collections:
"Most Watched Yearly": "Most Watched Yearly":
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/17/88/LYG1r4xG_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-yearly.png
collection_order: custom
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 8 num: 7
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: yearly time_period: yearly

@ -1,214 +1,217 @@
## 2_year_top.yml ## 2_year_top.yml
templates: templates:
year: year_top:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 250
sort_title: "+2_<<num>>_<<collection_name>>" sort_title: "+2_<<num>>_<<collection_name>>"
limit: 150
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: language: <<language>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250 limit: 500
limit: 250 release.after: <<release.after>>
release.before: <<release.before>>
sort_by: rating.desc
type: <<type>>
votes.gte: <<votes.gte>>
collections: collections:
"Top Rated of 2024":
summary: "Top rated movies in 2024"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2024.png
template: {
name: year_top,
num: "M",
type: "movie,tv_movie",
language: "en",
release.after: 2024-01-01,
release.before: 2024-12-31,
votes.gte: 1000
}
"Top Rated of 2023": "Top Rated of 2023":
summary: "Top rated movies in 2023" summary: "Top rated movies in 2023"
url_poster: https://images2.imgbox.com/11/3b/7BlMZMQw_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2023.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "M", num: "M",
release_date: "2023-01-01,2023-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", language: "en",
user_rating: "5.0,10.0", release.after: 2023-01-01,
votes: "10000,", release.before: 2023-12-31,
languages: "en" votes.gte: 1000
} }
"Top Rated of 2022": "Top Rated of 2022":
summary: "Top rated movies in 2022" summary: "Top rated movies in 2022"
url_poster: https://images2.imgbox.com/20/ea/OeSbw2IU_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2022.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "N", num: "N",
release_date: "2022-01-01,2022-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2022-01-01,
user_rating: "5.0,10.0", release.before: 2022-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2021": "Top Rated of 2021":
summary: "Top rated movies in 2021" summary: "Top rated movies in 2021"
url_poster: https://images2.imgbox.com/e9/ab/RKEdWgus_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2021.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: O, num: "O",
release_date: "2021-01-01,2021-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2021-01-01,
user_rating: "5.0,10.0", release.before: 2021-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2020": "Top Rated of 2020":
summary: "Top rated movies in 2020" summary: "Top rated movies in 2020"
url_poster: https://images2.imgbox.com/b2/82/XGYhRoQi_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2020.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "P", num: "P",
release_date: "2020-01-01,2020-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2020-01-01,
user_rating: "5.0,10.0", release.before: 2020-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2019": "Top Rated of 2019":
summary: "Top rated movies in 2019" summary: "Top rated movies in 2019"
url_poster: https://images2.imgbox.com/53/e9/DhwEpjt2_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2019.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "Q", num: "Q",
release_date: "2019-01-01,2019-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2019-01-01,
user_rating: "5.0,10.0", release.before: 2019-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2018": "Top Rated of 2018":
summary: "Top rated movies in 2018" summary: "Top rated movies in 2018"
url_poster: https://images2.imgbox.com/a5/9b/NKvSD9sj_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2018.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "R", num: "R",
release_date: "2018-01-01,2018-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2018-01-01,
user_rating: "5.0,10.0", release.before: 2018-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2017": "Top Rated of 2017":
summary: "Top rated movies in 2017" summary: "Top rated movies in 2017"
url_poster: https://images2.imgbox.com/2e/c3/ucZ25sgd_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2017.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "S", num: "S",
release_date: "2017-01-01,2017-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2017-01-01,
user_rating: "5.0,10.0", release.before: 2017-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2016": "Top Rated of 2016":
summary: "Top rated movies in 2016" summary: "Top rated movies in 2016"
url_poster: https://images2.imgbox.com/86/b7/R5LWS26j_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2016.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "T", num: "T",
release_date: "2016-01-01,2016-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2016-01-01,
user_rating: "5.0,10.0", release.before: 2016-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2015": "Top Rated of 2015":
summary: "Top rated movies in 2015" summary: "Top rated movies in 2015"
url_poster: https://images2.imgbox.com/2e/92/Xyintttd_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2015.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "U", num: "U",
release_date: "2015-01-01,2015-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2015-01-01,
user_rating: "5.0,10.0", release.before: 2015-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2014": "Top Rated of 2014":
summary: "Top rated movies in 2014" summary: "Top rated movies in 2014"
url_poster: https://images2.imgbox.com/45/1b/rnOLmuYd_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2014.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "V", num: "V",
release_date: "2014-01-01,2014-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2014-01-01,
user_rating: "5.0,10.0", release.before: 2014-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2013": "Top Rated of 2013":
summary: "Top rated movies in 2013" summary: "Top rated movies in 2013"
url_poster: https://images2.imgbox.com/10/7f/sChpdS5a_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2013.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "W", num: "W",
release_date: "2013-01-01,2013-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2013-01-01,
user_rating: "5.0,10.0", release.before: 2013-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2012": "Top Rated of 2012":
summary: "Top rated movies in 2012" summary: "Top rated movies in 2012"
url_poster: https://images2.imgbox.com/1a/a0/nodGueZf_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2012.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "X", num: "X",
release_date: "2012-01-01,2012-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2012-01-01,
user_rating: "5.0,10.0", release.before: 2012-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2011": "Top Rated of 2011":
summary: "Top rated movies in 2011" summary: "Top rated movies in 2011"
url_poster: https://images2.imgbox.com/92/1d/rGBuC4Jl_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2011.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "Y", num: "Y",
release_date: "2011-01-01,2011-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2011-01-01,
user_rating: "5.0,10.0", release.before: 2011-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2010": "Top Rated of 2010":
summary: "Top rated movies in 2010" summary: "Top rated movies in 2010"
url_poster: https://images2.imgbox.com/86/63/4kJnyLQX_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2010.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "Z", num: "Z",
release_date: "2010-01-01,2010-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2010-01-01,
user_rating: "5.0,10.0", release.before: 2010-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }

@ -1,144 +1,140 @@
## 3_decades_top.yml ## 3_decades_top.yml
templates: templates:
decade: decade_top:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 250
sort_title: "+3_<<num>>_<<collection_name>>" sort_title: "+3_<<num>>_<<collection_name>>"
limit: 130
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: language: <<language>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250 limit: 500
limit: 250 release.after: <<release.after>>
release.before: <<release.before>>
sort_by: rating.desc
type: <<type>>
votes.gte: <<votes.gte>>
collections: collections:
"Top Rated of the 1940s": "Top Rated of the 1940s":
summary: "Top rated movies of the 1940s" summary: "Top rated movies of the 1940s"
url_poster: https://images2.imgbox.com/b2/96/r6suu5US_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "Z", num: "Z",
release_date: "1940-01-01,1949-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 1940-01-01,
user_rating: "5.0,10.0", release.before: 1949-12-31,
votes: "1000,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1950s": "Top Rated of the 1950s":
summary: "Top rated movies of the 1950s" summary: "Top rated movies of the 1950s"
url_poster: https://images2.imgbox.com/3a/86/lbm419do_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1950s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "Y", num: "Y",
release_date: "1950-01-01,1959-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 1950-01-01,
user_rating: "5.0,10.0", release.before: 1959-12-31,
votes: "1000,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1960s": "Top Rated of the 1960s":
summary: "Top rated movies of the 1960s" summary: "Top rated movies of the 1960s"
url_poster: https://images2.imgbox.com/86/ec/BLBgj4Sc_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1960s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "X", num: "X",
release_date: "1960-01-01,1969-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 1960-01-01,
user_rating: "5.0,10.0", release.before: 1969-12-31,
votes: "1000,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1970s": "Top Rated of the 1970s":
summary: "Top rated movies of the 1970s" summary: "Top rated movies of the 1970s"
url_poster: https://images2.imgbox.com/69/3f/JKYnU4OW_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1970s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "W", num: "W",
release_date: "1970-01-01,1979-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 1970-01-01,
user_rating: "5.0,10.0", release.before: 1979-12-31,
votes: "10000,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1980s": "Top Rated of the 1980s":
summary: "Top rated movies of the 1980s" summary: "Top rated movies of the 1980s"
url_poster: https://images2.imgbox.com/fa/74/pTqfI3kw_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1980s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "V", num: "V",
release_date: "1980-01-01,1989-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 1980-01-01,
user_rating: "5.0,10.0", release.before: 1989-12-31,
votes: "10000,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1990s": "Top Rated of the 1990s":
summary: "Top rated movies of the 1990s" summary: "Top rated movies of the 1990s"
url_poster: https://images2.imgbox.com/f8/2d/heYFe34N_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1990s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "U", num: "U",
release_date: "1990-01-01,1999-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 1990-01-01,
user_rating: "5.0,10.0", release.before: 1999-12-31,
votes: "10000,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 2000s": "Top Rated of the 2000s":
summary: "Top rated movies of the 2000s" summary: "Top rated movies of the 2000s"
url_poster: https://images2.imgbox.com/25/0f/Fv1DABox_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2000s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "T", num: "T",
release_date: "2000-01-01,2009-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2000-01-01,
user_rating: "5.0,10.0", release.before: 2009-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of the 2010s": "Top Rated of the 2010s":
summary: "Top rated movies of the 2010s" summary: "Top rated movies of the 2010s"
url_poster: https://images2.imgbox.com/2e/79/H4fyrHwI_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2010s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "S", num: "S",
release_date: "2010-01-01,2019-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2010-01-01,
user_rating: "5.0,10.0", release.before: 2019-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of the 2020s": "Top Rated of the 2020s":
summary: "Top rated movies of the 2020s" summary: "Top rated movies of the 2020s"
url_poster: https://images2.imgbox.com/19/dc/06a42YSm_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2020s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "R", num: "R",
release_date: "2020-01-01,2029-12-31", type: "movie,tv_movie",
title_type: "feature,tv_movie", release.after: 2020-01-01,
user_rating: "5.0,10.0", release.before: 2029-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }

@ -1,167 +1,178 @@
## 4_awards.yml ## 4_awards.yml
templates: templates:
imdb: award_nominee:
cache_builders: 6
collection_mode: hide
collection_order: release.desc
delete_not_scheduled: false
sort_title: "+4_<<num>>_<<collection_name>>" sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: event: <<event>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc language: <<language>>
limit: 350 limit: 1000
type: <<type>>
letterboxd: award_winner:
optional: cache_builders: 6
- letterboxd_extra_1 collection_mode: hide
- letterboxd_extra_2 collection_order: release.desc
- letterboxd_extra_3 delete_not_scheduled: false
- letterboxd_extra_4
- letterboxd_extra_5
sort_title: "+4_<<num>>_<<collection_name>>" sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
letterboxd_list: event.winning: <<event.winning>>
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>> language: <<language>>
limit: 350 limit: 1000
type: <<type>>
collections: collections:
"Oscar Winners":
summary: "A collection of Oscar Winners"
url_poster: https://images2.imgbox.com/ad/c9/nfhQr1bK_o.png
schedule: weekly(monday)
template: {
name: imdb,
num: 0,
groups: "oscar_winner",
title_type: "feature",
languages: "en"
}
limit: 120
"Oscar Nominees": "Oscar Nominees":
summary: "A collection of Oscar Nominees" summary: "A collection of Oscar Nominees"
url_poster: https://images2.imgbox.com/98/37/PigipQFj_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_oscars.png
schedule: weekly(monday)
template: { template: {
name: imdb, name: award_nominee,
num: 1, num: "A",
groups: "oscar_nominee", type: "movie,tv_movie",
title_type: "feature", event: "oscar_picture,oscar_director",
languages: "en" language: "en"
} }
limit: 250
"Golden Globes Winners": "Oscar Winners":
summary: "A collection of Golden Globes Winners" summary: "A collection of Oscar Winners"
url_poster: https://images2.imgbox.com/90/92/iw9mYXgG_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_oscars.png
schedule: weekly(monday)
template: { template: {
name: imdb, name: award_winner,
num: 2, num: "B",
groups: "golden_globe_winner", type: "movie,tv_movie",
title_type: "feature", event.winning: "oscar_picture,oscar_director",
languages: "en" language: "en"
} }
limit: 120
"Golden Globes Nominees": "Golden Globes Nominees":
summary: "A collection of Golden Globes Nominees" summary: "A collection of Golden Globes Nominees"
url_poster: https://images2.imgbox.com/0a/a2/HH5uBXFt_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_golden-globespng.png
schedule: weekly(monday)
template: { template: {
name: imdb, name: award_nominee,
num: 3, num: "C",
groups: "golden_globe_nominee", type: "movie,tv_movie",
title_type: "feature", event: "golden",
languages: "en" language: "en"
} }
limit: 250
"Golden Globes Winners":
summary: "A collection of Golden Globes Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_golden_globes.png
template: {
name: award_winner,
num: "D",
type: "movie,tv_movie",
event.winning: "golden",
language: "en"
}
"BAFTA Winners": "BAFTA Winners":
summary: "A collection of BAFTA Winners" summary: "A collection of BAFTA Winners"
url_poster: https://images2.imgbox.com/00/61/roVpyMsf_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_bafta.png
schedule: weekly(monday)
template: { template: {
name: letterboxd, name: award_winner,
num: 4, num: "E",
user: "kevinct92", type: "movie,tv_movie",
list: "all-bafta-award-winners-best-british-film", event.winning: "bafta",
sort: "release" language: "en"
} }
limit: 250
"Berlinale Winners": "Berlinale Winners":
summary: "A collection of Berlinale Winners" summary: "A collection of Berlinale Winners"
url_poster: https://images2.imgbox.com/91/9a/HV6PSMf9_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_berlinale.png
schedule: weekly(monday)
template: { template: {
name: letterboxd, name: award_winner,
num: 5, num: "F",
user: "koyoti", type: "movie,tv_movie",
list: "berlinale-golden-bear-winners", event.winning: "ev0000091",
sort: "release" language: "en"
} }
limit: 250
"Cannes Film Festival Winners": "Cannes Film Festival Winners":
summary: "A collection of Cannes Film Festival Winners" summary: "A collection of Cannes Film Festival Winners"
url_poster: https://images2.imgbox.com/f6/58/U3iST84u_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_cannes.png
schedule: weekly(monday)
template: { template: {
name: letterboxd, name: award_winner,
num: 6, num: "G",
user: "moviewithus", type: "movie,tv_movie",
list: "cannes-winners", event.winning: "cannes",
sort: "release" language: "en"
} }
limit: 250
"European Film Award Winners": "European Film Award Winners":
summary: "A collection of European Film Award Winners" summary: "A collection of European Film Award Winners"
url_poster: https://images2.imgbox.com/c5/4d/I4jeTKM5_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_european-film.png
schedule: weekly(monday)
template: { template: {
name: letterboxd, name: award_winner,
num: 7, num: "H",
user: "ra_pha", type: "movie,tv_movie",
list: "european-film-awards", event.winning: "ev0000230",
sort: "release" language: "en"
} }
limit: 250
"Sundance Winners": "Sundance Winners":
summary: "A collection of Sundance Winners" summary: "A collection of Sundance Winners"
url_poster: https://images2.imgbox.com/00/95/C6ghjx7k_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_sundance.png
schedule: weekly(monday)
template: { template: {
name: letterboxd, name: award_winner,
num: 8, num: "I",
user: "glicose", type: "movie,tv_movie",
list: "winners-of-sundance", event.winning: "sundance",
sort: "release" language: "en"
} }
limit: 250
"Venice Film Festival Winners": "Venice Film Festival Winners":
summary: "A collection of Venice Film Festival Winners" summary: "A collection of Venice Film Festival Winners"
url_poster: https://images2.imgbox.com/0d/38/P2chh8O7_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_venice-film.png
schedule: weekly(monday) template: {
name: award_winner,
num: "J",
type: "movie,tv_movie",
event.winning: "ev0000681",
language: "en"
}
"Critic's Choice Winners":
summary: "A collection of Critic's Choice Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_critics-choice.png
template: {
name: award_winner,
num: "K",
type: "movie,tv_movie",
event.winning: "choice",
language: "en"
}
"Spirit Awards Winners":
summary: "A collection of Spirit Awards Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_spirit-awards.png
template: {
name: award_winner,
num: "L",
type: "movie,tv_movie",
event.winning: "spirit",
language: "en"
}
"Razzie Winners":
summary: "A collection of Razzie Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_razzie.png
template: { template: {
name: letterboxd, name: award_winner,
num: 9, num: "M",
user: "glicose", type: "movie,tv_movie",
list: "winners-of-sundance", event.winning: "razzie",
sort: "release" language: "en"
} }
limit: 250

@ -2,226 +2,229 @@
templates: templates:
popular: popular:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 250
sort_title: "+5: <<collection_name>>" sort_title: "+5: <<collection_name>>"
limit: 130
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: genre: <<genre>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&genres=<<genres>>&languages=<<languages>>&sort=moviemeter,asc language: <<language>>
limit: 250 limit: 500
popularity.gte: <<popularity.gte>>
sort_by: popularity.asc
type: <<type>>
collections: collections:
"Popular in Action": "Popular in Action":
summary: "Popular movies in Action" summary: "Popular movies in Action"
url_poster: https://images2.imgbox.com/49/a2/ZzHfwpko_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_action.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "action", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "action",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Adventure": "Popular in Adventure":
summary: "Popular movies in Adventure" summary: "Popular movies in Adventure"
url_poster: https://images2.imgbox.com/69/44/w9z6lHTx_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_adventure.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "adventure", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "adventure",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Animation": "Popular in Animation":
summary: "Popular movies in Animation" summary: "Popular movies in Animation"
url_poster: https://images2.imgbox.com/2b/9f/K6YZj2mM_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_animation.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "animation", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "animation",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Biography": "Popular in Biography":
summary: "Popular movies in Biography" summary: "Popular movies in Biography"
url_poster: https://images2.imgbox.com/db/a5/DuxFMQvW_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_biography.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "biography", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "biography",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Comedy": "Popular in Comedy":
summary: "Popular movies in Comedy" summary: "Popular movies in Comedy"
url_poster: https://images2.imgbox.com/ee/95/bv86GdwL_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_comedy.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "comedy", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "comedy",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Crime": "Popular in Crime":
summary: "Popular movies in Crime" summary: "Popular movies in Crime"
url_poster: https://images2.imgbox.com/04/57/qWBJn2wh_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_crime.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "crime", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "crime",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Drama": "Popular in Drama":
summary: "Popular movies in Drama" summary: "Popular movies in Drama"
url_poster: https://images2.imgbox.com/b5/7e/xjs3U3Uw_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_drama.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "drama", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "drama",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Family": "Popular in Family":
summary: "Popular movies in Family" summary: "Popular movies in Family"
url_poster: https://images2.imgbox.com/b8/7c/Yxfwl4SU_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_family.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "family", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "family",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Fantasy": "Popular in Fantasy":
summary: "Popular movies in Fantasy" summary: "Popular movies in Fantasy"
url_poster: https://images2.imgbox.com/b9/2d/RUj29mGN_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_fantasy.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "fantasy", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "fantasy",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in History": "Popular in History":
summary: "Popular movies in History" summary: "Popular movies in History"
url_poster: https://images2.imgbox.com/7e/4b/J3QPVzXr_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_history.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "history", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "history",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Horror": "Popular in Horror":
summary: "Popular movies in Horror" summary: "Popular movies in Horror"
url_poster: https://images2.imgbox.com/d7/90/soVAACno_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_horror.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "horror", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "horror",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Music": "Popular in Music":
summary: "Popular movies in Music" summary: "Popular movies in Music"
url_poster: https://images2.imgbox.com/a5/f7/k30HMjfT_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_music.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "music", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "music",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Musicals": "Popular in Musicals":
summary: "Popular movies in Musicals" summary: "Popular movies in Musicals"
url_poster: https://images2.imgbox.com/2c/d8/dBP5NuOy_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_musicals.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "musical", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "musical",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Mystery": "Popular in Mystery":
summary: "Popular movies in Mystery" summary: "Popular movies in Mystery"
url_poster: https://images2.imgbox.com/c0/eb/vxT2626d_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_mystery.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "mystery", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "mystery",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Romance": "Popular in Romance":
summary: "Popular movies in Romance" summary: "Popular movies in Romance"
url_poster: https://images2.imgbox.com/c9/5c/iFqsyDIF_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_romance.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "romance", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "romance",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Sci-Fi": "Popular in Sci-Fi":
summary: "Popular movies in Sci-Fi" summary: "Popular movies in Sci-Fi"
url_poster: https://images2.imgbox.com/c8/01/RVAS27XY_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_sci-fi.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "sci-fi", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "sci-fi",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Thriller": "Popular in Thriller":
summary: "Popular movies in Thriller" summary: "Popular movies in Thriller"
url_poster: https://images2.imgbox.com/91/81/K0sxubV6_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_thriller.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "thriller", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "thriller",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in War": "Popular in War":
summary: "Popular movies in War" summary: "Popular movies in War"
url_poster: https://images2.imgbox.com/31/13/Kf3A1cXg_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_war.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "war", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "war",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Western": "Popular in Western":
summary: "Popular movies in Western" summary: "Popular movies in Western"
url_poster: https://images2.imgbox.com/68/3a/Jl5QZlaK_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_western.png
schedule: daily
template: { template: {
name: popular, name: popular,
genres: "western", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "western",
languages: "en", popularity.gte: 5,
} language: "en"
}

@ -1,265 +1,252 @@
## 6_genre_top.yml ## 6_genre_top.yml
templates: templates:
genre: top:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 500
sort_title: "+6 Rated: <<collection_name>>" sort_title: "+6 Rated: <<collection_name>>"
limit: 150
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: genre: <<genre>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>&genres=<<genres>>&languages=<<languages>>&sort=user_rating,desc language: <<language>>
limit: 250 limit: 1000
rating.gte: <<rating.gte>>
sort_by: rating.desc
type: <<type>>
votes.gte: <<votes.gte>>
collections: collections:
"Top Rated in Action": "Top Rated in Action":
summary: "Top rated movies in Action" summary: "Top rated movies in Action"
url_poster: https://images2.imgbox.com/51/80/y43S30ze_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_action.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "action", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "action",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Adventure": "Top Rated in Adventure":
summary: "Top rated movies in Adventure" summary: "Top rated movies in Adventure"
url_poster: https://images2.imgbox.com/c9/32/B0Eezjrf_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_adventure.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "adventure", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "adventure",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Animation": "Top Rated in Animation":
summary: "Top rated movies in Animation" summary: "Top rated movies in Animation"
url_poster: https://images2.imgbox.com/5d/ce/AGI0Qfqm_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_animation.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "animation", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "animation",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Biography": "Top Rated in Biography":
summary: "Top rated movies in Biography" summary: "Top rated movies in Biography"
url_poster: https://images2.imgbox.com/78/3c/xtirTM6g_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_biography.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "biography", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "biography",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Comedy": "Top Rated in Comedy":
summary: "Top rated movies in Comedy" summary: "Top rated movies in Comedy"
url_poster: https://images2.imgbox.com/69/10/NKcsxR5P_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_comedy.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "comedy", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "comedy",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Crime": "Top Rated in Crime":
summary: "Top rated movies in Crime" summary: "Top rated movies in Crime"
url_poster: https://images2.imgbox.com/01/f8/X4xQQ1sE_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_crime.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "crime", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "crime",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Drama": "Top Rated in Drama":
summary: "Top rated movies in Drama" summary: "Top rated movies in Drama"
url_poster: https://images2.imgbox.com/62/d5/iMGeC44D_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_drama.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "drama", genre: "drama",
title_type: "feature,tv_movie", type: "movie,tv_movie",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Family": "Top Rated in Family":
summary: "Top rated movies in Family" summary: "Top rated movies in Family"
url_poster: https://images2.imgbox.com/ca/6e/2IfG1bxC_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_family.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "family", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "family",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Fantasy": "Top Rated in Fantasy":
summary: "Top rated movies in Fantasy" summary: "Top rated movies in Fantasy"
url_poster: https://images2.imgbox.com/0e/a1/RTwNLvZj_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_fantasy.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "fantasy", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "fantasy",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in History": "Top Rated in History":
summary: "Top rated movies in History" summary: "Top rated movies in History"
url_poster: https://images2.imgbox.com/07/28/Gnd1RXdg_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_history.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "history", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "history",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Horror": "Top Rated in Horror":
summary: "Top rated movies in Horror" summary: "Top rated movies in Horror"
url_poster: https://images2.imgbox.com/69/85/PPdtuMl4_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_horror.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "horror", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "horror",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Music": "Top Rated in Music":
summary: "Top rated movies in Music" summary: "Top rated movies in Music"
url_poster: https://images2.imgbox.com/2a/5b/0qMaPxU2_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_music.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "music", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "music",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Musicals": "Top Rated in Musicals":
summary: "Top rated movies in Musicals" summary: "Top rated movies in Musicals"
url_poster: https://images2.imgbox.com/af/6f/8PsNB0Po_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_musicals.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "musical", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "musical",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Mystery": "Top Rated in Mystery":
summary: "Top rated movies in Mystery" summary: "Top rated movies in Mystery"
url_poster: https://images2.imgbox.com/90/e8/hpebZBPB_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_mystery.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "mystery", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "mystery",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Romance": "Top Rated in Romance":
summary: "Top rated movies in Romance" summary: "Top rated movies in Romance"
url_poster: https://images2.imgbox.com/0a/7c/zeNHGAVj_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_romance.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "romance", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "romance",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Sci-Fi": "Top Rated in Sci-Fi":
summary: "Top rated movies in Sci-Fi" summary: "Top rated movies in Sci-Fi"
url_poster: https://images2.imgbox.com/91/64/ePUjlSZ6_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sci-fi.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "sci-fi", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "sci-fi",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Thriller": "Top Rated in Thriller":
summary: "Top rated movies in Thriller" summary: "Top rated movies in Thriller"
url_poster: https://images2.imgbox.com/7f/f0/imM9mUS1_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "thriller", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "thriller",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in War": "Top Rated in War":
summary: "Top rated movies in War" summary: "Top rated movies in War"
url_poster: https://images2.imgbox.com/52/68/Yc62v6he_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_war.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: top,
genres: "war", type: "movie,tv_movie",
title_type: "feature,tv_movie", genre: "war",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Western": "Top Rated in Western":
summary: "Top rated movies in Western" summary: "Top rated movies in Western"
url_poster: https://images2.imgbox.com/0e/03/v2py3lSd_o.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_western.png
schedule: weekly(thursday) template: {
template: { name: top,
name: genre, type: "movie,tv_movie",
genres: "western", genre: "western",
title_type: "feature,tv_movie", rating.gte: 5,
user_rating: "5.0,10.0", votes.gte: 10000,
votes: "10000,", language: "en"
languages: "en", }
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,211 @@
## 8_studio.yml
templates:
company:
cache_builders: 6
collection_mode: hide
collection_order: alpha
delete_not_scheduled: false
sort_title: "+4_Z_<<collection_name>>"
sync_mode: sync
visible_home: false
visible_library: false
visible_shared: false
limit: 1000
imdb_search:
company: <<company>>
language: <<language>>
limit: 10000
sort_by: release.desc
type: <<type>>
collections:
"Criterion":
summary: "A collection from Criterion"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_criterion-collection.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0044076",
language: "en"
}
"Studio Ghibli":
summary: "A collection from Studio Ghibli"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_studio-ghibli.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0048420",
language: "en"
}
"Marvel Studios":
summary: "A collection from Marvel Studios"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_marvel-studios.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0051941",
language: "en"
}
"DC Entertainment":
summary: "A collection from DC Entertainment"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_dc-entertainment.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0123927",
language: "en"
}
"Paramount Pictures":
summary: "A collection from Paramount Pictures"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_paramount-pictures.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0023400",
language: "en"
}
"Warner Bros":
summary: "A collection from Warner Bros"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_warner-bros.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0002663",
language: "en"
}
"Walt Disney":
summary: "A collection from Walt Disney"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_walt-disney.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0226183,co0008970",
language: "en"
}
"SONY":
summary: "A collection from SONY"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_sony.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0026545,co0014453,co0121181,co0001799,co0208736",
language: "en"
}
"MGM":
summary: "A collection from MGM"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_mgm.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0007143",
language: "en"
}
"Twentieth Century Fox":
summary: "A collection from Twentieth Century Fox"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_twentieth-century-fox.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0000756",
language: "en"
}
"Universal":
summary: "A collection from Universal"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_universal.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0005073",
language: "en"
}
"Columbia":
summary: "A collection from Columbia"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_columbia.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0050868",
language: "en"
}
"United Artists":
summary: "A collection from United Artists"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_united-artists.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0026841",
language: "en"
}
"DreamWorks":
summary: "A collection from DreamWorks"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_dreamworks.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0040938,co0129164,co0819670,co0396719,co0252576",
language: "en"
}
"Pixar":
summary: "A collection from Pixar"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_pixar.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0017902,co0348691",
language: "en"
}
"Touchstone":
summary: "A collection from Touchstone"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_touchstone.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0049348",
language: "en"
}
"Lionsgate":
summary: "A collection from Lionsgate"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_lionsgate.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0807819,co0006881,co0060306,co0179392",
language: "en"
}
"Lucasfilm":
summary: "A collection from Lucasfilm"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_lucasfilm.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0071326,co0196838,co0049348",
language: "en"
}
"Samuel Goldwyn Company":
summary: "A collection from Samuel Goldwyn Company"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_samuel-goldwyn-company.png
template: {
name: company,
type: "movie,tv_movie",
company: "co0016710",
language: "en"
}

@ -2,23 +2,23 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4
collections: collections:
"Documentaries: All": "Documentaries: All":
summary: "Documentaries" summary: "Documentaries"
url_poster: https://images2.imgbox.com/f8/66/trpNwkAn_o.png url_poster: config/assets/1_documentary/documentary_all.png
template: { template: {
name: plex, name: plex,
num: "F" num: "F"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -26,11 +26,11 @@ collections:
"Documentaries: Random": "Documentaries: Random":
summary: "Random documentaries" summary: "Random documentaries"
url_poster: https://images2.imgbox.com/70/9e/9b9sB1wa_o.png url_poster: config/assets/1_documentary/documentary_random.png
template: { template: {
name: plex, name: plex,
num: "G" num: "G"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -39,11 +39,11 @@ collections:
"Documentaries: Recently Released": "Documentaries: Recently Released":
summary: "Recently released documentaries" summary: "Recently released documentaries"
url_poster: https://images2.imgbox.com/da/49/PnqkIfIU_o.png url_poster: config/assets/1_documentary/documentary_recently-released.png
template: { template: {
name: plex, name: plex,
num: "H" num: "H"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -52,12 +52,12 @@ collections:
"Documentaries: Recently Added": "Documentaries: Recently Added":
summary: "Recently added documentaries" summary: "Recently added documentaries"
url_poster: https://images2.imgbox.com/09/43/rltvX5gv_o.png url_poster: config/assets/1_documentary/documentary_recently-added.png
visible_library: true visible_library: true
template: { template: {
name: plex, name: plex,
num: "I" num: "I"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
@ -66,11 +66,11 @@ collections:
"Documentaries: Top Rated": "Documentaries: Top Rated":
summary: "Top rated documentaries" summary: "Top rated documentaries"
url_poster: https://images2.imgbox.com/f6/a6/sEjWWyWR_o.png url_poster: config/assets/1_documentary/documentary_top-rated.png
template: { template: {
name: plex, name: plex,
num: "J" num: "J"
} }
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary

@ -12,58 +12,14 @@ templates:
delete_not_scheduled: false delete_not_scheduled: false
cache_builders: 4 cache_builders: 4
plex_added:
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_mode: hide
label.sync: Parental
item_label.sync: Parental
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 4
mdblist:
optional:
- mdblist_extra_1
- mdblist_extra_2
- mdblist_extra_3
- mdblist_extra_4
- mdblist_extra_5
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_mode: hide
label.sync: Parental
# item_label.sync: Parental ## Enable on initial run
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
collection_order: alpha
cache_builders: 6
mdblist_list:
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
sort_by: title.asc
collections: collections:
"Parental: All":
summary: "TV shows suitable for children"
url_poster: https://images2.imgbox.com/bd/de/Mpq7uDbd_o.png
template: {
name: mdblist,
num: "A",
mdblist_user: "archivist",
mdblist_list: "collection-parental"
}
"Parental: Random": "Parental: Random":
summary: "Random TV shows suitable for children" summary: "Random TV shows suitable for children"
url_poster: https://images2.imgbox.com/03/6e/lD92FK1w_o.png url_poster: config/assets/1_parental/parental_random.png
template: { template: {
name: plex, name: plex,
num: "B" num: "B"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
@ -72,11 +28,11 @@ collections:
"Parental: Recently Released": "Parental: Recently Released":
summary: "Recently released TV shows suitable for children" summary: "Recently released TV shows suitable for children"
url_poster: https://images2.imgbox.com/c8/27/eWMDHhcy_o.png url_poster: config/assets/1_parental/parental_recently-released.png
template: { template: {
name: plex, name: plex,
num: "C" num: "C"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
@ -85,25 +41,24 @@ collections:
"Parental: Recently Added": "Parental: Recently Added":
summary: "Recently added TV shows suitable for children" summary: "Recently added TV shows suitable for children"
url_poster: https://images2.imgbox.com/66/12/rE9Ddb2f_o.png url_poster: config/assets/1_parental/parental_recently-added.png
template: { template: {
name: plex_added, name: plex,
num: "D" num: "D"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
sort_by: added.desc sort_by: added.desc
limit: 100 limit: 100
"Parental: Top Rated": "Parental: Top Rated":
summary: "Top rated TV shows suitable for children" summary: "Top rated TV shows suitable for children"
url_poster: https://images2.imgbox.com/c5/16/M8G4EDKy_o.png url_poster: config/assets/1_parental/parental_top-rated.png
template: { template: {
name: plex, name: plex,
num: "E" num: "E"
} }
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"

@ -0,0 +1,35 @@
## 1_parental_sync.yml
templates:
mdblist:
cache_builders: 6
collection_mode: hide
collection_order: alpha
delete_not_scheduled: false
item_label.sync: Parental
label.sync: Parental
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
visible_home: false
visible_library: false
visible_shared: false
mdblist_list:
sort_by: title.asc
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
optional:
- mdblist_extra_1
- mdblist_extra_2
- mdblist_extra_3
- mdblist_extra_4
- mdblist_extra_5
collections:
"Parental: All":
summary: "TV shows suitable for children"
url_poster: config/assets/1_parental/parental-all.png
template: {
name: mdblist,
num: "A",
mdblist_user: "archivist",
mdblist_list: "list-parental"
}

@ -2,158 +2,247 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4
trakt: trakt:
sort_title: "+1_<<num>>_<<collection_name>>" cache_builders: 4
sync_mode: sync
collection_order: custom
collection_mode: hide collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false delete_not_scheduled: false
cache_builders: 4
imdb_popular:
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4 trakt_list:
imdb_list: - <<trakt_list_extra_01>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&languages=<<languages>>&sort=moviemeter,asc - <<trakt_list_extra_02>>
limit: 200 - <<trakt_list_extra_03>>
- <<trakt_list_extra_04>>
- <<trakt_list_extra_05>>
- <<trakt_list_extra_06>>
- <<trakt_list_extra_07>>
- <<trakt_list_extra_08>>
- <<trakt_list_extra_09>>
- <<trakt_list_extra_10>>
- <<trakt_list_extra_11>>
- <<trakt_list_extra_12>>
- <<trakt_list_extra_13>>
- <<trakt_list_extra_14>>
- <<trakt_list_extra_15>>
- <<trakt_list_extra_16>>
- <<trakt_list_extra_17>>
- <<trakt_list_extra_18>>
- <<trakt_list_extra_19>>
- <<trakt_list_extra_20>>
optional:
- trakt_list_extra_01
- trakt_list_extra_02
- trakt_list_extra_03
- trakt_list_extra_04
- trakt_list_extra_05
- trakt_list_extra_06
- trakt_list_extra_07
- trakt_list_extra_08
- trakt_list_extra_09
- trakt_list_extra_10
- trakt_list_extra_11
- trakt_list_extra_12
- trakt_list_extra_13
- trakt_list_extra_14
- trakt_list_extra_15
- trakt_list_extra_16
- trakt_list_extra_17
- trakt_list_extra_18
- trakt_list_extra_19
- trakt_list_extra_20
imdb_top: mdblist:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 4 mdblist_list:
imdb_list: sort_by: <<mdblist_sort>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&sort=user_rating,desc&count=250 url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
limit: 200 optional:
- mdblist_extra_1
- mdblist_extra_2
- mdblist_extra_3
- mdblist_extra_4
- mdblist_extra_5
collections: collections:
"Random TV shows": "Random TV shows":
summary: Random selection of TV shows summary: "Random selection of TV shows"
url_poster: https://images2.imgbox.com/41/29/aa0NPuyr_o.png url_poster: config/assets/1_suggested/suggested_random.png
visible_library: true visible_library: true
schedule: daily schedule: daily
template: { template: {
name: plex, name: plex,
num: 0 num: 0
} }
smart_filter: smart_filter:
all: all:
year.gte: 1960 year.gte: 1940
sort_by: random sort_by: random
limit: 250 limit: 250
"Recently Added TV shows":
summary: "Recently added TV shows"
url_poster: config/assets/1_suggested/suggested_recently-added.png
visible_home: true
visible_shared: true
visible_library: true
template: {
name: plex,
num: 1
}
smart_filter:
any:
audio_language: English, english
sort_by: added.desc
limit: 200
"Recently Released TV shows":
summary: "Recently added TV shows"
url_poster: config/assets/1_suggested/suggested_recently-released.png
visible_library: true
template: {
name: plex,
num: 1
}
smart_filter:
any:
audio_language: English, english
sort_by: release.desc
limit: 200
"Suggested TV shows":
collection_order: random
summary: "Based on watched and favourited TV shows"
url_poster: config/assets/1_suggested/suggested_suggested.png
template: {
name: trakt,
num: 2
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations-couchmoney-tv",
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/tv-based-on-recently-watched-couchmoney-tv"
}
trakt_userlist:
- userlist: recommendations
user: me
"Trending TV shows": "Trending TV shows":
summary: TV shows trending across the internet summary: "TV shows trending across the internet"
url_poster: https://images2.imgbox.com/5e/f5/lRkPiQHy_o.png url_poster: config/assets/1_suggested/suggested_trending.png
schedule: daily schedule: daily
template: { template: {
name: trakt, name: mdblist,
num: 1 num: 2,
} mdblist_user: "archivist",
trakt_chart: mdblist_list: "tv-trending",
chart: trending mdblist_sort: "rank.desc"
time_period: daily }
limit: 25 limit: 50
"Popular TV shows": "Popular TV shows":
summary: Popular TV shows across the internet summary: "Popular TV shows across the internet"
url_poster: https://images2.imgbox.com/2e/34/oxXyim7m_o.png url_poster: config/assets/1_suggested/suggested_popular.png
visible_library: true visible_library: true
schedule: daily schedule: daily
template: { template: {
name: imdb_popular, name: mdblist,
num: 2, num: 3,
title_type: "tv_series,tv_special,tv_miniseries", mdblist_user: "archivist",
languages: "en", mdblist_list: "tv-popular",
} mdblist_sort: "imdbpopular.desc"
}
limit: 100 limit: 100
"Top Rated TV shows": "Top Rated TV shows":
summary: Top rated TV shows across the internet summary: "Top rated TV shows across the internet"
url_poster: https://images2.imgbox.com/4d/9b/Xb3ambH9_o.png url_poster: config/assets/1_suggested/suggested_top-rated.png
schedule: daily schedule: daily
template: { template: {
name: imdb_top, name: mdblist,
num: 3, num: 3,
title_type: "tv_series,tv_special,tv_miniseries", mdblist_user: "archivist",
user_rating: "5.0,10.0", mdblist_list: "tv-top-rated",
votes: "10000,", mdblist_sort: "imdbrating.desc"
languages: "en" }
} limit: 500
limit: 200
"Most Watched Daily": "Most Watched Daily":
summary: Daily most watched TV shows across the internet summary: "TV shows trending across the internet"
url_poster: https://images2.imgbox.com/54/48/RpwMMx1Y_o.png url_poster: config/assets/1_suggested/suggested_most-watched-daily.png
collection_order: custom
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
num: 4 num: 4
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: daily time_period: daily
languages: en
countries: us, gb, ie, ca, au, nz
limit: 50 limit: 50
"Most Watched Weekly": "Most Watched Weekly":
summary: Weekly most watched TV shows across the internet summary: "TV shows trending across the internet"
url_poster: https://images2.imgbox.com/cc/37/PfqsdJzM_o.png url_poster: config/assets/1_suggested/suggested_most-watched-weekly.png
collection_order: custom
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
num: 5 num: 5
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: weekly time_period: weekly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 50 limit: 50
"Most Watched Monthly": "Most Watched Monthly":
summary: Monthly most watched TV shows across the internet summary: "TV shows trending across the internet"
url_poster: https://images2.imgbox.com/c7/3c/7fM4BrER_o.png url_poster: config/assets/1_suggested/suggested_most-watched-monthly.png
collection_order: custom
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 6 num: 6
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: monthly time_period: monthly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 75 limit: 75
"Most Watched Yearly": "Most Watched Yearly":
summary: Yearly most watched TV shows across the internet summary: "TV shows trending across the internet"
url_poster: https://images2.imgbox.com/17/88/LYG1r4xG_o.png url_poster: config/assets/1_suggested/suggested_most-watched-yearly.png
collection_order: custom
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 7 num: 7
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
time_period: yearly time_period: yearly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 100 limit: 100

@ -1,214 +1,218 @@
## 2_year_top.yml ## 2_year_top.yml
templates: templates:
year: year_top:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 250
sort_title: "+2_<<num>>_<<collection_name>>" sort_title: "+2_<<num>>_<<collection_name>>"
limit: 150
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: language: <<language>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250 limit: 500
limit: 250 release.after: <<release.after>>
release.before: <<release.before>>
sort_by: rating.desc
type: <<type>>
votes.gte: <<votes.gte>>
collections: collections:
"Top Rated of 2024":
summary: "Top rated TV shows in 2024"
url_poster: config/assets/2_year_top/year_top-rated_2024.png
template: {
name: year_top,
num: "M",
type: "tv_series,tv_mini_series,tv_special",
release.after: 2024-01-01,
release.before: 2024-12-31,
votes.gte: 1000,
language: "en"
}
"Top Rated of 2023": "Top Rated of 2023":
summary: "Top rated TV shows in 2023" summary: "Top rated TV shows in 2023"
url_poster: https://images2.imgbox.com/11/3b/7BlMZMQw_o.png url_poster: config/assets/2_year_top/year_top-rated_2023.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "M", num: "M",
release_date: "2023-01-01,2023-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2023-01-01,
user_rating: "5.0,10.0", release.before: 2023-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2022": "Top Rated of 2022":
summary: "Top rated TV shows in 2022" summary: "Top rated TV shows in 2022"
url_poster: https://images2.imgbox.com/20/ea/OeSbw2IU_o.png url_poster: config/assets/2_year_top/year_top-rated_2022.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "N", num: "N",
release_date: "2022-01-01,2022-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2022-01-01,
user_rating: "5.0,10.0", release.before: 2022-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2021": "Top Rated of 2021":
summary: "Top rated TV shows in 2021" summary: "Top rated TV shows in 2021"
url_poster: https://images2.imgbox.com/e9/ab/RKEdWgus_o.png url_poster: config/assets/2_year_top/year_top-rated_2021.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: O, num: "O",
release_date: "2021-01-01,2021-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2021-01-01,
user_rating: "5.0,10.0", release.before: 2021-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2020": "Top Rated of 2020":
summary: "Top rated TV shows in 2020" summary: "Top rated TV shows in 2020"
url_poster: https://images2.imgbox.com/b2/82/XGYhRoQi_o.png url_poster: config/assets/2_year_top/year_top-rated_2020.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "P", num: "P",
release_date: "2020-01-01,2020-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2020-01-01,
user_rating: "5.0,10.0", release.before: 2020-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2019": "Top Rated of 2019":
summary: "Top rated TV shows in 2019" summary: "Top rated TV shows in 2019"
url_poster: https://images2.imgbox.com/53/e9/DhwEpjt2_o.png url_poster: config/assets/2_year_top/year_top-rated_2019.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "Q", num: "Q",
release_date: "2019-01-01,2019-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2019-01-01,
user_rating: "5.0,10.0", release.before: 2019-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2018": "Top Rated of 2018":
summary: "Top rated TV shows in 2018" summary: "Top rated TV shows in 2018"
url_poster: https://images2.imgbox.com/a5/9b/NKvSD9sj_o.png url_poster: config/assets/2_year_top/year_top-rated_2018.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "R", num: "R",
release_date: "2018-01-01,2018-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2018-01-01,
user_rating: "5.0,10.0", release.before: 2018-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2017": "Top Rated of 2017":
summary: "Top rated TV shows in 2017" summary: "Top rated TV shows in 2017"
url_poster: https://images2.imgbox.com/2e/c3/ucZ25sgd_o.png url_poster: config/assets/2_year_top/year_top-rated_2017.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "S", num: "S",
release_date: "2017-01-01,2017-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2017-01-01,
user_rating: "5.0,10.0", release.before: 2017-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2016": "Top Rated of 2016":
summary: "Top rated TV shows in 2016" summary: "Top rated TV shows in 2016"
url_poster: https://images2.imgbox.com/86/b7/R5LWS26j_o.png url_poster: config/assets/2_year_top/year_top-rated_2016.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "T", num: "T",
release_date: "2016-01-01,2016-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2016-01-01,
user_rating: "5.0,10.0", release.before: 2016-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2015": "Top Rated of 2015":
summary: "Top rated TV shows in 2015" summary: "Top rated TV shows in 2015"
url_poster: https://images2.imgbox.com/2e/92/Xyintttd_o.png url_poster: config/assets/2_year_top/year_top-rated_2015.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "U", num: "U",
release_date: "2015-01-01,2015-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2015-01-01,
user_rating: "5.0,10.0", release.before: 2015-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2014": "Top Rated of 2014":
summary: "Top rated TV shows in 2014" summary: "Top rated TV shows in 2014"
url_poster: https://images2.imgbox.com/45/1b/rnOLmuYd_o.png url_poster: config/assets/2_year_top/year_top-rated_2014.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "V", num: "V",
release_date: "2014-01-01,2014-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2014-01-01,
user_rating: "5.0,10.0", release.before: 2014-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2013": "Top Rated of 2013":
summary: "Top rated TV shows in 2013" summary: "Top rated TV shows in 2013"
url_poster: https://images2.imgbox.com/10/7f/sChpdS5a_o.png url_poster: config/assets/2_year_top/year_top-rated_2013.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "W", num: "W",
release_date: "2013-01-01,2013-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2013-01-01,
user_rating: "5.0,10.0", release.before: 2013-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2012": "Top Rated of 2012":
summary: "Top rated TV shows in 2012" summary: "Top rated TV shows in 2012"
url_poster: https://images2.imgbox.com/1a/a0/nodGueZf_o.png url_poster: config/assets/2_year_top/year_top-rated_2012.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "X", num: "X",
release_date: "2012-01-01,2012-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2012-01-01,
user_rating: "5.0,10.0", release.before: 2012-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2011": "Top Rated of 2011":
summary: "Top rated TV shows in 2011" summary: "Top rated TV shows in 2011"
url_poster: https://images2.imgbox.com/92/1d/rGBuC4Jl_o.png url_poster: config/assets/2_year_top/year_top-rated_2011.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "Y", num: "Y",
release_date: "2011-01-01,2011-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2011-01-01,
user_rating: "5.0,10.0", release.before: 2011-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of 2010": "Top Rated of 2010":
summary: "Top rated TV shows in 2010" summary: "Top rated TV shows in 2010"
url_poster: https://images2.imgbox.com/86/63/4kJnyLQX_o.png url_poster: config/assets/2_year_top/year_top-rated_2010.png
schedule: weekly(tuesday)
template: { template: {
name: year, name: year_top,
num: "Z", num: "Z",
release_date: "2010-01-01,2010-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2010-01-01,
user_rating: "5.0,10.0", release.before: 2010-12-31,
votes: "10000,", votes.gte: 1000,
languages: "en" language: "en"
} }

@ -1,144 +1,140 @@
## 3_decades_top.yml ## 3_decades_top.yml
templates: templates:
decade: decade_top:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 250
sort_title: "+3_<<num>>_<<collection_name>>" sort_title: "+3_<<num>>_<<collection_name>>"
limit: 130
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: language: <<language>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250 limit: 500
limit: 250 release.after: <<release.after>>
release.before: <<release.before>>
sort_by: rating.desc
type: <<type>>
votes.gte: <<votes.gte>>
collections: collections:
"Top Rated of the 1940s": "Top Rated of the 1940s":
summary: "Top rated TV shows of the 1940s" summary: "Top rated TV shows of the 1940s"
url_poster: https://images2.imgbox.com/b2/96/r6suu5US_o.png url_poster: config/assets/3_decades_top/decades_top_1940s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "Z", num: "Z",
release_date: "1940-01-01,1949-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 1940-01-01,
user_rating: "5.0,10.0", release.before: 1949-12-31,
votes: "100,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1950s": "Top Rated of the 1950s":
summary: "Top rated TV shows of the 1950s" summary: "Top rated TV shows of the 1950s"
url_poster: https://images2.imgbox.com/3a/86/lbm419do_o.png url_poster: config/assets/3_decades_top/decades_top_1950s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "Y", num: "Y",
release_date: "1950-01-01,1959-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 1950-01-01,
user_rating: "5.0,10.0", release.before: 1959-12-31,
votes: "100,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1960s": "Top Rated of the 1960s":
summary: "Top rated TV shows of the 1960s" summary: "Top rated TV shows of the 1960s"
url_poster: https://images2.imgbox.com/86/ec/BLBgj4Sc_o.png url_poster: config/assets/3_decades_top/decades_top_1960s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "X", num: "X",
release_date: "1960-01-01,1969-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 1960-01-01,
user_rating: "5.0,10.0", release.before: 1969-12-31,
votes: "100,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1970s": "Top Rated of the 1970s":
summary: "Top rated TV shows of the 1970s" summary: "Top rated TV shows of the 1970s"
url_poster: https://images2.imgbox.com/69/3f/JKYnU4OW_o.png url_poster: config/assets/3_decades_top/decades_top_1970s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "W", num: "W",
release_date: "1970-01-01,1979-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 1970-01-01,
user_rating: "5.0,10.0", release.before: 1979-12-31,
votes: "100,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1980s": "Top Rated of the 1980s":
summary: "Top rated TV shows of the 1980s" summary: "Top rated TV shows of the 1980s"
url_poster: https://images2.imgbox.com/fa/74/pTqfI3kw_o.png url_poster: config/assets/3_decades_top/decades_top_1980s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "V", num: "V",
release_date: "1980-01-01,1989-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 1980-01-01,
user_rating: "5.0,10.0", release.before: 1989-12-31,
votes: "100,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 1990s": "Top Rated of the 1990s":
summary: "Top rated TV shows of the 1990s" summary: "Top rated TV shows of the 1990s"
url_poster: https://images2.imgbox.com/f8/2d/heYFe34N_o.png url_poster: config/assets/3_decades_top/decades_top_1990s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "U", num: "U",
release_date: "1990-01-01,1999-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 1990-01-01,
user_rating: "5.0,10.0", release.before: 1999-12-31,
votes: "100,", votes.gte: 100,
languages: "en" language: "en"
} }
"Top Rated of the 2000s": "Top Rated of the 2000s":
summary: "Top rated TV shows of the 2000s" summary: "Top rated TV shows of the 2000s"
url_poster: https://images2.imgbox.com/25/0f/Fv1DABox_o.png url_poster: config/assets/3_decades_top/decades_top_2000s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "T", num: "T",
release_date: "2000-01-01,2009-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2000-01-01,
user_rating: "5.0,10.0", release.before: 2009-12-31,
votes: "1000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of the 2010s": "Top Rated of the 2010s":
summary: "Top rated TV shows of the 2010s" summary: "Top rated TV shows of the 2010s"
url_poster: https://images2.imgbox.com/2e/79/H4fyrHwI_o.png url_poster: config/assets/3_decades_top/decades_top_2010s.png
schedule: weekly(wednesday)
template: { template: {
name: decade, name: decade_top,
num: "S", num: "S",
release_date: "2010-01-01,2019-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2010-01-01,
user_rating: "5.0,10.0", release.before: 2019-12-31,
votes: "1000,", votes.gte: 1000,
languages: "en" language: "en"
} }
"Top Rated of the 2020s": "Top Rated of the 2020s":
summary: "Top rated TV shows of the 2020s" summary: "Top rated TV shows of the 2020s"
url_poster: https://images2.imgbox.com/19/dc/06a42YSm_o.png url_poster: config/assets/3_decades_top/decades_top_2020s.png
schedule: weekly
template: { template: {
name: decade, name: decade_top,
num: "R", num: "R",
release_date: "2020-01-01,2029-12-31", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", release.after: 2020-01-01,
user_rating: "5.0,10.0", release.before: 2029-12-31,
votes: "1000,", votes.gte: 1000,
languages: "en" language: "en"
} }

@ -1,146 +1,101 @@
## 4_awards.yml ## 4_awards.yml
templates: templates:
imdb: award_nominee:
sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6 cache_builders: 6
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
limit: 350
letterboxd:
optional:
- letterboxd_extra_1
- letterboxd_extra_2
- letterboxd_extra_3
- letterboxd_extra_4
- letterboxd_extra_5
sort_title: "+2_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: release.desc
collection_mode: hide collection_mode: hide
visible_home: false collection_order: release.desc
visible_shared: false
visible_library: false
delete_not_scheduled: false delete_not_scheduled: false
cache_builders: 6
letterboxd_list::
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
limit: 350
custom_1:
optional:
- trakt_list
sort_title: "+4_<<num>>_<<collection_name>>" sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: event: <<event>>
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc language: <<language>>
limit: 350 limit: 1000
type: <<type>>
custom_2: award_winner:
optional: cache_builders: 6
- trakt_list collection_mode: hide
collection_order: release.desc
delete_not_scheduled: false
sort_title: "+4_<<num>>_<<collection_name>>" sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: event.winning: <<event.winning>>
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc language: <<language>>
limit: 350 limit: 1000
trakt_list: type: <<type>>
- <<trakt_list>>
collections: collections:
"Emmy Award Winners":
summary: "A collection of Emmy Award Winners"
url_poster: https://images2.imgbox.com/9b/e4/k0PK91qr_o.png
schedule: weekly(monday)
template: {
name: imdb,
num: 0,
groups: "emmy_winner",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en"
}
limit: 120
"Emmy Award Nominees": "Emmy Award Nominees":
summary: "A collection of Emmy Award Nominees" summary: "A collection of Emmy Award Nominees"
url_poster: https://images2.imgbox.com/c1/c7/71WmWEkL_o.png url_poster: config/assets/4_awards/awards_nominees_emmy.png
schedule: weekly(monday)
template: { template: {
name: imdb, name: award_nominee,
num: 1, num: "A",
groups: "emmy_nominee", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", event: "emmy",
languages: "en" language: "en"
} }
limit: 120
"Golden Globes Winners": "Emmy Award Winners":
summary: "A collection of Golden Globes Winners" summary: "A collection of Emmy Award Winners"
url_poster: https://images2.imgbox.com/90/92/iw9mYXgG_o.png url_poster: config/assets/4_awards/awards_winners_emmy.png
schedule: weekly(monday)
template: { template: {
name: imdb, name: award_winner,
num: 2, num: "B",
groups: "golden_globe_winners", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", event.winning: "emmy",
languages: "en" language: "en"
} }
limit: 120
"Golden Globes Nominees": "Golden Globes Nominees":
summary: "A collection of Golden Globes Nominees" summary: "A collection of Golden Globes Nominees"
url_poster: https://images2.imgbox.com/0a/a2/HH5uBXFt_o.png url_poster: config/assets/4_awards/awards_nominees_golden-globespng.png
schedule: weekly(monday) template: {
name: award_nominee,
num: "C",
type: "tv_series,tv_mini_series,tv_special",
event: "golden",
language: "en"
}
"Golden Globes Winners":
summary: "A collection of Golden Globes Winners"
url_poster: config/assets/4_awards/awards_winners_golden_globes.png
template: { template: {
name: imdb, name: award_winner,
num: 3, num: "D",
groups: "golden_globe_nominee", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", event.winning: "golden",
languages: "en" language: "en"
} }
limit: 120
"BAFTA Winners": "BAFTA Winners":
summary: "A collection of BAFTA Winners" summary: "A collection of BAFTA Winners"
url_poster: https://images2.imgbox.com/00/61/roVpyMsf_o.png url_poster: config/assets/4_awards/awards_winners_bafta.png
schedule: weekly(monday)
template: { template: {
name: custom_1, name: award_winner,
num: 4, num: "E",
imdb_list: "ls538625886" type: "tv_series,tv_mini_series,tv_special",
} event.winning: "bafta",
limit: 120 language: "en"
}
"Critics Choice Award Winners": "Critic's Choice Winners":
summary: "A collection of Critics Choice Award Winners" summary: "A collection of Critic's Choice Winners"
url_poster: https://images2.imgbox.com/0e/d1/g0Wm0Xqn_o.png url_poster: config/assets/4_awards/awards_winners_critics-choice.png
schedule: weekly(monday)
template: { template: {
name: custom_2, name: award_winner,
num: 5, num: "K",
imdb_list: "ls538625146", type: "tv_series,tv_mini_series,tv_special",
trakt_list: "https://trakt.tv/users/fdamico/lists/critics-choice-series?sort=released,asc" event.winning: "choice",
} language: "en"
limit: 120 }

@ -1,227 +1,230 @@
## 5_genre_popular.yml ## 5_genre_popular.yml
templates: templates:
popular: genre_popular:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 250
sort_title: "+5: <<collection_name>>" sort_title: "+5: <<collection_name>>"
limit: 50
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: genre: <<genre>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&genres=<<genres>>&languages=<<languages>>&sort=moviemeter,asc language: <<language>>
limit: 250 limit: 500
popularity.gte: <<popularity.gte>>
sort_by: popularity.asc
type: <<type>>
collections: collections:
"Popular in Action": "Popular in Action":
summary: "Popular TV shows in Action" summary: "Popular TV shows in Action"
url_poster: https://images2.imgbox.com/49/a2/ZzHfwpko_o.png url_poster: config/assets/5_genre_popular/genre_popular_action.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "action", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "action",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Adventure": "Popular in Adventure":
summary: "Popular TV shows in Adventure" summary: "Popular TV shows in Adventure"
url_poster: https://images2.imgbox.com/69/44/w9z6lHTx_o.png url_poster: config/assets/5_genre_popular/genre_popular_adventure.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "adventure", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "adventure",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Animation": "Popular in Animation":
summary: "Popular TV shows in Animation" summary: "Popular TV shows in Animation"
url_poster: https://images2.imgbox.com/2b/9f/K6YZj2mM_o.png url_poster: config/assets/5_genre_popular/genre_popular_animation.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "animation", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "animation",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Biography": "Popular in Biography":
summary: "Popular TV shows in Biography" summary: "Popular TV shows in Biography"
url_poster: https://images2.imgbox.com/db/a5/DuxFMQvW_o.png url_poster: config/assets/5_genre_popular/genre_popular_biography.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "biography", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "biography",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Comedy": "Popular in Comedy":
summary: "Popular TV shows in Comedy" summary: "Popular TV shows in Comedy"
url_poster: https://images2.imgbox.com/ee/95/bv86GdwL_o.png url_poster: config/assets/5_genre_popular/genre_popular_comedy.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "comedy", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "comedy",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Crime": "Popular in Crime":
summary: "Popular TV shows in Crime" summary: "Popular TV shows in Crime"
url_poster: https://images2.imgbox.com/04/57/qWBJn2wh_o.png url_poster: config/assets/5_genre_popular/genre_popular_crime.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "crime", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "crime",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Drama": "Popular in Drama":
summary: "Popular TV shows in Drama" summary: "Popular TV shows in Drama"
url_poster: https://images2.imgbox.com/b5/7e/xjs3U3Uw_o.png url_poster: config/assets/5_genre_popular/genre_popular_drama.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "drama", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "drama",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Family": "Popular in Family":
summary: "Popular TV shows in Family" summary: "Popular TV shows in Family"
url_poster: https://images2.imgbox.com/b8/7c/Yxfwl4SU_o.png url_poster: config/assets/5_genre_popular/genre_popular_family.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "family", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "family",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Fantasy": "Popular in Fantasy":
summary: "Popular TV shows in Fantasy" summary: "Popular TV shows in Fantasy"
url_poster: https://images2.imgbox.com/b9/2d/RUj29mGN_o.png url_poster: config/assets/5_genre_popular/genre_popular_fantasy.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "fantasy", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "fantasy",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in History": "Popular in History":
summary: "Popular TV shows in History" summary: "Popular TV shows in History"
url_poster: https://images2.imgbox.com/7e/4b/J3QPVzXr_o.png url_poster: config/assets/5_genre_popular/genre_popular_history.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "history", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "history",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Horror": "Popular in Horror":
summary: "Popular TV shows in Horror" summary: "Popular TV shows in Horror"
url_poster: https://images2.imgbox.com/d7/90/soVAACno_o.png url_poster: config/assets/5_genre_popular/genre_popular_horror.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "horror", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "horror",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Music": "Popular in Music":
summary: "Popular TV shows in Music" summary: "Popular TV shows in Music"
url_poster: https://images2.imgbox.com/a5/f7/k30HMjfT_o.png url_poster: config/assets/5_genre_popular/genre_popular_music.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "music", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "music",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Musicals": "Popular in Musicals":
summary: "Popular TV shows in Musicals" summary: "Popular TV shows in Musicals"
url_poster: https://images2.imgbox.com/2c/d8/dBP5NuOy_o.png url_poster: config/assets/5_genre_popular/genre_popular_musicals.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "musical", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "musical",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Mystery": "Popular in Mystery":
summary: "Popular TV shows in Mystery" summary: "Popular TV shows in Mystery"
url_poster: https://images2.imgbox.com/c0/eb/vxT2626d_o.png url_poster: config/assets/5_genre_popular/genre_popular_mystery.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "mystery", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "mystery",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Romance": "Popular in Romance":
summary: "Popular TV shows in Romance" summary: "Popular TV shows in Romance"
url_poster: https://images2.imgbox.com/c9/5c/iFqsyDIF_o.png url_poster: config/assets/5_genre_popular/genre_popular_romance.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "romance", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "romance",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Sci-Fi": "Popular in Sci-Fi":
summary: "Popular TV shows in Sci-Fi" summary: "Popular TV shows in Sci-Fi"
url_poster: https://images2.imgbox.com/c8/01/RVAS27XY_o.png url_poster: config/assets/5_genre_popular/genre_popular_sci-fi.png
schedule: daily template: {
template: { name: genre_popular,
name: popular, type: "tv_series,tv_mini_series,tv_special",
genres: "sci-fi", genre: "sci-fi",
title_type: "tv_series,tv_special,tv_miniseries", popularity.gte: 5,
languages: "en", language: "en"
} }
"Popular in Thriller": "Popular in Thriller":
summary: "Popular TV shows in Thriller" summary: "Popular TV shows in Thriller"
url_poster: https://images2.imgbox.com/91/81/K0sxubV6_o.png url_poster: config/assets/5_genre_popular/genre_popular_thriller.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "thriller", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "thriller",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in War": "Popular in War":
summary: "Popular TV shows in War" summary: "Popular TV shows in War"
url_poster: https://images2.imgbox.com/31/13/Kf3A1cXg_o.png url_poster: config/assets/5_genre_popular/genre_popular_war.png
schedule: daily
template: { template: {
name: popular, name: genre_popular,
genres: "war", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "war",
languages: "en", popularity.gte: 5,
} language: "en"
}
"Popular in Western": "Popular in Western":
summary: "Popular TV shows in Western" summary: "Popular TV shows in Western"
url_poster: https://images2.imgbox.com/68/3a/Jl5QZlaK_o.png url_poster: config/assets/5_genre_popular/genre_popular_western.png
schedule: daily template: {
template: { name: genre_popular,
name: popular, type: "tv_series,tv_mini_series,tv_special",
genres: "western", genre: "western",
title_type: "tv_series,tv_special,tv_miniseries", popularity.gte: 5,
languages: "en", language: "en"
} }

@ -1,265 +1,252 @@
## 6_genre_top.yml ## 6_genre_top.yml
templates: templates:
genre: genre_top:
cache_builders: 6
collection_mode: hide
collection_order: custom
delete_not_scheduled: false
limit: 500
sort_title: "+6 Rated: <<collection_name>>" sort_title: "+6 Rated: <<collection_name>>"
limit: 100
sync_mode: sync sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false visible_home: false
visible_shared: false
visible_library: false visible_library: false
delete_not_scheduled: false visible_shared: false
cache_builders: 6 imdb_search:
imdb_list: genre: <<genre>>
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>&genres=<<genres>>&languages=<<languages>>&sort=user_rating,desc language: <<language>>
limit: 250 limit: 1000
rating.gte: <<rating.gte>>
sort_by: rating.desc
type: <<type>>
votes.gte: <<votes.gte>>
collections: collections:
"Top Rated in Action": "Top Rated in Action":
summary: "Top rated TV shows in Action" summary: "Top rated TV shows in Action"
url_poster: https://images2.imgbox.com/51/80/y43S30ze_o.png url_poster: config/assets/6_genre_top/genre_top-rated_action.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "action", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "action",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Adventure": "Top Rated in Adventure":
summary: "Top rated TV shows in Adventure" summary: "Top rated TV shows in Adventure"
url_poster: https://images2.imgbox.com/c9/32/B0Eezjrf_o.png url_poster: config/assets/6_genre_top/genre_top-rated_adventure.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "adventure", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "adventure",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Animation": "Top Rated in Animation":
summary: "Top rated TV shows in Animation" summary: "Top rated TV shows in Animation"
url_poster: https://images2.imgbox.com/5d/ce/AGI0Qfqm_o.png url_poster: config/assets/6_genre_top/genre_top-rated_animation.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "animation", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "animation",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Biography": "Top Rated in Biography":
summary: "Top rated TV shows in Biography" summary: "Top rated TV shows in Biography"
url_poster: https://images2.imgbox.com/78/3c/xtirTM6g_o.png url_poster: config/assets/6_genre_top/genre_top-rated_biography.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "biography", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "biography",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Comedy": "Top Rated in Comedy":
summary: "Top rated TV shows in Comedy" summary: "Top rated TV shows in Comedy"
url_poster: https://images2.imgbox.com/69/10/NKcsxR5P_o.png url_poster: config/assets/6_genre_top/genre_top-rated_comedy.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "comedy", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "comedy",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Crime": "Top Rated in Crime":
summary: "Top rated TV shows in Crime" summary: "Top rated TV shows in Crime"
url_poster: https://images2.imgbox.com/01/f8/X4xQQ1sE_o.png url_poster: config/assets/6_genre_top/genre_top-rated_crime.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "crime", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "crime",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Drama": "Top Rated in Drama":
summary: "Top rated TV shows in Drama" summary: "Top rated TV shows in Drama"
url_poster: https://images2.imgbox.com/62/d5/iMGeC44D_o.png url_poster: config/assets/6_genre_top/genre_top-rated_drama.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "drama", genre: "drama",
title_type: "tv_series,tv_special,tv_miniseries", type: "tv_series,tv_mini_series,tv_special",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Family": "Top Rated in Family":
summary: "Top rated TV shows in Family" summary: "Top rated TV shows in Family"
url_poster: https://images2.imgbox.com/ca/6e/2IfG1bxC_o.png url_poster: config/assets/6_genre_top/genre_top-rated_family.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "family", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "family",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Fantasy": "Top Rated in Fantasy":
summary: "Top rated TV shows in Fantasy" summary: "Top rated TV shows in Fantasy"
url_poster: https://images2.imgbox.com/0e/a1/RTwNLvZj_o.png url_poster: config/assets/6_genre_top/genre_top-rated_fantasy.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "fantasy", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "fantasy",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in History": "Top Rated in History":
summary: "Top rated TV shows in History" summary: "Top rated TV shows in History"
url_poster: https://images2.imgbox.com/07/28/Gnd1RXdg_o.png url_poster: config/assets/6_genre_top/genre_top-rated_history.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "history", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "history",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Horror": "Top Rated in Horror":
summary: "Top rated TV shows in Horror" summary: "Top rated TV shows in Horror"
url_poster: https://images2.imgbox.com/69/85/PPdtuMl4_o.png url_poster: config/assets/6_genre_top/genre_top-rated_horror.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "horror", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "horror",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Music": "Top Rated in Music":
summary: "Top rated TV shows in Music" summary: "Top rated TV shows in Music"
url_poster: https://images2.imgbox.com/2a/5b/0qMaPxU2_o.png url_poster: config/assets/6_genre_top/genre_top-rated_music.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "music", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "music",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Musicals": "Top Rated in Musicals":
summary: "Top rated TV shows in Musicals" summary: "Top rated TV shows in Musicals"
url_poster: https://images2.imgbox.com/af/6f/8PsNB0Po_o.png url_poster: config/assets/6_genre_top/genre_top-rated_musicals.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "musical", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "musical",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Mystery": "Top Rated in Mystery":
summary: "Top rated TV shows in Mystery" summary: "Top rated TV shows in Mystery"
url_poster: https://images2.imgbox.com/90/e8/hpebZBPB_o.png url_poster: config/assets/6_genre_top/genre_top-rated_mystery.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "mystery", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "mystery",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Romance": "Top Rated in Romance":
summary: "Top rated TV shows in Romance" summary: "Top rated TV shows in Romance"
url_poster: https://images2.imgbox.com/0a/7c/zeNHGAVj_o.png url_poster: config/assets/6_genre_top/genre_top-rated_romance.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "romance", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "romance",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Sci-Fi": "Top Rated in Sci-Fi":
summary: "Top rated TV shows in Sci-Fi" summary: "Top rated TV shows in Sci-Fi"
url_poster: https://images2.imgbox.com/91/64/ePUjlSZ6_o.png url_poster: config/assets/6_genre_top/genre_top-rated_sci-fi.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "sci-fi", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "sci-fi",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Thriller": "Top Rated in Thriller":
summary: "Top rated TV shows in Thriller" summary: "Top rated TV shows in Thriller"
url_poster: https://images2.imgbox.com/7f/f0/imM9mUS1_o.png url_poster: config/assets/6_genre_top/genre_top-rated_thriller.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "thriller", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "thriller",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in War": "Top Rated in War":
summary: "Top rated TV shows in War" summary: "Top rated TV shows in War"
url_poster: https://images2.imgbox.com/52/68/Yc62v6he_o.png url_poster: config/assets/6_genre_top/genre_top-rated_war.png
schedule: weekly(thursday)
template: { template: {
name: genre, name: genre_top,
genres: "war", type: "tv_series,tv_mini_series,tv_special",
title_type: "tv_series,tv_special,tv_miniseries", genre: "war",
user_rating: "5.0,10.0", rating.gte: 5,
votes: "10000,", votes.gte: 10000,
languages: "en", language: "en"
} }
"Top Rated in Western": "Top Rated in Western":
summary: "Top rated TV shows in Western" summary: "Top rated TV shows in Western"
url_poster: https://images2.imgbox.com/0e/03/v2py3lSd_o.png url_poster: config/assets/6_genre_top/genre_top-rated_western.png
schedule: weekly(thursday) template: {
template: { name: genre_top,
name: genre, type: "tv_series,tv_mini_series,tv_special",
genres: "western", genre: "western",
title_type: "tv_series,tv_special,tv_miniseries", rating.gte: 5,
user_rating: "5.0,10.0", votes.gte: 10000,
votes: "10000,", language: "en"
languages: "en", }
}

@ -4,7 +4,7 @@ templates:
network: network:
cache_builders: 4 cache_builders: 4
collection_order: alpha collection_order: alpha
sort_title: "+7_<<num>>_<<collection_name>>" sort_title: "+7_<<collection_name>>"
sync_mode: sync sync_mode: sync
tmdb_network: <<network>> tmdb_network: <<network>>
visible_home: false visible_home: false
@ -14,7 +14,7 @@ templates:
collections: collections:
"A&E": "A&E":
summary: "TV shows from A&E" summary: "TV shows from A&E"
url_poster: https://images2.imgbox.com/97/73/icaR425A_o.png url_poster: config/assets/7_network/network_a-e.png
template: { template: {
name: network, name: network,
network: "129, 2639, 3688" network: "129, 2639, 3688"
@ -22,7 +22,7 @@ collections:
"ABC": "ABC":
summary: "TV shows from ABC" summary: "TV shows from ABC"
url_poster: https://images2.imgbox.com/48/3a/V2Jl5BaT_o.png url_poster: config/assets/7_network/network_abc.png
template: { template: {
name: network, name: network,
network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069" network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069"
@ -30,15 +30,15 @@ collections:
"Adult Swim": "Adult Swim":
summary: "TV shows from Adult Swim" summary: "TV shows from Adult Swim"
url_poster: https://images2.imgbox.com/ce/d6/HiesKpYb_o.png url_poster: config/assets/7_network/network_adult-swim.png
template: { template: {
name: network, name: network,
network: "80, 5629, 6929" network: "80, 5629, 6929"
} }
"Amazon": "Amazon":
summary: "TV shows from mazon" summary: "TV shows from Amazon"
url_poster: https://images2.imgbox.com/ca/1c/DM6M4u77_o.png url_poster: config/assets/7_network/network_amazon.png
template: { template: {
name: network, name: network,
network: "1024, 5533, 5865, 5920, 6550" network: "1024, 5533, 5865, 5920, 6550"
@ -46,7 +46,7 @@ collections:
"AMC": "AMC":
summary: "TV shows from AMC" summary: "TV shows from AMC"
url_poster: https://images2.imgbox.com/59/02/ay0fnEaf_o.png url_poster: config/assets/7_network/network_amc.png
template: { template: {
name: network, name: network,
network: "174, 4661, 6400" network: "174, 4661, 6400"
@ -54,7 +54,7 @@ collections:
"Animal Planet": "Animal Planet":
summary: "TV shows from Animal Planet" summary: "TV shows from Animal Planet"
url_poster: https://images2.imgbox.com/9f/68/QUhNHo1f_o.png url_poster: config/assets/7_network/network_animal-planet.png
template: { template: {
name: network, name: network,
network: "91, 2781, 3627, 4454, 5721" network: "91, 2781, 3627, 4454, 5721"
@ -62,7 +62,7 @@ collections:
"Apple+": "Apple+":
summary: "TV shows from Apple+" summary: "TV shows from Apple+"
url_poster: https://images2.imgbox.com/9f/2f/t5myA66w_o.png url_poster: config/assets/7_network/network_apple-plus.png
template: { template: {
name: network, name: network,
network: "1932, 2552" network: "1932, 2552"
@ -70,7 +70,7 @@ collections:
"BBC": "BBC":
summary: "TV shows from BBC" summary: "TV shows from BBC"
url_poster: https://images2.imgbox.com/fb/4d/wfs9lbau_o.png url_poster: config/assets/7_network/network_bbc.png
template: { template: {
name: network, name: network,
network: "3, 4, 15, 100, 126, 317, 332, 375, 414, 428, 493, 1001, 1051, 1155, 3278, 3546, 3590, 3660, 5384, 5421, 6142, 6223, 6291, 6419, 6824, 6852" network: "3, 4, 15, 100, 126, 317, 332, 375, 414, 428, 493, 1001, 1051, 1155, 3278, 3546, 3590, 3660, 5384, 5421, 6142, 6223, 6291, 6419, 6824, 6852"
@ -78,7 +78,7 @@ collections:
"Bravo": "Bravo":
summary: "TV shows from Bravo" summary: "TV shows from Bravo"
url_poster: https://images2.imgbox.com/e8/29/1gZ7KM7U_o.png url_poster: config/assets/7_network/network_bravo.png
template: { template: {
name: network, name: network,
network: "74, 312, 485" network: "74, 312, 485"
@ -86,7 +86,7 @@ collections:
"Cartoon Network": "Cartoon Network":
summary: "TV shows from Cartoon Network" summary: "TV shows from Cartoon Network"
url_poster: https://images2.imgbox.com/0d/21/vFAePxhS_o.png url_poster: config/assets/7_network/network_cartoon-network.png
template: { template: {
name: network, name: network,
network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869" network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869"
@ -94,7 +94,7 @@ collections:
"CBS": "CBS":
summary: "TV shows from CBS" summary: "TV shows from CBS"
url_poster: https://images2.imgbox.com/fd/08/K3DrYhjX_o.png url_poster: config/assets/7_network/network_cbs.png
template: { template: {
name: network, name: network,
network: "16, 1709, 2528, 2621, 5970" network: "16, 1709, 2528, 2621, 5970"
@ -102,7 +102,7 @@ collections:
"Channel 4": "Channel 4":
summary: "TV shows from Channel 4" summary: "TV shows from Channel 4"
url_poster: https://images2.imgbox.com/48/e2/luWdP160_o.png url_poster: config/assets/7_network/network_channel-4.png
template: { template: {
name: network, name: network,
network: "26, 1988, 136, 298, 803" network: "26, 1988, 136, 298, 803"
@ -110,7 +110,7 @@ collections:
"Cinemax": "Cinemax":
summary: "TV shows from Cinemax" summary: "TV shows from Cinemax"
url_poster: https://images2.imgbox.com/70/b6/E3w4mBak_o.png url_poster: config/assets/7_network/network_cinemax.png
template: { template: {
name: network, name: network,
network: "359, 6161" network: "359, 6161"
@ -118,7 +118,7 @@ collections:
"Comedy Central": "Comedy Central":
summary: "TV shows from Comedy Central" summary: "TV shows from Comedy Central"
url_poster: https://images2.imgbox.com/6a/40/2CeeczAV_o.png url_poster: config/assets/7_network/network_comedy-central.png
template: { template: {
name: network, name: network,
network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168" network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168"
@ -126,7 +126,7 @@ collections:
"Dave": "Dave":
summary: "TV shows from Dave" summary: "TV shows from Dave"
url_poster: https://images2.imgbox.com/19/27/f3wBxyf2_o.png url_poster: config/assets/7_network/network_dave.png
template: { template: {
name: network, name: network,
network: "388" network: "388"
@ -134,7 +134,7 @@ collections:
"Discovery": "Discovery":
summary: "TV shows from Discovery" summary: "TV shows from Discovery"
url_poster: https://images2.imgbox.com/a5/c0/f4kLTXi6_o.png url_poster: config/assets/7_network/network_discovery.png
template: { template: {
name: network, name: network,
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1302, 1534, 2087, 2480, 2630, 2692, 3045, 3068, 3197, 3591, 3900, 3953, 4353, 4440, 4462, 4562, 4741, 4784, 4883, 4983, 4987, 5192, 5408, 5431, 5451, 5470, 5471, 5472, 5669, 5706, 6026, 6083, 6622, 6903, 6966" network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1302, 1534, 2087, 2480, 2630, 2692, 3045, 3068, 3197, 3591, 3900, 3953, 4353, 4440, 4462, 4562, 4741, 4784, 4883, 4983, 4987, 5192, 5408, 5431, 5451, 5470, 5471, 5472, 5669, 5706, 6026, 6083, 6622, 6903, 6966"
@ -142,7 +142,7 @@ collections:
"Disney": "Disney":
summary: "TV shows from Disney" summary: "TV shows from Disney"
url_poster: https://images2.imgbox.com/0e/4b/iRUFgYbD_o.png url_poster: config/assets/7_network/network_disney.png
template: { template: {
name: network, name: network,
network: "44, 54, 142, 281, 515, 539, 730, 835, 1385, 1996, 2324, 2325, 2326, 2327, 2534, 2739, 2771, 2897, 2991, 3408, 3874, 3919, 4006, 4242, 4350, 4426, 5137, 5339, 5465, 5526, 5536, 5611, 5769, 6005, 6006, 6029, 6074, 6244, 6463, 6752" network: "44, 54, 142, 281, 515, 539, 730, 835, 1385, 1996, 2324, 2325, 2326, 2327, 2534, 2739, 2771, 2897, 2991, 3408, 3874, 3919, 4006, 4242, 4350, 4426, 5137, 5339, 5465, 5526, 5536, 5611, 5769, 6005, 6006, 6029, 6074, 6244, 6463, 6752"
@ -150,7 +150,7 @@ collections:
"FOX": "FOX":
summary: "TV shows from FOX" summary: "TV shows from FOX"
url_poster: https://images2.imgbox.com/08/64/CteSsrD0_o.png url_poster: config/assets/7_network/network_fox.png
template: { template: {
name: network, name: network,
network: "19, 45, 87, 131, 243, 303, 327, 338, 360, 415, 481, 875, 961, 1067, 1117, 1414, 1498, 1640, 1651, 2145, 2316, 2317, 2319, 2320, 2446, 2648, 2678, 2686, 3483, 3562, 4522, 4774, 4908, 5028, 5201, 5259, 5996, 6088, 6379, 6793" network: "19, 45, 87, 131, 243, 303, 327, 338, 360, 415, 481, 875, 961, 1067, 1117, 1414, 1498, 1640, 1651, 2145, 2316, 2317, 2319, 2320, 2446, 2648, 2678, 2686, 3483, 3562, 4522, 4774, 4908, 5028, 5201, 5259, 5996, 6088, 6379, 6793"
@ -158,7 +158,7 @@ collections:
"Freeform": "Freeform":
summary: "TV shows from Freeform" summary: "TV shows from Freeform"
url_poster: https://images2.imgbox.com/30/4d/MOY6CrjH_o.png url_poster: config/assets/7_network/network_freeform.png
template: { template: {
name: network, name: network,
network: "1267" network: "1267"
@ -166,7 +166,7 @@ collections:
"FX": "FX":
summary: "TV shows from FX" summary: "TV shows from FX"
url_poster: https://images2.imgbox.com/d9/64/t282hDXm_o.png url_poster: config/assets/7_network/network_fx.png
template: { template: {
name: network, name: network,
network: "88, 1035, 1641, 5628" network: "88, 1035, 1641, 5628"
@ -174,7 +174,7 @@ collections:
"Hallmark": "Hallmark":
summary: "TV shows from Hallmark" summary: "TV shows from Hallmark"
url_poster: https://images2.imgbox.com/69/ec/cUyzbr9x_o.png url_poster: config/assets/7_network/network_hallmark.png
template: { template: {
name: network, name: network,
network: "384, 2300, 2853, 3438" network: "384, 2300, 2853, 3438"
@ -182,31 +182,31 @@ collections:
"HBO": "HBO":
summary: "TV shows from HBO" summary: "TV shows from HBO"
url_poster: https://images2.imgbox.com/c7/ed/Lr79TZyk_o.png url_poster: config/assets/7_network/network_hbo.png
template: { template: {
name: network, name: network,
network: "49, 1062, 1089, 1129, 1303, 1590, 2593, 3186, 3308, 3618, 3877, 5479, 5484, 5485, 5646, 5666, 5750, 5764, 5836" network: "49, 1062, 1089, 1129, 1303, 1590, 2593, 3186, 3308, 3618, 3877, 5479, 5484, 5485, 5646, 5666, 5750, 5764, 5836"
} }
"History": "HGTV":
summary: "TV shows from History" summary: "TV shows from HGTV"
url_poster: https://images2.imgbox.com/67/7e/1GiUxJ0P_o.png url_poster: config/assets/7_network/network_hgtv.png
template: { template: {
name: network, name: network,
network: "65, 1354, 2360, 2382, 3541, 5433" network: "210, 1672"
} }
"HGTV": "History":
summary: "TV shows from HGTV" summary: "TV shows from History"
url_poster: https://images2.imgbox.com/2a/2e/gFfkhfXP_o.png url_poster: config/assets/7_network/network_history.png
template: { template: {
name: network, name: network,
network: "210, 1672" network: "65, 1354, 2360, 2382, 3541, 5433"
} }
"Hulu": "Hulu":
summary: "TV shows from Hulu" summary: "TV shows from Hulu"
url_poster: https://images2.imgbox.com/f7/ef/leVfrRMU_o.png url_poster: config/assets/7_network/network_hulu.png
template: { template: {
name: network, name: network,
network: "453, 1772" network: "453, 1772"
@ -214,7 +214,7 @@ collections:
"ITV": "ITV":
summary: "TV shows from ITV" summary: "TV shows from ITV"
url_poster: https://images2.imgbox.com/9f/81/HiWeiJiC_o.png url_poster: config/assets/7_network/network_itv.png
template: { template: {
name: network, name: network,
network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871" network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871"
@ -222,7 +222,7 @@ collections:
"MTV": "MTV":
summary: "TV shows from MTV" summary: "TV shows from MTV"
url_poster: https://images2.imgbox.com/63/ad/viGn08X2_o.png url_poster: config/assets/7_network/network_mtv.png
template: { template: {
name: network, name: network,
network: "17, 33, 295, 304, 335, 381, 410, 454, 488, 568, 788, 867, 924, 931, 959, 976, 1008, 1173, 2116, 2234, 2294, 2414, 2972, 3402, 6079, 6337" network: "17, 33, 295, 304, 335, 381, 410, 454, 488, 568, 788, 867, 924, 931, 959, 976, 1008, 1173, 2116, 2234, 2294, 2414, 2972, 3402, 6079, 6337"
@ -231,7 +231,7 @@ collections:
"National Geographic": "National Geographic":
summary: "TV shows from National Geographic" summary: "TV shows from National Geographic"
url_poster: https://images2.imgbox.com/0c/cd/9YQOYJbt_o.png url_poster: config/assets/7_network/network_national-geographic.png
template: { template: {
name: network, name: network,
network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664" network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664"
@ -239,7 +239,7 @@ collections:
"NBC": "NBC":
summary: "TV shows from NBC" summary: "TV shows from NBC"
url_poster: https://images2.imgbox.com/fe/b3/Wi7vrqaW_o.png url_poster: config/assets/7_network/network_nbc.png
template: { template: {
name: network, name: network,
network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469" network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469"
@ -247,7 +247,7 @@ collections:
"Netflix": "Netflix":
summary: "TV shows from Netflix" summary: "TV shows from Netflix"
url_poster: https://images2.imgbox.com/1a/63/DMahzhDC_o.png url_poster: config/assets/7_network/network_netflix.png
template: { template: {
name: network, name: network,
network: "213" network: "213"
@ -255,7 +255,7 @@ collections:
"Nickelodeon": "Nickelodeon":
summary: "TV shows from Nickelodeon" summary: "TV shows from Nickelodeon"
url_poster: https://images2.imgbox.com/2b/33/jRnAHlPn_o.png url_poster: config/assets/7_network/network_nickelodeon.png
template: { template: {
name: network, name: network,
network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015" network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015"
@ -263,14 +263,14 @@ collections:
"Paramount": "Paramount":
summary: "TV shows from Paramount" summary: "TV shows from Paramount"
url_poster: https://images2.imgbox.com/07/fc/aGiVCklz_o.png url_poster: config/assets/7_network/network_paramount.png
template: { template: {
name: network, name: network,
network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445" network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445"
} }
"PBS": "PBS":
summary: "TV shows from PBS" summary: "TV shows from PBS"
url_poster: https://images2.imgbox.com/2f/f1/9J2XrpZX_o.png url_poster: config/assets/7_network/network_pbs.png
template: { template: {
name: network, name: network,
network: "14, 122, 2354, 5562, 6948" network: "14, 122, 2354, 5562, 6948"
@ -278,7 +278,7 @@ collections:
"Peacock": "Peacock":
summary: "TV shows from Peacock" summary: "TV shows from Peacock"
url_poster: https://images2.imgbox.com/a8/26/FTr82G2v_o.png url_poster: config/assets/7_network/network_peacock.png
template: { template: {
name: network, name: network,
network: "3353" network: "3353"
@ -286,7 +286,7 @@ collections:
"Showtime": "Showtime":
summary: "TV shows from Showtime" summary: "TV shows from Showtime"
url_poster: https://images2.imgbox.com/8f/c7/MdCiyCcr_o.png url_poster: config/assets/7_network/network_showtime.png
template: { template: {
name: network, name: network,
network: "67, 5944, 6631" network: "67, 5944, 6631"
@ -294,7 +294,7 @@ collections:
"Shudder": "Shudder":
summary: "TV shows from Shudder" summary: "TV shows from Shudder"
url_poster: https://images2.imgbox.com/35/f6/JmJr7eSD_o.png url_poster: config/assets/7_network/network_shudder.png
template: { template: {
name: network, name: network,
network: "2949" network: "2949"
@ -302,7 +302,7 @@ collections:
"SKY": "SKY":
summary: "TV shows from SKY" summary: "TV shows from SKY"
url_poster: https://images2.imgbox.com/c0/a1/KrI83eCU_o.png url_poster: config/assets/7_network/network_sky.png
template: { template: {
name: network, name: network,
network: "107, 115, 214, 405, 480, 553, 753, 819, 877, 1006, 1063, 1076, 1114, 1431, 1755, 2432, 2667, 2691, 2699, 2758, 3138, 3561, 3653, 4148, 4439, 5059, 5090, 5136, 5210, 5213, 5237, 5481, 5505, 5735, 5944, 5946, 6179, 6280, 6359, 6845, 6933" network: "107, 115, 214, 405, 480, 553, 753, 819, 877, 1006, 1063, 1076, 1114, 1431, 1755, 2432, 2667, 2691, 2699, 2758, 3138, 3561, 3653, 4148, 4439, 5059, 5090, 5136, 5210, 5213, 5237, 5481, 5505, 5735, 5944, 5946, 6179, 6280, 6359, 6845, 6933"
@ -310,7 +310,7 @@ collections:
"Smithsonian": "Smithsonian":
summary: "TV shows from Smithsonian" summary: "TV shows from Smithsonian"
url_poster: https://images2.imgbox.com/8b/2d/9gwbRg0P_o.png url_poster: config/assets/7_network/network_smithsonian.png
template: { template: {
name: network, name: network,
network: "658, 2572, 4862, 4982" network: "658, 2572, 4862, 4982"
@ -318,7 +318,7 @@ collections:
"Starz": "Starz":
summary: "TV shows from Starz" summary: "TV shows from Starz"
url_poster: https://images2.imgbox.com/e9/41/57xciAZ9_o.png url_poster: config/assets/7_network/network_starz.png
template: { template: {
name: network, name: network,
network: "318, 758, 5594, 6222, 6292" network: "318, 758, 5594, 6222, 6292"
@ -326,7 +326,7 @@ collections:
"Syfy": "Syfy":
summary: "TV shows from Syfy" summary: "TV shows from Syfy"
url_poster: https://images2.imgbox.com/96/de/jNZkKSt6_o.png url_poster: config/assets/7_network/network_syfy.png
template: { template: {
name: network, name: network,
network: "77, 3701, 6914" network: "77, 3701, 6914"
@ -334,7 +334,7 @@ collections:
"TBS": "TBS":
summary: "TV shows from TBS" summary: "TV shows from TBS"
url_poster: https://images2.imgbox.com/0f/77/ZbVrSowo_o.png url_poster: config/assets/7_network/network_tbs.png
template: { template: {
name: network, name: network,
network: "68, 160, 5012, 5625, 5968" network: "68, 160, 5012, 5625, 5968"
@ -342,7 +342,7 @@ collections:
"TLC": "TLC":
summary: "TV shows from TLC" summary: "TV shows from TLC"
url_poster: https://images2.imgbox.com/44/0d/SxLXlSvO_o.png url_poster: config/assets/7_network/network_tlc.png
template: { template: {
name: network, name: network,
network: "84, 1172, 2167, 3571, 5154, 5659, 6363" network: "84, 1172, 2167, 3571, 5154, 5659, 6363"
@ -350,7 +350,7 @@ collections:
"TNT": "TNT":
summary: "TV shows from TNT" summary: "TV shows from TNT"
url_poster: https://images2.imgbox.com/9a/c1/sZHEK3qj_o.png url_poster: config/assets/7_network/network_tnt.png
template: { template: {
name: network, name: network,
network: "41, 904, 1191, 1530, 2857, 3501, 5194" network: "41, 904, 1191, 1530, 2857, 3501, 5194"
@ -358,7 +358,7 @@ collections:
"YouTube": "YouTube":
summary: "TV shows from <YouTube" summary: "TV shows from <YouTube"
url_poster: https://images2.imgbox.com/1c/f8/iSyYHgAg_o.png url_poster: config/assets/7_network/network_youtube.png
template: { template: {
name: network, name: network,
network: "247, 1436" network: "247, 1436"

@ -5,7 +5,7 @@ libraries:
library_type: movie library_type: movie
operations: operations:
delete_unmanaged_collections: false delete_unmanaged_collections: false
metadata_path: collection_files:
# - file: config/metadata/movie/0_radarr.yml # - file: config/metadata/movie/0_radarr.yml
- file: config/metadata/movie/1_suggested.yml - file: config/metadata/movie/1_suggested.yml
- file: config/metadata/movie/1_seasonal.yml - file: config/metadata/movie/1_seasonal.yml
@ -13,14 +13,17 @@ libraries:
schedule: weekly(monday) schedule: weekly(monday)
- file: config/metadata/movie/3_decades_top.yml - file: config/metadata/movie/3_decades_top.yml
schedule: weekly(tuesday) schedule: weekly(tuesday)
- file: config/metadata/movie/4_awards.yml # - file: config/metadata/movie/4_awards.yml
schedule: weekly(wednesday) # schedule: weekly(wednesday)
- file: config/metadata/movie/5_genre_popular.yml - file: config/metadata/movie/5_genre_popular.yml
- file: config/metadata/movie/6_genre_top.yml - file: config/metadata/movie/6_genre_top.yml
schedule: weekly(thursday) schedule: weekly(thursday)
# - file: config/metadata/movie/7_subgenre_top.yml # - file: config/metadata/movie/7_subgenre_top.yml
# - file: config/metadata/movie/8_studio.yml
# schedule: weekly(wednesday)
# - file: config/metadata/movie/9_collections.yml # - file: config/metadata/movie/9_collections.yml
# schedule: weekly(sunday) # schedule: weekly(sunday)
# - file: config/metadata/movie/1_parental_sync.yml
# - file: config/metadata/movie/1_parental.yml # - file: config/metadata/movie/1_parental.yml
# - file: config/metadata/movie/1_documentary.yml # - file: config/metadata/movie/1_documentary.yml
# - file: config/metadata/movie/1_standup.yml # - file: config/metadata/movie/1_standup.yml
@ -35,14 +38,14 @@ settings:
create_asset_folders: false create_asset_folders: false
custom_repo: custom_repo:
default_collection_order: default_collection_order:
delete_below_minimum: true delete_below_minimum: false
delete_not_scheduled: false delete_not_scheduled: false
dimensional_asset_rename: false dimensional_asset_rename: false
download_url_assets: true download_url_assets: true
ignore_ids: ignore_ids:
ignore_imdb_ids: ignore_imdb_ids:
item_refresh: false item_refresh: false
item_refresh_delay: 2 item_refresh_delay: 3
minimum_items: 5 minimum_items: 5
missing_only_released: false missing_only_released: false
notifiarr_collection_addition: false notifiarr_collection_addition: false

@ -1,103 +0,0 @@
## movie.yml
libraries:
Movies:
library_type: movie
operations:
delete_unmanaged_collections: false
metadata_path:
# - file: config/metadata/movie/0_radarr.yml
- repo: movie/1_suggested.yml
- repo: movie/1_seasonal.yml
- repo: movie/2_year_top.yml
schedule: weekly(monday)
- repo: movie/3_decades_top.yml
schedule: weekly(tuesday)
- repo: movie/4_awards.yml
schedule: weekly(wednesday)
- repo: movie/5_genre_popular.yml
- repo: movie/6_genre_top.yml
schedule: weekly(thursday)
# - repo: movie/7_subgenre_top.yml
# - repo: movie/9_collections.yml
# schedule: weekly(sunday)
# - repo: movie/1_parental.yml
# - repo: movie/1_documentary.yml
# - repo: movie/1_standup.yml
settings:
asset_depth: 0
asset_directory:
asset_folders: false
assets_for_all: false
cache: true
cache_expiration: 60
check_nightly: false
create_asset_folders: false
custom_repo: https://codeberg.org/0xFFFF/pmm-config/raw//branch/main/metadata/
default_collection_order:
delete_below_minimum: true
delete_not_scheduled: false
dimensional_asset_rename: false
download_url_assets: true
ignore_ids:
ignore_imdb_ids:
item_refresh: false
item_refresh_delay: 2
minimum_items: 5
missing_only_released: false
notifiarr_collection_addition: false
notifiarr_collection_creation: false
notifiarr_collection_removing: 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
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
radarr:
url:
token:
add_missing: false
add_existing: false
root_folder_path:
monitor: true
availability: announced
quality_profile:
tag:
search: false
radarr_path:
plex_path:
upgrade_existing: false
tmdb:
apikey:
language: en
cache_expiration: 60
region:
mdblist:
apikey:
cache_expiration: 60
trakt:
client_id:
client_secret:
pin:

@ -5,21 +5,30 @@ libraries:
library_type: show library_type: show
operations: operations:
delete_unmanaged_collections: false delete_unmanaged_collections: false
metadata_path: collection_files:
# - file: config/metadata/show/0_sonarr.yml # - file: config/metadata/show/0_sonarr.yml
- file: config/metadata/show/1_suggested.yml - file: config/metadata/show/1_suggested.yml
- file: config/metadata/show/2_year_top.yml - file: config/metadata/show/2_year_top.yml
schedule: weekly(monday) schedule: weekly(monday)
- file: config/metadata/show/3_decades_top.yml - file: config/metadata/show/3_decades_top.yml
schedule: weekly(wednesday) schedule: weekly(wednesday)
- file: config/metadata/show/4_awards.yml # - file: config/metadata/show/4_awards.yml
schedule: weekly(thursday) # schedule: weekly(thursday)
- file: config/metadata/show/5_genre_popular.yml - file: config/metadata/show/5_genre_popular.yml
- file: config/metadata/show/6_genre_top.yml - file: config/metadata/show/6_genre_top.yml
schedule: weekly(saturday) schedule: weekly(saturday)
# - file: config/metadata/show/7_network.yml # - file: config/metadata/show/7_network.yml
# - file: config/metadata/show/1_parental_sync.yml
# - file: config/metadata/show/1_parental.yml # - file: config/metadata/show/1_parental.yml
# - file: config/metadata/show/1_documentary.yml # - file: config/metadata/show/1_documentary.yml
# KIDS:
# library_type: show
# operations:
# delete_unmanaged_collections: false
# collection_files:
# - file: config/metadata/show/0_sonarr.yml
# - file: config/metadata/show/1_parental_sync.yml
# - file: config/metadata/show/1_parental.yml
settings: settings:
asset_depth: 0 asset_depth: 0
asset_directory: asset_directory:
@ -31,7 +40,7 @@ settings:
create_asset_folders: false create_asset_folders: false
custom_repo: custom_repo:
default_collection_order: default_collection_order:
delete_below_minimum: true delete_below_minimum: false
delete_not_scheduled: false delete_not_scheduled: false
dimensional_asset_rename: false dimensional_asset_rename: false
download_url_assets: true download_url_assets: true
@ -39,7 +48,7 @@ settings:
ignore_imdb_ids: ignore_imdb_ids:
item_refresh: false item_refresh: false
item_refresh_delay: 3 item_refresh_delay: 3
minimum_items: 5 minimum_items: 1
missing_only_released: false missing_only_released: false
notifiarr_collection_addition: false notifiarr_collection_addition: false
notifiarr_collection_creation: false notifiarr_collection_creation: false

Loading…
Cancel
Save