mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
Merge remote-tracking branch 'meisnate12/master'
This commit is contained in:
commit
85c7583b71
@ -2,10 +2,14 @@
|
||||
- Random Movies
|
||||
- Recently Added Movies (English)
|
||||
- Recently Released Movies (English)
|
||||
- Sugegsted Movies
|
||||
- Suggested Movies
|
||||
- Trending Movies
|
||||
- Popular Movies
|
||||
- Top Rated Movies
|
||||
- Unwatched: Random Movies
|
||||
- Unwatched: Suggested Movies
|
||||
- Unwatched: Popular Movies
|
||||
- Unwatched: Top Rated Movies
|
||||
- Most Watched Daily
|
||||
- Most Watched Weekly
|
||||
- Most Watched Monthly
|
||||
@ -23,22 +27,22 @@
|
||||
- 1_parental.yml
|
||||
- Parental: All
|
||||
- Parental: Random
|
||||
- Parental: Recently Released
|
||||
- Parental: Recently Added
|
||||
- Parental: Recently Released
|
||||
- Parental: Top Rated
|
||||
|
||||
- 1_documentary.yml
|
||||
- Documentaries: All
|
||||
- Documentaries: Random
|
||||
- Documentaries: Recently Released
|
||||
- Documentaries: Recently Added
|
||||
- Documentaries: Recently Released
|
||||
- Documentaries: Top Rated
|
||||
|
||||
- 1_standup.yml
|
||||
- Stand-up: All
|
||||
- Stand-up: Random
|
||||
- Stand-up: Recently Released
|
||||
- Stand-up: Recently Added
|
||||
- Stand-up: Recently Released
|
||||
- Stand-up: Top Rated
|
||||
|
||||
- 2_year_top.yml
|
||||
@ -100,6 +104,7 @@
|
||||
- Popular in Mystery
|
||||
- Popular in Romance
|
||||
- Popular in Sci-Fi
|
||||
- Popular in Sport
|
||||
- Popular in Thriller
|
||||
- Popular in War
|
||||
- Popular in Western
|
||||
@ -120,6 +125,7 @@
|
||||
- Top Rated in Mystery
|
||||
- Top Rated in Romance
|
||||
- Top Rated in Sci-Fi
|
||||
- Top Rated in Sport
|
||||
- Top Rated in Thriller
|
||||
- Top Rated in War
|
||||
- Top Rated in Western
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
This config will populate the following:
|
||||
|
||||
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, most watched)
|
||||
#### This config will populate the following:
|
||||
```
|
||||
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, unwatched, most watched)
|
||||
- !Seasonal *
|
||||
- Parental
|
||||
- Documentaries
|
||||
@ -15,43 +15,31 @@ This config will populate the following:
|
||||
- TMDB collections *
|
||||
- Network ^
|
||||
|
||||
( ! = enabled by default)
|
||||
( * = movies only )
|
||||
( ^ = shows only )
|
||||
|
||||
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
||||
<br/>
|
||||
|
||||
**Requirements:**
|
||||
|
||||
(! = enabled by default)
|
||||
(* = movies only)
|
||||
(^ = shows only)
|
||||
```
|
||||
###### For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
||||
#### Requirements:
|
||||
```
|
||||
- APP/API keys for: mdblist, tmdb, trakt
|
||||
|
||||
**Install:**
|
||||
|
||||
clone into PMM's root directory:
|
||||
```
|
||||
git clone https://github.com/0x5f3/pmm.config config
|
||||
#### Install:
|
||||
```
|
||||
git clone -b remote 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
|
||||
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/movie.yml --collection-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
|
||||
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/movie.yml --collection-only --run
|
||||
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/show.yml --collection-only --run
|
||||
```
|
||||
<br/>
|
||||
A successful run will result in something similar to this:
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
###### A successful run will result in something similar to this:
|
||||

|
||||
<br/>
|
||||
|
||||

|
||||

