added sport genre for popular/top collections; unwatched smart filter collections for: random, suggested, popular and top-rated; various bug-fixes

pull/613/head
0x5f3 10 months ago committed by cpt-kuesel
parent 7ba0b1f194
commit be8ca9cf6f

@ -2,10 +2,14 @@
- Random Movies - Random Movies
- Recently Added Movies (English) - Recently Added Movies (English)
- Recently Released Movies (English) - Recently Released Movies (English)
- Sugegsted Movies - Suggested Movies
- Trending Movies - Trending Movies
- Popular Movies - Popular Movies
- Top Rated Movies - Top Rated Movies
- Unwatched: Random Movies
- Unwatched: Suggested Movies
- Unwatched: Popular Movies
- Unwatched: Top Rated Movies
- Most Watched Daily - Most Watched Daily
- Most Watched Weekly - Most Watched Weekly
- Most Watched Monthly - Most Watched Monthly
@ -100,6 +104,7 @@
- Popular in Mystery - Popular in Mystery
- Popular in Romance - Popular in Romance
- Popular in Sci-Fi - Popular in Sci-Fi
- Popular in Sport
- Popular in Thriller - Popular in Thriller
- Popular in War - Popular in War
- Popular in Western - Popular in Western
@ -120,6 +125,7 @@
- Top Rated in Mystery - Top Rated in Mystery
- Top Rated in Romance - Top Rated in Romance
- Top Rated in Sci-Fi - Top Rated in Sci-Fi
- Top Rated in Sport
- Top Rated in Thriller - Top Rated in Thriller
- Top Rated in War - Top Rated in War
- Top Rated in Western - Top Rated in Western

@ -1,6 +1,6 @@
This config will populate the following: This config will populate the following:
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, most watched) - !Suggested (random, recently added|released, suggested, trending, popular, top-rated, unwatched, most watched)
- !Seasonal * - !Seasonal *
- Parental - Parental
- Documentaries - Documentaries
@ -20,7 +20,6 @@ This config will populate the following:
( ^ = 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/>
**Requirements:** **Requirements:**
@ -28,7 +27,6 @@ For more details on what each section contains: [movies](MOVIES.md) | [shows](SH
**Install:** **Install:**
clone into PMM's root directory:
``` ```
git clone https://github.com/0x5f3/pmm.config config git clone https://github.com/0x5f3/pmm.config config
``` ```
@ -36,22 +34,24 @@ git clone https://github.com/0x5f3/pmm.config config
**Usage:** **Usage:**
The initial process for populating collections: The initial process for populating collections:
``` ```
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/movie.yml --collection-only --run --ignore-schedules
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/show.yml --collection-only --run --ignore-schedules
``` ```
Following a successful initial run: Following a successful initial run:
``` ```
python plex_meta_manager.py --config config/movie.yml --collections-only --run docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/movie.yml --collection-only --run
python plex_meta_manager.py --config config/show.yml --collections-only --run docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/show.yml --collection-only --run
``` ```
<br/> <br/>
A successful run will result in something similar to this: A successful run will result in something similar to this:
<br/> <br/>
<br/> <br/>
![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png) ![movies](/assets/_/_movies.png)
<br/> <br/>
![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png) ![shows](/assets/_/_shows.png)

@ -6,6 +6,10 @@
- Trending TV shows - Trending TV shows
- Popular TV shows - Popular TV shows
- Top Rated TV shows - Top Rated TV shows
- Unwatched: Random TV shows
- Unwatched: Suggested TV shows
- Unwatched: Popular TV shows
- Unwatched: Top Rated TV shows
- Most Watched Daily - Most Watched Daily
- Most Watched Weekly - Most Watched Weekly
- Most Watched Monthly - Most Watched Monthly
@ -77,6 +81,7 @@
- Popular in Mystery - Popular in Mystery
- Popular in Romance - Popular in Romance
- Popular in Sci-Fi - Popular in Sci-Fi
- Popular in Sport
- Popular in Thriller - Popular in Thriller
- Popular in War - Popular in War
- Popular in Western - Popular in Western
@ -97,6 +102,7 @@
- Top Rated in Mystery - Top Rated in Mystery
- Top Rated in Romance - Top Rated in Romance
- Top Rated in Sci-Fi - Top Rated in Sci-Fi
- Top Rated in Sport
- Top Rated in Thriller - Top Rated in Thriller
- Top Rated in War - Top Rated in War
- Top Rated in Western - Top Rated in Western

@ -14,7 +14,7 @@ settings:
asset_depth: 0 asset_depth: 0
asset_directory: asset_directory:
asset_folders: false asset_folders: false
cache: true cache: false
cache_expiration: 60 cache_expiration: 60
check_nightly: false check_nightly: false
create_asset_folders: false create_asset_folders: false
@ -29,9 +29,6 @@ settings:
item_refresh_delay: 0 item_refresh_delay: 0
minimum_items: 0 minimum_items: 0
missing_only_released: false missing_only_released: false
notifiarr_collection_addition: false
notifiarr_collection_creation: false
notifiarr_collection_removing: false
only_filter_missing: false only_filter_missing: false
playlist_exclude_users: playlist_exclude_users:
playlist_report: true playlist_report: true
@ -39,6 +36,11 @@ settings:
prioritize_assets: false prioritize_assets: false
released_missing_only: false released_missing_only: false
run_again_delay: 2 run_again_delay: 2
run_order:
- operations
- metadata
- collections
- overlays
save_missing: false save_missing: false
show_asset_not_needed: true show_asset_not_needed: true
show_filtered: false show_filtered: false
@ -93,11 +95,11 @@ sonarr:
tmdb: tmdb:
apikey: apikey:
language: en language: en
cache_expiration: 60 cache_expiration: 1
region: region:
mdblist: mdblist:
apikey: apikey:
cache_expiration: 60 cache_expiration: 1
trakt: trakt:
client_id: client_id:
client_secret: client_secret:

@ -2,7 +2,6 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
@ -37,9 +36,10 @@ collections:
sort_by: random sort_by: random
limit: 250 limit: 250
"Documentaries: Recently Released": "Documentaries: Recently Added":
summary: "Recently released documentaries" summary: "Recently added documentaries"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
visible_library: true
template: { template: {
name: plex, name: plex,
num: "H" num: "H"
@ -47,13 +47,12 @@ collections:
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
sort_by: release.desc sort_by: added.desc
limit: 250 limit: 100
"Documentaries: Recently Added": "Documentaries: Recently Released":
summary: "Recently added documentaries" summary: "Recently released documentaries"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
visible_library: true
template: { template: {
name: plex, name: plex,
num: "I" num: "I"
@ -61,8 +60,8 @@ collections:
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
sort_by: added.desc sort_by: release.desc
limit: 100 limit: 250
"Documentaries: Top Rated": "Documentaries: Top Rated":
summary: "Top rated documentaries" summary: "Top rated documentaries"

@ -2,7 +2,6 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
label.sync: Parental label.sync: Parental
@ -26,9 +25,9 @@ collections:
sort_by: random sort_by: random
limit: 250 limit: 250
"Parental: Recently Released": "Parental: Recently Added":
summary: "Recently released movies suitable for children" summary: "Recently added movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
template: { template: {
name: plex, name: plex,
num: "C" num: "C"
@ -36,12 +35,12 @@ collections:
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
sort_by: release.desc sort_by: added.desc
limit: 250 limit: 100
"Parental: Recently Added": "Parental: Recently Released":
summary: "Recently added movies suitable for children" summary: "Recently released movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.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: "D" num: "D"
@ -49,8 +48,8 @@ collections:
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
sort_by: added.desc sort_by: release.desc
limit: 100 limit: 250
"Parental: Top Rated": "Parental: Top Rated":
summary: "Top rated movies suitable for children" summary: "Top rated movies suitable for children"

@ -2,7 +2,6 @@
templates: templates:
mdblist: mdblist:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: alpha collection_order: alpha
delete_not_scheduled: false delete_not_scheduled: false
@ -26,7 +25,7 @@ templates:
collections: collections:
"Parental: All": "Parental: All":
summary: "Movies suitable for children" summary: "Movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental-all.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_all.png
template: { template: {
name: mdblist, name: mdblist,
num: "A", num: "A",

@ -2,7 +2,7 @@
templates: templates:
seasonal: seasonal:
cache_builders: 4 collection_mode: hide
collection_order: critic_rating.desc collection_order: critic_rating.desc
delete_not_scheduled: true delete_not_scheduled: true
limit: 1000 limit: 1000
@ -51,25 +51,30 @@ templates:
collections: collections:
"Valentine's Day Movies": "Valentine's Day Movies":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-valentines.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_valentines-day.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, letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-valentines/by/rating/
imdb_extra_2: https://www.imdb.com/list/ls057783436,
imdb_extra_3: https://www.imdb.com/list/ls064427905
} }
plex_search:
- all:
critic_rating.gte: 8.0
genre: Romance, Comedy
- all:
critic_rating.gte: 8.0
genre: Romance, Drama
"St. Patrick's Day Movies": "St. Patrick's Day Movies":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-patricks.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-patricks-day.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 letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-st-patricks/by/rating/
} }
"Easter Movies": "Easter Movies":
@ -79,12 +84,7 @@ collections:
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Easter", holiday: "Easter",
imdb_extra_1: https://www.imdb.com/list/ls062665509/, letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-easter/by/rating/
imdb_extra_2: https://www.imdb.com/list/ls051733651/,
imdb_extra_3: https://www.imdb.com/list/ls561620428/,
imdb_extra_4: https://www.imdb.com/list/ls564620820/,
imdb_extra_5: https://www.imdb.com/list/ls094021074/,
imdb_extra_6: https://www.imdb.com/list/ls088378250/
} }
"Halloween Movies": "Halloween Movies":
@ -94,16 +94,12 @@ collections:
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Halloween", holiday: "Halloween",
imdb_extra_1: https://www.imdb.com/list/ls023118929/, letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-halloween/by/rating/
imdb_extra_2: https://www.imdb.com/list/ls000099714/,
imdb_extra_3: https://www.imdb.com/list/ls000058693/,
} }
imdb_search: plex_search:
type: "movie,tv_movie" - all:
genre: "horror" critic_rating.gte: 8.0
keyword: "haunted-house" genre: Horror
sort_by: "rating.desc"
limit: 10
"Thanksgiving Movies": "Thanksgiving Movies":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_thanksgiving.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_thanksgiving.png
@ -112,8 +108,7 @@ collections:
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Thanksgiving", holiday: "Thanksgiving",
imdb_extra_1: https://www.imdb.com/list/ls000835734/, letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-thanksgiving/by/rating/
imdb_extra_2: https://www.imdb.com/list/ls091597850/
} }
"Christmas Movies": "Christmas Movies":
@ -123,11 +118,10 @@ collections:
name: seasonal, name: seasonal,
num: 9, num: 9,
holiday: "Christmas", holiday: "Christmas",
letterboxd_1: https://letterboxd.com/ediblehedgehog/list/theme-christmas/, letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-christmas/by/rating/,
imdb_extra_1: https://www.imdb.com/list/ls000096828, imdb_extra_1: https://www.imdb.com/list/ls000096828,
imdb_extra_2: https://www.imdb.com/list/ls097394442, imdb_extra_2: https://www.imdb.com/list/ls068976997,
imdb_extra_3: https://www.imdb.com/list/ls068976997, imdb_extra_3: https://www.imdb.com/list/ls027567380
imdb_extra_4: https://www.imdb.com/list/ls027567380
} }
"New Year's Eve Movies": "New Year's Eve Movies":
@ -137,5 +131,5 @@ collections:
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 letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-new-years-eve/by/rating/
} }