|
||||
|
||||
@ -6,6 +6,10 @@
|
||||
- Trending TV shows
|
||||
- Popular 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 Weekly
|
||||
- Most Watched Monthly
|
||||
@ -14,15 +18,15 @@
|
||||
- 1_parental.yml
|
||||
- Parental: All
|
||||
- Parental: Random
|
||||
- Parental: Recently Released
|
||||
- Parental: Recently Added
|
||||
- Parental: Recently Released
|
||||
- Parental: Top Rated
|
||||
|
||||
- 1_documentary.yml
|
||||
- Documentaries: All
|
||||
- Documentaries: Random
|
||||
- Documentaries: Recently Released
|
||||
- Documentaries: Recently Added
|
||||
- Documentaries: Recently Released
|
||||
- Documentaries: Top Rated
|
||||
|
||||
- 2_awards.yml
|
||||
@ -77,6 +81,7 @@
|
||||
- Popular in Mystery
|
||||
- Popular in Romance
|
||||
- Popular in Sci-Fi
|
||||
- Popular in Sport
|
||||
- Popular in Thriller
|
||||
- Popular in War
|
||||
- Popular in Western
|
||||
@ -97,6 +102,7 @@
|
||||
- Top Rated in Mystery
|
||||
- Top Rated in Romance
|
||||
- Top Rated in Sci-Fi
|
||||
- Top Rated in Sport
|
||||
- Top Rated in Thriller
|
||||
- Top Rated in War
|
||||
- Top Rated in Western
|
||||
|
||||
@ -14,7 +14,7 @@ settings:
|
||||
asset_depth: 0
|
||||
asset_directory:
|
||||
asset_folders: false
|
||||
cache: true
|
||||
cache: false
|
||||
cache_expiration: 60
|
||||
check_nightly: false
|
||||
create_asset_folders: false
|
||||
@ -29,9 +29,6 @@ settings:
|
||||
item_refresh_delay: 0
|
||||
minimum_items: 0
|
||||
missing_only_released: false
|
||||
notifiarr_collection_addition: false
|
||||
notifiarr_collection_creation: false
|
||||
notifiarr_collection_removing: false
|
||||
only_filter_missing: false
|
||||
playlist_exclude_users:
|
||||
playlist_report: true
|
||||
@ -39,6 +36,11 @@ settings:
|
||||
prioritize_assets: false
|
||||
released_missing_only: false
|
||||
run_again_delay: 2
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
save_missing: false
|
||||
show_asset_not_needed: true
|
||||
show_filtered: false
|
||||
@ -93,11 +95,11 @@ sonarr:
|
||||
tmdb:
|
||||
apikey:
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
cache_expiration: 1
|
||||
region:
|
||||
mdblist:
|
||||
apikey:
|
||||
cache_expiration: 60
|
||||
cache_expiration: 1
|
||||
trakt:
|
||||
client_id:
|
||||
client_secret:
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@ -37,9 +36,10 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "H"
|
||||
@ -47,13 +47,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "I"
|
||||
@ -61,8 +60,8 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
summary: "Top rated documentaries"
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
label.sync: Parental
|
||||
@ -26,9 +25,9 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "C"
|
||||
@ -36,12 +35,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "D"
|
||||
@ -49,8 +48,8 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Top Rated":
|
||||
summary: "Top rated movies suitable for children"
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
@ -26,7 +25,7 @@ templates:
|
||||
collections:
|
||||
"Parental: All":
|
||||
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: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
templates:
|
||||
seasonal:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
collection_order: critic_rating.desc
|
||||
delete_not_scheduled: true
|
||||
limit: 1000
|
||||
@ -51,25 +51,30 @@ templates:
|
||||
|
||||
collections:
|
||||
"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)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Valentine's Day",
|
||||
imdb_extra_1: https://www.imdb.com/list/ls000094398,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls057783436,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls064427905
|
||||
letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-valentines/by/rating/
|
||||
}
|
||||
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":
|
||||
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)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
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":
|
||||
@ -79,12 +84,7 @@ collections:
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Easter",
|
||||
imdb_extra_1: https://www.imdb.com/list/ls062665509/,
|
||||
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/
|
||||
letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-easter/by/rating/
|
||||
}
|
||||
|
||||
"Halloween Movies":
|
||||
@ -94,16 +94,12 @@ collections:
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Halloween",
|
||||
imdb_extra_1: https://www.imdb.com/list/ls023118929/,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls000099714/,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls000058693/,
|
||||
letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-halloween/by/rating/
|
||||
}
|
||||
imdb_search:
|
||||
type: "movie,tv_movie"
|
||||
genre: "horror"
|
||||
keyword: "haunted-house"
|
||||
sort_by: "rating.desc"
|
||||
limit: 10
|
||||
plex_search:
|
||||
- all:
|
||||
critic_rating.gte: 8.0
|
||||
genre: Horror
|
||||
|
||||
"Thanksgiving Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_thanksgiving.png
|
||||
@ -112,8 +108,7 @@ collections:
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Thanksgiving",
|
||||
imdb_extra_1: https://www.imdb.com/list/ls000835734/,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls091597850/
|
||||
letterboxd_extra_1: https://letterboxd.com/ediblehedgehog/list/theme-thanksgiving/by/rating/
|
||||
}
|
||||
|
||||
"Christmas Movies":
|
||||
@ -123,11 +118,10 @@ collections:
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
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_2: https://www.imdb.com/list/ls097394442,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls068976997,
|
||||
imdb_extra_4: https://www.imdb.com/list/ls027567380
|
||||
imdb_extra_2: https://www.imdb.com/list/ls068976997,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls027567380
|
||||
}
|
||||
|
||||
"New Year's Eve Movies":
|
||||
@ -137,5 +131,5 @@ collections:
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
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:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@ -12,7 +11,6 @@ templates:
|
||||
visible_shared: false
|
||||
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
@ -55,8 +53,8 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Stand-up: Recently Released":
|
||||
summary: "Recently released Stand-up"
|
||||
"Stand-up: Recently Added":
|
||||
summary: "Recently added Stand-up"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-added.png
|
||||
template: {
|
||||
name: plex,
|
||||
@ -65,11 +63,11 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Stand-up: Recently Added":
|
||||
summary: "Recently added Stand-up"
|
||||
"Stand-up: Recently Released":
|
||||
summary: "Recently released Stand-up"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
@ -78,8 +76,8 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Stand-up: Top Rated":
|
||||
summary: "Top rated Stand-up"
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@ -12,7 +11,6 @@ templates:
|
||||
visible_shared: false
|
||||
|
||||
trakt:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@ -64,7 +62,6 @@ templates:
|
||||
- trakt_list_extra_20
|
||||
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -94,8 +91,8 @@ collections:
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
critic_rating.gte: 4
|
||||
any:
|
||||
audio_language: English, english
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
@ -107,7 +104,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
@ -116,12 +113,12 @@ collections:
|
||||
limit: 200
|
||||
|
||||
"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
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
@ -135,13 +132,39 @@ collections:
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 2
|
||||
num: 0
|
||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/movie-recommendations-couchmoney-tv",
|
||||
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/movies-based-on-recently-watched-couchmoney-tv"
|
||||
}
|
||||
trakt_userlist:
|
||||
- userlist: recommendations
|
||||
user: me
|
||||
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":
|
||||
summary: "Movies trending across the internet"
|
||||
@ -149,7 +172,7 @@ collections:
|
||||
schedule: daily
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 2,
|
||||
num: 0,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "movie-trending",
|
||||
mdblist_sort: "rank.desc"
|
||||
@ -163,7 +186,7 @@ collections:
|
||||
schedule: daily
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 3,
|
||||
num: 1,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "movie-popular",
|
||||
mdblist_sort: "imdbpopular.desc"
|
||||
@ -176,13 +199,71 @@ collections:
|
||||
schedule: daily
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 3,
|
||||
num: 1,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "movie-top-rated",
|
||||
mdblist_sort: "imdbrating.desc"
|
||||
}
|
||||
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":
|
||||
summary: "Movies trending across the internet"
|
||||
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
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 5
|
||||
num: 4
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@ -222,7 +303,7 @@ collections:
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 6
|
||||
num: 5
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@ -238,7 +319,7 @@ collections:
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 7
|
||||
num: 5
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
year_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
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
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "M",
|
||||
num: "L",
|
||||
type: "movie,tv_movie",
|
||||
language: "en",
|
||||
release.after: 2024-01-01,
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
decade_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -22,12 +21,25 @@ templates:
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
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":
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "Z",
|
||||
num: "Y",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1940-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
num: "X",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1950-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "X",
|
||||
num: "W",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1960-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "W",
|
||||
num: "V",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1970-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "V",
|
||||
num: "U",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1980-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "U",
|
||||
num: "T",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1990-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "T",
|
||||
num: "S",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2000-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "S",
|
||||
num: "R",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2010-01-01,
|
||||
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
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "R",
|
||||
num: "Q",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2029-12-31,
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
award_nominee:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
@ -18,7 +17,6 @@ templates:
|
||||
type: <<type>>
|
||||
|
||||
award_winner:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
@ -58,7 +56,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: award_nominee,
|
||||
num: "C",
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
popular:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -196,6 +195,18 @@ collections:
|
||||
popularity.gte: 5,
|
||||
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":
|
||||
summary: "Popular movies in Thriller"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_thriller.png
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -215,6 +214,18 @@ collections:
|
||||
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":
|
||||
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
|
||||
|
||||
@ -2,9 +2,7 @@
|
||||
|
||||
templates:
|
||||
sub_genre:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
# collection_order: critic_rating.desc
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+7_<<collection_name>>"
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
|
||||
templates:
|
||||
company:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+4_Z_<<collection_name>>"
|
||||
sort_title: "+8_Z_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
@ -20,119 +19,9 @@ templates:
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Criterion":
|
||||
summary: "A collection from Criterion"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_criterion-collection.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0044076",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Studio Ghibli":
|
||||
summary: "A collection from Studio Ghibli"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_studio-ghibli.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0048420",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Marvel Studios":
|
||||
summary: "A collection from Marvel Studios"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_marvel-studios.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0051941",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"DC Entertainment":
|
||||
summary: "A collection from DC Entertainment"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_dc-entertainment.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0123927",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Paramount Pictures":
|
||||
summary: "A collection from Paramount Pictures"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_paramount-pictures.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0023400",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Warner Bros":
|
||||
summary: "A collection from Warner Bros"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_warner-bros.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0002663",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Walt Disney":
|
||||
summary: "A collection from Walt Disney"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_walt-disney.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0226183,co0008970",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"SONY":
|
||||
summary: "A collection from SONY"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_sony.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0026545,co0014453,co0121181,co0001799,co0208736",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"MGM":
|
||||
summary: "A collection from MGM"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_mgm.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0007143",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Twentieth Century Fox":
|
||||
summary: "A collection from Twentieth Century Fox"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_twentieth-century-fox.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0000756",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Universal":
|
||||
summary: "A collection from Universal"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_universal.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0005073",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Columbia":
|
||||
summary: "A collection from Columbia"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_columbia.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_columbia.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
@ -140,19 +29,29 @@ collections:
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"United Artists":
|
||||
summary: "A collection from United Artists"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_united-artists.png
|
||||
"Criterion":
|
||||
summary: "A collection from Criterion"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_criterion-collection.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0026841",
|
||||
company: "co0044076",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"DC Entertainment":
|
||||
summary: "A collection from DC Entertainment"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_dc-entertainment.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0123927",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"DreamWorks":
|
||||
summary: "A collection from DreamWorks"
|
||||
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_dreamworks.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
@ -160,29 +59,9 @@ collections:
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Pixar":
|
||||
summary: "A collection from Pixar"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_pixar.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0017902,co0348691",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Touchstone":
|
||||
summary: "A collection from Touchstone"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_touchstone.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0049348",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Lionsgate":
|
||||
summary: "A collection from Lionsgate"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_lionsgate.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_lionsgate.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
@ -192,7 +71,7 @@ collections:
|
||||
|
||||
"Lucasfilm":
|
||||
summary: "A collection from Lucasfilm"
|
||||
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_lucasfilm.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
@ -200,12 +79,132 @@ collections:
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Marvel Studios":
|
||||
summary: "A collection from Marvel Studios"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_marvel-studios.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0051941",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"MGM":
|
||||
summary: "A collection from MGM"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_mgm.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0007143",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Paramount Pictures":
|
||||
summary: "A collection from Paramount Pictures"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_paramount-pictures.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0023400",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Pixar":
|
||||
summary: "A collection from Pixar"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_pixar.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0017902,co0348691",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Studio Ghibli":
|
||||
summary: "A collection from Studio Ghibli"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_studio-ghibli.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0048420",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Samuel Goldwyn Company":
|
||||
summary: "A collection from Samuel Goldwyn Company"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_samuel-goldwyn-company.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_samuel-goldwyn-company.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0016710",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"SONY":
|
||||
summary: "A collection from SONY"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_sony.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0026545,co0014453,co0121181,co0001799,co0208736",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Touchstone":
|
||||
summary: "A collection from Touchstone"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_touchstone.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0049348",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Twentieth Century Fox":
|
||||
summary: "A collection from Twentieth Century Fox"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_twentieth-century-fox.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0000756",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"United Artists":
|
||||
summary: "A collection from United Artists"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_united-artists.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0026841",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Universal":
|
||||
summary: "A collection from Universal"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_universal.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0005073",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Walt Disney":
|
||||
summary: "A collection from Walt Disney"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/8_studio/studio_walt-disney.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
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"
|
||||
}
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@ -14,7 +13,7 @@ templates:
|
||||
collections:
|
||||
"Documentaries: All":
|
||||
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: {
|
||||
name: plex,
|
||||
num: "F"
|
||||
@ -26,7 +25,7 @@ collections:
|
||||
|
||||
"Documentaries: Random":
|
||||
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: {
|
||||
name: plex,
|
||||
num: "G"
|
||||
@ -37,9 +36,10 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_recently-released.png
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "H"
|
||||
@ -47,13 +47,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "I"
|
||||
@ -61,12 +60,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
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: {
|
||||
name: plex,
|
||||
num: "J"
|
||||
|
||||
@ -2,20 +2,19 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
label.sync: Parental
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Parental: Random":
|
||||
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: {
|
||||
name: plex,
|
||||
num: "B"
|
||||
@ -26,9 +25,9 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
url_poster: config/assets/1_parental/parental_recently-released.png
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "C"
|
||||
@ -36,12 +35,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
url_poster: config/assets/1_parental/parental_recently-added.png
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "D"
|
||||
@ -49,12 +48,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Top Rated":
|
||||
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: {
|
||||
name: plex,
|
||||
num: "E"
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
@ -26,7 +25,7 @@ templates:
|
||||
collections:
|
||||
"Parental: All":
|
||||
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: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@ -12,7 +11,6 @@ templates:
|
||||
visible_shared: false
|
||||
|
||||
trakt:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@ -64,7 +62,6 @@ templates:
|
||||
- trakt_list_extra_20
|
||||
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -86,7 +83,7 @@ templates:
|
||||
collections:
|
||||
"Random 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
|
||||
schedule: daily
|
||||
template: {
|
||||
@ -94,20 +91,18 @@ collections:
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
year.gte: 1940
|
||||
any:
|
||||
audio_language: English, english
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Recently Added TV shows":
|
||||
summary: "Recently added TV shows"
|
||||
url_poster: config/assets/1_suggested/suggested_recently-added.png
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-added.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
@ -116,12 +111,12 @@ collections:
|
||||
limit: 200
|
||||
|
||||
"Recently Released TV shows":
|
||||
summary: "Recently added TV shows"
|
||||
url_poster: config/assets/1_suggested/suggested_recently-released.png
|
||||
summary: "Recently released TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-released.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
@ -132,24 +127,50 @@ collections:
|
||||
"Suggested TV shows":
|
||||
collection_order: random
|
||||
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: {
|
||||
name: trakt,
|
||||
num: 2
|
||||
num: 0
|
||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations-couchmoney-tv",
|
||||
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/tv-based-on-recently-watched-couchmoney-tv"
|
||||
}
|
||||
trakt_userlist:
|
||||
- userlist: recommendations
|
||||
user: me
|
||||
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":
|
||||
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
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 2,
|
||||
num: 0,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "tv-trending",
|
||||
mdblist_sort: "rank.desc"
|
||||
@ -158,12 +179,12 @@ collections:
|
||||
|
||||
"Popular TV shows":
|
||||
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
|
||||
schedule: daily
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 3,
|
||||
num: 1,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "tv-popular",
|
||||
mdblist_sort: "imdbpopular.desc"
|
||||
@ -172,25 +193,83 @@ collections:
|
||||
|
||||
"Top Rated TV shows":
|
||||
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
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 3,
|
||||
num: 1,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "tv-top-rated",
|
||||
mdblist_sort: "imdbrating.desc"
|
||||
}
|
||||
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":
|
||||
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
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 4
|
||||
num: 3
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@ -201,12 +280,12 @@ collections:
|
||||
|
||||
"Most Watched Weekly":
|
||||
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
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 5
|
||||
num: 3
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@ -217,12 +296,12 @@ collections:
|
||||
|
||||
"Most Watched Monthly":
|
||||
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
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 6
|
||||
num: 4
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@ -233,12 +312,12 @@ collections:
|
||||
|
||||
"Most Watched Yearly":
|
||||
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
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 7
|
||||
num: 4
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
year_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -24,10 +23,10 @@ templates:
|
||||
collections:
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "M",
|
||||
num: "L",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2024-01-01,
|
||||
release.before: 2024-12-31,
|
||||
@ -37,7 +36,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "M",
|
||||
@ -50,7 +49,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "N",
|
||||
@ -63,7 +62,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "O",
|
||||
@ -76,7 +75,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "P",
|
||||
@ -89,7 +88,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "Q",
|
||||
@ -102,7 +101,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "R",
|
||||
@ -115,7 +114,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "S",
|
||||
@ -128,7 +127,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "T",
|
||||
@ -141,7 +140,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "U",
|
||||
@ -154,7 +153,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "V",
|
||||
@ -167,7 +166,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "W",
|
||||
@ -180,7 +179,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "X",
|
||||
@ -193,7 +192,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "Y",
|
||||
@ -206,7 +205,7 @@ collections:
|
||||
|
||||
"Top Rated of 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: {
|
||||
name: year_top,
|
||||
num: "Z",
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
decade_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -22,13 +21,27 @@ templates:
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of the 1940s":
|
||||
summary: "Top rated TV shows of the 1940s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_1940s.png
|
||||
"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":
|
||||
summary: "Top rated TV shows of the 1940s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1940-01-01,
|
||||
release.before: 1949-12-31,
|
||||
votes.gte: 100,
|
||||
@ -37,10 +50,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
num: "X",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1950-01-01,
|
||||
release.before: 1959-12-31,
|
||||
@ -50,10 +63,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "X",
|
||||
num: "W",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1960-01-01,
|
||||
release.before: 1969-12-31,
|
||||
@ -63,10 +76,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "W",
|
||||
num: "V",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1970-01-01,
|
||||
release.before: 1979-12-31,
|
||||
@ -76,10 +89,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "V",
|
||||
num: "U",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1980-01-01,
|
||||
release.before: 1989-12-31,
|
||||
@ -89,10 +102,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "U",
|
||||
num: "T",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1990-01-01,
|
||||
release.before: 1999-12-31,
|
||||
@ -102,10 +115,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "T",
|
||||
num: "S",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2000-01-01,
|
||||
release.before: 2009-12-31,
|
||||
@ -115,10 +128,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "S",
|
||||
num: "R",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2019-12-31,
|
||||
@ -128,10 +141,10 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: decade_top,
|
||||
num: "R",
|
||||
num: "Q",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2029-12-31,
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
award_nominee:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
@ -18,7 +17,6 @@ templates:
|
||||
type: <<type>>
|
||||
|
||||
award_winner:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
@ -36,7 +34,7 @@ templates:
|
||||
collections:
|
||||
"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: {
|
||||
name: award_nominee,
|
||||
num: "A",
|
||||
@ -47,7 +45,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: award_winner,
|
||||
num: "B",
|
||||
@ -58,7 +56,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: award_nominee,
|
||||
num: "C",
|
||||
@ -69,7 +67,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: award_winner,
|
||||
num: "D",
|
||||
@ -80,7 +78,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: award_winner,
|
||||
num: "E",
|
||||
@ -91,7 +89,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: award_winner,
|
||||
num: "K",
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
genre_popular:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -23,7 +22,7 @@ templates:
|
||||
collections:
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -34,7 +33,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -45,7 +44,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -56,7 +55,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -67,7 +66,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -78,7 +77,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -89,7 +88,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -100,7 +99,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -111,7 +110,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -122,7 +121,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -133,7 +132,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -144,7 +143,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -155,7 +154,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -166,7 +165,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -177,7 +176,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -188,7 +187,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -196,9 +195,21 @@ collections:
|
||||
popularity.gte: 5,
|
||||
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":
|
||||
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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -209,7 +220,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -220,7 +231,7 @@ collections:
|
||||
|
||||
"Popular 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: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
genre_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@ -24,7 +23,7 @@ templates:
|
||||
collections:
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -36,7 +35,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -48,7 +47,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -60,7 +59,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -72,7 +71,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -84,7 +83,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -96,7 +95,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
genre: "drama",
|
||||
@ -108,7 +107,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -120,7 +119,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -132,7 +131,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -144,7 +143,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -156,7 +155,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -168,7 +167,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -180,7 +179,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
@ -193,7 +192,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -205,7 +204,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -215,9 +214,21 @@ collections:
|
||||
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":
|
||||
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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -229,7 +240,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@ -241,7 +252,7 @@ collections:
|
||||
|
||||
"Top Rated 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: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
templates:
|
||||
network:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
sort_title: "+7_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
@ -14,7 +14,7 @@ templates:
|
||||
collections:
|
||||
"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: {
|
||||
name: network,
|
||||
network: "129, 2639, 3688"
|
||||
@ -22,7 +22,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069"
|
||||
@ -30,7 +30,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "80, 5629, 6929"
|
||||
@ -38,7 +38,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "1024, 5533, 5865, 5920, 6550"
|
||||
@ -46,7 +46,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "174, 4661, 6400"
|
||||
@ -54,7 +54,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "91, 2781, 3627, 4454, 5721"
|
||||
@ -62,7 +62,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "1932, 2552"
|
||||
@ -70,7 +70,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
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"
|
||||
@ -78,7 +78,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "74, 312, 485"
|
||||
@ -86,7 +86,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869"
|
||||
@ -94,7 +94,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "16, 1709, 2528, 2621, 5970"
|
||||
@ -102,7 +102,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "26, 1988, 136, 298, 803"
|
||||
@ -110,7 +110,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "359, 6161"
|
||||
@ -118,7 +118,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168"
|
||||
@ -126,7 +126,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "388"
|
||||
@ -134,7 +134,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
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"
|
||||
@ -142,7 +142,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
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"
|
||||
@ -150,7 +150,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
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"
|
||||
@ -158,7 +158,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "1267"
|
||||
@ -166,7 +166,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "88, 1035, 1641, 5628"
|
||||
@ -174,7 +174,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "384, 2300, 2853, 3438"
|
||||
@ -182,7 +182,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
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":
|
||||
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: {
|
||||
name: network,
|
||||
network: "210, 1672"
|
||||
@ -198,7 +198,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "65, 1354, 2360, 2382, 3541, 5433"
|
||||
@ -206,7 +206,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "453, 1772"
|
||||
@ -214,7 +214,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871"
|
||||
@ -222,7 +222,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
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"
|
||||
@ -231,7 +231,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664"
|
||||
@ -239,7 +239,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469"
|
||||
@ -247,7 +247,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "213"
|
||||
@ -255,7 +255,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015"
|
||||
@ -263,14 +263,14 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445"
|
||||
}
|
||||
"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: {
|
||||
name: network,
|
||||
network: "14, 122, 2354, 5562, 6948"
|
||||
@ -278,7 +278,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "3353"
|
||||
@ -286,7 +286,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "67, 5944, 6631"
|
||||
@ -294,7 +294,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "2949"
|
||||
@ -302,7 +302,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
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"
|
||||
@ -310,7 +310,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "658, 2572, 4862, 4982"
|
||||
@ -318,15 +318,15 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "318, 758, 5594, 6222, 6292"
|
||||
network: "318, 758, 6222, 6292"
|
||||
}
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "77, 3701, 6914"
|
||||
@ -334,7 +334,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "68, 160, 5012, 5625, 5968"
|
||||
@ -342,7 +342,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "84, 1172, 2167, 3571, 5154, 5659, 6363"
|
||||
@ -350,7 +350,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "41, 904, 1191, 1530, 2857, 3501, 5194"
|
||||
@ -358,7 +358,7 @@ collections:
|
||||
|
||||
"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: {
|
||||
name: network,
|
||||
network: "247, 1436"
|
||||
|
||||
@ -28,10 +28,10 @@ libraries:
|
||||
# - file: config/metadata/movie/1_documentary.yml
|
||||
# - file: config/metadata/movie/1_standup.yml
|
||||
settings:
|
||||
assets_for_all: false
|
||||
asset_depth: 0
|
||||
asset_directory:
|
||||
asset_folders: false
|
||||
assets_for_all: false
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
check_nightly: false
|
||||
@ -48,9 +48,6 @@ settings:
|
||||
item_refresh_delay: 3
|
||||
minimum_items: 5
|
||||
missing_only_released: false
|
||||
notifiarr_collection_addition: false
|
||||
notifiarr_collection_creation: false
|
||||
notifiarr_collection_removing: false
|
||||
only_filter_missing: false
|
||||
playlist_exclude_users:
|
||||
playlist_report: true
|
||||
@ -58,6 +55,11 @@ settings:
|
||||
prioritize_assets: false
|
||||
released_missing_only: false
|
||||
run_again_delay: 5
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
save_missing: false
|
||||
show_asset_not_needed: true
|
||||
show_filtered: false
|
||||
|
||||
@ -30,10 +30,10 @@ libraries:
|
||||
# - file: config/metadata/show/1_parental_sync.yml
|
||||
# - file: config/metadata/show/1_parental.yml
|
||||
settings:
|
||||
assets_for_all: false
|
||||
asset_depth: 0
|
||||
asset_directory:
|
||||
asset_folders: false
|
||||
assets_for_all: false
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
check_nightly: false
|
||||
@ -50,9 +50,6 @@ settings:
|
||||
item_refresh_delay: 3
|
||||
minimum_items: 1
|
||||
missing_only_released: false
|
||||
notifiarr_collection_addition: false
|
||||
notifiarr_collection_creation: false
|
||||
notifiarr_collection_removing: false
|
||||
only_filter_missing: false
|
||||
playlist_exclude_users:
|
||||
playlist_report: false
|
||||
@ -60,6 +57,11 @@ settings:
|
||||
prioritize_assets: false
|
||||
released_missing_only: false
|
||||
run_again_delay: 5
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
save_missing: false
|
||||
show_asset_not_needed: true
|
||||
show_filtered: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user