@ -2,7 +2,6 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
@ -12,7 +11,6 @@ templates:
visible_shared: false visible_shared: false
mdblist: mdblist:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: alpha collection_order: alpha
delete_not_scheduled: false delete_not_scheduled: false
@ -55,8 +53,8 @@ collections:
sort_by: random sort_by: random
limit: 250 limit: 250
"Stand-up: Recently Released": "Stand-up: Recently Added":
summary: "Recently released Stand-up" summary: "Recently added Stand-up"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-added.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,
@ -65,11 +63,11 @@ collections:
smart_filter: smart_filter:
all: all:
collection: "Stand-up: All" collection: "Stand-up: All"
sort_by: release.desc sort_by: added.desc
limit: 250 limit: 100
"Stand-up: Recently Added": "Stand-up: Recently Released":
summary: "Recently added Stand-up" summary: "Recently released Stand-up"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-released.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-released.png
template: { template: {
name: plex, name: plex,
@ -78,8 +76,8 @@ collections:
smart_filter: smart_filter:
all: all:
collection: "Stand-up: All" collection: "Stand-up: All"
sort_by: added.desc sort_by: release.desc
limit: 100 limit: 250
"Stand-up: Top Rated": "Stand-up: Top Rated":
summary: "Top rated Stand-up" summary: "Top rated Stand-up"

@ -2,7 +2,6 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
@ -12,7 +11,6 @@ templates:
visible_shared: false visible_shared: false
trakt: trakt:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
@ -64,7 +62,6 @@ templates:
- trakt_list_extra_20 - trakt_list_extra_20
mdblist: mdblist:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -94,8 +91,8 @@ collections:
num: 0 num: 0
} }
smart_filter: smart_filter:
all: any:
critic_rating.gte: 4 audio_language: English, english
sort_by: random sort_by: random
limit: 250 limit: 250
@ -107,7 +104,7 @@ collections:
visible_library: true visible_library: true
template: { template: {
name: plex, name: plex,
num: 1 num: 0
} }
smart_filter: smart_filter:
any: any:
@ -116,12 +113,12 @@ collections:
limit: 200 limit: 200
"Recently Released Movies": "Recently Released Movies":
summary: "Recently added movies" summary: "Recently released movies"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-released.png 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: 0
} }
smart_filter: smart_filter:
any: any:
@ -135,13 +132,39 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png
template: { template: {
name: trakt, name: trakt,
num: 2 num: 0
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/movie-recommendations-couchmoney-tv", # 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_list_extra_02: "https://trakt.tv/users/########/lists/movies-based-on-recently-watched-couchmoney-tv"
} }
trakt_userlist: trakt_userlist:
- userlist: recommendations - userlist: recommendations
user: me user: me
trakt_chart:
- chart: recommended
time_period: daily
languages: en
countries: us, gb, ie, ca, au, nz
limit: 25
- chart: recommended
time_perid: weekly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 50
- chart: recommended
time_period: monthly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 100
- chart: recommended
time_period: yearly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 150
- chart: recommended
time_period: all
languages: en
countries: us, gb, ie, ca, au, nz
limit: 200
"Trending Movies": "Trending Movies":
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
@ -149,7 +172,7 @@ collections:
schedule: daily schedule: daily
template: { template: {
name: mdblist, name: mdblist,
num: 2, num: 0,
mdblist_user: "archivist", mdblist_user: "archivist",
mdblist_list: "movie-trending", mdblist_list: "movie-trending",
mdblist_sort: "rank.desc" mdblist_sort: "rank.desc"
@ -163,7 +186,7 @@ collections:
schedule: daily schedule: daily
template: { template: {
name: mdblist, name: mdblist,
num: 3, num: 1,
mdblist_user: "archivist", mdblist_user: "archivist",
mdblist_list: "movie-popular", mdblist_list: "movie-popular",
mdblist_sort: "imdbpopular.desc" mdblist_sort: "imdbpopular.desc"
@ -176,13 +199,71 @@ collections:
schedule: daily schedule: daily
template: { template: {
name: mdblist, name: mdblist,
num: 3, num: 1,
mdblist_user: "archivist", mdblist_user: "archivist",
mdblist_list: "movie-top-rated", mdblist_list: "movie-top-rated",
mdblist_sort: "imdbrating.desc" mdblist_sort: "imdbrating.desc"
} }
limit: 500 limit: 500
"Unwatched: Random Movies":
summary: "Random selection of movies"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_random.png
template: {
name: plex,
num: 2
}
smart_filter:
all:
unplayed: true
any:
audio_language: English, english
collection_filtering: user
sort_by: random
limit: 250
"Unwatched: Suggested Movies":
summary: "Based on watched and favourited movies"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_suggested.png
template: {
name: plex,
num: 2
}
smart_filter:
all:
collection: "Suggested Movies"
unplayed: true
collection_filtering: user
sort_by: random
"Unwatched: Popular Movies":
summary: "Popular movies across the internet"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_popular.png
template: {
name: plex,
num: 3
}
smart_filter:
all:
collection: "Popular Movies"
unplayed: true
collection_filtering: user
sort_by: random
"Unwatched: Top Rated Movies":
summary: "Top rated movies across the internet"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_top-rated.png
template: {
name: plex,
num: 3
}
smart_filter:
all:
collection: "Top Rated Movies"
unplayed: true
collection_filtering: user
sort_by: random
"Most Watched Daily": "Most Watched Daily":
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-daily.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-daily.png
@ -206,7 +287,7 @@ collections:
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
num: 5 num: 4
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
@ -222,7 +303,7 @@ collections:
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 6 num: 5
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
@ -238,7 +319,7 @@ collections:
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 7 num: 5
} }
trakt_chart: trakt_chart:
chart: watched chart: watched

@ -2,7 +2,6 @@
templates: templates:
year_top: year_top:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -27,7 +26,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2024.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2024.png
template: { template: {
name: year_top, name: year_top,
num: "M", num: "L",
type: "movie,tv_movie", type: "movie,tv_movie",
language: "en", language: "en",
release.after: 2024-01-01, release.after: 2024-01-01,

@ -2,7 +2,6 @@
templates: templates:
decade_top: decade_top:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -22,12 +21,25 @@ templates:
votes.gte: <<votes.gte>> votes.gte: <<votes.gte>>
collections: collections:
"Top Rated of the 1930s":
summary: "Top rated movies of the 1930s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1930s.png
template: {
name: decade_top,
num: "Z",
type: "movie,tv_movie",
release.after: 1930-01-01,
release.before: 1939-12-31,
votes.gte: 100,
language: "en"
}
"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://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png
template: { template: {
name: decade_top, name: decade_top,
num: "Z", num: "Y",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 1940-01-01, release.after: 1940-01-01,
release.before: 1949-12-31, release.before: 1949-12-31,
@ -40,7 +52,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1950s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1950s.png
template: { template: {
name: decade_top, name: decade_top,
num: "Y", num: "X",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 1950-01-01, release.after: 1950-01-01,
release.before: 1959-12-31, release.before: 1959-12-31,
@ -53,7 +65,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1960s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1960s.png
template: { template: {
name: decade_top, name: decade_top,
num: "X", num: "W",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 1960-01-01, release.after: 1960-01-01,
release.before: 1969-12-31, release.before: 1969-12-31,
@ -66,7 +78,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1970s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1970s.png
template: { template: {
name: decade_top, name: decade_top,
num: "W", num: "V",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 1970-01-01, release.after: 1970-01-01,
release.before: 1979-12-31, release.before: 1979-12-31,
@ -79,7 +91,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1980s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1980s.png
template: { template: {
name: decade_top, name: decade_top,
num: "V", num: "U",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 1980-01-01, release.after: 1980-01-01,
release.before: 1989-12-31, release.before: 1989-12-31,
@ -92,7 +104,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1990s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1990s.png
template: { template: {
name: decade_top, name: decade_top,
num: "U", num: "T",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 1990-01-01, release.after: 1990-01-01,
release.before: 1999-12-31, release.before: 1999-12-31,
@ -105,7 +117,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2000s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2000s.png
template: { template: {
name: decade_top, name: decade_top,
num: "T", num: "S",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 2000-01-01, release.after: 2000-01-01,
release.before: 2009-12-31, release.before: 2009-12-31,
@ -118,7 +130,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2010s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2010s.png
template: { template: {
name: decade_top, name: decade_top,
num: "S", num: "R",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 2010-01-01, release.after: 2010-01-01,
release.before: 2019-12-31, release.before: 2019-12-31,
@ -131,7 +143,7 @@ collections:
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2020s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2020s.png
template: { template: {
name: decade_top, name: decade_top,
num: "R", num: "Q",
type: "movie,tv_movie", type: "movie,tv_movie",
release.after: 2020-01-01, release.after: 2020-01-01,
release.before: 2029-12-31, release.before: 2029-12-31,

@ -2,7 +2,6 @@
templates: templates:
award_nominee: award_nominee:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: release.desc collection_order: release.desc
delete_not_scheduled: false delete_not_scheduled: false
@ -18,7 +17,6 @@ templates:
type: <<type>> type: <<type>>
award_winner: award_winner:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: release.desc collection_order: release.desc
delete_not_scheduled: false delete_not_scheduled: false
@ -58,7 +56,7 @@ collections:
"Golden Globes Nominees": "Golden Globes Nominees":
summary: "A collection of Golden Globes Nominees" summary: "A collection of Golden Globes Nominees"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_golden-globespng.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_golden-globes.png
template: { template: {
name: award_nominee, name: award_nominee,
num: "C", num: "C",

@ -2,7 +2,6 @@
templates: templates:
popular: popular:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -196,6 +195,18 @@ collections:
popularity.gte: 5, popularity.gte: 5,
language: "en" language: "en"
} }
"Popular in Sport":
summary: "Popular movies in Sport"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_sport.png
template: {
name: popular,
type: "movie,tv_movie",
genre: "sport",
popularity.gte: 5,
language: "en"
}
"Popular in Thriller": "Popular in Thriller":
summary: "Popular movies in Thriller" summary: "Popular movies in Thriller"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_thriller.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_thriller.png

@ -2,7 +2,6 @@
templates: templates:
top: top:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -215,6 +214,18 @@ collections:
language: "en" language: "en"
} }
"Top Rated in Sport":
summary: "Top rated movies in Sport"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sport.png
template: {
name: top,
type: "movie,tv_movie",
genre: "sport",
rating.gte: 5,
votes.gte: 10000,
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://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png

@ -2,9 +2,7 @@
templates: templates:
sub_genre: sub_genre:
cache_builders: 6
collection_mode: hide collection_mode: hide
# collection_order: critic_rating.desc
delete_not_scheduled: false delete_not_scheduled: false
limit: 250 limit: 250
sort_title: "+7_<<collection_name>>" sort_title: "+7_<<collection_name>>"

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

@ -2,7 +2,6 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
@ -14,7 +13,7 @@ templates:
collections: collections:
"Documentaries: All": "Documentaries: All":
summary: "Documentaries" summary: "Documentaries"
url_poster: config/assets/1_documentary/documentary_all.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"
@ -26,7 +25,7 @@ collections:
"Documentaries: Random": "Documentaries: Random":
summary: "Random documentaries" summary: "Random documentaries"
url_poster: config/assets/1_documentary/documentary_random.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"
@ -37,9 +36,10 @@ collections:
sort_by: random sort_by: random
limit: 250 limit: 250
"Documentaries: Recently Released": "Documentaries: Recently Added":
summary: "Recently released documentaries" summary: "Recently added documentaries"
url_poster: config/assets/1_documentary/documentary_recently-released.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
visible_library: true
template: { template: {
name: plex, name: plex,
num: "H" num: "H"
@ -47,13 +47,12 @@ collections:
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
sort_by: release.desc sort_by: added.desc
limit: 250 limit: 100
"Documentaries: Recently Added": "Documentaries: Recently Released":
summary: "Recently added documentaries" summary: "Recently released documentaries"
url_poster: config/assets/1_documentary/documentary_recently-added.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
visible_library: true
template: { template: {
name: plex, name: plex,
num: "I" num: "I"
@ -61,12 +60,12 @@ collections:
smart_filter: smart_filter:
all: all:
genre: documentary genre: documentary
sort_by: added.desc sort_by: release.desc
limit: 100 limit: 250
"Documentaries: Top Rated": "Documentaries: Top Rated":
summary: "Top rated documentaries" summary: "Top rated documentaries"
url_poster: config/assets/1_documentary/documentary_top-rated.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"

@ -2,20 +2,19 @@
templates: templates:
plex: plex:
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_mode: hide collection_mode: hide
delete_not_scheduled: false
label.sync: Parental label.sync: Parental
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
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:
"Parental: Random": "Parental: Random":
summary: "Random TV shows suitable for children" summary: "Random TV shows suitable for children"
url_poster: config/assets/1_parental/parental_random.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"
@ -26,9 +25,9 @@ collections:
sort_by: random sort_by: random
limit: 250 limit: 250
"Parental: Recently Released": "Parental: Recently Added":
summary: "Recently released TV shows suitable for children" summary: "Recently added TV shows suitable for children"
url_poster: config/assets/1_parental/parental_recently-released.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
template: { template: {
name: plex, name: plex,
num: "C" num: "C"
@ -36,12 +35,12 @@ collections:
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
sort_by: release.desc sort_by: added.desc
limit: 250 limit: 100
"Parental: Recently Added": "Parental: Recently Released":
summary: "Recently added TV shows suitable for children" summary: "Recently released TV shows suitable for children"
url_poster: config/assets/1_parental/parental_recently-added.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: "D" num: "D"
@ -49,12 +48,12 @@ collections:
smart_filter: smart_filter:
all: all:
collection: "Parental: All" collection: "Parental: All"
sort_by: added.desc sort_by: release.desc
limit: 100 limit: 250
"Parental: Top Rated": "Parental: Top Rated":
summary: "Top rated TV shows suitable for children" summary: "Top rated TV shows suitable for children"
url_poster: config/assets/1_parental/parental_top-rated.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"

@ -2,7 +2,6 @@
templates: templates:
mdblist: mdblist:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: alpha collection_order: alpha
delete_not_scheduled: false delete_not_scheduled: false
@ -26,7 +25,7 @@ templates:
collections: collections:
"Parental: All": "Parental: All":
summary: "TV shows suitable for children" summary: "TV shows suitable for children"
url_poster: config/assets/1_parental/parental-all.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_all.png
template: { template: {
name: mdblist, name: mdblist,
num: "A", num: "A",

@ -2,7 +2,6 @@
templates: templates:
plex: plex:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
@ -12,7 +11,6 @@ templates:
visible_shared: false visible_shared: false
trakt: trakt:
cache_builders: 4
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+1_<<num>>_<<collection_name>>" sort_title: "+1_<<num>>_<<collection_name>>"
@ -64,7 +62,6 @@ templates:
- trakt_list_extra_20 - trakt_list_extra_20
mdblist: mdblist:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -86,7 +83,7 @@ templates:
collections: collections:
"Random TV shows": "Random TV shows":
summary: "Random selection of TV shows" summary: "Random selection of TV shows"
url_poster: config/assets/1_suggested/suggested_random.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: {
@ -94,20 +91,18 @@ collections:
num: 0 num: 0
} }
smart_filter: smart_filter:
all: any:
year.gte: 1940 audio_language: English, english
sort_by: random sort_by: random
limit: 250 limit: 250
"Recently Added TV shows": "Recently Added TV shows":
summary: "Recently added TV shows" summary: "Recently added TV shows"
url_poster: config/assets/1_suggested/suggested_recently-added.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-added.png
visible_home: true
visible_shared: true
visible_library: true visible_library: true
template: { template: {
name: plex, name: plex,
num: 1 num: 0
} }
smart_filter: smart_filter:
any: any:
@ -116,12 +111,12 @@ collections:
limit: 200 limit: 200
"Recently Released TV shows": "Recently Released TV shows":
summary: "Recently added TV shows" summary: "Recently released TV shows"
url_poster: config/assets/1_suggested/suggested_recently-released.png 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: 0
} }
smart_filter: smart_filter:
any: any:
@ -132,24 +127,50 @@ collections:
"Suggested TV shows": "Suggested TV shows":
collection_order: random collection_order: random
summary: "Based on watched and favourited TV shows" summary: "Based on watched and favourited TV shows"
url_poster: config/assets/1_suggested/suggested_suggested.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png
template: { template: {
name: trakt, name: trakt,
num: 2 num: 0
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations-couchmoney-tv", # 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_list_extra_02: "https://trakt.tv/users/########/lists/tv-based-on-recently-watched-couchmoney-tv"
} }
trakt_userlist: trakt_userlist:
- userlist: recommendations - userlist: recommendations
user: me user: me
trakt_chart:
- chart: recommended
time_period: daily
languages: en
countries: us, gb, ie, ca, au, nz
limit: 25
- chart: recommended
time_perid: weekly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 50
- chart: recommended
time_period: monthly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 100
- chart: recommended
time_period: yearly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 150
- chart: recommended
time_period: all
languages: en
countries: us, gb, ie, ca, au, nz
limit: 200
"Trending TV shows": "Trending TV shows":
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
url_poster: config/assets/1_suggested/suggested_trending.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_trending.png
schedule: daily schedule: daily
template: { template: {
name: mdblist, name: mdblist,
num: 2, num: 0,
mdblist_user: "archivist", mdblist_user: "archivist",
mdblist_list: "tv-trending", mdblist_list: "tv-trending",
mdblist_sort: "rank.desc" mdblist_sort: "rank.desc"
@ -158,12 +179,12 @@ collections:
"Popular TV shows": "Popular TV shows":
summary: "Popular TV shows across the internet" summary: "Popular TV shows across the internet"
url_poster: config/assets/1_suggested/suggested_popular.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: mdblist, name: mdblist,
num: 3, num: 1,
mdblist_user: "archivist", mdblist_user: "archivist",
mdblist_list: "tv-popular", mdblist_list: "tv-popular",
mdblist_sort: "imdbpopular.desc" mdblist_sort: "imdbpopular.desc"
@ -172,25 +193,83 @@ collections:
"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: config/assets/1_suggested/suggested_top-rated.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: mdblist, name: mdblist,
num: 3, num: 1,
mdblist_user: "archivist", mdblist_user: "archivist",
mdblist_list: "tv-top-rated", mdblist_list: "tv-top-rated",
mdblist_sort: "imdbrating.desc" mdblist_sort: "imdbrating.desc"
} }
limit: 500 limit: 500
"Unwatched: Random TV shows":
summary: "Random selection of TV shows"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_random.png
template: {
name: plex,
num: 1
}
smart_filter:
all:
plays.lt: 1
any:
audio_language: English, english
collection_filtering: user
sort_by: random
limit: 250
"Unwatched: Suggested TV shows":
summary: "Based on watched and favourited TV shows"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_suggested.png
template: {
name: plex,
num: 1
}
smart_filter:
all:
collection: "Suggested TV shows"
plays.lt: 1
collection_filtering: user
sort_by: random
"Unwatched: Popular TV shows":
summary: "Popular TV shows across the internet"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_popular.png
template: {
name: plex,
num: 2
}
smart_filter:
all:
collection: "Popular TV shows"
plays.lt: 1
collection_filtering: user
sort_by: random
"Unwatched: Top Rated TV shows":
summary: "Top rated TV shows across the internet"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_top-rated.png
template: {
name: plex,
num: 2
}
smart_filter:
all:
collection: "Top Rated TV shows"
plays.lt: 1
collection_filtering: user
sort_by: random
"Most Watched Daily": "Most Watched Daily":
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
url_poster: config/assets/1_suggested/suggested_most-watched-daily.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-daily.png
collection_order: custom collection_order: custom
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
num: 4 num: 3
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
@ -201,12 +280,12 @@ collections:
"Most Watched Weekly": "Most Watched Weekly":
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
url_poster: config/assets/1_suggested/suggested_most-watched-weekly.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-weekly.png
collection_order: custom collection_order: custom
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
num: 5 num: 3
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
@ -217,12 +296,12 @@ collections:
"Most Watched Monthly": "Most Watched Monthly":
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
url_poster: config/assets/1_suggested/suggested_most-watched-monthly.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-monthly.png
collection_order: custom collection_order: custom
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 6 num: 4
} }
trakt_chart: trakt_chart:
chart: watched chart: watched
@ -233,12 +312,12 @@ collections:
"Most Watched Yearly": "Most Watched Yearly":
summary: "TV shows trending across the internet" summary: "TV shows trending across the internet"
url_poster: config/assets/1_suggested/suggested_most-watched-yearly.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-yearly.png
collection_order: custom collection_order: custom
schedule: weekly(sunday) schedule: weekly(sunday)
template: { template: {
name: trakt, name: trakt,
num: 7 num: 4
} }
trakt_chart: trakt_chart:
chart: watched chart: watched

@ -2,7 +2,6 @@
templates: templates:
year_top: year_top:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -24,10 +23,10 @@ templates:
collections: collections:
"Top Rated of 2024": "Top Rated of 2024":
summary: "Top rated TV shows in 2024" summary: "Top rated TV shows in 2024"
url_poster: config/assets/2_year_top/year_top-rated_2024.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2024.png
template: { template: {
name: year_top, name: year_top,
num: "M", num: "L",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 2024-01-01, release.after: 2024-01-01,
release.before: 2024-12-31, release.before: 2024-12-31,
@ -37,7 +36,7 @@ collections:
"Top Rated of 2023": "Top Rated of 2023":
summary: "Top rated TV shows in 2023" summary: "Top rated TV shows in 2023"
url_poster: config/assets/2_year_top/year_top-rated_2023.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2023.png
template: { template: {
name: year_top, name: year_top,
num: "M", num: "M",
@ -50,7 +49,7 @@ collections:
"Top Rated of 2022": "Top Rated of 2022":
summary: "Top rated TV shows in 2022" summary: "Top rated TV shows in 2022"
url_poster: config/assets/2_year_top/year_top-rated_2022.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2022.png
template: { template: {
name: year_top, name: year_top,
num: "N", num: "N",
@ -63,7 +62,7 @@ collections:
"Top Rated of 2021": "Top Rated of 2021":
summary: "Top rated TV shows in 2021" summary: "Top rated TV shows in 2021"
url_poster: config/assets/2_year_top/year_top-rated_2021.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2021.png
template: { template: {
name: year_top, name: year_top,
num: "O", num: "O",
@ -76,7 +75,7 @@ collections:
"Top Rated of 2020": "Top Rated of 2020":
summary: "Top rated TV shows in 2020" summary: "Top rated TV shows in 2020"
url_poster: config/assets/2_year_top/year_top-rated_2020.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2020.png
template: { template: {
name: year_top, name: year_top,
num: "P", num: "P",
@ -89,7 +88,7 @@ collections:
"Top Rated of 2019": "Top Rated of 2019":
summary: "Top rated TV shows in 2019" summary: "Top rated TV shows in 2019"
url_poster: config/assets/2_year_top/year_top-rated_2019.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2019.png
template: { template: {
name: year_top, name: year_top,
num: "Q", num: "Q",
@ -102,7 +101,7 @@ collections:
"Top Rated of 2018": "Top Rated of 2018":
summary: "Top rated TV shows in 2018" summary: "Top rated TV shows in 2018"
url_poster: config/assets/2_year_top/year_top-rated_2018.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2018.png
template: { template: {
name: year_top, name: year_top,
num: "R", num: "R",
@ -115,7 +114,7 @@ collections:
"Top Rated of 2017": "Top Rated of 2017":
summary: "Top rated TV shows in 2017" summary: "Top rated TV shows in 2017"
url_poster: config/assets/2_year_top/year_top-rated_2017.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2017.png
template: { template: {
name: year_top, name: year_top,
num: "S", num: "S",
@ -128,7 +127,7 @@ collections:
"Top Rated of 2016": "Top Rated of 2016":
summary: "Top rated TV shows in 2016" summary: "Top rated TV shows in 2016"
url_poster: config/assets/2_year_top/year_top-rated_2016.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2016.png
template: { template: {
name: year_top, name: year_top,
num: "T", num: "T",
@ -141,7 +140,7 @@ collections:
"Top Rated of 2015": "Top Rated of 2015":
summary: "Top rated TV shows in 2015" summary: "Top rated TV shows in 2015"
url_poster: config/assets/2_year_top/year_top-rated_2015.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2015.png
template: { template: {
name: year_top, name: year_top,
num: "U", num: "U",
@ -154,7 +153,7 @@ collections:
"Top Rated of 2014": "Top Rated of 2014":
summary: "Top rated TV shows in 2014" summary: "Top rated TV shows in 2014"
url_poster: config/assets/2_year_top/year_top-rated_2014.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2014.png
template: { template: {
name: year_top, name: year_top,
num: "V", num: "V",
@ -167,7 +166,7 @@ collections:
"Top Rated of 2013": "Top Rated of 2013":
summary: "Top rated TV shows in 2013" summary: "Top rated TV shows in 2013"
url_poster: config/assets/2_year_top/year_top-rated_2013.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2013.png
template: { template: {
name: year_top, name: year_top,
num: "W", num: "W",
@ -180,7 +179,7 @@ collections:
"Top Rated of 2012": "Top Rated of 2012":
summary: "Top rated TV shows in 2012" summary: "Top rated TV shows in 2012"
url_poster: config/assets/2_year_top/year_top-rated_2012.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2012.png
template: { template: {
name: year_top, name: year_top,
num: "X", num: "X",
@ -193,7 +192,7 @@ collections:
"Top Rated of 2011": "Top Rated of 2011":
summary: "Top rated TV shows in 2011" summary: "Top rated TV shows in 2011"
url_poster: config/assets/2_year_top/year_top-rated_2011.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2011.png
template: { template: {
name: year_top, name: year_top,
num: "Y", num: "Y",
@ -206,7 +205,7 @@ collections:
"Top Rated of 2010": "Top Rated of 2010":
summary: "Top rated TV shows in 2010" summary: "Top rated TV shows in 2010"
url_poster: config/assets/2_year_top/year_top-rated_2010.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2010.png
template: { template: {
name: year_top, name: year_top,
num: "Z", num: "Z",

@ -2,7 +2,6 @@
templates: templates:
decade_top: decade_top:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -22,12 +21,26 @@ templates:
votes.gte: <<votes.gte>> votes.gte: <<votes.gte>>
collections: collections:
"Top Rated of the 1930s":
summary: "Top rated TV shows of the 1930s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1930s.png
template: {
name: decade_top,
num: "Z",
type: "tv_series,tv_mini_series,tv_special",
release.after: 1930-01-01,
release.before: 1939-12-31,
votes.gte: 100,
language: "en"
}
"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: config/assets/3_decades_top/decades_top_1940s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png
template: { template: {
name: decade_top, name: decade_top,
num: "Z", num: "Y",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 1940-01-01, release.after: 1940-01-01,
release.before: 1949-12-31, release.before: 1949-12-31,
@ -37,10 +50,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_1950s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1950s.png
template: { template: {
name: decade_top, name: decade_top,
num: "Y", num: "X",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 1950-01-01, release.after: 1950-01-01,
release.before: 1959-12-31, release.before: 1959-12-31,
@ -50,10 +63,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_1960s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1960s.png
template: { template: {
name: decade_top, name: decade_top,
num: "X", num: "W",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 1960-01-01, release.after: 1960-01-01,
release.before: 1969-12-31, release.before: 1969-12-31,
@ -63,10 +76,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_1970s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1970s.png
template: { template: {
name: decade_top, name: decade_top,
num: "W", num: "V",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 1970-01-01, release.after: 1970-01-01,
release.before: 1979-12-31, release.before: 1979-12-31,
@ -76,10 +89,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_1980s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1980s.png
template: { template: {
name: decade_top, name: decade_top,
num: "V", num: "U",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 1980-01-01, release.after: 1980-01-01,
release.before: 1989-12-31, release.before: 1989-12-31,
@ -89,10 +102,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_1990s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1990s.png
template: { template: {
name: decade_top, name: decade_top,
num: "U", num: "T",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 1990-01-01, release.after: 1990-01-01,
release.before: 1999-12-31, release.before: 1999-12-31,
@ -102,10 +115,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_2000s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2000s.png
template: { template: {
name: decade_top, name: decade_top,
num: "T", num: "S",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 2000-01-01, release.after: 2000-01-01,
release.before: 2009-12-31, release.before: 2009-12-31,
@ -115,10 +128,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_2010s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2010s.png
template: { template: {
name: decade_top, name: decade_top,
num: "S", num: "R",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 2010-01-01, release.after: 2010-01-01,
release.before: 2019-12-31, release.before: 2019-12-31,
@ -128,10 +141,10 @@ collections:
"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: config/assets/3_decades_top/decades_top_2020s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2020s.png
template: { template: {
name: decade_top, name: decade_top,
num: "R", num: "Q",
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
release.after: 2020-01-01, release.after: 2020-01-01,
release.before: 2029-12-31, release.before: 2029-12-31,

@ -2,7 +2,6 @@
templates: templates:
award_nominee: award_nominee:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: release.desc collection_order: release.desc
delete_not_scheduled: false delete_not_scheduled: false
@ -18,7 +17,6 @@ templates:
type: <<type>> type: <<type>>
award_winner: award_winner:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: release.desc collection_order: release.desc
delete_not_scheduled: false delete_not_scheduled: false
@ -36,7 +34,7 @@ templates:
collections: collections:
"Emmy Award Nominees": "Emmy Award Nominees":
summary: "A collection of Emmy Award Nominees" summary: "A collection of Emmy Award Nominees"
url_poster: config/assets/4_awards/awards_nominees_emmy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_emmy.png
template: { template: {
name: award_nominee, name: award_nominee,
num: "A", num: "A",
@ -47,7 +45,7 @@ collections:
"Emmy Award Winners": "Emmy Award Winners":
summary: "A collection of Emmy Award Winners" summary: "A collection of Emmy Award Winners"
url_poster: config/assets/4_awards/awards_winners_emmy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_emmy.png
template: { template: {
name: award_winner, name: award_winner,
num: "B", num: "B",
@ -58,7 +56,7 @@ collections:
"Golden Globes Nominees": "Golden Globes Nominees":
summary: "A collection of Golden Globes Nominees" summary: "A collection of Golden Globes Nominees"
url_poster: config/assets/4_awards/awards_nominees_golden-globespng.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_golden-globes.png
template: { template: {
name: award_nominee, name: award_nominee,
num: "C", num: "C",
@ -69,7 +67,7 @@ collections:
"Golden Globes Winners": "Golden Globes Winners":
summary: "A collection of Golden Globes Winners" summary: "A collection of Golden Globes Winners"
url_poster: config/assets/4_awards/awards_winners_golden_globes.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_golden_globes.png
template: { template: {
name: award_winner, name: award_winner,
num: "D", num: "D",
@ -80,7 +78,7 @@ collections:
"BAFTA Winners": "BAFTA Winners":
summary: "A collection of BAFTA Winners" summary: "A collection of BAFTA Winners"
url_poster: config/assets/4_awards/awards_winners_bafta.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_bafta.png
template: { template: {
name: award_winner, name: award_winner,
num: "E", num: "E",
@ -91,7 +89,7 @@ collections:
"Critic's Choice Winners": "Critic's Choice Winners":
summary: "A collection of Critic's Choice Winners" summary: "A collection of Critic's Choice Winners"
url_poster: config/assets/4_awards/awards_winners_critics-choice.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_critics-choice.png
template: { template: {
name: award_winner, name: award_winner,
num: "K", num: "K",

@ -2,7 +2,6 @@
templates: templates:
genre_popular: genre_popular:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -23,7 +22,7 @@ templates:
collections: collections:
"Popular in Action": "Popular in Action":
summary: "Popular TV shows in Action" summary: "Popular TV shows in Action"
url_poster: config/assets/5_genre_popular/genre_popular_action.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_action.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -34,7 +33,7 @@ collections:
"Popular in Adventure": "Popular in Adventure":
summary: "Popular TV shows in Adventure" summary: "Popular TV shows in Adventure"
url_poster: config/assets/5_genre_popular/genre_popular_adventure.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_adventure.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -45,7 +44,7 @@ collections:
"Popular in Animation": "Popular in Animation":
summary: "Popular TV shows in Animation" summary: "Popular TV shows in Animation"
url_poster: config/assets/5_genre_popular/genre_popular_animation.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_animation.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -56,7 +55,7 @@ collections:
"Popular in Biography": "Popular in Biography":
summary: "Popular TV shows in Biography" summary: "Popular TV shows in Biography"
url_poster: config/assets/5_genre_popular/genre_popular_biography.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_biography.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -67,7 +66,7 @@ collections:
"Popular in Comedy": "Popular in Comedy":
summary: "Popular TV shows in Comedy" summary: "Popular TV shows in Comedy"
url_poster: config/assets/5_genre_popular/genre_popular_comedy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_comedy.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -78,7 +77,7 @@ collections:
"Popular in Crime": "Popular in Crime":
summary: "Popular TV shows in Crime" summary: "Popular TV shows in Crime"
url_poster: config/assets/5_genre_popular/genre_popular_crime.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_crime.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -89,7 +88,7 @@ collections:
"Popular in Drama": "Popular in Drama":
summary: "Popular TV shows in Drama" summary: "Popular TV shows in Drama"
url_poster: config/assets/5_genre_popular/genre_popular_drama.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_drama.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -100,7 +99,7 @@ collections:
"Popular in Family": "Popular in Family":
summary: "Popular TV shows in Family" summary: "Popular TV shows in Family"
url_poster: config/assets/5_genre_popular/genre_popular_family.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_family.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -111,7 +110,7 @@ collections:
"Popular in Fantasy": "Popular in Fantasy":
summary: "Popular TV shows in Fantasy" summary: "Popular TV shows in Fantasy"
url_poster: config/assets/5_genre_popular/genre_popular_fantasy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_fantasy.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -122,7 +121,7 @@ collections:
"Popular in History": "Popular in History":
summary: "Popular TV shows in History" summary: "Popular TV shows in History"
url_poster: config/assets/5_genre_popular/genre_popular_history.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_history.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -133,7 +132,7 @@ collections:
"Popular in Horror": "Popular in Horror":
summary: "Popular TV shows in Horror" summary: "Popular TV shows in Horror"
url_poster: config/assets/5_genre_popular/genre_popular_horror.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_horror.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -144,7 +143,7 @@ collections:
"Popular in Music": "Popular in Music":
summary: "Popular TV shows in Music" summary: "Popular TV shows in Music"
url_poster: config/assets/5_genre_popular/genre_popular_music.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_music.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -155,7 +154,7 @@ collections:
"Popular in Musicals": "Popular in Musicals":
summary: "Popular TV shows in Musicals" summary: "Popular TV shows in Musicals"
url_poster: config/assets/5_genre_popular/genre_popular_musicals.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_musicals.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -166,7 +165,7 @@ collections:
"Popular in Mystery": "Popular in Mystery":
summary: "Popular TV shows in Mystery" summary: "Popular TV shows in Mystery"
url_poster: config/assets/5_genre_popular/genre_popular_mystery.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_mystery.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -177,7 +176,7 @@ collections:
"Popular in Romance": "Popular in Romance":
summary: "Popular TV shows in Romance" summary: "Popular TV shows in Romance"
url_poster: config/assets/5_genre_popular/genre_popular_romance.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_romance.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -188,7 +187,7 @@ collections:
"Popular in Sci-Fi": "Popular in Sci-Fi":
summary: "Popular TV shows in Sci-Fi" summary: "Popular TV shows in Sci-Fi"
url_poster: config/assets/5_genre_popular/genre_popular_sci-fi.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_sci-fi.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -196,9 +195,21 @@ collections:
popularity.gte: 5, popularity.gte: 5,
language: "en" language: "en"
} }
"Popular in Sport":
summary: "Popular TV shows in Sport"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_sport.png
template: {
name: genre_popular,
type: "tv_series,tv_mini_series,tv_special",
genre: "sport",
popularity.gte: 5,
language: "en"
}
"Popular in Thriller": "Popular in Thriller":
summary: "Popular TV shows in Thriller" summary: "Popular TV shows in Thriller"
url_poster: config/assets/5_genre_popular/genre_popular_thriller.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_thriller.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -209,7 +220,7 @@ collections:
"Popular in War": "Popular in War":
summary: "Popular TV shows in War" summary: "Popular TV shows in War"
url_poster: config/assets/5_genre_popular/genre_popular_war.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_war.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -220,7 +231,7 @@ collections:
"Popular in Western": "Popular in Western":
summary: "Popular TV shows in Western" summary: "Popular TV shows in Western"
url_poster: config/assets/5_genre_popular/genre_popular_western.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_western.png
template: { template: {
name: genre_popular, name: genre_popular,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",

@ -2,7 +2,6 @@
templates: templates:
genre_top: genre_top:
cache_builders: 6
collection_mode: hide collection_mode: hide
collection_order: custom collection_order: custom
delete_not_scheduled: false delete_not_scheduled: false
@ -24,7 +23,7 @@ templates:
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: config/assets/6_genre_top/genre_top-rated_action.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_action.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -36,7 +35,7 @@ collections:
"Top Rated in Adventure": "Top Rated in Adventure":
summary: "Top rated TV shows in Adventure" summary: "Top rated TV shows in Adventure"
url_poster: config/assets/6_genre_top/genre_top-rated_adventure.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_adventure.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -48,7 +47,7 @@ collections:
"Top Rated in Animation": "Top Rated in Animation":
summary: "Top rated TV shows in Animation" summary: "Top rated TV shows in Animation"
url_poster: config/assets/6_genre_top/genre_top-rated_animation.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_animation.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -60,7 +59,7 @@ collections:
"Top Rated in Biography": "Top Rated in Biography":
summary: "Top rated TV shows in Biography" summary: "Top rated TV shows in Biography"
url_poster: config/assets/6_genre_top/genre_top-rated_biography.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_biography.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -72,7 +71,7 @@ collections:
"Top Rated in Comedy": "Top Rated in Comedy":
summary: "Top rated TV shows in Comedy" summary: "Top rated TV shows in Comedy"
url_poster: config/assets/6_genre_top/genre_top-rated_comedy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_comedy.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -84,7 +83,7 @@ collections:
"Top Rated in Crime": "Top Rated in Crime":
summary: "Top rated TV shows in Crime" summary: "Top rated TV shows in Crime"
url_poster: config/assets/6_genre_top/genre_top-rated_crime.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_crime.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -96,7 +95,7 @@ collections:
"Top Rated in Drama": "Top Rated in Drama":
summary: "Top rated TV shows in Drama" summary: "Top rated TV shows in Drama"
url_poster: config/assets/6_genre_top/genre_top-rated_drama.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_drama.png
template: { template: {
name: genre_top, name: genre_top,
genre: "drama", genre: "drama",
@ -108,7 +107,7 @@ collections:
"Top Rated in Family": "Top Rated in Family":
summary: "Top rated TV shows in Family" summary: "Top rated TV shows in Family"
url_poster: config/assets/6_genre_top/genre_top-rated_family.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_family.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -120,7 +119,7 @@ collections:
"Top Rated in Fantasy": "Top Rated in Fantasy":
summary: "Top rated TV shows in Fantasy" summary: "Top rated TV shows in Fantasy"
url_poster: config/assets/6_genre_top/genre_top-rated_fantasy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_fantasy.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -132,7 +131,7 @@ collections:
"Top Rated in History": "Top Rated in History":
summary: "Top rated TV shows in History" summary: "Top rated TV shows in History"
url_poster: config/assets/6_genre_top/genre_top-rated_history.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_history.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -144,7 +143,7 @@ collections:
"Top Rated in Horror": "Top Rated in Horror":
summary: "Top rated TV shows in Horror" summary: "Top rated TV shows in Horror"
url_poster: config/assets/6_genre_top/genre_top-rated_horror.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_horror.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -156,7 +155,7 @@ collections:
"Top Rated in Music": "Top Rated in Music":
summary: "Top rated TV shows in Music" summary: "Top rated TV shows in Music"
url_poster: config/assets/6_genre_top/genre_top-rated_music.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_music.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -168,7 +167,7 @@ collections:
"Top Rated in Musicals": "Top Rated in Musicals":
summary: "Top rated TV shows in Musicals" summary: "Top rated TV shows in Musicals"
url_poster: config/assets/6_genre_top/genre_top-rated_musicals.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_musicals.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -180,7 +179,7 @@ collections:
"Top Rated in Mystery": "Top Rated in Mystery":
summary: "Top rated TV shows in Mystery" summary: "Top rated TV shows in Mystery"
url_poster: config/assets/6_genre_top/genre_top-rated_mystery.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_mystery.png
template: { template: {
name: genre_top, name: genre_top,
@ -193,7 +192,7 @@ collections:
"Top Rated in Romance": "Top Rated in Romance":
summary: "Top rated TV shows in Romance" summary: "Top rated TV shows in Romance"
url_poster: config/assets/6_genre_top/genre_top-rated_romance.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_romance.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -205,7 +204,7 @@ collections:
"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: config/assets/6_genre_top/genre_top-rated_sci-fi.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sci-fi.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -215,9 +214,21 @@ collections:
language: "en" language: "en"
} }
"Top Rated in Sport":
summary: "Top rated TV shows in Sport"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sport.png
template: {
name: genre_top,
type: "tv_series,tv_mini_series,tv_special",
genre: "sport",
rating.gte: 5,
votes.gte: 10000,
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: config/assets/6_genre_top/genre_top-rated_thriller.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -229,7 +240,7 @@ collections:
"Top Rated in War": "Top Rated in War":
summary: "Top rated TV shows in War" summary: "Top rated TV shows in War"
url_poster: config/assets/6_genre_top/genre_top-rated_war.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_war.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",
@ -241,7 +252,7 @@ collections:
"Top Rated in Western": "Top Rated in Western":
summary: "Top rated TV shows in Western" summary: "Top rated TV shows in Western"
url_poster: config/assets/6_genre_top/genre_top-rated_western.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_western.png
template: { template: {
name: genre_top, name: genre_top,
type: "tv_series,tv_mini_series,tv_special", type: "tv_series,tv_mini_series,tv_special",

@ -2,7 +2,7 @@
templates: templates:
network: network:
cache_builders: 4 collection_mode: hide
collection_order: alpha collection_order: alpha
sort_title: "+7_<<collection_name>>" sort_title: "+7_<<collection_name>>"
sync_mode: sync sync_mode: sync
@ -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: config/assets/7_network/network_a-e.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_abc.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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,7 +30,7 @@ collections:
"Adult Swim": "Adult Swim":
summary: "TV shows from Adult Swim" summary: "TV shows from Adult Swim"
url_poster: config/assets/7_network/network_adult-swim.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_adult-swim.png
template: { template: {
name: network, name: network,
network: "80, 5629, 6929" network: "80, 5629, 6929"
@ -38,7 +38,7 @@ collections:
"Amazon": "Amazon":
summary: "TV shows from Amazon" summary: "TV shows from Amazon"
url_poster: config/assets/7_network/network_amazon.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_amc.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_animal-planet.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_apple-plus.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_bbc.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_bravo.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_cartoon-network.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_cbs.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_channel-4.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_cinemax.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_comedy-central.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_dave.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_discovery.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_disney.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_fox.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_freeform.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_fx.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_hallmark.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_hallmark.png
template: { template: {
name: network, name: network,
network: "384, 2300, 2853, 3438" network: "384, 2300, 2853, 3438"
@ -182,7 +182,7 @@ collections:
"HBO": "HBO":
summary: "TV shows from HBO" summary: "TV shows from HBO"
url_poster: config/assets/7_network/network_hbo.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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"
@ -190,7 +190,7 @@ collections:
"HGTV": "HGTV":
summary: "TV shows from HGTV" summary: "TV shows from HGTV"
url_poster: config/assets/7_network/network_hgtv.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_hgtv.png
template: { template: {
name: network, name: network,
network: "210, 1672" network: "210, 1672"
@ -198,7 +198,7 @@ collections:
"History": "History":
summary: "TV shows from History" summary: "TV shows from History"
url_poster: config/assets/7_network/network_history.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_history.png
template: { template: {
name: network, name: network,
network: "65, 1354, 2360, 2382, 3541, 5433" network: "65, 1354, 2360, 2382, 3541, 5433"
@ -206,7 +206,7 @@ collections:
"Hulu": "Hulu":
summary: "TV shows from Hulu" summary: "TV shows from Hulu"
url_poster: config/assets/7_network/network_hulu.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_itv.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_mtv.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_national-geographic.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_nbc.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_netflix.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_nickelodeon.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_paramount.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_pbs.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_peacock.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_showtime.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_shudder.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_sky.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_smithsonian.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_smithsonian.png
template: { template: {
name: network, name: network,
network: "658, 2572, 4862, 4982" network: "658, 2572, 4862, 4982"
@ -318,15 +318,15 @@ collections:
"Starz": "Starz":
summary: "TV shows from Starz" summary: "TV shows from Starz"
url_poster: config/assets/7_network/network_starz.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_starz.png
template: { template: {
name: network, name: network,
network: "318, 758, 5594, 6222, 6292" network: "318, 758, 6222, 6292"
} }
"Syfy": "Syfy":
summary: "TV shows from Syfy" summary: "TV shows from Syfy"
url_poster: config/assets/7_network/network_syfy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_tbs.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_tlc.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_tnt.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/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: config/assets/7_network/network_youtube.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_youtube.png
template: { template: {
name: network, name: network,
network: "247, 1436" network: "247, 1436"

@ -28,10 +28,10 @@ libraries:
# - 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
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
@ -48,9 +48,6 @@ settings:
item_refresh_delay: 3 item_refresh_delay: 3
minimum_items: 5 minimum_items: 5
missing_only_released: false missing_only_released: false
notifiarr_collection_addition: false
notifiarr_collection_creation: false
notifiarr_collection_removing: false
only_filter_missing: false only_filter_missing: false
playlist_exclude_users: playlist_exclude_users:
playlist_report: true playlist_report: true
@ -58,6 +55,11 @@ settings:
prioritize_assets: false prioritize_assets: false
released_missing_only: false released_missing_only: false
run_again_delay: 5 run_again_delay: 5
run_order:
- operations
- metadata
- collections
- overlays
save_missing: false save_missing: false
show_asset_not_needed: true show_asset_not_needed: true
show_filtered: false show_filtered: false

@ -30,10 +30,10 @@ libraries:
# - file: config/metadata/show/1_parental_sync.yml # - file: config/metadata/show/1_parental_sync.yml
# - file: config/metadata/show/1_parental.yml # - file: config/metadata/show/1_parental.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
@ -50,9 +50,6 @@ settings:
item_refresh_delay: 3 item_refresh_delay: 3
minimum_items: 1 minimum_items: 1
missing_only_released: false missing_only_released: false
notifiarr_collection_addition: false
notifiarr_collection_creation: false
notifiarr_collection_removing: false
only_filter_missing: false only_filter_missing: false
playlist_exclude_users: playlist_exclude_users:
playlist_report: false playlist_report: false
@ -60,6 +57,11 @@ settings:
prioritize_assets: false prioritize_assets: false
released_missing_only: false released_missing_only: false
run_again_delay: 5 run_again_delay: 5
run_order:
- operations
- metadata
- collections
- overlays
save_missing: false save_missing: false
show_asset_not_needed: true show_asset_not_needed: true
show_filtered: false show_filtered: false

Loading…
Cancel
Save