Compare commits
129 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aad0b654b5 | ||
|
|
3bfa1eae1f | ||
|
|
238f821c6c | ||
|
|
c71eb6d934 | ||
|
|
58e900b072 | ||
|
|
aa38a61288 | ||
|
|
0257965c11 | ||
|
|
a9cac5ffbf | ||
|
|
72dbe6e781 | ||
|
|
9e0e851c76 | ||
|
|
ca8af7841b | ||
|
|
23aaeb2939 | ||
|
|
9c21358a9f | ||
|
|
c45d0fb6bb | ||
|
|
08ab430061 | ||
|
|
11fe642290 | ||
|
|
6460715865 | ||
|
|
62f06bd574 | ||
|
|
221c166f7d | ||
|
|
add2591092 | ||
|
|
6bb49419df | ||
|
|
126afbd84f | ||
|
|
01702c6b7f | ||
|
|
a8b41478d6 | ||
|
|
c61d0f9a8d | ||
|
|
cbf66963ed | ||
|
|
cd32ee29ce | ||
|
|
3559d62c2d | ||
|
|
75b8b79ecb | ||
|
|
419f1b1491 | ||
|
|
9829ff8ae0 | ||
|
|
ba23dad446 | ||
|
|
d19c1e1f8c | ||
|
|
ef81a636bd | ||
|
|
2ef012b327 | ||
|
|
76ca50e67e | ||
|
|
143bc173d0 | ||
|
|
365546a54a | ||
|
|
5a16645278 | ||
|
|
99ae86cdd6 | ||
|
|
577b85048d | ||
|
|
aafd593aa9 | ||
|
|
8e85904aa4 | ||
|
|
64a5c36c76 | ||
|
|
f9a7d35c6d | ||
|
|
fd12970663 | ||
|
|
079552966a | ||
|
|
2d32196750 | ||
|
|
d058433e0d | ||
|
|
ba013aaef2 | ||
|
|
b75b064f4c | ||
|
|
beefb9ead9 | ||
|
|
67d86a6bcb | ||
|
|
c50200c086 | ||
|
|
483ca03cf5 | ||
|
|
5c28e19edc | ||
|
|
936e86482f | ||
|
|
c31e41ab63 | ||
|
|
d220f9b6f9 | ||
|
|
f546f93d9e | ||
|
|
d3c4b01c63 | ||
|
|
fa3d52419f | ||
|
|
878a2fd380 | ||
|
|
85c7583b71 | ||
|
|
39b02bc4bc | ||
|
|
12e02cb757 | ||
|
|
5ad9adbef0 | ||
|
|
b7c6be5e78 | ||
|
|
2d8fafef91 | ||
|
|
4f080e1cfd | ||
|
|
be8ca9cf6f | ||
|
|
d68e6bc56d | ||
|
|
7ba0b1f194 | ||
|
|
119950051d | ||
|
|
90c634f3ce | ||
|
|
e25c427db1 | ||
|
|
dfbc67be12 | ||
|
|
e7eb9cd065 | ||
|
|
e84c61db48 | ||
|
|
e61080fdcb | ||
|
|
c3972ca561 | ||
|
|
3dea5a366c | ||
|
|
61130c828c | ||
|
|
5e9ed07711 | ||
|
|
074746fd6c | ||
|
|
feb8c7c379 | ||
|
|
0e9c5ce095 | ||
|
|
81d73f66f3 | ||
|
|
662a4c6c26 | ||
|
|
b2a33fa6f3 | ||
|
|
88b5073cd5 | ||
|
|
f45368641a | ||
|
|
493bf874f3 | ||
|
|
39ff354c39 | ||
|
|
2b051e107c | ||
|
|
d818fccf30 | ||
|
|
f9e11dc32d | ||
|
|
6466608e9a | ||
|
|
0413d5a0bb | ||
|
|
dcd7a6bfe2 | ||
|
|
4460a33260 | ||
|
|
ac8024332e | ||
|
|
fe4f7c214b | ||
|
|
c0c8801f0b | ||
|
|
4eb4cf1dd7 | ||
|
|
d9c7b86df7 | ||
|
|
dd29c4d362 | ||
|
|
300789d4f1 | ||
|
|
cde9af0006 | ||
|
|
6ef6e03e5f | ||
|
|
8b5d1c5a6d | ||
|
|
62bf54094c | ||
|
|
66dd587f48 | ||
|
|
825adb280a | ||
|
|
6e62b66d02 | ||
|
|
057ec47257 | ||
|
|
e3ea2ec8ea | ||
|
|
8dc15fa6ee | ||
|
|
9e4d65efc4 | ||
|
|
79a466fe57 | ||
|
|
708d96ca5b | ||
|
|
4972081021 | ||
|
|
3864c1f442 | ||
|
|
b2f4810778 | ||
|
|
adda53c57c | ||
|
|
98328018f5 | ||
|
|
0d308fc5d5 | ||
|
|
fd90000082 | ||
|
|
5677e30fc4 |
10
.gitignore
vendored
@@ -1,3 +1,13 @@
|
|||||||
.idea
|
.idea
|
||||||
*/desktop.ini
|
*/desktop.ini
|
||||||
/.vscode
|
/.vscode
|
||||||
|
.DS_Store
|
||||||
|
.github/.DS_Store
|
||||||
|
Adam-Pope/.DS_Store
|
||||||
|
Buzzie/.DS_Store
|
||||||
|
Draper/.DS_Store
|
||||||
|
Frexe/.DS_Store
|
||||||
|
JJJonesJr33/.DS_Store
|
||||||
|
nwithan8/.DS_Store
|
||||||
|
sysmoon/.DS_Store
|
||||||
|
yozora/.DS_Store
|
||||||
|
|||||||
@@ -1,17 +1,28 @@
|
|||||||
- 1_suggested.yml
|
```
|
||||||
- Random Movies
|
- _suggested.yml
|
||||||
|
- Random Movies (English)
|
||||||
- Recently Added Movies (English)
|
- Recently Added Movies (English)
|
||||||
- Recently Released Movies (English)
|
- Recently Released Movies (English)
|
||||||
- Sugegsted Movies
|
- Recommended Movies (Trakt user's personal favourites and/or trakt/letterboxd lists)
|
||||||
- Trending Movies
|
- Suggested Movies (Trakt most favourited daily/weekly/monthly/yearly/all charts and/or trakt/letterboxd lists)
|
||||||
- Popular Movies
|
- Trending Movies (https://mdblist.com/lists/archivist/movie-trending)
|
||||||
- Top Rated Movies
|
- Popular Movies (https://mdblist.com/lists/archivist/movie-popular)
|
||||||
- Most Watched Daily
|
- Top Rated Movies (https://mdblist.com/lists/archivist/movie-top-rated)
|
||||||
- Most Watched Weekly
|
|
||||||
- Most Watched Monthly
|
|
||||||
- Most Watched Yearly
|
|
||||||
|
|
||||||
- 1_seasonal.yml
|
- _unwatched.yml
|
||||||
|
- Unwatched: Random Movies
|
||||||
|
- Unwatched: Recommended Movies
|
||||||
|
- Unwatched: Suggested Movies
|
||||||
|
- Unwatched: Popular Movies
|
||||||
|
- Unwatched: Top Rated Movies
|
||||||
|
|
||||||
|
- _watched.yml
|
||||||
|
- Most Watched Daily (https://trakt.tv/movies/watched/daily)
|
||||||
|
- Most Watched Weekly (https://trakt.tv/movies/watched/weekly)
|
||||||
|
- Most Watched Monthly (https://trakt.tv/movies/watched/monthly)
|
||||||
|
- Most Watched Yearly (https://trakt.tv/movies/watched/yearly)
|
||||||
|
|
||||||
|
- _seasonal.yml
|
||||||
- Valentine's Day Movies (02/13-02/15)
|
- Valentine's Day Movies (02/13-02/15)
|
||||||
- St. Patrick's Day Movies (03/16-03-18)
|
- St. Patrick's Day Movies (03/16-03-18)
|
||||||
- Easter Moviews (03/22-04/25)
|
- Easter Moviews (03/22-04/25)
|
||||||
@@ -20,28 +31,28 @@
|
|||||||
- Christmas Movies (12/01-12/31)
|
- Christmas Movies (12/01-12/31)
|
||||||
- New Year's Eve Movies (12/26-01-02)
|
- New Year's Eve Movies (12/26-01-02)
|
||||||
|
|
||||||
- 1_parental.yml
|
- _parental.yml
|
||||||
- Parental: All
|
- Parental: All (https://mdblist.com/lists/archivist/list-parental)
|
||||||
- Parental: Random
|
- Parental: Random
|
||||||
- Parental: Recently Released
|
|
||||||
- Parental: Recently Added
|
- Parental: Recently Added
|
||||||
|
- Parental: Recently Released
|
||||||
- Parental: Top Rated
|
- Parental: Top Rated
|
||||||
|
|
||||||
- 1_documentary.yml
|
- _documentary.yml
|
||||||
- Documentaries: All
|
- Documentaries: All
|
||||||
- Documentaries: Random
|
- Documentaries: Random
|
||||||
- Documentaries: Recently Released
|
|
||||||
- Documentaries: Recently Added
|
- Documentaries: Recently Added
|
||||||
|
- Documentaries: Recently Released
|
||||||
- Documentaries: Top Rated
|
- Documentaries: Top Rated
|
||||||
|
|
||||||
- 1_standup.yml
|
- _standup.yml
|
||||||
- Stand-up: All
|
- Stand-up: All (https://mdblist.com/lists/archivist/list-standup)
|
||||||
- Stand-up: Random
|
- Stand-up: Random
|
||||||
- Stand-up: Recently Released
|
|
||||||
- Stand-up: Recently Added
|
- Stand-up: Recently Added
|
||||||
|
- Stand-up: Recently Released
|
||||||
- Stand-up: Top Rated
|
- Stand-up: Top Rated
|
||||||
|
|
||||||
- 2_year_top.yml
|
- _year_top.yml
|
||||||
- Top Rated of 2024
|
- Top Rated of 2024
|
||||||
- Top Rated of 2023
|
- Top Rated of 2023
|
||||||
- Top Rated of 2022
|
- Top Rated of 2022
|
||||||
@@ -58,7 +69,7 @@
|
|||||||
- Top Rated of 2011
|
- Top Rated of 2011
|
||||||
- Top Rated of 2010
|
- Top Rated of 2010
|
||||||
|
|
||||||
- 3_decades_top.yml
|
- _decades_top.yml
|
||||||
- Top Rated of the 2020s
|
- Top Rated of the 2020s
|
||||||
- Top Rated of the 2010s
|
- Top Rated of the 2010s
|
||||||
- Top Rated of the 2000s
|
- Top Rated of the 2000s
|
||||||
@@ -69,7 +80,7 @@
|
|||||||
- Top Rated of the 1950s
|
- Top Rated of the 1950s
|
||||||
- Top Rated of the 1940s
|
- Top Rated of the 1940s
|
||||||
|
|
||||||
- 4_awards.yml
|
- _awards.yml
|
||||||
- Oscar Winners
|
- Oscar Winners
|
||||||
- Oscar Nominees
|
- Oscar Nominees
|
||||||
- Golden Globes Winners
|
- Golden Globes Winners
|
||||||
@@ -84,12 +95,13 @@
|
|||||||
- Spirit Awards Winners
|
- Spirit Awards Winners
|
||||||
- Razzie Winners
|
- Razzie Winners
|
||||||
|
|
||||||
- 5_genre_popular.yml
|
- _genre_popular.yml
|
||||||
- Popular in Action
|
- Popular in Action
|
||||||
- Popular in Adventure
|
- Popular in Adventure
|
||||||
- Popular in Animation
|
- Popular in Animation
|
||||||
- Popular in Biography
|
- Popular in Biography
|
||||||
- Popular in Comedy
|
- Popular in Comedy
|
||||||
|
- Popular in Documentary
|
||||||
- Popular in Drama
|
- Popular in Drama
|
||||||
- Popular in Family
|
- Popular in Family
|
||||||
- Popular in Fantasy
|
- Popular in Fantasy
|
||||||
@@ -100,16 +112,18 @@
|
|||||||
- Popular in Mystery
|
- Popular in Mystery
|
||||||
- Popular in Romance
|
- Popular in Romance
|
||||||
- Popular in Sci-Fi
|
- Popular in Sci-Fi
|
||||||
|
- Popular in Sport
|
||||||
- Popular in Thriller
|
- Popular in Thriller
|
||||||
- Popular in War
|
- Popular in War
|
||||||
- Popular in Western
|
- Popular in Western
|
||||||
|
|
||||||
- 6_genre_top.yml
|
- _genre_top.yml
|
||||||
- Top Rated in Action
|
- Top Rated in Action
|
||||||
- Top Rated in Adventure
|
- Top Rated in Adventure
|
||||||
- Top Rated in Animation
|
- Top Rated in Animation
|
||||||
- Top Rated in Biography
|
- Top Rated in Biography
|
||||||
- Top Rated in Comedy
|
- Top Rated in Comedy
|
||||||
|
- Top Rated in Documentary
|
||||||
- Top Rated in Drama
|
- Top Rated in Drama
|
||||||
- Top Rated in Family
|
- Top Rated in Family
|
||||||
- Top Rated in Fantasy
|
- Top Rated in Fantasy
|
||||||
@@ -120,6 +134,7 @@
|
|||||||
- Top Rated in Mystery
|
- Top Rated in Mystery
|
||||||
- Top Rated in Romance
|
- Top Rated in Romance
|
||||||
- Top Rated in Sci-Fi
|
- Top Rated in Sci-Fi
|
||||||
|
- Top Rated in Sport
|
||||||
- Top Rated in Thriller
|
- Top Rated in Thriller
|
||||||
- Top Rated in War
|
- Top Rated in War
|
||||||
- Top Rated in Western
|
- Top Rated in Western
|
||||||
@@ -128,12 +143,13 @@
|
|||||||
- Top Rated in Absurdism
|
- Top Rated in Absurdism
|
||||||
- Top Rated in Aliens
|
- Top Rated in Aliens
|
||||||
- Top Rated in Alternate History
|
- Top Rated in Alternate History
|
||||||
|
- Top Rated in Animatronic
|
||||||
- Top Rated in Anti-Hero
|
- Top Rated in Anti-Hero
|
||||||
- Top Rated in Apocalypse
|
- Top Rated in Apocalypse
|
||||||
- Top Rated in Artifical Intelligence
|
- Top Rated in Artificial Intelligence
|
||||||
- Top Rated in Assasins
|
- Top Rated in Assassins
|
||||||
- Top Rated in Betrayal
|
- Top Rated in Betrayal
|
||||||
- Top Rated in Black Comedy
|
- Top Rated in Blaxploitation
|
||||||
- Top Rated in Boxing
|
- Top Rated in Boxing
|
||||||
- Top Rated in Bugs
|
- Top Rated in Bugs
|
||||||
- Top Rated in Cannibals
|
- Top Rated in Cannibals
|
||||||
@@ -141,30 +157,38 @@
|
|||||||
- Top Rated in Chick-Flick
|
- Top Rated in Chick-Flick
|
||||||
- Top Rated in Comics
|
- Top Rated in Comics
|
||||||
- Top Rated in Coming Of Age
|
- Top Rated in Coming Of Age
|
||||||
|
- Top Rated in Conspiracy
|
||||||
- Top Rated in Con-Artists
|
- Top Rated in Con-Artists
|
||||||
- Top Rated in Cop
|
- Top Rated in Cop
|
||||||
- Top Rated in Costume Drama
|
- Top Rated in Costume Drama
|
||||||
- Top Rated in Courtroom
|
- Top Rated in Courtroom
|
||||||
- Top Rated in Cyberpunk
|
- Top Rated in Cyberpunk
|
||||||
|
- Top Rated in Dark Comedy
|
||||||
- Top Rated in Dark Fantasy
|
- Top Rated in Dark Fantasy
|
||||||
|
- Top Rated in Demonic
|
||||||
- Top Rated in Detective
|
- Top Rated in Detective
|
||||||
- Top Rated in Distaster
|
- Top Rated in Dinosaurs
|
||||||
|
- Top Rated in Disaster
|
||||||
- Top Rated in Dragons
|
- Top Rated in Dragons
|
||||||
- Top Rated in Dystopian
|
- Top Rated in Dystopian
|
||||||
- Top Rated in Epics
|
- Top Rated in Epics
|
||||||
- Top Rated in Espionage
|
- Top Rated in Espionage
|
||||||
- Top Rated in Experimental
|
- Top Rated in Experimental
|
||||||
|
- Top Rated in Exploitation
|
||||||
- Top Rated in Fairytale
|
- Top Rated in Fairytale
|
||||||
- Top Rated in Found Footage
|
- Top Rated in Found Footage
|
||||||
- Top Rated in Fugitives
|
- Top Rated in Fugitives
|
||||||
|
- Top Rated in Futuristic
|
||||||
- Top Rated in Gangster
|
- Top Rated in Gangster
|
||||||
- Top Rated in Ghosts
|
- Top Rated in Ghosts
|
||||||
- Top Rated in Gothic
|
- Top Rated in Gothic
|
||||||
|
- Top Rated in Grindhouse
|
||||||
- Top Rated in Heartbreak
|
- Top Rated in Heartbreak
|
||||||
- Top Rated in Heists
|
- Top Rated in Heists
|
||||||
- Top Rated in Historical Event
|
- Top Rated in Historical Event
|
||||||
- Top Rated in Hostage
|
- Top Rated in Hostage
|
||||||
- Top Rated in Hustle
|
- Top Rated in Hustle
|
||||||
|
- Top Rated in LGBTQ+
|
||||||
- Top Rated in Martial-Arts
|
- Top Rated in Martial-Arts
|
||||||
- Top Rated in Medical
|
- Top Rated in Medical
|
||||||
- Top Rated in Medieval
|
- Top Rated in Medieval
|
||||||
@@ -177,12 +201,15 @@
|
|||||||
- Top Rated in Naval
|
- Top Rated in Naval
|
||||||
- Top Rated in Ninjas
|
- Top Rated in Ninjas
|
||||||
- Top Rated in Novel
|
- Top Rated in Novel
|
||||||
|
- Top Rated in Nunsploitation
|
||||||
- Top Rated in Occult
|
- Top Rated in Occult
|
||||||
- Top Rated in Outerspace
|
- Top Rated in Outerspace
|
||||||
- Top Rated in Outlaw
|
- Top Rated in Outlaw
|
||||||
- Top Rated in Pandemic
|
- Top Rated in Pandemic
|
||||||
- Top Rated in Paranormal
|
- Top Rated in Paranormal
|
||||||
|
- Top Rated in Parody
|
||||||
- Top Rated in Period Drama
|
- Top Rated in Period Drama
|
||||||
|
- Top Rated in Petrolhead
|
||||||
- Top Rated in Philosophical
|
- Top Rated in Philosophical
|
||||||
- Top Rated in Political
|
- Top Rated in Political
|
||||||
- Top Rated in Post-Apocalyptic
|
- Top Rated in Post-Apocalyptic
|
||||||
@@ -219,12 +246,12 @@
|
|||||||
- Top Rated in Vampires
|
- Top Rated in Vampires
|
||||||
- Top Rated in Video Game
|
- Top Rated in Video Game
|
||||||
- Top Rated in Werewolves
|
- Top Rated in Werewolves
|
||||||
- Top Rated in Whodunit
|
- Top Rated in Whodunit?
|
||||||
- Top Rated in Wizardry & Witchcraft
|
- Top Rated in Wizardry & Witchcraft
|
||||||
- Top Rated in World War
|
- Top Rated in World War
|
||||||
- Top Rated in Zombies
|
- Top Rated in Zombies
|
||||||
|
|
||||||
- 8_studio.yml
|
- _studio.yml
|
||||||
- Columbia
|
- Columbia
|
||||||
- Criterion
|
- Criterion
|
||||||
- DC Entertainment
|
- DC Entertainment
|
||||||
@@ -245,5 +272,6 @@
|
|||||||
- Walt Disney
|
- Walt Disney
|
||||||
- Warner Bros
|
- Warner Bros
|
||||||
|
|
||||||
- 9_collections.yml
|
- _collections.yml
|
||||||
- TMDb Collections
|
- TMDb Collections
|
||||||
|
```
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
This config will populate the following:
|
#### This config will populate the following:
|
||||||
|
```
|
||||||
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, most watched)
|
- !Suggested (random, recently added|released, recommended, suggested, trending, popular, top-rated)
|
||||||
|
- Unwatched (random, recommended, suggested, popular, top-rated)
|
||||||
|
- !Watched (most watched daily|weekly|monthly|yearly)
|
||||||
- !Seasonal *
|
- !Seasonal *
|
||||||
- Parental
|
- Parental
|
||||||
- Documentaries
|
- Documentaries
|
||||||
@@ -18,40 +20,32 @@ This config will populate the following:
|
|||||||
(! = enabled by default)
|
(! = enabled by default)
|
||||||
(* = movies only)
|
(* = movies only)
|
||||||
(^ = shows only)
|
(^ = shows only)
|
||||||
|
```
|
||||||
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
###### For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
||||||
<br/>
|
#### Requirements:
|
||||||
|
```
|
||||||
**Requirements:**
|
- API keys for: mdblist, tmdb, trakt
|
||||||
|
```
|
||||||
- APP/API keys for: mdblist, tmdb, trakt
|
#### Install:
|
||||||
|
|
||||||
**Install:**
|
|
||||||
|
|
||||||
clone into PMM's root directory:
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/0x5f3/pmm.config config
|
git clone https://github.com/0x5f3/pmm.config config
|
||||||
```
|
```
|
||||||
|
#### Usage:
|
||||||
|
|
||||||
**Usage:**
|
###### The initial process for populating collections:
|
||||||
|
|
||||||
The initial process for populating collections:
|
|
||||||
```
|
```
|
||||||
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules
|
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager:nightly --config config/config.yml --run --ignore-schedules
|
||||||
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules
|
|
||||||
```
|
```
|
||||||
Following a successful initial run:
|
###### Following a successful initial run:
|
||||||
|
|
||||||
```
|
```
|
||||||
python plex_meta_manager.py --config config/movie.yml --collections-only --run
|
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager:nightly --config config/config.yml --run
|
||||||
python plex_meta_manager.py --config config/show.yml --collections-only --run
|
|
||||||
```
|
```
|
||||||
<br/>
|
###### Notes:
|
||||||
A successful run will result in something similar to this:
|
``
|
||||||
<br/>
|
The parental configuration adds a 'Parental' label to their collections and all items included. The label is capable of being used with 'Allow Only Labels' in a user's restriction settings.
|
||||||
<br/>
|
``
|
||||||
|
#
|
||||||
|
#
|
||||||
|
###### A successful run will result in something similar to this:
|
||||||

|

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

|

|
||||||
@@ -1,31 +1,42 @@
|
|||||||
- 1_suggested.yml
|
```
|
||||||
- Random TV shows
|
- _suggested.yml
|
||||||
|
- Random TV shows (English)
|
||||||
- Recently Added TV shows (English)
|
- Recently Added TV shows (English)
|
||||||
- Recently Released TV shows (English)
|
- Recently Released TV shows (English)
|
||||||
- Suggested TV shows
|
- Recommended TV shows (Trakt user's personal favourites and/or trakt/letterboxd lists)
|
||||||
- Trending TV shows
|
- Suggested TV shows (Trakt most favourited daily/weekly/monthly/yearly/all charts and/or trakt/letterboxd lists)
|
||||||
- Popular TV shows
|
- Trending TV shows (https://mdblist.com/lists/archivist/tv-trending)
|
||||||
- Top Rated TV shows
|
- Popular TV shows (https://mdblist.com/lists/archivist/tv-popular)
|
||||||
- Most Watched Daily
|
- Top Rated TV shows (https://mdblist.com/lists/archivist/tv-top-rated)
|
||||||
- Most Watched Weekly
|
|
||||||
- Most Watched Monthly
|
|
||||||
- Most Watched Yearly
|
|
||||||
|
|
||||||
- 1_parental.yml
|
- _unwatched.yml
|
||||||
- Parental: All
|
- Unwatched: Random TV shows
|
||||||
|
- Unwatched: Recommended TV shows
|
||||||
|
- Unwatched: Suggested TV shows
|
||||||
|
- Unwatched: Popular TV shows
|
||||||
|
- Unwatched: Top Rated TV shows
|
||||||
|
|
||||||
|
- _watched.yml
|
||||||
|
- Most Watched Daily (https://trakt.tv/shows/watched/daily)
|
||||||
|
- Most Watched Weekly (https://trakt.tv/shows/watched/weekly)
|
||||||
|
- Most Watched Monthly (https://trakt.tv/shows/watched/monthly)
|
||||||
|
- Most Watched Yearly (https://trakt.tv/shows/watched/yearly)
|
||||||
|
|
||||||
|
- _parental.yml
|
||||||
|
- Parental: All (https://mdblist.com/lists/archivist/list-parental)
|
||||||
- Parental: Random
|
- Parental: Random
|
||||||
- Parental: Recently Released
|
|
||||||
- Parental: Recently Added
|
- Parental: Recently Added
|
||||||
|
- Parental: Recently Released
|
||||||
- Parental: Top Rated
|
- Parental: Top Rated
|
||||||
|
|
||||||
- 1_documentary.yml
|
- _documentary.yml
|
||||||
- Documentaries: All
|
- Documentaries: All
|
||||||
- Documentaries: Random
|
- Documentaries: Random
|
||||||
- Documentaries: Recently Released
|
|
||||||
- Documentaries: Recently Added
|
- Documentaries: Recently Added
|
||||||
|
- Documentaries: Recently Released
|
||||||
- Documentaries: Top Rated
|
- Documentaries: Top Rated
|
||||||
|
|
||||||
- 2_awards.yml
|
- _awards.yml
|
||||||
- Emmy Award Winners
|
- Emmy Award Winners
|
||||||
- Emmy Award Nominees
|
- Emmy Award Nominees
|
||||||
- Golden Globes Winners
|
- Golden Globes Winners
|
||||||
@@ -33,7 +44,7 @@
|
|||||||
- BAFTA Winners
|
- BAFTA Winners
|
||||||
- Critics Choice Award Winners
|
- Critics Choice Award Winners
|
||||||
|
|
||||||
- 3_year_top.yml
|
- _year_top.yml
|
||||||
- Top Rated of 2024
|
- Top Rated of 2024
|
||||||
- Top Rated of 2023
|
- Top Rated of 2023
|
||||||
- Top Rated of 2022
|
- Top Rated of 2022
|
||||||
@@ -50,7 +61,7 @@
|
|||||||
- Top Rated of 2011
|
- Top Rated of 2011
|
||||||
- Top Rated of 2010
|
- Top Rated of 2010
|
||||||
|
|
||||||
- 4_decades_top.yml
|
- _decades_top.yml
|
||||||
- Top Rated of the 2020s
|
- Top Rated of the 2020s
|
||||||
- Top Rated of the 2010s
|
- Top Rated of the 2010s
|
||||||
- Top Rated of the 2000s
|
- Top Rated of the 2000s
|
||||||
@@ -61,12 +72,13 @@
|
|||||||
- Top Rated of the 1950s
|
- Top Rated of the 1950s
|
||||||
- Top Rated of the 1940s
|
- Top Rated of the 1940s
|
||||||
|
|
||||||
- 5_genre_popular.yml
|
- _genre_popular.yml
|
||||||
- Popular in Action
|
- Popular in Action
|
||||||
- Popular in Adventure
|
- Popular in Adventure
|
||||||
- Popular in Animation
|
- Popular in Animation
|
||||||
- Popular in Biography
|
- Popular in Biography
|
||||||
- Popular in Comedy
|
- Popular in Comedy
|
||||||
|
- Popular in Documentary
|
||||||
- Popular in Drama
|
- Popular in Drama
|
||||||
- Popular in Family
|
- Popular in Family
|
||||||
- Popular in Fantasy
|
- Popular in Fantasy
|
||||||
@@ -77,16 +89,18 @@
|
|||||||
- Popular in Mystery
|
- Popular in Mystery
|
||||||
- Popular in Romance
|
- Popular in Romance
|
||||||
- Popular in Sci-Fi
|
- Popular in Sci-Fi
|
||||||
|
- Popular in Sport
|
||||||
- Popular in Thriller
|
- Popular in Thriller
|
||||||
- Popular in War
|
- Popular in War
|
||||||
- Popular in Western
|
- Popular in Western
|
||||||
|
|
||||||
- 6_genre_top.yml
|
- _genre_top.yml
|
||||||
- Top Rated in Action
|
- Top Rated in Action
|
||||||
- Top Rated in Adventure
|
- Top Rated in Adventure
|
||||||
- Top Rated in Animation
|
- Top Rated in Animation
|
||||||
- Top Rated in Biography
|
- Top Rated in Biography
|
||||||
- Top Rated in Comedy
|
- Top Rated in Comedy
|
||||||
|
- Top Rated in Documentary
|
||||||
- Top Rated in Drama
|
- Top Rated in Drama
|
||||||
- Top Rated in Family
|
- Top Rated in Family
|
||||||
- Top Rated in Fantasy
|
- Top Rated in Fantasy
|
||||||
@@ -97,11 +111,12 @@
|
|||||||
- Top Rated in Mystery
|
- Top Rated in Mystery
|
||||||
- Top Rated in Romance
|
- Top Rated in Romance
|
||||||
- Top Rated in Sci-Fi
|
- Top Rated in Sci-Fi
|
||||||
|
- Top Rated in Sport
|
||||||
- Top Rated in Thriller
|
- Top Rated in Thriller
|
||||||
- Top Rated in War
|
- Top Rated in War
|
||||||
- Top Rated in Western
|
- Top Rated in Western
|
||||||
|
|
||||||
- 7_network.yml
|
- _network.yml
|
||||||
- A&E
|
- A&E
|
||||||
- ABC
|
- ABC
|
||||||
- Adult Swim
|
- Adult Swim
|
||||||
@@ -146,3 +161,4 @@
|
|||||||
- TLC
|
- TLC
|
||||||
- TNT
|
- TNT
|
||||||
- YouTube
|
- YouTube
|
||||||
|
```
|
||||||
196
0x5f3/_config.yml
Normal file
@@ -0,0 +1,196 @@
|
|||||||
|
## config.yml
|
||||||
|
|
||||||
|
libraries:
|
||||||
|
Movies:
|
||||||
|
library_type: movie
|
||||||
|
operations:
|
||||||
|
- schedule: daily
|
||||||
|
delete_unmanaged_collections: false
|
||||||
|
# - schedule: weekly(thursday)
|
||||||
|
# mass_audience_rating_update: mdb_average
|
||||||
|
# mass_critic_rating_update: mdb_metacritic
|
||||||
|
# mass_user_rating_update: imdb
|
||||||
|
# mass_content_rating_update: mdb
|
||||||
|
# mass_genre_update: imdb
|
||||||
|
# - schedule: weekly(thursday)
|
||||||
|
# mass_poster_update:
|
||||||
|
# source: tmdb
|
||||||
|
# seasons: false
|
||||||
|
# episodes: false
|
||||||
|
collection_files:
|
||||||
|
# - file: config/collections/movie/_maintenance.yml
|
||||||
|
# - file: config/collections/movie/_radarr.yml
|
||||||
|
- file: config/collections/movie/010_suggested.yml
|
||||||
|
# - file: config/collections/movie/020_unwatched.yml
|
||||||
|
- file: config/collections/movie/030_watched.yml
|
||||||
|
- file: config/collections/movie/040_seasonal.yml
|
||||||
|
- file: config/collections/movie/080_year_top.yml
|
||||||
|
schedule: weekly(monday)
|
||||||
|
- file: config/collections/movie/090_decades_top.yml
|
||||||
|
schedule: weekly(tuesday)
|
||||||
|
# - file: config/collections/movie/100_awards.yml
|
||||||
|
# schedule: weekly(wednesday)
|
||||||
|
- file: config/collections/movie/110_genre_popular.yml
|
||||||
|
- file: config/collections/movie/120_genre_top.yml
|
||||||
|
schedule: weekly(thursday)
|
||||||
|
# - file: config/collections/movie/130_subgenre_top.yml
|
||||||
|
# - file: config/collections/movie/140_studio.yml
|
||||||
|
# schedule: weekly(wednesday)
|
||||||
|
# - file: config/collections/movie/200_collections.yml
|
||||||
|
# schedule: weekly(sunday)
|
||||||
|
# - file: config/collections/movie/050_parental_sync.yml
|
||||||
|
# - file: config/collections/movie/050_parental.yml
|
||||||
|
# - file: config/collections/movie/060_documentary.yml
|
||||||
|
# - file: config/collections/movie/070_standup.yml
|
||||||
|
TV:
|
||||||
|
library_type: show
|
||||||
|
operations:
|
||||||
|
- schedule: daily
|
||||||
|
delete_unmanaged_collections: false
|
||||||
|
# - schedule: weekly(friday)
|
||||||
|
# mass_audience_rating_update: mdb_average
|
||||||
|
# mass_critic_rating_update: mdb_metacritic
|
||||||
|
# mass_user_rating_update: imdb
|
||||||
|
# mass_content_rating_update: mdb
|
||||||
|
# mass_genre_update: imdb
|
||||||
|
# - schedule: weekly(sunday)
|
||||||
|
# mass_poster_update:
|
||||||
|
# source: tmdb
|
||||||
|
# seasons: true
|
||||||
|
# episodes: false
|
||||||
|
collection_files:
|
||||||
|
# - file: config/collections/show/_maintenance.yml
|
||||||
|
# - file: config/collections/show/_sonarr.yml
|
||||||
|
- file: config/collections/show/010_suggested.yml
|
||||||
|
# - file: config/collections/show/020_unwatched.yml
|
||||||
|
- file: config/collections/show/030_watched.yml
|
||||||
|
- file: config/collections/show/060_year_top.yml
|
||||||
|
schedule: weekly(monday)
|
||||||
|
- file: config/collections/show/070_decades_top.yml
|
||||||
|
schedule: weekly(wednesday)
|
||||||
|
# - file: config/collections/show/080_awards.yml
|
||||||
|
# schedule: weekly(thursday)
|
||||||
|
- file: config/collections/show/090_genre_popular.yml
|
||||||
|
- file: config/collections/show/100_genre_top.yml
|
||||||
|
schedule: weekly(saturday)
|
||||||
|
# - file: config/collections/show/110_network.yml
|
||||||
|
# - file: config/collections/show/040_parental_sync.yml
|
||||||
|
# - file: config/collections/show/040_parental.yml
|
||||||
|
# - file: config/collections/show/050_documentary.yml
|
||||||
|
# KIDS:
|
||||||
|
# library_type: show
|
||||||
|
# operations:
|
||||||
|
# - schedule: daily
|
||||||
|
# delete_unmanaged_collections: false
|
||||||
|
# - schedule: weekly(friday)
|
||||||
|
# mass_audience_rating_update: mdb_average
|
||||||
|
# mass_critic_rating_update: mdb_metacritic
|
||||||
|
# mass_user_rating_update: imdb
|
||||||
|
# mass_content_rating_update: mdb
|
||||||
|
# mass_genre_update: imdb
|
||||||
|
# - schedule: weekly(saturday)
|
||||||
|
# mass_poster_update:
|
||||||
|
# source: tmdb
|
||||||
|
# seasons: true
|
||||||
|
# episodes: false
|
||||||
|
# collection_files:
|
||||||
|
# - file: config/collections/show/_maintenance.yml
|
||||||
|
# - file: config/collections/show/_sonarr.yml
|
||||||
|
# - file: config/collections/show/040_parental_sync.yml
|
||||||
|
# - file: config/collections/show/040_parental.yml
|
||||||
|
settings:
|
||||||
|
assets_for_all: false
|
||||||
|
asset_depth: 0
|
||||||
|
asset_directory:
|
||||||
|
asset_folders: false
|
||||||
|
cache: true
|
||||||
|
cache_expiration: 60
|
||||||
|
check_nightly: false
|
||||||
|
create_asset_folders: false
|
||||||
|
custom_repo:
|
||||||
|
default_collection_order:
|
||||||
|
delete_below_minimum: false
|
||||||
|
delete_not_scheduled: false
|
||||||
|
dimensional_asset_rename: false
|
||||||
|
download_url_assets: true
|
||||||
|
ignore_ids:
|
||||||
|
ignore_imdb_ids:
|
||||||
|
item_refresh: false
|
||||||
|
item_refresh_delay: 0
|
||||||
|
minimum_items: 1
|
||||||
|
missing_only_released: false
|
||||||
|
only_filter_missing: false
|
||||||
|
playlist_exclude_users:
|
||||||
|
playlist_report: true
|
||||||
|
playlist_sync_to_users: all
|
||||||
|
prioritize_assets: false
|
||||||
|
released_missing_only: false
|
||||||
|
run_again_delay: 5
|
||||||
|
run_order:
|
||||||
|
- collections
|
||||||
|
- metadata
|
||||||
|
- operations
|
||||||
|
- overlays
|
||||||
|
save_missing: false
|
||||||
|
show_asset_not_needed: true
|
||||||
|
show_filtered: false
|
||||||
|
show_missing: false
|
||||||
|
show_missing_assets: true
|
||||||
|
show_missing_episode_assets: false
|
||||||
|
show_missing_season_assets: false
|
||||||
|
show_options: false
|
||||||
|
show_unconfigured: true
|
||||||
|
show_unmanaged: false
|
||||||
|
sync_mode: sync
|
||||||
|
tvdb_language: default
|
||||||
|
verify_ssl: false
|
||||||
|
plex:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
timeout: 180
|
||||||
|
clean_bundles: false
|
||||||
|
empty_trash: false
|
||||||
|
optimize: false
|
||||||
|
radarr:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
root_folder_path:
|
||||||
|
monitor: true
|
||||||
|
availability: announced
|
||||||
|
quality_profile:
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
radarr_path:
|
||||||
|
plex_path:
|
||||||
|
upgrade_existing: false
|
||||||
|
sonarr:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
root_folder_path:
|
||||||
|
monitor: all
|
||||||
|
quality_profile:
|
||||||
|
language_profile: English
|
||||||
|
series_type: standard
|
||||||
|
season_folder: true
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
cutoff_search: false
|
||||||
|
sonarr_path:
|
||||||
|
plex_path:
|
||||||
|
upgrade_existing: false
|
||||||
|
tmdb:
|
||||||
|
apikey:
|
||||||
|
language: en
|
||||||
|
cache_expiration: 60
|
||||||
|
region:
|
||||||
|
mdblist:
|
||||||
|
apikey:
|
||||||
|
cache_expiration: 60
|
||||||
|
trakt:
|
||||||
|
client_id:
|
||||||
|
client_secret:
|
||||||
|
pin:
|
||||||
@@ -4,11 +4,11 @@ libraries:
|
|||||||
Movies:
|
Movies:
|
||||||
library_type: movie
|
library_type: movie
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/metadata/movie/0_debug.yml
|
- file: config/collections/movie/_debug.yml
|
||||||
TV Shows:
|
TV:
|
||||||
library_type: show
|
library_type: show
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/metadata/show/0_debug.yml
|
- file: config/collections/show/_debug.yml
|
||||||
settings:
|
settings:
|
||||||
assets_for_all: false
|
assets_for_all: false
|
||||||
asset_depth: 0
|
asset_depth: 0
|
||||||
@@ -20,25 +20,28 @@ settings:
|
|||||||
create_asset_folders: false
|
create_asset_folders: false
|
||||||
custom_repo:
|
custom_repo:
|
||||||
default_collection_order:
|
default_collection_order:
|
||||||
delete_below_minimum: true
|
delete_below_minimum: false
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
dimensional_asset_rename: false
|
dimensional_asset_rename: false
|
||||||
download_url_assets: false
|
download_url_assets: true
|
||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
|
item_refresh: false
|
||||||
item_refresh_delay: 0
|
item_refresh_delay: 0
|
||||||
minimum_items: 0
|
minimum_items: 2
|
||||||
missing_only_released: false
|
missing_only_released: false
|
||||||
notifiarr_collection_addition: false
|
|
||||||
notifiarr_collection_creation: false
|
|
||||||
notifiarr_collection_removing: false
|
|
||||||
only_filter_missing: false
|
only_filter_missing: false
|
||||||
playlist_exclude_users:
|
playlist_exclude_users:
|
||||||
playlist_report: true
|
playlist_report: true
|
||||||
playlist_sync_to_users: all
|
playlist_sync_to_users: all
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
released_missing_only: false
|
released_missing_only: false
|
||||||
run_again_delay: 2
|
run_again_delay: 5
|
||||||
|
run_order:
|
||||||
|
- collections
|
||||||
|
- metadata
|
||||||
|
- operations
|
||||||
|
- overlays
|
||||||
save_missing: false
|
save_missing: false
|
||||||
show_asset_not_needed: true
|
show_asset_not_needed: true
|
||||||
show_filtered: false
|
show_filtered: false
|
||||||
@@ -93,11 +96,11 @@ sonarr:
|
|||||||
tmdb:
|
tmdb:
|
||||||
apikey:
|
apikey:
|
||||||
language: en
|
language: en
|
||||||
cache_expiration: 60
|
cache_expiration: 1
|
||||||
region:
|
region:
|
||||||
mdblist:
|
mdblist:
|
||||||
apikey:
|
apikey:
|
||||||
cache_expiration: 60
|
cache_expiration: 1
|
||||||
trakt:
|
trakt:
|
||||||
client_id:
|
client_id:
|
||||||
client_secret:
|
client_secret:
|
||||||
|
|||||||
153
0x5f3/_maintenance.yml
Normal file
@@ -0,0 +1,153 @@
|
|||||||
|
## _maintenance.yml
|
||||||
|
|
||||||
|
libraries:
|
||||||
|
Movies:
|
||||||
|
library_type: movie
|
||||||
|
operations:
|
||||||
|
- schedule: daily
|
||||||
|
delete_unmanaged_collections: false
|
||||||
|
# - schedule: weekly(wednesday)
|
||||||
|
# mass_audience_rating_update: mdb_average
|
||||||
|
# mass_critic_rating_update: mdb_metacritic
|
||||||
|
# mass_user_rating_update: imdb
|
||||||
|
# mass_content_rating_update: mdb
|
||||||
|
# mass_genre_update: imdb
|
||||||
|
# - schedule: weekly(wednesday)
|
||||||
|
# mass_poster_update:
|
||||||
|
# source: tmdb
|
||||||
|
# seasons: false
|
||||||
|
# episodes: false
|
||||||
|
collection_files:
|
||||||
|
- file: config/collections/movie/_maintenance.yml
|
||||||
|
TV:
|
||||||
|
library_type: show
|
||||||
|
operations:
|
||||||
|
- schedule: daily
|
||||||
|
delete_unmanaged_collections: false
|
||||||
|
# - schedule: weekly(thursday)
|
||||||
|
# mass_audience_rating_update: mdb_average
|
||||||
|
# mass_critic_rating_update: mdb_metacritic
|
||||||
|
# mass_user_rating_update: imdb
|
||||||
|
# mass_content_rating_update: mdb
|
||||||
|
# mass_genre_update: imdb
|
||||||
|
# - schedule: weekly(thursday)
|
||||||
|
# mass_poster_update:
|
||||||
|
# source: tmdb
|
||||||
|
# seasons: true
|
||||||
|
# episodes: false
|
||||||
|
collection_files:
|
||||||
|
- file: config/collections/show/_maintenance.yml
|
||||||
|
# KIDS:
|
||||||
|
# library_type: show
|
||||||
|
# operations:
|
||||||
|
# - schedule: daily
|
||||||
|
# delete_unmanaged_collections: false
|
||||||
|
# - schedule: weekly(friday)
|
||||||
|
# mass_audience_rating_update: mdb_average
|
||||||
|
# mass_critic_rating_update: mdb_metacritic
|
||||||
|
# mass_user_rating_update: imdb
|
||||||
|
# mass_content_rating_update: mdb
|
||||||
|
# mass_genre_update: imdb
|
||||||
|
# - schedule: weekly(friday)
|
||||||
|
# mass_poster_update:
|
||||||
|
# source: tmdb
|
||||||
|
# seasons: true
|
||||||
|
# episodes: false
|
||||||
|
# collection_files:
|
||||||
|
# - file: config/collections/show/_maintenance.yml
|
||||||
|
settings:
|
||||||
|
assets_for_all: false
|
||||||
|
asset_depth: 0
|
||||||
|
asset_directory:
|
||||||
|
asset_folders: false
|
||||||
|
cache: true
|
||||||
|
cache_expiration: 60
|
||||||
|
check_nightly: false
|
||||||
|
create_asset_folders: false
|
||||||
|
custom_repo:
|
||||||
|
default_collection_order:
|
||||||
|
delete_below_minimum: false
|
||||||
|
delete_not_scheduled: false
|
||||||
|
dimensional_asset_rename: false
|
||||||
|
download_url_assets: true
|
||||||
|
ignore_ids:
|
||||||
|
ignore_imdb_ids:
|
||||||
|
item_refresh: false
|
||||||
|
item_refresh_delay: 0
|
||||||
|
minimum_items: 1
|
||||||
|
missing_only_released: false
|
||||||
|
only_filter_missing: false
|
||||||
|
playlist_exclude_users:
|
||||||
|
playlist_report: true
|
||||||
|
playlist_sync_to_users: all
|
||||||
|
prioritize_assets: false
|
||||||
|
released_missing_only: false
|
||||||
|
run_again_delay: 5
|
||||||
|
run_order:
|
||||||
|
- collections
|
||||||
|
- metadata
|
||||||
|
- operations
|
||||||
|
- overlays
|
||||||
|
save_missing: false
|
||||||
|
show_asset_not_needed: true
|
||||||
|
show_filtered: false
|
||||||
|
show_missing: false
|
||||||
|
show_missing_assets: true
|
||||||
|
show_missing_episode_assets: false
|
||||||
|
show_missing_season_assets: false
|
||||||
|
show_options: false
|
||||||
|
show_unconfigured: true
|
||||||
|
show_unmanaged: false
|
||||||
|
sync_mode: append
|
||||||
|
tvdb_language: default
|
||||||
|
verify_ssl: false
|
||||||
|
plex:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
timeout: 180
|
||||||
|
clean_bundles: false
|
||||||
|
empty_trash: false
|
||||||
|
optimize: false
|
||||||
|
radarr:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
root_folder_path:
|
||||||
|
monitor: true
|
||||||
|
availability: announced
|
||||||
|
quality_profile:
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
radarr_path:
|
||||||
|
plex_path:
|
||||||
|
upgrade_existing: false
|
||||||
|
sonarr:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
root_folder_path:
|
||||||
|
monitor: all
|
||||||
|
quality_profile:
|
||||||
|
language_profile: English
|
||||||
|
series_type: standard
|
||||||
|
season_folder: true
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
cutoff_search: false
|
||||||
|
sonarr_path:
|
||||||
|
plex_path:
|
||||||
|
upgrade_existing: false
|
||||||
|
tmdb:
|
||||||
|
apikey:
|
||||||
|
language: en
|
||||||
|
cache_expiration: 60
|
||||||
|
region:
|
||||||
|
mdblist:
|
||||||
|
apikey:
|
||||||
|
cache_expiration: 60
|
||||||
|
trakt:
|
||||||
|
client_id:
|
||||||
|
client_secret:
|
||||||
|
pin:
|
||||||
@@ -1,37 +1,41 @@
|
|||||||
## movie.yml
|
## _movie.yml
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
Movies:
|
Movies:
|
||||||
library_type: movie
|
library_type: movie
|
||||||
operations:
|
operations:
|
||||||
|
- schedule: daily
|
||||||
delete_unmanaged_collections: false
|
delete_unmanaged_collections: false
|
||||||
collection_files:
|
collection_files:
|
||||||
# - file: config/metadata/movie/0_radarr.yml
|
# - file: config/collections/movie/_maintenance.yml
|
||||||
- file: config/metadata/movie/1_suggested.yml
|
# - file: config/collections/movie/_radarr.yml
|
||||||
- file: config/metadata/movie/1_seasonal.yml
|
- file: config/collections/movie/010_suggested.yml
|
||||||
- file: config/metadata/movie/2_year_top.yml
|
# - file: config/collections/movie/020_unwatched.yml
|
||||||
|
- file: config/collections/movie/030_watched.yml
|
||||||
|
- file: config/collections/movie/040_seasonal.yml
|
||||||
|
- file: config/collections/movie/080_year_top.yml
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
- file: config/metadata/movie/3_decades_top.yml
|
- file: config/collections/movie/090_decades_top.yml
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
# - file: config/metadata/movie/4_awards.yml
|
# - file: config/collections/movie/100_awards.yml
|
||||||
# schedule: weekly(wednesday)
|
# schedule: weekly(wednesday)
|
||||||
- file: config/metadata/movie/5_genre_popular.yml
|
- file: config/collections/movie/110_genre_popular.yml
|
||||||
- file: config/metadata/movie/6_genre_top.yml
|
- file: config/collections/movie/120_genre_top.yml
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
# - file: config/metadata/movie/7_subgenre_top.yml
|
# - file: config/collections/movie/130_subgenre_top.yml
|
||||||
# - file: config/metadata/movie/8_studio.yml
|
# - file: config/collections/movie/140_studio.yml
|
||||||
# schedule: weekly(wednesday)
|
# schedule: weekly(wednesday)
|
||||||
# - file: config/metadata/movie/9_collections.yml
|
# - file: config/collections/movie/200_collections.yml
|
||||||
# schedule: weekly(sunday)
|
# schedule: weekly(sunday)
|
||||||
# - file: config/metadata/movie/1_parental_sync.yml
|
# - file: config/collections/movie/050_parental_sync.yml
|
||||||
# - file: config/metadata/movie/1_parental.yml
|
# - file: config/collections/movie/050_parental.yml
|
||||||
# - file: config/metadata/movie/1_documentary.yml
|
# - file: config/collections/movie/060_documentary.yml
|
||||||
# - file: config/metadata/movie/1_standup.yml
|
# - file: config/collections/movie/070_standup.yml
|
||||||
settings:
|
settings:
|
||||||
|
assets_for_all: false
|
||||||
asset_depth: 0
|
asset_depth: 0
|
||||||
asset_directory:
|
asset_directory:
|
||||||
asset_folders: false
|
asset_folders: false
|
||||||
assets_for_all: false
|
|
||||||
cache: true
|
cache: true
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
check_nightly: false
|
check_nightly: false
|
||||||
@@ -45,12 +49,9 @@ settings:
|
|||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
item_refresh: false
|
item_refresh: false
|
||||||
item_refresh_delay: 3
|
item_refresh_delay: 0
|
||||||
minimum_items: 5
|
minimum_items: 5
|
||||||
missing_only_released: false
|
missing_only_released: false
|
||||||
notifiarr_collection_addition: false
|
|
||||||
notifiarr_collection_creation: false
|
|
||||||
notifiarr_collection_removing: false
|
|
||||||
only_filter_missing: false
|
only_filter_missing: false
|
||||||
playlist_exclude_users:
|
playlist_exclude_users:
|
||||||
playlist_report: true
|
playlist_report: true
|
||||||
@@ -58,6 +59,11 @@ settings:
|
|||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
released_missing_only: false
|
released_missing_only: false
|
||||||
run_again_delay: 5
|
run_again_delay: 5
|
||||||
|
run_order:
|
||||||
|
- collections
|
||||||
|
- metadata
|
||||||
|
- operations
|
||||||
|
- overlays
|
||||||
save_missing: false
|
save_missing: false
|
||||||
show_asset_not_needed: true
|
show_asset_not_needed: true
|
||||||
show_filtered: false
|
show_filtered: false
|
||||||
@@ -1,39 +1,45 @@
|
|||||||
## show.yml
|
## _show.yml
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
TV:
|
TV:
|
||||||
library_type: show
|
library_type: show
|
||||||
operations:
|
operations:
|
||||||
|
- schedule: daily
|
||||||
delete_unmanaged_collections: false
|
delete_unmanaged_collections: false
|
||||||
collection_files:
|
collection_files:
|
||||||
# - file: config/metadata/show/0_sonarr.yml
|
# - file: config/collections/show/_maintenance.yml
|
||||||
- file: config/metadata/show/1_suggested.yml
|
# - file: config/collections/show/_sonarr.yml
|
||||||
- file: config/metadata/show/2_year_top.yml
|
- file: config/collections/show/010_suggested.yml
|
||||||
|
# - file: config/collections/show/020_unwatched.yml
|
||||||
|
- file: config/collections/show/030_watched.yml
|
||||||
|
- file: config/collections/show/060_year_top.yml
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
- file: config/metadata/show/3_decades_top.yml
|
- file: config/collections/show/070_decades_top.yml
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
# - file: config/metadata/show/4_awards.yml
|
# - file: config/collections/show/080_awards.yml
|
||||||
# schedule: weekly(thursday)
|
# schedule: weekly(thursday)
|
||||||
- file: config/metadata/show/5_genre_popular.yml
|
- file: config/collections/show/090_genre_popular.yml
|
||||||
- file: config/metadata/show/6_genre_top.yml
|
- file: config/collections/show/100_genre_top.yml
|
||||||
schedule: weekly(saturday)
|
schedule: weekly(saturday)
|
||||||
# - file: config/metadata/show/7_network.yml
|
# - file: config/collections/show/110_network.yml
|
||||||
# - file: config/metadata/show/1_parental_sync.yml
|
# - file: config/collections/show/040_parental_sync.yml
|
||||||
# - file: config/metadata/show/1_parental.yml
|
# - file: config/collections/show/040_parental.yml
|
||||||
# - file: config/metadata/show/1_documentary.yml
|
# - file: config/collections/show/050_documentary.yml
|
||||||
# KIDS:
|
# KIDS:
|
||||||
# library_type: show
|
# library_type: show
|
||||||
# operations:
|
# operations:
|
||||||
|
# - schedule: daily
|
||||||
# delete_unmanaged_collections: false
|
# delete_unmanaged_collections: false
|
||||||
# collection_files:
|
# collection_files:
|
||||||
# - file: config/metadata/show/0_sonarr.yml
|
# - file: config/collections/show/_maintenance.yml
|
||||||
# - file: config/metadata/show/1_parental_sync.yml
|
# - file: config/collections/show/_sonarr.yml
|
||||||
# - file: config/metadata/show/1_parental.yml
|
# - file: config/collections/show/040_parental_sync.yml
|
||||||
|
# - file: config/collections/show/040_parental.yml
|
||||||
settings:
|
settings:
|
||||||
|
assets_for_all: false
|
||||||
asset_depth: 0
|
asset_depth: 0
|
||||||
asset_directory:
|
asset_directory:
|
||||||
asset_folders: false
|
asset_folders: false
|
||||||
assets_for_all: false
|
|
||||||
cache: true
|
cache: true
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
check_nightly: false
|
check_nightly: false
|
||||||
@@ -47,12 +53,9 @@ settings:
|
|||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
item_refresh: false
|
item_refresh: false
|
||||||
item_refresh_delay: 3
|
item_refresh_delay: 0
|
||||||
minimum_items: 1
|
minimum_items: 2
|
||||||
missing_only_released: false
|
missing_only_released: false
|
||||||
notifiarr_collection_addition: false
|
|
||||||
notifiarr_collection_creation: false
|
|
||||||
notifiarr_collection_removing: false
|
|
||||||
only_filter_missing: false
|
only_filter_missing: false
|
||||||
playlist_exclude_users:
|
playlist_exclude_users:
|
||||||
playlist_report: false
|
playlist_report: false
|
||||||
@@ -60,6 +63,11 @@ settings:
|
|||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
released_missing_only: false
|
released_missing_only: false
|
||||||
run_again_delay: 5
|
run_again_delay: 5
|
||||||
|
run_order:
|
||||||
|
- collections
|
||||||
|
- metadata
|
||||||
|
- operations
|
||||||
|
- overlays
|
||||||
save_missing: false
|
save_missing: false
|
||||||
show_asset_not_needed: true
|
show_asset_not_needed: true
|
||||||
show_filtered: false
|
show_filtered: false
|
||||||
@@ -1,21 +1,19 @@
|
|||||||
## 1_suggested.yml
|
## _suggested.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
plex:
|
plex:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
trakt:
|
trakt:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -64,11 +62,10 @@ templates:
|
|||||||
- trakt_list_extra_20
|
- trakt_list_extra_20
|
||||||
|
|
||||||
mdblist:
|
mdblist:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -83,166 +80,167 @@ templates:
|
|||||||
- mdblist_extra_4
|
- mdblist_extra_4
|
||||||
- mdblist_extra_5
|
- mdblist_extra_5
|
||||||
|
|
||||||
|
letterboxd:
|
||||||
|
collection_mode: hide
|
||||||
|
collection_order: custom
|
||||||
|
delete_not_scheduled: false
|
||||||
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: false
|
||||||
|
visible_shared: false
|
||||||
|
letterboxd_list:
|
||||||
|
- <<letterboxd_list_extra_01>>
|
||||||
|
- <<letterboxd_list_extra_02>>
|
||||||
|
- <<letterboxd_list_extra_03>>
|
||||||
|
- <<letterboxd_list_extra_04>>
|
||||||
|
- <<letterboxd_list_extra_05>>
|
||||||
|
optional:
|
||||||
|
- letterboxd_list_extra_01
|
||||||
|
- letterboxd_list_extra_02
|
||||||
|
- letterboxd_list_extra_03
|
||||||
|
- letterboxd_list_extra_04
|
||||||
|
- letterboxd_list_extra_05
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Random Movies":
|
"Random Movies":
|
||||||
summary: "Random selection of movies"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_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
|
schedule: daily
|
||||||
|
summary: "Random selection of movies"
|
||||||
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: 0
|
num: "0"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
any:
|
||||||
critic_rating.gte: 4
|
audio_language: English, english
|
||||||
sort_by: random
|
|
||||||
limit: 250
|
limit: 250
|
||||||
|
sort_by: random
|
||||||
|
|
||||||
"Recently Added Movies":
|
"Recently Added Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-added.png
|
||||||
|
schedule: daily
|
||||||
summary: "Recently added movies"
|
summary: "Recently added movies"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-added.png
|
|
||||||
visible_home: true
|
visible_home: true
|
||||||
visible_shared: true
|
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
visible_shared: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: 1
|
num: "1"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
any:
|
any:
|
||||||
audio_language: English, english
|
audio_language: English, english
|
||||||
sort_by: added.desc
|
|
||||||
limit: 200
|
limit: 200
|
||||||
|
sort_by: added.desc
|
||||||
|
|
||||||
"Recently Released Movies":
|
"Recently Released Movies":
|
||||||
summary: "Recently added movies"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-released.png
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-released.png
|
schedule: daily
|
||||||
|
summary: "Recently released movies"
|
||||||
visible_library: true
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: 1
|
num: "2"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
any:
|
any:
|
||||||
audio_language: English, english
|
audio_language: English, english
|
||||||
sort_by: release.desc
|
|
||||||
limit: 200
|
limit: 200
|
||||||
|
sort_by: release.desc
|
||||||
|
|
||||||
|
"Recommended Movies":
|
||||||
|
collection_order: alpha
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recommended.png
|
||||||
|
schedule: daily
|
||||||
|
summary: "Based on personally favourited movies"
|
||||||
|
template: {
|
||||||
|
name: letterboxd,
|
||||||
|
# letterboxd_list_extra_01: "https://letterboxd.com/########/list/movie-recommendations",
|
||||||
|
num: "3"
|
||||||
|
}
|
||||||
|
trakt_userlist:
|
||||||
|
- userlist: favorites
|
||||||
|
user: me
|
||||||
|
|
||||||
"Suggested Movies":
|
"Suggested Movies":
|
||||||
collection_order: random
|
collection_order: alpha
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_suggested.png
|
||||||
|
schedule: daily
|
||||||
summary: "Based on watched and favourited movies"
|
summary: "Based on watched and favourited movies"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png
|
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
num: 2
|
num: "4"
|
||||||
|
# num: "4",
|
||||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/movie-recommendations-couchmoney-tv",
|
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/movie-recommendations-couchmoney-tv",
|
||||||
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/movies-based-on-recently-watched-couchmoney-tv"
|
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/movies-based-on-recently-watched-couchmoney-tv"
|
||||||
}
|
}
|
||||||
trakt_userlist:
|
trakt_chart:
|
||||||
- userlist: recommendations
|
- chart: recommended
|
||||||
user: me
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 5
|
||||||
|
time_period: daily
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 10
|
||||||
|
time_period: weekly
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 25
|
||||||
|
time_period: monthly
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 50
|
||||||
|
time_period: yearly
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 200
|
||||||
|
time_period: all
|
||||||
|
|
||||||
"Trending Movies":
|
"Trending Movies":
|
||||||
summary: "Movies trending across the internet"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_trending.png
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_trending.png
|
|
||||||
schedule: daily
|
schedule: daily
|
||||||
|
summary: "Movies trending across the internet"
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
|
||||||
num: 2,
|
|
||||||
mdblist_user: "archivist",
|
|
||||||
mdblist_list: "movie-trending",
|
mdblist_list: "movie-trending",
|
||||||
mdblist_sort: "rank.desc"
|
mdblist_sort: "rank.desc",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
name: mdblist,
|
||||||
|
num: "5"
|
||||||
}
|
}
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
"Popular Movies":
|
"Popular Movies":
|
||||||
summary: "Popular movies across the internet"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_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
|
schedule: daily
|
||||||
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
|
summary: "Popular movies across the internet"
|
||||||
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
|
||||||
num: 3,
|
|
||||||
mdblist_user: "archivist",
|
|
||||||
mdblist_list: "movie-popular",
|
mdblist_list: "movie-popular",
|
||||||
mdblist_sort: "imdbpopular.desc"
|
mdblist_sort: "imdbpopular.desc",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
name: mdblist,
|
||||||
|
num: "6"
|
||||||
}
|
}
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"Top Rated Movies":
|
"Top Rated Movies":
|
||||||
summary: "Top rated movies across the internet"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_top-rated.png
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_top-rated.png
|
|
||||||
schedule: daily
|
schedule: daily
|
||||||
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
|
summary: "Top rated movies across the internet"
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
|
||||||
num: 3,
|
|
||||||
mdblist_user: "archivist",
|
|
||||||
mdblist_list: "movie-top-rated",
|
mdblist_list: "movie-top-rated",
|
||||||
mdblist_sort: "imdbrating.desc"
|
mdblist_sort: "imdbrating.desc",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
name: mdblist,
|
||||||
|
num: "7"
|
||||||
}
|
}
|
||||||
limit: 500
|
limit: 500
|
||||||
|
|
||||||
"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
|
|
||||||
collection_order: custom
|
|
||||||
schedule: daily
|
|
||||||
template: {
|
|
||||||
name: trakt,
|
|
||||||
num: 4
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: daily
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 50
|
|
||||||
|
|
||||||
"Most Watched Weekly":
|
|
||||||
summary: "Movies trending across the internet"
|
|
||||||
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
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: weekly
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 50
|
|
||||||
|
|
||||||
"Most Watched Monthly":
|
|
||||||
summary: "Movies trending across the internet"
|
|
||||||
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
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: monthly
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 75
|
|
||||||
|
|
||||||
"Most Watched Yearly":
|
|
||||||
summary: "Movies trending across the internet"
|
|
||||||
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
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: yearly
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 100
|
|
||||||
83
0x5f3/collections/movie/020_unwatched.yml
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
## _unwatched.yml
|
||||||
|
|
||||||
|
templates:
|
||||||
|
plex:
|
||||||
|
collection_mode: hide
|
||||||
|
delete_not_scheduled: false
|
||||||
|
sort_title: "+020_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
collections:
|
||||||
|
"Unwatched: Random Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_random.png
|
||||||
|
summary: "Random selection of movies"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "0"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
unplayed: true
|
||||||
|
any:
|
||||||
|
audio_language: English, english
|
||||||
|
limit: 250
|
||||||
|
sort_by: random
|
||||||
|
|
||||||
|
"Unwatched: Recommended Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_recommended.png
|
||||||
|
summary: "Based on personally favourited movies"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "1"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Recommended Movies"
|
||||||
|
unplayed: true
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: title.asc
|
||||||
|
|
||||||
|
"Unwatched: Suggested Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_suggested.png
|
||||||
|
summary: "Based on watched and favourited movies"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "2"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Suggested Movies"
|
||||||
|
unplayed: true
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: title.asc
|
||||||
|
|
||||||
|
"Unwatched: Popular Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_popular.png
|
||||||
|
summary: "Popular movies across the internet"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "3"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Popular Movies"
|
||||||
|
unplayed: true
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: random
|
||||||
|
|
||||||
|
"Unwatched: Top Rated Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_top-rated.png
|
||||||
|
summary: "Top rated movies across the internet"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "4"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Top Rated Movies"
|
||||||
|
unplayed: true
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: random
|
||||||
115
0x5f3/collections/movie/030_watched.yml
Normal file
@@ -0,0 +1,115 @@
|
|||||||
|
## _watched.yml
|
||||||
|
|
||||||
|
templates:
|
||||||
|
trakt:
|
||||||
|
collection_mode: hide
|
||||||
|
|
||||||
|
delete_not_scheduled: false
|
||||||
|
sort_title: "+030_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: false
|
||||||
|
visible_shared: false
|
||||||
|
trakt_list:
|
||||||
|
- <<trakt_list_extra_01>>
|
||||||
|
- <<trakt_list_extra_02>>
|
||||||
|
- <<trakt_list_extra_03>>
|
||||||
|
- <<trakt_list_extra_04>>
|
||||||
|
- <<trakt_list_extra_05>>
|
||||||
|
- <<trakt_list_extra_06>>
|
||||||
|
- <<trakt_list_extra_07>>
|
||||||
|
- <<trakt_list_extra_08>>
|
||||||
|
- <<trakt_list_extra_09>>
|
||||||
|
- <<trakt_list_extra_10>>
|
||||||
|
- <<trakt_list_extra_11>>
|
||||||
|
- <<trakt_list_extra_12>>
|
||||||
|
- <<trakt_list_extra_13>>
|
||||||
|
- <<trakt_list_extra_14>>
|
||||||
|
- <<trakt_list_extra_15>>
|
||||||
|
- <<trakt_list_extra_16>>
|
||||||
|
- <<trakt_list_extra_17>>
|
||||||
|
- <<trakt_list_extra_18>>
|
||||||
|
- <<trakt_list_extra_19>>
|
||||||
|
- <<trakt_list_extra_20>>
|
||||||
|
optional:
|
||||||
|
- trakt_list_extra_01
|
||||||
|
- trakt_list_extra_02
|
||||||
|
- trakt_list_extra_03
|
||||||
|
- trakt_list_extra_04
|
||||||
|
- trakt_list_extra_05
|
||||||
|
- trakt_list_extra_06
|
||||||
|
- trakt_list_extra_07
|
||||||
|
- trakt_list_extra_08
|
||||||
|
- trakt_list_extra_09
|
||||||
|
- trakt_list_extra_10
|
||||||
|
- trakt_list_extra_11
|
||||||
|
- trakt_list_extra_12
|
||||||
|
- trakt_list_extra_13
|
||||||
|
- trakt_list_extra_14
|
||||||
|
- trakt_list_extra_15
|
||||||
|
- trakt_list_extra_16
|
||||||
|
- trakt_list_extra_17
|
||||||
|
- trakt_list_extra_18
|
||||||
|
- trakt_list_extra_19
|
||||||
|
- trakt_list_extra_20
|
||||||
|
|
||||||
|
collections:
|
||||||
|
"Most Watched Daily":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png
|
||||||
|
schedule: daily
|
||||||
|
summary: "Movies trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "0"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 50
|
||||||
|
time_period: daily
|
||||||
|
|
||||||
|
"Most Watched Weekly":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png
|
||||||
|
schedule: daily
|
||||||
|
summary: "Movies trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "1"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 50
|
||||||
|
time_period: weekly
|
||||||
|
|
||||||
|
"Most Watched Monthly":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png
|
||||||
|
schedule: weekly(sunday)
|
||||||
|
summary: "Movies trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "2"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 75
|
||||||
|
time_period: monthly
|
||||||
|
|
||||||
|
"Most Watched Yearly":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png
|
||||||
|
schedule: weekly(sunday)
|
||||||
|
summary: "Movies trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "3"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 100
|
||||||
|
time_period: yearly
|
||||||
130
0x5f3/collections/movie/040_seasonal.yml
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
## _seasonal.yml
|
||||||
|
|
||||||
|
templates:
|
||||||
|
seasonal:
|
||||||
|
collection_mode: hide
|
||||||
|
collection_order: alpha
|
||||||
|
delete_not_scheduled: true
|
||||||
|
limit: 1000
|
||||||
|
sort_title: "+040_<<num>>_<<collection_name>>"
|
||||||
|
summary: "A timed collection of <<holiday>> movies and other movies that may relate to the holiday."
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: true
|
||||||
|
visible_shared: false
|
||||||
|
imdb_list:
|
||||||
|
- <<imdb_extra_1>>
|
||||||
|
- <<imdb_extra_2>>
|
||||||
|
- <<imdb_extra_3>>
|
||||||
|
- <<imdb_extra_4>>
|
||||||
|
- <<imdb_extra_5>>
|
||||||
|
- <<imdb_extra_6>>
|
||||||
|
letterboxd_list:
|
||||||
|
- <<letterboxd_extra_1>>
|
||||||
|
- <<letterboxd_extra_2>>
|
||||||
|
- <<letterboxd_extra_3>>
|
||||||
|
- <<letterboxd_extra_4>>
|
||||||
|
- <<letterboxd_extra_5>>
|
||||||
|
trakt_list:
|
||||||
|
- <<trakt_extra_1>>
|
||||||
|
- <<trakt_extra_2>>
|
||||||
|
- <<trakt_extra_3>>
|
||||||
|
- <<trakt_extra_4>>
|
||||||
|
- <<trakt_extra_5>>
|
||||||
|
optional:
|
||||||
|
- imdb_extra_1
|
||||||
|
- imdb_extra_2
|
||||||
|
- imdb_extra_3
|
||||||
|
- imdb_extra_4
|
||||||
|
- imdb_extra_5
|
||||||
|
- imdb_extra_6
|
||||||
|
- letterboxd_extra_1
|
||||||
|
- letterboxd_extra_2
|
||||||
|
- letterboxd_extra_3
|
||||||
|
- letterboxd_extra_4
|
||||||
|
- letterboxd_extra_5
|
||||||
|
- trakt_extra_1
|
||||||
|
- trakt_extra_2
|
||||||
|
- trakt_extra_3
|
||||||
|
- trakt_extra_4
|
||||||
|
- trakt_extra_5
|
||||||
|
|
||||||
|
collections:
|
||||||
|
"Valentine's Day Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_valentines-day.png
|
||||||
|
schedule: range(02/10-02/14)
|
||||||
|
template: {
|
||||||
|
holiday: "Valentine's Day",
|
||||||
|
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-valentines/by/rating/",
|
||||||
|
name: seasonal
|
||||||
|
}
|
||||||
|
plex_search:
|
||||||
|
- all:
|
||||||
|
critic_rating.gte: 8.0
|
||||||
|
genre: Romance, Comedy
|
||||||
|
- all:
|
||||||
|
critic_rating.gte: 8.0
|
||||||
|
genre: Romance, Drama
|
||||||
|
genre.not: Documentary
|
||||||
|
|
||||||
|
"St. Patrick's Day Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_st-patricks-day.png
|
||||||
|
schedule: range(03/16-03/18)
|
||||||
|
template: {
|
||||||
|
holiday: "St. Patrick's Day",
|
||||||
|
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-st-patricks/by/rating/",
|
||||||
|
name: seasonal
|
||||||
|
}
|
||||||
|
|
||||||
|
"Easter Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_easter.png
|
||||||
|
schedule: range(03/22-04/25)
|
||||||
|
template: {
|
||||||
|
holiday: "Easter",
|
||||||
|
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-easter/by/rating/",
|
||||||
|
name: seasonal
|
||||||
|
}
|
||||||
|
|
||||||
|
"Halloween Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_halloween.png
|
||||||
|
schedule: range(10/29-10/31)
|
||||||
|
template: {
|
||||||
|
holiday: "Halloween",
|
||||||
|
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-halloween/by/rating/",
|
||||||
|
name: seasonal
|
||||||
|
}
|
||||||
|
plex_search:
|
||||||
|
- all:
|
||||||
|
critic_rating.gte: 8.0
|
||||||
|
genre: Horror
|
||||||
|
genre.not: Documentary
|
||||||
|
|
||||||
|
"Thanksgiving Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_thanksgiving.png
|
||||||
|
schedule: range(11/22-11/25)
|
||||||
|
template: {
|
||||||
|
holiday: "Thanksgiving",
|
||||||
|
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-thanksgiving/by/rating/",
|
||||||
|
name: seasonal
|
||||||
|
}
|
||||||
|
|
||||||
|
"Christmas Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_christmas.png
|
||||||
|
schedule: range(12/01-12/31)
|
||||||
|
template: {
|
||||||
|
holiday: "Christmas",
|
||||||
|
imdb_extra_1: "https://www.imdb.com/list/ls000096828",
|
||||||
|
imdb_extra_2: "https://www.imdb.com/list/ls068976997",
|
||||||
|
imdb_extra_3: "https://www.imdb.com/list/ls027567380",
|
||||||
|
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-christmas/by/rating/",
|
||||||
|
name: seasonal
|
||||||
|
}
|
||||||
|
|
||||||
|
"New Year's Eve Movies":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_new-years-eve.png
|
||||||
|
schedule: range(12/26-01/02)
|
||||||
|
template: {
|
||||||
|
holiday: "New Year's Eve",
|
||||||
|
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-new-years-eve/by/rating/",
|
||||||
|
name: seasonal
|
||||||
|
}
|
||||||
@@ -1,12 +1,11 @@
|
|||||||
## 1_parental.yml
|
## _parental.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
plex:
|
plex:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
label.sync: Parental
|
label.sync: Parental
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+050_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -14,53 +13,53 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Parental: Random":
|
"Parental: Random":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_random.png
|
||||||
summary: "Random movies suitable for children"
|
summary: "Random movies suitable for children"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_random.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "B"
|
num: "1"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
collection: "Parental: All"
|
collection: "Parental: All"
|
||||||
|
limit: 250
|
||||||
sort_by: random
|
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
|
|
||||||
template: {
|
|
||||||
name: plex,
|
|
||||||
num: "C"
|
|
||||||
}
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
collection: "Parental: All"
|
|
||||||
sort_by: release.desc
|
|
||||||
limit: 250
|
|
||||||
|
|
||||||
"Parental: Recently Added":
|
"Parental: Recently Added":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-added.png
|
||||||
summary: "Recently added movies suitable for children"
|
summary: "Recently added movies suitable for children"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "D"
|
num: "2"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
collection: "Parental: All"
|
collection: "Parental: All"
|
||||||
sort_by: added.desc
|
|
||||||
limit: 100
|
limit: 100
|
||||||
|
sort_by: added.desc
|
||||||
|
|
||||||
|
"Parental: Recently Released":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-released.png
|
||||||
|
summary: "Recently released movies suitable for children"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "3"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Parental: All"
|
||||||
|
limit: 250
|
||||||
|
sort_by: release.desc
|
||||||
|
|
||||||
"Parental: Top Rated":
|
"Parental: Top Rated":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_top-rated.png
|
||||||
summary: "Top rated movies suitable for children"
|
summary: "Top rated movies suitable for children"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_top-rated.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "E"
|
num: "4"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
collection: "Parental: All"
|
collection: "Parental: All"
|
||||||
sort_by: critic_rating.desc
|
|
||||||
limit: 250
|
limit: 250
|
||||||
|
sort_by: critic_rating.desc
|
||||||
@@ -1,14 +1,13 @@
|
|||||||
## 1_parental_sync.yml
|
## _parental_sync.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
mdblist:
|
mdblist:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
item_label.sync: Parental
|
item_label.sync: Parental
|
||||||
label.sync: Parental
|
label.sync: Parental
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+050_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -25,11 +24,11 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Parental: All":
|
"Parental: All":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_all.png
|
||||||
summary: "Movies suitable for children"
|
summary: "Movies suitable for children"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental-all.png
|
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
mdblist_list: "list-parental",
|
||||||
num: "A",
|
|
||||||
mdblist_user: "archivist",
|
mdblist_user: "archivist",
|
||||||
mdblist_list: "list-parental"
|
name: mdblist,
|
||||||
|
num: "0"
|
||||||
}
|
}
|
||||||
@@ -1,11 +1,10 @@
|
|||||||
## 1_documentary.yml
|
## _documentary.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
plex:
|
plex:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+060_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -13,11 +12,11 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Documentaries: All":
|
"Documentaries: All":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_all.png
|
||||||
summary: "Documentaries"
|
summary: "Documentaries"
|
||||||
url_poster: config/assets/1_documentary/documentary_all.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "F"
|
num: "0"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
@@ -25,54 +24,54 @@ collections:
|
|||||||
sort_by: title.asc
|
sort_by: title.asc
|
||||||
|
|
||||||
"Documentaries: Random":
|
"Documentaries: Random":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_random.png
|
||||||
summary: "Random documentaries"
|
summary: "Random documentaries"
|
||||||
url_poster: config/assets/1_documentary/documentary_random.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "G"
|
num: "1"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
genre: documentary
|
||||||
|
limit: 250
|
||||||
sort_by: random
|
sort_by: random
|
||||||
limit: 250
|
|
||||||
|
|
||||||
"Documentaries: Recently Released":
|
|
||||||
summary: "Recently released documentaries"
|
|
||||||
url_poster: config/assets/1_documentary/documentary_recently-released.png
|
|
||||||
template: {
|
|
||||||
name: plex,
|
|
||||||
num: "H"
|
|
||||||
}
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
genre: documentary
|
|
||||||
sort_by: release.desc
|
|
||||||
limit: 250
|
|
||||||
|
|
||||||
"Documentaries: Recently Added":
|
"Documentaries: Recently Added":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-added.png
|
||||||
summary: "Recently added documentaries"
|
summary: "Recently added documentaries"
|
||||||
url_poster: config/assets/1_documentary/documentary_recently-added.png
|
|
||||||
visible_library: true
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "I"
|
num: "2"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
genre: documentary
|
||||||
sort_by: added.desc
|
|
||||||
limit: 100
|
limit: 100
|
||||||
|
sort_by: added.desc
|
||||||
|
|
||||||
"Documentaries: Top Rated":
|
"Documentaries: Recently Released":
|
||||||
summary: "Top rated documentaries"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-released.png
|
||||||
url_poster: config/assets/1_documentary/documentary_top-rated.png
|
summary: "Recently released documentaries"
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "J"
|
num: "3"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
genre: documentary
|
||||||
sort_by: critic_rating.desc
|
|
||||||
limit: 250
|
limit: 250
|
||||||
|
sort_by: release.desc
|
||||||
|
|
||||||
|
"Documentaries: Top Rated":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_top-rated.png
|
||||||
|
summary: "Top rated documentaries"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "4"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
genre: documentary
|
||||||
|
limit: 250
|
||||||
|
sort_by: critic_rating.desc
|
||||||
@@ -1,22 +1,20 @@
|
|||||||
## 1_standup.yml
|
## _standup.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
plex:
|
plex:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+070_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
mdblist:
|
mdblist:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+070_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -33,63 +31,63 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Stand-up: All":
|
"Stand-up: All":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_all.png
|
||||||
summary: "Stand-up"
|
summary: "Stand-up"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_all.png
|
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
mdblist_list: "list-standup",
|
||||||
num: "K",
|
|
||||||
mdblist_user: "archivist",
|
mdblist_user: "archivist",
|
||||||
mdblist_list: "list-standup"
|
name: mdblist,
|
||||||
|
num: "0"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Stand-up: Random":
|
"Stand-up: Random":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_random.png
|
||||||
summary: "Random Stand-up"
|
summary: "Random Stand-up"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_random.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "L"
|
num: "1"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
collection: "Stand-up: All"
|
collection: "Stand-up: All"
|
||||||
|
limit: 250
|
||||||
sort_by: random
|
sort_by: random
|
||||||
limit: 250
|
|
||||||
|
|
||||||
"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-added.png
|
|
||||||
template: {
|
|
||||||
name: plex,
|
|
||||||
num: "M"
|
|
||||||
}
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
collection: "Stand-up: All"
|
|
||||||
sort_by: release.desc
|
|
||||||
limit: 250
|
|
||||||
|
|
||||||
"Stand-up: Recently Added":
|
"Stand-up: Recently Added":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_recently-added.png
|
||||||
summary: "Recently added Stand-up"
|
summary: "Recently added Stand-up"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_recently-released.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "N"
|
num: "2"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
collection: "Stand-up: All"
|
collection: "Stand-up: All"
|
||||||
sort_by: added.desc
|
|
||||||
limit: 100
|
limit: 100
|
||||||
|
sort_by: added.desc
|
||||||
|
|
||||||
|
"Stand-up: Recently Released":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_recently-released.png
|
||||||
|
summary: "Recently released Stand-up"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "3"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Stand-up: All"
|
||||||
|
limit: 250
|
||||||
|
sort_by: release.desc
|
||||||
|
|
||||||
"Stand-up: Top Rated":
|
"Stand-up: Top Rated":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_top-rated.png
|
||||||
summary: "Top rated Stand-up"
|
summary: "Top rated Stand-up"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_standup/stand-up_top-rated.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "O"
|
num: "4"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
collection: "Stand-up: All"
|
collection: "Stand-up: All"
|
||||||
sort_by: critic_rating.desc
|
|
||||||
limit: 250
|
limit: 250
|
||||||
|
sort_by: critic_rating.desc
|
||||||
@@ -1,13 +1,12 @@
|
|||||||
## 2_year_top.yml
|
## _year_top.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
year_top:
|
year_top:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
limit: 250
|
limit: 250
|
||||||
sort_title: "+2_<<num>>_<<collection_name>>"
|
sort_title: "+080_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -23,195 +22,196 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Top Rated of 2024":
|
"Top Rated of 2024":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2024.png
|
||||||
summary: "Top rated movies in 2024"
|
summary: "Top rated movies in 2024"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2024.png
|
|
||||||
template: {
|
template: {
|
||||||
name: year_top,
|
|
||||||
num: "M",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
language: "en",
|
language: "en",
|
||||||
|
name: year_top,
|
||||||
|
num: "L",
|
||||||
release.after: 2024-01-01,
|
release.after: 2024-01-01,
|
||||||
release.before: 2024-12-31,
|
release.before: 2024-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
votes.gte: 1000
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2023":
|
"Top Rated of 2023":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2023.png
|
||||||
summary: "Top rated movies in 2023"
|
summary: "Top rated movies in 2023"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2023.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "M",
|
num: "M",
|
||||||
type: "movie,tv_movie",
|
|
||||||
language: "en",
|
|
||||||
release.after: 2023-01-01,
|
release.after: 2023-01-01,
|
||||||
release.before: 2023-12-31,
|
release.before: 2023-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
votes.gte: 1000
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2022":
|
"Top Rated of 2022":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2022.png
|
||||||
summary: "Top rated movies in 2022"
|
summary: "Top rated movies in 2022"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2022.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "N",
|
num: "N",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2022-01-01,
|
release.after: 2022-01-01,
|
||||||
release.before: 2022-12-31,
|
release.before: 2022-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2021":
|
"Top Rated of 2021":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2021.png
|
||||||
summary: "Top rated movies in 2021"
|
summary: "Top rated movies in 2021"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2021.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "O",
|
num: "O",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2021-01-01,
|
release.after: 2021-01-01,
|
||||||
release.before: 2021-12-31,
|
release.before: 2021-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2020":
|
"Top Rated of 2020":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2020.png
|
||||||
summary: "Top rated movies in 2020"
|
summary: "Top rated movies in 2020"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2020.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "P",
|
num: "P",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2020-01-01,
|
release.after: 2020-01-01,
|
||||||
release.before: 2020-12-31,
|
release.before: 2020-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2019":
|
"Top Rated of 2019":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2019.png
|
||||||
summary: "Top rated movies in 2019"
|
summary: "Top rated movies in 2019"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2019.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "Q",
|
num: "Q",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2019-01-01,
|
release.after: 2019-01-01,
|
||||||
release.before: 2019-12-31,
|
release.before: 2019-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2018":
|
"Top Rated of 2018":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2018.png
|
||||||
summary: "Top rated movies in 2018"
|
summary: "Top rated movies in 2018"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2018.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "R",
|
num: "R",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2018-01-01,
|
release.after: 2018-01-01,
|
||||||
release.before: 2018-12-31,
|
release.before: 2018-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2017":
|
"Top Rated of 2017":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2017.png
|
||||||
summary: "Top rated movies in 2017"
|
summary: "Top rated movies in 2017"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2017.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "S",
|
num: "S",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2017-01-01,
|
release.after: 2017-01-01,
|
||||||
release.before: 2017-12-31,
|
release.before: 2017-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2016":
|
"Top Rated of 2016":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2016.png
|
||||||
summary: "Top rated movies in 2016"
|
summary: "Top rated movies in 2016"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2016.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "T",
|
num: "T",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2016-01-01,
|
release.after: 2016-01-01,
|
||||||
release.before: 2016-12-31,
|
release.before: 2016-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2015":
|
"Top Rated of 2015":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2015.png
|
||||||
summary: "Top rated movies in 2015"
|
summary: "Top rated movies in 2015"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2015.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "U",
|
num: "U",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2015-01-01,
|
release.after: 2015-01-01,
|
||||||
release.before: 2015-12-31,
|
release.before: 2015-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2014":
|
"Top Rated of 2014":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2014.png
|
||||||
summary: "Top rated movies in 2014"
|
summary: "Top rated movies in 2014"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2014.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "V",
|
num: "V",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2014-01-01,
|
release.after: 2014-01-01,
|
||||||
release.before: 2014-12-31,
|
release.before: 2014-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2013":
|
"Top Rated of 2013":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2013.png
|
||||||
summary: "Top rated movies in 2013"
|
summary: "Top rated movies in 2013"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2013.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "W",
|
num: "W",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2013-01-01,
|
release.after: 2013-01-01,
|
||||||
release.before: 2013-12-31,
|
release.before: 2013-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2012":
|
"Top Rated of 2012":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2012.png
|
||||||
summary: "Top rated movies in 2012"
|
summary: "Top rated movies in 2012"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2012.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "X",
|
num: "X",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2012-01-01,
|
release.after: 2012-01-01,
|
||||||
release.before: 2012-12-31,
|
release.before: 2012-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2011":
|
"Top Rated of 2011":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2011.png
|
||||||
summary: "Top rated movies in 2011"
|
summary: "Top rated movies in 2011"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2011.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "Y",
|
num: "Y",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2011-01-01,
|
release.after: 2011-01-01,
|
||||||
release.before: 2011-12-31,
|
release.before: 2011-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2010":
|
"Top Rated of 2010":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2010.png
|
||||||
summary: "Top rated movies in 2010"
|
summary: "Top rated movies in 2010"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2010.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "Z",
|
num: "Z",
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2010-01-01,
|
release.after: 2010-01-01,
|
||||||
release.before: 2010-12-31,
|
release.before: 2010-12-31,
|
||||||
votes.gte: 1000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
@@ -1,13 +1,12 @@
|
|||||||
## 3_decades_top.yml
|
## _decades_top.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
decade_top:
|
decade_top:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
limit: 250
|
limit: 250
|
||||||
sort_title: "+3_<<num>>_<<collection_name>>"
|
sort_title: "+090_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -22,119 +21,132 @@ templates:
|
|||||||
votes.gte: <<votes.gte>>
|
votes.gte: <<votes.gte>>
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Top Rated of the 1940s":
|
"Top Rated of the 2020s":
|
||||||
summary: "Top rated movies of the 1940s"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2020s.png
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png
|
summary: "Top rated movies of the 2020s"
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: decade_top,
|
name: decade_top,
|
||||||
num: "Z",
|
num: "Q",
|
||||||
|
release.after: 2020-01-01,
|
||||||
|
release.before: 2029-12-31,
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie",
|
||||||
release.after: 1940-01-01,
|
votes.gte: 1000
|
||||||
release.before: 1949-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1950s":
|
|
||||||
summary: "Top rated movies of the 1950s"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1950s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "Y",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 1950-01-01,
|
|
||||||
release.before: 1959-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1960s":
|
|
||||||
summary: "Top rated movies of the 1960s"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1960s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "X",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 1960-01-01,
|
|
||||||
release.before: 1969-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1970s":
|
|
||||||
summary: "Top rated movies of the 1970s"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1970s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "W",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 1970-01-01,
|
|
||||||
release.before: 1979-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1980s":
|
|
||||||
summary: "Top rated movies of the 1980s"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1980s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "V",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 1980-01-01,
|
|
||||||
release.before: 1989-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1990s":
|
|
||||||
summary: "Top rated movies of the 1990s"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1990s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "U",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 1990-01-01,
|
|
||||||
release.before: 1999-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 2000s":
|
|
||||||
summary: "Top rated movies of the 2000s"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2000s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "T",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2000-01-01,
|
|
||||||
release.before: 2009-12-31,
|
|
||||||
votes.gte: 1000,
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of the 2010s":
|
"Top Rated of the 2010s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2010s.png
|
||||||
summary: "Top rated movies of the 2010s"
|
summary: "Top rated movies of the 2010s"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2010s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "S",
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
release.after: 2010-01-01,
|
|
||||||
release.before: 2019-12-31,
|
|
||||||
votes.gte: 1000,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 2020s":
|
|
||||||
summary: "Top rated movies of the 2020s"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2020s.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: decade_top,
|
name: decade_top,
|
||||||
num: "R",
|
num: "R",
|
||||||
|
release.after: 2010-01-01,
|
||||||
|
release.before: 2019-12-31,
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie",
|
||||||
release.after: 2020-01-01,
|
votes.gte: 1000
|
||||||
release.before: 2029-12-31,
|
}
|
||||||
votes.gte: 1000,
|
|
||||||
language: "en"
|
"Top Rated of the 2000s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2000s.png
|
||||||
|
summary: "Top rated movies of the 2000s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "S",
|
||||||
|
release.after: 2000-01-01,
|
||||||
|
release.before: 2009-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 1000
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1990s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1990s.png
|
||||||
|
summary: "Top rated movies of the 1990s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "T",
|
||||||
|
release.after: 1990-01-01,
|
||||||
|
release.before: 1999-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1980s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1980s.png
|
||||||
|
summary: "Top rated movies of the 1980s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "U",
|
||||||
|
release.after: 1980-01-01,
|
||||||
|
release.before: 1989-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1970s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1970s.png
|
||||||
|
summary: "Top rated movies of the 1970s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "V",
|
||||||
|
release.after: 1970-01-01,
|
||||||
|
release.before: 1979-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1960s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1960s.png
|
||||||
|
summary: "Top rated movies of the 1960s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "W",
|
||||||
|
release.after: 1960-01-01,
|
||||||
|
release.before: 1969-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1950s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1950s.png
|
||||||
|
summary: "Top rated movies of the 1950s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "X",
|
||||||
|
release.after: 1950-01-01,
|
||||||
|
release.before: 1959-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1940s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1940s.png
|
||||||
|
summary: "Top rated movies of the 1940s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "Y",
|
||||||
|
release.after: 1940-01-01,
|
||||||
|
release.before: 1949-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1930s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1930s.png
|
||||||
|
summary: "Top rated movies of the 1930s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "Z",
|
||||||
|
release.after: 1930-01-01,
|
||||||
|
release.before: 1939-12-31,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 100
|
||||||
}
|
}
|
||||||
@@ -1,12 +1,11 @@
|
|||||||
## 4_awards.yml
|
## _awards.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
award_nominee:
|
award_nominee:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
sort_title: "+100_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -18,11 +17,10 @@ templates:
|
|||||||
type: <<type>>
|
type: <<type>>
|
||||||
|
|
||||||
award_winner:
|
award_winner:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
sort_title: "+100_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -35,144 +33,144 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Oscar Nominees":
|
"Oscar Nominees":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_oscars.png
|
||||||
summary: "A collection of Oscar Nominees"
|
summary: "A collection of Oscar Nominees"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_oscars.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event: "oscar_picture,oscar_director",
|
||||||
|
language: "en",
|
||||||
name: award_nominee,
|
name: award_nominee,
|
||||||
num: "A",
|
num: "A",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event: "oscar_picture,oscar_director",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Oscar Winners":
|
"Oscar Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_oscars.png
|
||||||
summary: "A collection of Oscar Winners"
|
summary: "A collection of Oscar Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_oscars.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "oscar_picture,oscar_director",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "B",
|
num: "B",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "oscar_picture,oscar_director",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Golden Globes Nominees":
|
"Golden Globes Nominees":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_golden-globes.png
|
||||||
summary: "A collection of Golden Globes Nominees"
|
summary: "A collection of Golden Globes Nominees"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_golden-globespng.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event: "golden",
|
||||||
|
language: "en",
|
||||||
name: award_nominee,
|
name: award_nominee,
|
||||||
num: "C",
|
num: "C",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event: "golden",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Golden Globes Winners":
|
"Golden Globes Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_golden_globes.png
|
||||||
summary: "A collection of Golden Globes Winners"
|
summary: "A collection of Golden Globes Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_golden_globes.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "golden",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "D",
|
num: "D",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "golden",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"BAFTA Winners":
|
"BAFTA Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_bafta.png
|
||||||
summary: "A collection of BAFTA Winners"
|
summary: "A collection of BAFTA Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_bafta.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "bafta",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "E",
|
num: "E",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "bafta",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Berlinale Winners":
|
"Berlinale Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_berlinale.png
|
||||||
summary: "A collection of Berlinale Winners"
|
summary: "A collection of Berlinale Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_berlinale.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "ev0000091",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "F",
|
num: "F",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "ev0000091",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Cannes Film Festival Winners":
|
"Cannes Film Festival Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_cannes.png
|
||||||
summary: "A collection of Cannes Film Festival Winners"
|
summary: "A collection of Cannes Film Festival Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_cannes.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "cannes",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "G",
|
num: "G",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "cannes",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"European Film Award Winners":
|
"European Film Award Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_european-film.png
|
||||||
summary: "A collection of European Film Award Winners"
|
summary: "A collection of European Film Award Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_european-film.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "ev0000230",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "H",
|
num: "H",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "ev0000230",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Sundance Winners":
|
"Sundance Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_sundance.png
|
||||||
summary: "A collection of Sundance Winners"
|
summary: "A collection of Sundance Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_sundance.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "sundance",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "I",
|
num: "I",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "sundance",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Venice Film Festival Winners":
|
"Venice Film Festival Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_venice-film.png
|
||||||
summary: "A collection of Venice Film Festival Winners"
|
summary: "A collection of Venice Film Festival Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_venice-film.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "ev0000681",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "J",
|
num: "J",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "ev0000681",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Critic's Choice Winners":
|
"Critic's Choice Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_critics-choice.png
|
||||||
summary: "A collection of Critic's Choice Winners"
|
summary: "A collection of Critic's Choice Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_critics-choice.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "choice",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "K",
|
num: "K",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "choice",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Spirit Awards Winners":
|
"Spirit Awards Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_spirit-awards.png
|
||||||
summary: "A collection of Spirit Awards Winners"
|
summary: "A collection of Spirit Awards Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_spirit-awards.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "spirit",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "L",
|
num: "L",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "spirit",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Razzie Winners":
|
"Razzie Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_razzie.png
|
||||||
summary: "A collection of Razzie Winners"
|
summary: "A collection of Razzie Winners"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_razzie.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "razzie",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "M",
|
num: "M",
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
event.winning: "razzie",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
@@ -1,230 +1,275 @@
|
|||||||
## 5_genre_popular.yml
|
## _genre_popular.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
popular:
|
popular:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
limit: 250
|
limit: 250
|
||||||
sort_title: "+5: <<collection_name>>"
|
sort_title: "+110_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
imdb_search:
|
imdb_search:
|
||||||
genre: <<genre>>
|
genre: <<genre>>
|
||||||
|
genre.not: <<genre.not>>
|
||||||
language: <<language>>
|
language: <<language>>
|
||||||
limit: 500
|
limit: 500
|
||||||
popularity.gte: <<popularity.gte>>
|
popularity.gte: <<popularity.gte>>
|
||||||
sort_by: popularity.asc
|
sort_by: popularity.asc
|
||||||
type: <<type>>
|
type: <<type>>
|
||||||
|
optional:
|
||||||
|
- genre.not
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Popular in Action":
|
"Popular in Action":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_action.png
|
||||||
summary: "Popular movies in Action"
|
summary: "Popular movies in Action"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_action.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "action",
|
genre: "action",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Adventure":
|
"Popular in Adventure":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_adventure.png
|
||||||
summary: "Popular movies in Adventure"
|
summary: "Popular movies in Adventure"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_adventure.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "adventure",
|
genre: "adventure",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Animation":
|
"Popular in Animation":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_animation.png
|
||||||
summary: "Popular movies in Animation"
|
summary: "Popular movies in Animation"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_animation.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "animation",
|
genre: "animation",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Biography":
|
"Popular in Biography":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_biography.png
|
||||||
summary: "Popular movies in Biography"
|
summary: "Popular movies in Biography"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_biography.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "biography",
|
genre: "biography",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Comedy":
|
"Popular in Comedy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_comedy.png
|
||||||
summary: "Popular movies in Comedy"
|
summary: "Popular movies in Comedy"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_comedy.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "comedy",
|
genre: "comedy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Crime":
|
"Popular in Crime":
|
||||||
summary: "Popular movies in Crime"
|
summary: "Popular movies in Crime"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_crime.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_crime.png
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "crime",
|
genre: "crime",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Documentary":
|
||||||
|
summary: "Popular movies in Documentary"
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_documentary.png
|
||||||
|
template: {
|
||||||
|
genre: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Drama":
|
"Popular in Drama":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_drama.png
|
||||||
summary: "Popular movies in Drama"
|
summary: "Popular movies in Drama"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_drama.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "drama",
|
genre: "drama",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Family":
|
"Popular in Family":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_family.png
|
||||||
summary: "Popular movies in Family"
|
summary: "Popular movies in Family"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_family.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "family",
|
genre: "family",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Fantasy":
|
"Popular in Fantasy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_fantasy.png
|
||||||
summary: "Popular movies in Fantasy"
|
summary: "Popular movies in Fantasy"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_fantasy.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "fantasy",
|
genre: "fantasy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in History":
|
"Popular in History":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_history.png
|
||||||
summary: "Popular movies in History"
|
summary: "Popular movies in History"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_history.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "history",
|
genre: "history",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Horror":
|
"Popular in Horror":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_horror.png
|
||||||
summary: "Popular movies in Horror"
|
summary: "Popular movies in Horror"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_horror.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "horror",
|
genre: "horror",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Music":
|
"Popular in Music":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_music.png
|
||||||
summary: "Popular movies in Music"
|
summary: "Popular movies in Music"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_music.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "music",
|
genre: "music",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Musicals":
|
"Popular in Musicals":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_musicals.png
|
||||||
summary: "Popular movies in Musicals"
|
summary: "Popular movies in Musicals"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_musicals.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "musical",
|
genre: "musical",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Mystery":
|
"Popular in Mystery":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_mystery.png
|
||||||
summary: "Popular movies in Mystery"
|
summary: "Popular movies in Mystery"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_mystery.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "mystery",
|
genre: "mystery",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Romance":
|
"Popular in Romance":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_romance.png
|
||||||
summary: "Popular movies in Romance"
|
summary: "Popular movies in Romance"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_romance.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "romance",
|
genre: "romance",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Sci-Fi":
|
"Popular in Sci-Fi":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sci-fi.png
|
||||||
summary: "Popular movies in Sci-Fi"
|
summary: "Popular movies in Sci-Fi"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_sci-fi.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "sci-fi",
|
genre: "sci-fi",
|
||||||
popularity.gte: 5,
|
genre.not: "documentary",
|
||||||
language: "en"
|
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
|
|
||||||
template: {
|
|
||||||
name: popular,
|
name: popular,
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "thriller",
|
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Sport":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sport.png
|
||||||
|
summary: "Popular movies in Sport"
|
||||||
|
template: {
|
||||||
|
genre: "sport",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Thriller":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_thriller.png
|
||||||
|
summary: "Popular movies in Thriller"
|
||||||
|
template: {
|
||||||
|
genre: "thriller",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in War":
|
"Popular in War":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_war.png
|
||||||
summary: "Popular movies in War"
|
summary: "Popular movies in War"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_war.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "war",
|
genre: "war",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Popular in Western":
|
"Popular in Western":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_western.png
|
||||||
summary: "Popular movies in Western"
|
summary: "Popular movies in Western"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_western.png
|
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "western",
|
genre: "western",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: popular,
|
||||||
popularity.gte: 5,
|
popularity.gte: 5,
|
||||||
language: "en"
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
@@ -1,252 +1,297 @@
|
|||||||
## 6_genre_top.yml
|
## _genre_top.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
top:
|
top:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
limit: 500
|
limit: 500
|
||||||
sort_title: "+6 Rated: <<collection_name>>"
|
sort_title: "+120_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
imdb_search:
|
imdb_search:
|
||||||
genre: <<genre>>
|
genre: <<genre>>
|
||||||
|
genre.not: <<genre.not>>
|
||||||
language: <<language>>
|
language: <<language>>
|
||||||
limit: 1000
|
limit: 1000
|
||||||
rating.gte: <<rating.gte>>
|
rating.gte: <<rating.gte>>
|
||||||
sort_by: rating.desc
|
sort_by: rating.desc
|
||||||
type: <<type>>
|
type: <<type>>
|
||||||
votes.gte: <<votes.gte>>
|
votes.gte: <<votes.gte>>
|
||||||
|
optional:
|
||||||
|
- genre.not
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Top Rated in Action":
|
"Top Rated in Action":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_action.png
|
||||||
summary: "Top rated movies in Action"
|
summary: "Top rated movies in Action"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_action.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "action",
|
genre: "action",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Adventure":
|
"Top Rated in Adventure":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_adventure.png
|
||||||
summary: "Top rated movies in Adventure"
|
summary: "Top rated movies in Adventure"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_adventure.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "adventure",
|
genre: "adventure",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Animation":
|
"Top Rated in Animation":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_animation.png
|
||||||
summary: "Top rated movies in Animation"
|
summary: "Top rated movies in Animation"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_animation.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "animation",
|
genre: "animation",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Biography":
|
"Top Rated in Biography":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_biography.png
|
||||||
summary: "Top rated movies in Biography"
|
summary: "Top rated movies in Biography"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_biography.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "biography",
|
genre: "biography",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Comedy":
|
"Top Rated in Comedy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_comedy.png
|
||||||
summary: "Top rated movies in Comedy"
|
summary: "Top rated movies in Comedy"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_comedy.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "comedy",
|
genre: "comedy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Crime":
|
"Top Rated in Crime":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_crime.png
|
||||||
summary: "Top rated movies in Crime"
|
summary: "Top rated movies in Crime"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_crime.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "crime",
|
genre: "crime",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated in Documentary":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_documentary.png
|
||||||
|
summary: "Top rated movies in Documentary"
|
||||||
|
template: {
|
||||||
|
genre: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
|
rating.gte: 5,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Drama":
|
"Top Rated in Drama":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_drama.png
|
||||||
summary: "Top rated movies in Drama"
|
summary: "Top rated movies in Drama"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_drama.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
genre: "drama",
|
genre: "drama",
|
||||||
type: "movie,tv_movie",
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Family":
|
"Top Rated in Family":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_family.png
|
||||||
summary: "Top rated movies in Family"
|
summary: "Top rated movies in Family"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_family.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "family",
|
genre: "family",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Fantasy":
|
"Top Rated in Fantasy":
|
||||||
summary: "Top rated movies in Fantasy"
|
summary: "Top rated movies in Fantasy"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_fantasy.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_fantasy.png
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "fantasy",
|
genre: "fantasy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in History":
|
"Top Rated in History":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_history.png
|
||||||
summary: "Top rated movies in History"
|
summary: "Top rated movies in History"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_history.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "history",
|
genre: "history",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Horror":
|
"Top Rated in Horror":
|
||||||
summary: "Top rated movies in Horror"
|
summary: "Top rated movies in Horror"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_horror.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_horror.png
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "horror",
|
genre: "horror",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Music":
|
"Top Rated in Music":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_music.png
|
||||||
summary: "Top rated movies in Music"
|
summary: "Top rated movies in Music"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_music.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "music",
|
genre: "music",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Musicals":
|
"Top Rated in Musicals":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_musicals.png
|
||||||
summary: "Top rated movies in Musicals"
|
summary: "Top rated movies in Musicals"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_musicals.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "musical",
|
genre: "musical",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Mystery":
|
"Top Rated in Mystery":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_mystery.png
|
||||||
summary: "Top rated movies in Mystery"
|
summary: "Top rated movies in Mystery"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_mystery.png
|
|
||||||
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "mystery",
|
genre: "mystery",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Romance":
|
"Top Rated in Romance":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_romance.png
|
||||||
summary: "Top rated movies in Romance"
|
summary: "Top rated movies in Romance"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_romance.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "romance",
|
genre: "romance",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
|
type: "movie,tv_movie",
|
||||||
votes.gte: 10000,
|
votes.gte: 10000,
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Sci-Fi":
|
"Top Rated in Sci-Fi":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sci-fi.png
|
||||||
summary: "Top rated movies in Sci-Fi"
|
summary: "Top rated movies in Sci-Fi"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sci-fi.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "sci-fi",
|
genre: "sci-fi",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated in Sport":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sport.png
|
||||||
|
summary: "Top rated movies in Sport"
|
||||||
|
template: {
|
||||||
|
genre: "sport",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
|
rating.gte: 5,
|
||||||
|
type: "movie,tv_movie",
|
||||||
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Thriller":
|
"Top Rated in Thriller":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_thriller.png
|
||||||
summary: "Top rated movies in Thriller"
|
summary: "Top rated movies in Thriller"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "thriller",
|
genre: "thriller",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in War":
|
"Top Rated in War":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_war.png
|
||||||
summary: "Top rated movies in War"
|
summary: "Top rated movies in War"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_war.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "war",
|
genre: "war",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Western":
|
"Top Rated in Western":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_western.png
|
||||||
summary: "Top rated movies in Western"
|
summary: "Top rated movies in Western"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_western.png
|
|
||||||
template: {
|
template: {
|
||||||
name: top,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
genre: "western",
|
genre: "western",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "movie,tv_movie",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
@@ -1,12 +1,11 @@
|
|||||||
## 8_studio.yml
|
## _studio.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
company:
|
company:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+4_Z_<<collection_name>>"
|
sort_title: "+140_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -20,192 +19,192 @@ templates:
|
|||||||
type: <<type>>
|
type: <<type>>
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
"Columbia":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_columbia.png
|
||||||
|
summary: "A collection from Columbia"
|
||||||
|
template: {
|
||||||
|
company: "co0050868",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
"Criterion":
|
"Criterion":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_criterion-collection.png
|
||||||
summary: "A collection from Criterion"
|
summary: "A collection from Criterion"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_criterion-collection.png
|
|
||||||
template: {
|
template: {
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0044076",
|
company: "co0044076",
|
||||||
language: "en"
|
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,
|
name: company,
|
||||||
type: "movie,tv_movie",
|
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":
|
"DC Entertainment":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_dc-entertainment.png
|
||||||
summary: "A collection from DC Entertainment"
|
summary: "A collection from DC Entertainment"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_dc-entertainment.png
|
|
||||||
template: {
|
template: {
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0123927",
|
company: "co0123927",
|
||||||
language: "en"
|
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,
|
name: company,
|
||||||
type: "movie,tv_movie",
|
type: "movie,tv_movie"
|
||||||
company: "co0023400",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Warner Bros":
|
|
||||||
summary: "A collection from Warner Bros"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_warner-bros.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0002663",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Walt Disney":
|
|
||||||
summary: "A collection from Walt Disney"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_walt-disney.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0226183,co0008970",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"SONY":
|
|
||||||
summary: "A collection from SONY"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_sony.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0026545,co0014453,co0121181,co0001799,co0208736",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"MGM":
|
|
||||||
summary: "A collection from MGM"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_mgm.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0007143",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Twentieth Century Fox":
|
|
||||||
summary: "A collection from Twentieth Century Fox"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_twentieth-century-fox.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0000756",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Universal":
|
|
||||||
summary: "A collection from Universal"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_universal.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0005073",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Columbia":
|
|
||||||
summary: "A collection from Columbia"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_columbia.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0050868",
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"United Artists":
|
|
||||||
summary: "A collection from United Artists"
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_united-artists.png
|
|
||||||
template: {
|
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0026841",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"DreamWorks":
|
"DreamWorks":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_dreamworks.png
|
||||||
summary: "A collection from DreamWorks"
|
summary: "A collection from DreamWorks"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_dreamworks.png
|
|
||||||
template: {
|
template: {
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0040938,co0129164,co0819670,co0396719,co0252576",
|
company: "co0040938,co0129164,co0819670,co0396719,co0252576",
|
||||||
language: "en"
|
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,
|
name: company,
|
||||||
type: "movie,tv_movie",
|
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":
|
"Lionsgate":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_lionsgate.png
|
||||||
summary: "A collection from Lionsgate"
|
summary: "A collection from Lionsgate"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_lionsgate.png
|
|
||||||
template: {
|
template: {
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0807819,co0006881,co0060306,co0179392",
|
company: "co0807819,co0006881,co0060306,co0179392",
|
||||||
language: "en"
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Lucasfilm":
|
"Lucasfilm":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_lucasfilm.png
|
||||||
summary: "A collection from Lucasfilm"
|
summary: "A collection from Lucasfilm"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_lucasfilm.png
|
|
||||||
template: {
|
template: {
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0071326,co0196838,co0049348",
|
company: "co0071326,co0196838,co0049348",
|
||||||
language: "en"
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Marvel Studios":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_marvel-studios.png
|
||||||
|
summary: "A collection from Marvel Studios"
|
||||||
|
template: {
|
||||||
|
company: "co0051941",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"MGM":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_mgm.png
|
||||||
|
summary: "A collection from MGM"
|
||||||
|
template: {
|
||||||
|
company: "co0007143",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Paramount Pictures":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_paramount-pictures.png
|
||||||
|
summary: "A collection from Paramount Pictures"
|
||||||
|
template: {
|
||||||
|
company: "co0023400",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Pixar":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_pixar.png
|
||||||
|
summary: "A collection from Pixar"
|
||||||
|
template: {
|
||||||
|
company: "co0017902,co0348691",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Studio Ghibli":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_studio-ghibli.png
|
||||||
|
summary: "A collection from Studio Ghibli"
|
||||||
|
template: {
|
||||||
|
company: "co0048420",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Samuel Goldwyn Company":
|
"Samuel Goldwyn Company":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_samuel-goldwyn-company.png
|
||||||
summary: "A collection from Samuel Goldwyn Company"
|
summary: "A collection from Samuel Goldwyn Company"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_samuel-goldwyn-company.png
|
|
||||||
template: {
|
template: {
|
||||||
name: company,
|
|
||||||
type: "movie,tv_movie",
|
|
||||||
company: "co0016710",
|
company: "co0016710",
|
||||||
language: "en"
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"SONY":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_sony.png
|
||||||
|
summary: "A collection from SONY"
|
||||||
|
template: {
|
||||||
|
company: "co0026545,co0014453,co0121181,co0001799,co0208736",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Touchstone":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_touchstone.png
|
||||||
|
summary: "A collection from Touchstone"
|
||||||
|
template: {
|
||||||
|
company: "co0049348",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Twentieth Century Fox":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_twentieth-century-fox.png
|
||||||
|
summary: "A collection from Twentieth Century Fox"
|
||||||
|
template: {
|
||||||
|
company: "co0000756",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"United Artists":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_united-artists.png
|
||||||
|
summary: "A collection from United Artists"
|
||||||
|
template: {
|
||||||
|
company: "co0026841",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Universal":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_universal.png
|
||||||
|
summary: "A collection from Universal"
|
||||||
|
template: {
|
||||||
|
company: "co0005073",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Walt Disney":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_walt-disney.png
|
||||||
|
summary: "A collection from Walt Disney"
|
||||||
|
template: {
|
||||||
|
company: "co0226183,co0008970",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Warner Bros":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_warner-bros.png
|
||||||
|
summary: "A collection from Warner Bros"
|
||||||
|
template: {
|
||||||
|
company: "co0002663",
|
||||||
|
language: "en",
|
||||||
|
name: company,
|
||||||
|
type: "movie,tv_movie"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
## 9_collections.yml
|
## _collections.yml
|
||||||
|
|
||||||
default_template:
|
default_template:
|
||||||
tmdb_collection_details: +9_<<tmdb_collection>>
|
tmdb_collection_details: +200_<<tmdb_collection>>
|
||||||
minimum_items: 2
|
minimum_items: 2
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
|
|
||||||
1
0x5f3/collections/movie/_debug.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
## _debug.yml
|
||||||
18
0x5f3/collections/movie/_maintenance.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
## _maintenance.yml
|
||||||
|
|
||||||
|
collections:
|
||||||
|
refresh_added:
|
||||||
|
build_collection: false
|
||||||
|
item_refresh: true
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
added: 1
|
||||||
|
schedule: daily
|
||||||
|
|
||||||
|
refresh_released:
|
||||||
|
build_collection: false
|
||||||
|
item_refresh: true
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
released: 14
|
||||||
|
schedule: weekly(sunday)
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
## 0_radarr.yml
|
## _radarr.yml
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"":
|
"":
|
||||||
build_collection: false
|
build_collection: false
|
||||||
schedule: daily
|
mdblist_list:
|
||||||
radarr_add_missing: true
|
radarr_add_missing: true
|
||||||
radarr_folder:
|
radarr_folder:
|
||||||
mdblist_list:
|
schedule: daily
|
||||||
@@ -1,21 +1,19 @@
|
|||||||
## 1_suggested.yml
|
## _suggested.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
plex:
|
plex:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
trakt:
|
trakt:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -64,11 +62,10 @@ templates:
|
|||||||
- trakt_list_extra_20
|
- trakt_list_extra_20
|
||||||
|
|
||||||
mdblist:
|
mdblist:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -83,166 +80,160 @@ templates:
|
|||||||
- mdblist_extra_4
|
- mdblist_extra_4
|
||||||
- mdblist_extra_5
|
- mdblist_extra_5
|
||||||
|
|
||||||
|
# letterboxd:
|
||||||
|
# collection_mode: hide
|
||||||
|
# collection_order: custom
|
||||||
|
# delete_not_scheduled: false
|
||||||
|
# sort_title: "+010_<<num>>_<<collection_name>>"
|
||||||
|
# sync_mode: sync
|
||||||
|
# visible_home: false
|
||||||
|
# visible_library: false
|
||||||
|
# visible_shared: false
|
||||||
|
# letterboxd_list:
|
||||||
|
# - <<letterboxd_list_extra_01>>
|
||||||
|
# - <<letterboxd_list_extra_02>>
|
||||||
|
# - <<letterboxd_list_extra_03>>
|
||||||
|
# - <<letterboxd_list_extra_04>>
|
||||||
|
# - <<letterboxd_list_extra_05>>
|
||||||
|
# optional:
|
||||||
|
# - letterboxd_list_extra_01
|
||||||
|
# - letterboxd_list_extra_02
|
||||||
|
# - letterboxd_list_extra_03
|
||||||
|
# - letterboxd_list_extra_04
|
||||||
|
# - letterboxd_list_extra_05
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Random TV shows":
|
"Random TV shows":
|
||||||
summary: "Random selection of TV shows"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_random.png
|
||||||
url_poster: config/assets/1_suggested/suggested_random.png
|
|
||||||
visible_library: true
|
|
||||||
schedule: daily
|
schedule: daily
|
||||||
|
summary: "Random selection of TV shows"
|
||||||
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: 0
|
num: "0"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
any:
|
||||||
year.gte: 1940
|
audio_language: English, english
|
||||||
sort_by: random
|
|
||||||
limit: 250
|
limit: 250
|
||||||
|
sort_by: random
|
||||||
|
|
||||||
"Recently Added TV shows":
|
"Recently Added TV shows":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-added.png
|
||||||
summary: "Recently added TV shows"
|
summary: "Recently added TV shows"
|
||||||
url_poster: config/assets/1_suggested/suggested_recently-added.png
|
|
||||||
visible_home: true
|
|
||||||
visible_shared: true
|
|
||||||
visible_library: true
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: 1
|
num: "1"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
any:
|
any:
|
||||||
audio_language: English, english
|
audio_language: English, english
|
||||||
sort_by: added.desc
|
|
||||||
limit: 200
|
limit: 200
|
||||||
|
sort_by: added.desc
|
||||||
|
|
||||||
"Recently Released TV shows":
|
"Recently Released TV shows":
|
||||||
summary: "Recently added TV shows"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-released.png
|
||||||
url_poster: config/assets/1_suggested/suggested_recently-released.png
|
summary: "Recently released TV shows"
|
||||||
visible_library: true
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: 1
|
num: "2"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
any:
|
any:
|
||||||
audio_language: English, english
|
audio_language: English, english
|
||||||
sort_by: release.desc
|
|
||||||
limit: 200
|
limit: 200
|
||||||
|
sort_by: release.desc
|
||||||
|
|
||||||
"Suggested TV shows":
|
"Recommended TV shows":
|
||||||
collection_order: random
|
collection_order: alpha
|
||||||
summary: "Based on watched and favourited TV shows"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recommended.png
|
||||||
url_poster: config/assets/1_suggested/suggested_suggested.png
|
summary: "Based on personally favourited TV shows"
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
num: 2
|
num: "3"
|
||||||
|
# num: "3",
|
||||||
|
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations"
|
||||||
|
}
|
||||||
|
trakt_userlist:
|
||||||
|
- userlist: favorites
|
||||||
|
user: me
|
||||||
|
|
||||||
|
"Suggested TV shows":
|
||||||
|
collection_order: alpha
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_suggested.png
|
||||||
|
summary: "Based on watched and favourited TV shows"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "4"
|
||||||
|
# num: "4",
|
||||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations-couchmoney-tv",
|
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations-couchmoney-tv",
|
||||||
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/tv-based-on-recently-watched-couchmoney-tv"
|
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/tv-based-on-recently-watched-couchmoney-tv"
|
||||||
}
|
}
|
||||||
trakt_userlist:
|
trakt_chart:
|
||||||
- userlist: recommendations
|
- chart: recommended
|
||||||
user: me
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 5
|
||||||
|
time_period: daily
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 10
|
||||||
|
time_period: weekly
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 25
|
||||||
|
time_period: monthly
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 50
|
||||||
|
time_period: yearly
|
||||||
|
- chart: recommended
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 200
|
||||||
|
time_period: all
|
||||||
|
|
||||||
"Trending TV shows":
|
"Trending TV shows":
|
||||||
summary: "TV shows trending across the internet"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_trending.png
|
||||||
url_poster: config/assets/1_suggested/suggested_trending.png
|
|
||||||
schedule: daily
|
schedule: daily
|
||||||
|
summary: "TV shows trending across the internet"
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
|
||||||
num: 2,
|
|
||||||
mdblist_user: "archivist",
|
|
||||||
mdblist_list: "tv-trending",
|
mdblist_list: "tv-trending",
|
||||||
mdblist_sort: "rank.desc"
|
mdblist_sort: "rank.desc",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
name: mdblist,
|
||||||
|
num: "5"
|
||||||
}
|
}
|
||||||
limit: 50
|
limit: 50
|
||||||
|
|
||||||
"Popular TV shows":
|
"Popular TV shows":
|
||||||
summary: "Popular TV shows across the internet"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_popular.png
|
||||||
url_poster: config/assets/1_suggested/suggested_popular.png
|
|
||||||
visible_library: true
|
|
||||||
schedule: daily
|
schedule: daily
|
||||||
|
summary: "Popular TV shows across the internet"
|
||||||
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
|
||||||
num: 3,
|
|
||||||
mdblist_user: "archivist",
|
|
||||||
mdblist_list: "tv-popular",
|
mdblist_list: "tv-popular",
|
||||||
mdblist_sort: "imdbpopular.desc"
|
mdblist_sort: "imdbpopular.desc",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
name: mdblist,
|
||||||
|
num: "6"
|
||||||
}
|
}
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
"Top Rated TV shows":
|
"Top Rated TV shows":
|
||||||
summary: "Top rated TV shows across the internet"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_top-rated.png
|
||||||
url_poster: config/assets/1_suggested/suggested_top-rated.png
|
|
||||||
schedule: daily
|
schedule: daily
|
||||||
|
summary: "Top rated TV shows across the internet"
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
|
||||||
num: 3,
|
|
||||||
mdblist_user: "archivist",
|
|
||||||
mdblist_list: "tv-top-rated",
|
mdblist_list: "tv-top-rated",
|
||||||
mdblist_sort: "imdbrating.desc"
|
mdblist_sort: "imdbrating.desc",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
name: mdblist,
|
||||||
|
num: "7"
|
||||||
}
|
}
|
||||||
limit: 500
|
limit: 500
|
||||||
|
|
||||||
"Most Watched Daily":
|
|
||||||
summary: "TV shows trending across the internet"
|
|
||||||
url_poster: config/assets/1_suggested/suggested_most-watched-daily.png
|
|
||||||
collection_order: custom
|
|
||||||
schedule: daily
|
|
||||||
template: {
|
|
||||||
name: trakt,
|
|
||||||
num: 4
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: daily
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 50
|
|
||||||
|
|
||||||
"Most Watched Weekly":
|
|
||||||
summary: "TV shows trending across the internet"
|
|
||||||
url_poster: config/assets/1_suggested/suggested_most-watched-weekly.png
|
|
||||||
collection_order: custom
|
|
||||||
schedule: daily
|
|
||||||
template: {
|
|
||||||
name: trakt,
|
|
||||||
num: 5
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: weekly
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 50
|
|
||||||
|
|
||||||
"Most Watched Monthly":
|
|
||||||
summary: "TV shows trending across the internet"
|
|
||||||
url_poster: config/assets/1_suggested/suggested_most-watched-monthly.png
|
|
||||||
collection_order: custom
|
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
|
||||||
name: trakt,
|
|
||||||
num: 6
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: monthly
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 75
|
|
||||||
|
|
||||||
"Most Watched Yearly":
|
|
||||||
summary: "TV shows trending across the internet"
|
|
||||||
url_poster: config/assets/1_suggested/suggested_most-watched-yearly.png
|
|
||||||
collection_order: custom
|
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
|
||||||
name: trakt,
|
|
||||||
num: 7
|
|
||||||
}
|
|
||||||
trakt_chart:
|
|
||||||
chart: watched
|
|
||||||
time_period: yearly
|
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 100
|
|
||||||
84
0x5f3/collections/show/020_unwatched.yml
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
## _unwatched.yml
|
||||||
|
|
||||||
|
templates:
|
||||||
|
plex:
|
||||||
|
collection_mode: hide
|
||||||
|
delete_not_scheduled: false
|
||||||
|
sort_title: "+020_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
collections:
|
||||||
|
"Unwatched: Random TV shows":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_random.png
|
||||||
|
summary: "Random selection of TV shows"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "0"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
plays.lt: 1
|
||||||
|
any:
|
||||||
|
audio_language: English, english
|
||||||
|
collection_filtering: user
|
||||||
|
limit: 250
|
||||||
|
sort_by: random
|
||||||
|
|
||||||
|
"Unwatched: Recommended TV shows":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_recommended.png
|
||||||
|
summary: "Based on personally favourited TV shows"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "1"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Recommended TV shows"
|
||||||
|
plays.lt: 1
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: title.asc
|
||||||
|
|
||||||
|
"Unwatched: Suggested TV shows":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_suggested.png
|
||||||
|
summary: "Based on watched and favourited TV shows"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "2"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Suggested TV shows"
|
||||||
|
plays.lt: 1
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: title.asc
|
||||||
|
|
||||||
|
"Unwatched: Popular TV shows":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_popular.png
|
||||||
|
summary: "Popular TV shows across the internet"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "3"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Popular TV shows"
|
||||||
|
plays.lt: 1
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: random
|
||||||
|
|
||||||
|
"Unwatched: Top Rated TV shows":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_top-rated.png
|
||||||
|
summary: "Top rated TV shows across the internet"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "4"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Top Rated TV shows"
|
||||||
|
plays.lt: 1
|
||||||
|
collection_filtering: user
|
||||||
|
sort_by: random
|
||||||
118
0x5f3/collections/show/030_watched.yml
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
## _watched.yml
|
||||||
|
|
||||||
|
templates:
|
||||||
|
trakt:
|
||||||
|
collection_mode: hide
|
||||||
|
delete_not_scheduled: false
|
||||||
|
sort_title: "+030_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: false
|
||||||
|
visible_shared: false
|
||||||
|
trakt_list:
|
||||||
|
- <<trakt_list_extra_01>>
|
||||||
|
- <<trakt_list_extra_02>>
|
||||||
|
- <<trakt_list_extra_03>>
|
||||||
|
- <<trakt_list_extra_04>>
|
||||||
|
- <<trakt_list_extra_05>>
|
||||||
|
- <<trakt_list_extra_06>>
|
||||||
|
- <<trakt_list_extra_07>>
|
||||||
|
- <<trakt_list_extra_08>>
|
||||||
|
- <<trakt_list_extra_09>>
|
||||||
|
- <<trakt_list_extra_10>>
|
||||||
|
- <<trakt_list_extra_11>>
|
||||||
|
- <<trakt_list_extra_12>>
|
||||||
|
- <<trakt_list_extra_13>>
|
||||||
|
- <<trakt_list_extra_14>>
|
||||||
|
- <<trakt_list_extra_15>>
|
||||||
|
- <<trakt_list_extra_16>>
|
||||||
|
- <<trakt_list_extra_17>>
|
||||||
|
- <<trakt_list_extra_18>>
|
||||||
|
- <<trakt_list_extra_19>>
|
||||||
|
- <<trakt_list_extra_20>>
|
||||||
|
optional:
|
||||||
|
- trakt_list_extra_01
|
||||||
|
- trakt_list_extra_02
|
||||||
|
- trakt_list_extra_03
|
||||||
|
- trakt_list_extra_04
|
||||||
|
- trakt_list_extra_05
|
||||||
|
- trakt_list_extra_06
|
||||||
|
- trakt_list_extra_07
|
||||||
|
- trakt_list_extra_08
|
||||||
|
- trakt_list_extra_09
|
||||||
|
- trakt_list_extra_10
|
||||||
|
- trakt_list_extra_11
|
||||||
|
- trakt_list_extra_12
|
||||||
|
- trakt_list_extra_13
|
||||||
|
- trakt_list_extra_14
|
||||||
|
- trakt_list_extra_15
|
||||||
|
- trakt_list_extra_16
|
||||||
|
- trakt_list_extra_17
|
||||||
|
- trakt_list_extra_18
|
||||||
|
- trakt_list_extra_19
|
||||||
|
- trakt_list_extra_20
|
||||||
|
|
||||||
|
collections:
|
||||||
|
"Most Watched Daily":
|
||||||
|
collection_order: custom
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png
|
||||||
|
schedule: daily
|
||||||
|
summary: "TV shows trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "0"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 50
|
||||||
|
time_period: daily
|
||||||
|
|
||||||
|
"Most Watched Weekly":
|
||||||
|
collection_order: custom
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png
|
||||||
|
schedule: daily
|
||||||
|
summary: "TV shows trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "1"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 50
|
||||||
|
time_period: weekly
|
||||||
|
|
||||||
|
"Most Watched Monthly":
|
||||||
|
collection_order: custom
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png
|
||||||
|
schedule: weekly(sunday)
|
||||||
|
summary: "TV shows trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "2"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 75
|
||||||
|
time_period: monthly
|
||||||
|
|
||||||
|
"Most Watched Yearly":
|
||||||
|
collection_order: custom
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png
|
||||||
|
schedule: weekly(sunday)
|
||||||
|
summary: "TV shows trending across the internet"
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: "3"
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
countries: us, gb, ie, ca, au, nz
|
||||||
|
languages: en
|
||||||
|
limit: 100
|
||||||
|
time_period: yearly
|
||||||
@@ -1,24 +1,23 @@
|
|||||||
## 1_parental.yml
|
## _parental.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
plex:
|
plex:
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
|
||||||
sync_mode: sync
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
label.sync: Parental
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: false
|
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
cache_builders: 4
|
label.sync: Parental
|
||||||
|
sort_title: "+040_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Parental: Random":
|
"Parental: Random":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_random.png
|
||||||
summary: "Random TV shows suitable for children"
|
summary: "Random TV shows suitable for children"
|
||||||
url_poster: config/assets/1_parental/parental_random.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "B"
|
num: "1"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
@@ -26,25 +25,12 @@ collections:
|
|||||||
sort_by: random
|
sort_by: random
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"Parental: Recently Released":
|
|
||||||
summary: "Recently released TV shows suitable for children"
|
|
||||||
url_poster: config/assets/1_parental/parental_recently-released.png
|
|
||||||
template: {
|
|
||||||
name: plex,
|
|
||||||
num: "C"
|
|
||||||
}
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
collection: "Parental: All"
|
|
||||||
sort_by: release.desc
|
|
||||||
limit: 250
|
|
||||||
|
|
||||||
"Parental: Recently Added":
|
"Parental: Recently Added":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-added.png
|
||||||
summary: "Recently added TV shows suitable for children"
|
summary: "Recently added TV shows suitable for children"
|
||||||
url_poster: config/assets/1_parental/parental_recently-added.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "D"
|
num: "2"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
@@ -52,12 +38,25 @@ collections:
|
|||||||
sort_by: added.desc
|
sort_by: added.desc
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
"Parental: Top Rated":
|
"Parental: Recently Released":
|
||||||
summary: "Top rated TV shows suitable for children"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-released.png
|
||||||
url_poster: config/assets/1_parental/parental_top-rated.png
|
summary: "Recently released TV shows suitable for children"
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "E"
|
num: "3"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
collection: "Parental: All"
|
||||||
|
sort_by: release.desc
|
||||||
|
limit: 250
|
||||||
|
|
||||||
|
"Parental: Top Rated":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_top-rated.png
|
||||||
|
summary: "Top rated TV shows suitable for children"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "4"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
@@ -1,14 +1,13 @@
|
|||||||
## 1_parental_sync.yml
|
## _parental_sync.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
mdblist:
|
mdblist:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
item_label.sync: Parental
|
item_label.sync: Parental
|
||||||
label.sync: Parental
|
label.sync: Parental
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+040_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -25,11 +24,11 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Parental: All":
|
"Parental: All":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_all.png
|
||||||
summary: "TV shows suitable for children"
|
summary: "TV shows suitable for children"
|
||||||
url_poster: config/assets/1_parental/parental-all.png
|
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
mdblist_list: "list-parental",
|
||||||
num: "A",
|
|
||||||
mdblist_user: "archivist",
|
mdblist_user: "archivist",
|
||||||
mdblist_list: "list-parental"
|
name: mdblist,
|
||||||
|
num: "0"
|
||||||
}
|
}
|
||||||
@@ -1,11 +1,10 @@
|
|||||||
## 1_documentary.yml
|
## _documentary.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
plex:
|
plex:
|
||||||
cache_builders: 4
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
sort_title: "+050_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -13,11 +12,11 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Documentaries: All":
|
"Documentaries: All":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_all.png
|
||||||
summary: "Documentaries"
|
summary: "Documentaries"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_all.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "F"
|
num: "0"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
@@ -25,24 +24,38 @@ collections:
|
|||||||
sort_by: title.asc
|
sort_by: title.asc
|
||||||
|
|
||||||
"Documentaries: Random":
|
"Documentaries: Random":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_random.png
|
||||||
summary: "Random documentaries"
|
summary: "Random documentaries"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_random.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "G"
|
num: "1"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
genre: documentary
|
||||||
sort_by: random
|
|
||||||
limit: 250
|
limit: 250
|
||||||
|
sort_by: random
|
||||||
|
|
||||||
"Documentaries: Recently Released":
|
"Documentaries: Recently Added":
|
||||||
summary: "Recently released documentaries"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-added.png
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
|
summary: "Recently added documentaries"
|
||||||
|
visible_library: true
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "H"
|
num: "2"
|
||||||
|
}
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
genre: documentary
|
||||||
|
limit: 100
|
||||||
|
sort_by: added.desc
|
||||||
|
|
||||||
|
"Documentaries: Recently Released":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-released.png
|
||||||
|
summary: "Recently released documentaries"
|
||||||
|
template: {
|
||||||
|
name: plex,
|
||||||
|
num: "3"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
@@ -50,26 +63,12 @@ collections:
|
|||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"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: "I"
|
|
||||||
}
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
genre: documentary
|
|
||||||
sort_by: added.desc
|
|
||||||
limit: 100
|
|
||||||
|
|
||||||
"Documentaries: Top Rated":
|
"Documentaries: Top Rated":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_top-rated.png
|
||||||
summary: "Top rated documentaries"
|
summary: "Top rated documentaries"
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_top-rated.png
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "J"
|
num: "4"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
@@ -1,13 +1,12 @@
|
|||||||
## 2_year_top.yml
|
## _year_top.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
year_top:
|
year_top:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
limit: 250
|
limit: 250
|
||||||
sort_title: "+2_<<num>>_<<collection_name>>"
|
sort_title: "+060_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -23,196 +22,196 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Top Rated of 2024":
|
"Top Rated of 2024":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2024.png
|
||||||
summary: "Top rated TV shows in 2024"
|
summary: "Top rated TV shows in 2024"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2024.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "M",
|
num: "L",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2024-01-01,
|
release.after: 2024-01-01,
|
||||||
release.before: 2024-12-31,
|
release.before: 2024-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2023":
|
"Top Rated of 2023":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2023.png
|
||||||
summary: "Top rated TV shows in 2023"
|
summary: "Top rated TV shows in 2023"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2023.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "M",
|
num: "M",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2023-01-01,
|
release.after: 2023-01-01,
|
||||||
release.before: 2023-12-31,
|
release.before: 2023-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2022":
|
"Top Rated of 2022":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2022.png
|
||||||
summary: "Top rated TV shows in 2022"
|
summary: "Top rated TV shows in 2022"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2022.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "N",
|
num: "N",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2022-01-01,
|
release.after: 2022-01-01,
|
||||||
release.before: 2022-12-31,
|
release.before: 2022-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2021":
|
"Top Rated of 2021":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2021.png
|
||||||
summary: "Top rated TV shows in 2021"
|
summary: "Top rated TV shows in 2021"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2021.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "O",
|
num: "O",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2021-01-01,
|
release.after: 2021-01-01,
|
||||||
release.before: 2021-12-31,
|
release.before: 2021-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2020":
|
"Top Rated of 2020":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2020.png
|
||||||
summary: "Top rated TV shows in 2020"
|
summary: "Top rated TV shows in 2020"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2020.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "P",
|
num: "P",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2020-01-01,
|
release.after: 2020-01-01,
|
||||||
release.before: 2020-12-31,
|
release.before: 2020-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2019":
|
"Top Rated of 2019":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2019.png
|
||||||
summary: "Top rated TV shows in 2019"
|
summary: "Top rated TV shows in 2019"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2019.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "Q",
|
num: "Q",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2019-01-01,
|
release.after: 2019-01-01,
|
||||||
release.before: 2019-12-31,
|
release.before: 2019-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2018":
|
"Top Rated of 2018":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2018.png
|
||||||
summary: "Top rated TV shows in 2018"
|
summary: "Top rated TV shows in 2018"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2018.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "R",
|
num: "R",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2018-01-01,
|
release.after: 2018-01-01,
|
||||||
release.before: 2018-12-31,
|
release.before: 2018-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2017":
|
"Top Rated of 2017":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2017.png
|
||||||
summary: "Top rated TV shows in 2017"
|
summary: "Top rated TV shows in 2017"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2017.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "S",
|
num: "S",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2017-01-01,
|
release.after: 2017-01-01,
|
||||||
release.before: 2017-12-31,
|
release.before: 2017-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2016":
|
"Top Rated of 2016":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2016.png
|
||||||
summary: "Top rated TV shows in 2016"
|
summary: "Top rated TV shows in 2016"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2016.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "T",
|
num: "T",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2016-01-01,
|
release.after: 2016-01-01,
|
||||||
release.before: 2016-12-31,
|
release.before: 2016-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
votes.gte: 1000,
|
votes.gte: 1000,
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2015":
|
"Top Rated of 2015":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2015.png
|
||||||
summary: "Top rated TV shows in 2015"
|
summary: "Top rated TV shows in 2015"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2015.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "U",
|
num: "U",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2015-01-01,
|
release.after: 2015-01-01,
|
||||||
release.before: 2015-12-31,
|
release.before: 2015-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
votes.gte: 1000,
|
votes.gte: 1000,
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2014":
|
"Top Rated of 2014":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2014.png
|
||||||
summary: "Top rated TV shows in 2014"
|
summary: "Top rated TV shows in 2014"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2014.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "V",
|
num: "V",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2014-01-01,
|
release.after: 2014-01-01,
|
||||||
release.before: 2014-12-31,
|
release.before: 2014-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2013":
|
"Top Rated of 2013":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2013.png
|
||||||
summary: "Top rated TV shows in 2013"
|
summary: "Top rated TV shows in 2013"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2013.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "W",
|
num: "W",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2013-01-01,
|
release.after: 2013-01-01,
|
||||||
release.before: 2013-12-31,
|
release.before: 2013-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2012":
|
"Top Rated of 2012":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2012.png
|
||||||
summary: "Top rated TV shows in 2012"
|
summary: "Top rated TV shows in 2012"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2012.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "X",
|
num: "X",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2012-01-01,
|
release.after: 2012-01-01,
|
||||||
release.before: 2012-12-31,
|
release.before: 2012-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2011":
|
"Top Rated of 2011":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2011.png
|
||||||
summary: "Top rated TV shows in 2011"
|
summary: "Top rated TV shows in 2011"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2011.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "Y",
|
num: "Y",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2011-01-01,
|
release.after: 2011-01-01,
|
||||||
release.before: 2011-12-31,
|
release.before: 2011-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of 2010":
|
"Top Rated of 2010":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2010.png
|
||||||
summary: "Top rated TV shows in 2010"
|
summary: "Top rated TV shows in 2010"
|
||||||
url_poster: config/assets/2_year_top/year_top-rated_2010.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: year_top,
|
name: year_top,
|
||||||
num: "Z",
|
num: "Z",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2010-01-01,
|
release.after: 2010-01-01,
|
||||||
release.before: 2010-12-31,
|
release.before: 2010-12-31,
|
||||||
votes.gte: 1000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 1000
|
||||||
}
|
}
|
||||||
@@ -1,13 +1,12 @@
|
|||||||
## 3_decades_top.yml
|
## _decades_top.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
decade_top:
|
decade_top:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
limit: 250
|
limit: 250
|
||||||
sort_title: "+3_<<num>>_<<collection_name>>"
|
sort_title: "+070_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -22,119 +21,132 @@ templates:
|
|||||||
votes.gte: <<votes.gte>>
|
votes.gte: <<votes.gte>>
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Top Rated of the 1940s":
|
"Top Rated of the 2020s":
|
||||||
summary: "Top rated TV shows of the 1940s"
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2020s.png
|
||||||
url_poster: config/assets/3_decades_top/decades_top_1940s.png
|
summary: "Top rated TV shows of the 2020s"
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: decade_top,
|
name: decade_top,
|
||||||
num: "Z",
|
num: "Q",
|
||||||
|
release.after: 2020-01-01,
|
||||||
|
release.before: 2029-12-31,
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
release.after: 1940-01-01,
|
votes.gte: 1000
|
||||||
release.before: 1949-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1950s":
|
|
||||||
summary: "Top rated TV shows of the 1950s"
|
|
||||||
url_poster: config/assets/3_decades_top/decades_top_1950s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "Y",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 1950-01-01,
|
|
||||||
release.before: 1959-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1960s":
|
|
||||||
summary: "Top rated TV shows of the 1960s"
|
|
||||||
url_poster: config/assets/3_decades_top/decades_top_1960s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "X",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 1960-01-01,
|
|
||||||
release.before: 1969-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1970s":
|
|
||||||
summary: "Top rated TV shows of the 1970s"
|
|
||||||
url_poster: config/assets/3_decades_top/decades_top_1970s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "W",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 1970-01-01,
|
|
||||||
release.before: 1979-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1980s":
|
|
||||||
summary: "Top rated TV shows of the 1980s"
|
|
||||||
url_poster: config/assets/3_decades_top/decades_top_1980s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "V",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 1980-01-01,
|
|
||||||
release.before: 1989-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 1990s":
|
|
||||||
summary: "Top rated TV shows of the 1990s"
|
|
||||||
url_poster: config/assets/3_decades_top/decades_top_1990s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "U",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 1990-01-01,
|
|
||||||
release.before: 1999-12-31,
|
|
||||||
votes.gte: 100,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 2000s":
|
|
||||||
summary: "Top rated TV shows of the 2000s"
|
|
||||||
url_poster: config/assets/3_decades_top/decades_top_2000s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "T",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2000-01-01,
|
|
||||||
release.before: 2009-12-31,
|
|
||||||
votes.gte: 1000,
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated of the 2010s":
|
"Top Rated of the 2010s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2010s.png
|
||||||
summary: "Top rated TV shows of the 2010s"
|
summary: "Top rated TV shows of the 2010s"
|
||||||
url_poster: config/assets/3_decades_top/decades_top_2010s.png
|
|
||||||
template: {
|
|
||||||
name: decade_top,
|
|
||||||
num: "S",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
release.after: 2010-01-01,
|
|
||||||
release.before: 2019-12-31,
|
|
||||||
votes.gte: 1000,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated of the 2020s":
|
|
||||||
summary: "Top rated TV shows of the 2020s"
|
|
||||||
url_poster: config/assets/3_decades_top/decades_top_2020s.png
|
|
||||||
template: {
|
template: {
|
||||||
|
language: "en",
|
||||||
name: decade_top,
|
name: decade_top,
|
||||||
num: "R",
|
num: "R",
|
||||||
|
release.after: 2010-01-01,
|
||||||
|
release.before: 2019-12-31,
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
release.after: 2020-01-01,
|
votes.gte: 1000
|
||||||
release.before: 2029-12-31,
|
}
|
||||||
votes.gte: 1000,
|
|
||||||
language: "en"
|
"Top Rated of the 2000s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2000s.png
|
||||||
|
summary: "Top rated TV shows of the 2000s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "S",
|
||||||
|
release.after: 2000-01-01,
|
||||||
|
release.before: 2009-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 1000
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1990s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1990s.png
|
||||||
|
summary: "Top rated TV shows of the 1990s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "T",
|
||||||
|
release.after: 1990-01-01,
|
||||||
|
release.before: 1999-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1980s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1980s.png
|
||||||
|
summary: "Top rated TV shows of the 1980s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "U",
|
||||||
|
release.after: 1980-01-01,
|
||||||
|
release.before: 1989-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1970s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1970s.png
|
||||||
|
summary: "Top rated TV shows of the 1970s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "V",
|
||||||
|
release.after: 1970-01-01,
|
||||||
|
release.before: 1979-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1960s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1960s.png
|
||||||
|
summary: "Top rated TV shows of the 1960s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "W",
|
||||||
|
release.after: 1960-01-01,
|
||||||
|
release.before: 1969-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1950s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1950s.png
|
||||||
|
summary: "Top rated TV shows of the 1950s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "X",
|
||||||
|
release.after: 1950-01-01,
|
||||||
|
release.before: 1959-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1940s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1940s.png
|
||||||
|
summary: "Top rated TV shows of the 1940s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "Y",
|
||||||
|
release.after: 1940-01-01,
|
||||||
|
release.before: 1949-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 100
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated of the 1930s":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1930s.png
|
||||||
|
summary: "Top rated TV shows of the 1930s"
|
||||||
|
template: {
|
||||||
|
language: "en",
|
||||||
|
name: decade_top,
|
||||||
|
num: "Z",
|
||||||
|
release.after: 1930-01-01,
|
||||||
|
release.before: 1939-12-31,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 100
|
||||||
}
|
}
|
||||||
@@ -1,12 +1,11 @@
|
|||||||
## 4_awards.yml
|
## _awards.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
award_nominee:
|
award_nominee:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
sort_title: "+080_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -18,11 +17,10 @@ templates:
|
|||||||
type: <<type>>
|
type: <<type>>
|
||||||
|
|
||||||
award_winner:
|
award_winner:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
sort_title: "+080_<<num>>_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
@@ -35,67 +33,67 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Emmy Award Nominees":
|
"Emmy Award Nominees":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_emmy.png
|
||||||
summary: "A collection of Emmy Award Nominees"
|
summary: "A collection of Emmy Award Nominees"
|
||||||
url_poster: config/assets/4_awards/awards_nominees_emmy.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event: "emmy",
|
||||||
|
language: "en",
|
||||||
name: award_nominee,
|
name: award_nominee,
|
||||||
num: "A",
|
num: "A",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
event: "emmy",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Emmy Award Winners":
|
"Emmy Award Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_emmy.png
|
||||||
summary: "A collection of Emmy Award Winners"
|
summary: "A collection of Emmy Award Winners"
|
||||||
url_poster: config/assets/4_awards/awards_winners_emmy.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "emmy",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "B",
|
num: "B",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
event.winning: "emmy",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Golden Globes Nominees":
|
"Golden Globes Nominees":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_golden-globes.png
|
||||||
summary: "A collection of Golden Globes Nominees"
|
summary: "A collection of Golden Globes Nominees"
|
||||||
url_poster: config/assets/4_awards/awards_nominees_golden-globespng.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event: "golden",
|
||||||
|
language: "en",
|
||||||
name: award_nominee,
|
name: award_nominee,
|
||||||
num: "C",
|
num: "C",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
event: "golden",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Golden Globes Winners":
|
"Golden Globes Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_golden_globes.png
|
||||||
summary: "A collection of Golden Globes Winners"
|
summary: "A collection of Golden Globes Winners"
|
||||||
url_poster: config/assets/4_awards/awards_winners_golden_globes.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "golden",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "D",
|
num: "D",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
event.winning: "golden",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"BAFTA Winners":
|
"BAFTA Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_bafta.png
|
||||||
summary: "A collection of BAFTA Winners"
|
summary: "A collection of BAFTA Winners"
|
||||||
url_poster: config/assets/4_awards/awards_winners_bafta.png
|
|
||||||
template: {
|
template: {
|
||||||
|
event.winning: "bafta",
|
||||||
|
language: "en",
|
||||||
name: award_winner,
|
name: award_winner,
|
||||||
num: "E",
|
num: "E",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
event.winning: "bafta",
|
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Critic's Choice Winners":
|
"Critic's Choice Winners":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_critics-choice.png
|
||||||
summary: "A collection of Critic's Choice Winners"
|
summary: "A collection of Critic's Choice Winners"
|
||||||
url_poster: config/assets/4_awards/awards_winners_critics-choice.png
|
|
||||||
template: {
|
template: {
|
||||||
name: award_winner,
|
|
||||||
num: "K",
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
event.winning: "choice",
|
event.winning: "choice",
|
||||||
language: "en"
|
language: "en",
|
||||||
|
name: award_winner,
|
||||||
|
num: "F",
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
}
|
}
|
||||||
275
0x5f3/collections/show/090_genre_popular.yml
Normal file
@@ -0,0 +1,275 @@
|
|||||||
|
## _genre_popular.yml
|
||||||
|
|
||||||
|
templates:
|
||||||
|
genre_popular:
|
||||||
|
collection_mode: hide
|
||||||
|
collection_order: custom
|
||||||
|
delete_not_scheduled: false
|
||||||
|
limit: 250
|
||||||
|
sort_title: "+090_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
visible_home: false
|
||||||
|
visible_library: false
|
||||||
|
visible_shared: false
|
||||||
|
imdb_search:
|
||||||
|
genre: <<genre>>
|
||||||
|
genre.not: <<genre.not>>
|
||||||
|
language: <<language>>
|
||||||
|
limit: 500
|
||||||
|
popularity.gte: <<popularity.gte>>
|
||||||
|
sort_by: popularity.asc
|
||||||
|
type: <<type>>
|
||||||
|
optional:
|
||||||
|
- genre.not
|
||||||
|
|
||||||
|
collections:
|
||||||
|
"Popular in Action":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_action.png
|
||||||
|
summary: "Popular TV shows in Action"
|
||||||
|
template: {
|
||||||
|
genre: "action",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Adventure":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_adventure.png
|
||||||
|
summary: "Popular TV shows in Adventure"
|
||||||
|
template: {
|
||||||
|
genre: "adventure",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Animation":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_animation.png
|
||||||
|
summary: "Popular TV shows in Animation"
|
||||||
|
template: {
|
||||||
|
genre: "animation",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Biography":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_biography.png
|
||||||
|
summary: "Popular TV shows in Biography"
|
||||||
|
template: {
|
||||||
|
genre: "biography",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Comedy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_comedy.png
|
||||||
|
summary: "Popular TV shows in Comedy"
|
||||||
|
template: {
|
||||||
|
genre: "comedy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Crime":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_crime.png
|
||||||
|
summary: "Popular TV shows in Crime"
|
||||||
|
template: {
|
||||||
|
genre: "crime",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Documentary":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_documentary.png
|
||||||
|
summary: "Popular TV shows in Documentary"
|
||||||
|
template: {
|
||||||
|
genre: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Drama":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_drama.png
|
||||||
|
summary: "Popular TV shows in Drama"
|
||||||
|
template: {
|
||||||
|
genre: "drama",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Family":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_family.png
|
||||||
|
summary: "Popular TV shows in Family"
|
||||||
|
template: {
|
||||||
|
genre: "family",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Fantasy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_fantasy.png
|
||||||
|
summary: "Popular TV shows in Fantasy"
|
||||||
|
template: {
|
||||||
|
genre: "fantasy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in History":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_history.png
|
||||||
|
summary: "Popular TV shows in History"
|
||||||
|
template: {
|
||||||
|
genre: "history",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Horror":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_horror.png
|
||||||
|
summary: "Popular TV shows in Horror"
|
||||||
|
template: {
|
||||||
|
genre: "horror",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Music":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_music.png
|
||||||
|
summary: "Popular TV shows in Music"
|
||||||
|
template: {
|
||||||
|
genre: "music",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Musicals":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_musicals.png
|
||||||
|
summary: "Popular TV shows in Musicals"
|
||||||
|
template: {
|
||||||
|
genre: "musical",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Mystery":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_mystery.png
|
||||||
|
summary: "Popular TV shows in Mystery"
|
||||||
|
template: {
|
||||||
|
genre: "mystery",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Romance":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_romance.png
|
||||||
|
summary: "Popular TV shows in Romance"
|
||||||
|
template: {
|
||||||
|
genre: "romance",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Sci-Fi":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sci-fi.png
|
||||||
|
summary: "Popular TV shows in Sci-Fi"
|
||||||
|
template: {
|
||||||
|
genre: "sci-fi",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Sport":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sport.png
|
||||||
|
summary: "Popular TV shows in Sport"
|
||||||
|
template: {
|
||||||
|
genre: "sport",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Thriller":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_thriller.png
|
||||||
|
summary: "Popular TV shows in Thriller"
|
||||||
|
template: {
|
||||||
|
genre: "thriller",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in War":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_war.png
|
||||||
|
summary: "Popular TV shows in War"
|
||||||
|
template: {
|
||||||
|
genre: "war",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Popular in Western":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_western.png
|
||||||
|
summary: "Popular TV shows in Western"
|
||||||
|
template: {
|
||||||
|
genre: "western",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_popular,
|
||||||
|
popularity.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special"
|
||||||
|
}
|
||||||
@@ -1,252 +1,297 @@
|
|||||||
## 6_genre_top.yml
|
## _genre_top.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
genre_top:
|
genre_top:
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
limit: 500
|
limit: 500
|
||||||
sort_title: "+6 Rated: <<collection_name>>"
|
sort_title: "+100_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_library: false
|
visible_library: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
imdb_search:
|
imdb_search:
|
||||||
genre: <<genre>>
|
genre: <<genre>>
|
||||||
|
genre.not: <<genre.not>>
|
||||||
language: <<language>>
|
language: <<language>>
|
||||||
limit: 1000
|
limit: 1000
|
||||||
rating.gte: <<rating.gte>>
|
rating.gte: <<rating.gte>>
|
||||||
sort_by: rating.desc
|
sort_by: rating.desc
|
||||||
type: <<type>>
|
type: <<type>>
|
||||||
votes.gte: <<votes.gte>>
|
votes.gte: <<votes.gte>>
|
||||||
|
optional:
|
||||||
|
- genre.not
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Top Rated in Action":
|
"Top Rated in Action":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_action.png
|
||||||
summary: "Top rated TV shows in Action"
|
summary: "Top rated TV shows in Action"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_action.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "action",
|
genre: "action",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Adventure":
|
"Top Rated in Adventure":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_adventure.png
|
||||||
summary: "Top rated TV shows in Adventure"
|
summary: "Top rated TV shows in Adventure"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_adventure.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "adventure",
|
genre: "adventure",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Animation":
|
"Top Rated in Animation":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_animation.png
|
||||||
summary: "Top rated TV shows in Animation"
|
summary: "Top rated TV shows in Animation"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_animation.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "animation",
|
genre: "animation",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
votes.gte: 10000,
|
votes.gte: 10000,
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Biography":
|
"Top Rated in Biography":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_biography.png
|
||||||
summary: "Top rated TV shows in Biography"
|
summary: "Top rated TV shows in Biography"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_biography.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "biography",
|
genre: "biography",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Comedy":
|
"Top Rated in Comedy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_comedy.png
|
||||||
summary: "Top rated TV shows in Comedy"
|
summary: "Top rated TV shows in Comedy"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_comedy.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "comedy",
|
genre: "comedy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Crime":
|
"Top Rated in Crime":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_crime.png
|
||||||
summary: "Top rated TV shows in Crime"
|
summary: "Top rated TV shows in Crime"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_crime.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "crime",
|
genre: "crime",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated in Documentary":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_documentary.png
|
||||||
|
summary: "Top rated TV shows in Documentary"
|
||||||
|
template: {
|
||||||
|
genre: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
|
rating.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Drama":
|
"Top Rated in Drama":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_drama.png
|
||||||
summary: "Top rated TV shows in Drama"
|
summary: "Top rated TV shows in Drama"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_drama.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
genre: "drama",
|
genre: "drama",
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Family":
|
"Top Rated in Family":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_family.png
|
||||||
summary: "Top rated TV shows in Family"
|
summary: "Top rated TV shows in Family"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_family.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "family",
|
genre: "family",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Fantasy":
|
"Top Rated in Fantasy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_fantasy.png
|
||||||
summary: "Top rated TV shows in Fantasy"
|
summary: "Top rated TV shows in Fantasy"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_fantasy.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "fantasy",
|
genre: "fantasy",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in History":
|
"Top Rated in History":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_history.png
|
||||||
summary: "Top rated TV shows in History"
|
summary: "Top rated TV shows in History"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_history.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "history",
|
genre: "history",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
votes.gte: 10000,
|
votes.gte: 10000,
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Horror":
|
"Top Rated in Horror":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_horror.png
|
||||||
summary: "Top rated TV shows in Horror"
|
summary: "Top rated TV shows in Horror"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_horror.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "horror",
|
genre: "horror",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Music":
|
"Top Rated in Music":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_music.png
|
||||||
summary: "Top rated TV shows in Music"
|
summary: "Top rated TV shows in Music"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_music.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "music",
|
genre: "music",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Musicals":
|
"Top Rated in Musicals":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_musicals.png
|
||||||
summary: "Top rated TV shows in Musicals"
|
summary: "Top rated TV shows in Musicals"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_musicals.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "musical",
|
genre: "musical",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Mystery":
|
"Top Rated in Mystery":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_mystery.png
|
||||||
summary: "Top rated TV shows in Mystery"
|
summary: "Top rated TV shows in Mystery"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_mystery.png
|
|
||||||
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "mystery",
|
genre: "mystery",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Romance":
|
"Top Rated in Romance":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_romance.png
|
||||||
summary: "Top rated TV shows in Romance"
|
summary: "Top rated TV shows in Romance"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_romance.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "romance",
|
genre: "romance",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Sci-Fi":
|
"Top Rated in Sci-Fi":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sci-fi.png
|
||||||
summary: "Top rated TV shows in Sci-Fi"
|
summary: "Top rated TV shows in Sci-Fi"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_sci-fi.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "sci-fi",
|
genre: "sci-fi",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
|
}
|
||||||
|
|
||||||
|
"Top Rated in Sport":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sport.png
|
||||||
|
summary: "Top rated TV shows in Sport"
|
||||||
|
template: {
|
||||||
|
genre: "sport",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
|
rating.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Thriller":
|
"Top Rated in Thriller":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_thriller.png
|
||||||
summary: "Top rated TV shows in Thriller"
|
summary: "Top rated TV shows in Thriller"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_thriller.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "thriller",
|
genre: "thriller",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
votes.gte: 10000,
|
votes.gte: 10000,
|
||||||
language: "en"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in War":
|
"Top Rated in War":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_war.png
|
||||||
summary: "Top rated TV shows in War"
|
summary: "Top rated TV shows in War"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_war.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "war",
|
genre: "war",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Western":
|
"Top Rated in Western":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_western.png
|
||||||
summary: "Top rated TV shows in Western"
|
summary: "Top rated TV shows in Western"
|
||||||
url_poster: config/assets/6_genre_top/genre_top-rated_western.png
|
|
||||||
template: {
|
template: {
|
||||||
name: genre_top,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "western",
|
genre: "western",
|
||||||
|
genre.not: "documentary",
|
||||||
|
language: "en",
|
||||||
|
name: genre_top,
|
||||||
rating.gte: 5,
|
rating.gte: 5,
|
||||||
votes.gte: 10000,
|
type: "tv_series,tv_mini_series,tv_special",
|
||||||
language: "en"
|
votes.gte: 10000
|
||||||
}
|
}
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
## 7_network.yml
|
## _network.yml
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
network:
|
network:
|
||||||
cache_builders: 4
|
collection_mode: hide
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
sort_title: "+7_<<collection_name>>"
|
sort_title: "+110_<<collection_name>>"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
tmdb_network: <<network>>
|
tmdb_network: <<network>>
|
||||||
visible_home: false
|
visible_home: false
|
||||||
@@ -13,352 +13,352 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"A&E":
|
"A&E":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_a-e.png
|
||||||
summary: "TV shows from A&E"
|
summary: "TV shows from A&E"
|
||||||
url_poster: config/assets/7_network/network_a-e.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "129, 2639, 3688"
|
network: "129, 2639, 3688"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ABC":
|
"ABC":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_abc.png
|
||||||
summary: "TV shows from ABC"
|
summary: "TV shows from ABC"
|
||||||
url_poster: config/assets/7_network/network_abc.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069"
|
network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Adult Swim":
|
"Adult Swim":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_adult-swim.png
|
||||||
summary: "TV shows from Adult Swim"
|
summary: "TV shows from Adult Swim"
|
||||||
url_poster: config/assets/7_network/network_adult-swim.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "80, 5629, 6929"
|
network: "80, 5629, 6929"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Amazon":
|
"Amazon":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_amazon.png
|
||||||
summary: "TV shows from Amazon"
|
summary: "TV shows from Amazon"
|
||||||
url_poster: config/assets/7_network/network_amazon.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "1024, 5533, 5865, 5920, 6550"
|
network: "1024, 5533, 5865, 5920, 6550"
|
||||||
}
|
}
|
||||||
|
|
||||||
"AMC":
|
"AMC":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_amc.png
|
||||||
summary: "TV shows from AMC"
|
summary: "TV shows from AMC"
|
||||||
url_poster: config/assets/7_network/network_amc.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "174, 4661, 6400"
|
network: "174, 4661, 6400"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Animal Planet":
|
"Animal Planet":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_animal-planet.png
|
||||||
summary: "TV shows from Animal Planet"
|
summary: "TV shows from Animal Planet"
|
||||||
url_poster: config/assets/7_network/network_animal-planet.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "91, 2781, 3627, 4454, 5721"
|
network: "91, 2781, 3627, 4454, 5721"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Apple+":
|
"Apple+":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_apple-plus.png
|
||||||
summary: "TV shows from Apple+"
|
summary: "TV shows from Apple+"
|
||||||
url_poster: config/assets/7_network/network_apple-plus.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "1932, 2552"
|
network: "1932, 2552"
|
||||||
}
|
}
|
||||||
|
|
||||||
"BBC":
|
"BBC":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_bbc.png
|
||||||
summary: "TV shows from BBC"
|
summary: "TV shows from BBC"
|
||||||
url_poster: config/assets/7_network/network_bbc.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "3, 4, 15, 100, 126, 317, 332, 375, 414, 428, 493, 1001, 1051, 1155, 3278, 3546, 3590, 3660, 5384, 5421, 6142, 6223, 6291, 6419, 6824, 6852"
|
network: "3, 4, 15, 100, 126, 317, 332, 375, 414, 428, 493, 1001, 1051, 1155, 3278, 3546, 3590, 3660, 5384, 5421, 6142, 6223, 6291, 6419, 6824, 6852"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Bravo":
|
"Bravo":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_bravo.png
|
||||||
summary: "TV shows from Bravo"
|
summary: "TV shows from Bravo"
|
||||||
url_poster: config/assets/7_network/network_bravo.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "74, 312, 485"
|
network: "74, 312, 485"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Cartoon Network":
|
"Cartoon Network":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cartoon-network.png
|
||||||
summary: "TV shows from Cartoon Network"
|
summary: "TV shows from Cartoon Network"
|
||||||
url_poster: config/assets/7_network/network_cartoon-network.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869"
|
network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869"
|
||||||
}
|
}
|
||||||
|
|
||||||
"CBS":
|
"CBS":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cbs.png
|
||||||
summary: "TV shows from CBS"
|
summary: "TV shows from CBS"
|
||||||
url_poster: config/assets/7_network/network_cbs.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "16, 1709, 2528, 2621, 5970"
|
network: "16, 1709, 2528, 2621, 5970"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Channel 4":
|
"Channel 4":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_channel-4.png
|
||||||
summary: "TV shows from Channel 4"
|
summary: "TV shows from Channel 4"
|
||||||
url_poster: config/assets/7_network/network_channel-4.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "26, 1988, 136, 298, 803"
|
network: "26, 1988, 136, 298, 803"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Cinemax":
|
"Cinemax":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cinemax.png
|
||||||
summary: "TV shows from Cinemax"
|
summary: "TV shows from Cinemax"
|
||||||
url_poster: config/assets/7_network/network_cinemax.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "359, 6161"
|
network: "359, 6161"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Comedy Central":
|
"Comedy Central":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_comedy-central.png
|
||||||
summary: "TV shows from Comedy Central"
|
summary: "TV shows from Comedy Central"
|
||||||
url_poster: config/assets/7_network/network_comedy-central.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168"
|
network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Dave":
|
"Dave":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_dave.png
|
||||||
summary: "TV shows from Dave"
|
summary: "TV shows from Dave"
|
||||||
url_poster: config/assets/7_network/network_dave.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "388"
|
network: "388"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Discovery":
|
"Discovery":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_discovery.png
|
||||||
summary: "TV shows from Discovery"
|
summary: "TV shows from Discovery"
|
||||||
url_poster: config/assets/7_network/network_discovery.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1302, 1534, 2087, 2480, 2630, 2692, 3045, 3068, 3197, 3591, 3900, 3953, 4353, 4440, 4462, 4562, 4741, 4784, 4883, 4983, 4987, 5192, 5408, 5431, 5451, 5470, 5471, 5472, 5669, 5706, 6026, 6083, 6622, 6903, 6966"
|
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1302, 1534, 2087, 2480, 2630, 2692, 3045, 3068, 3197, 3591, 3900, 3953, 4353, 4440, 4462, 4562, 4741, 4784, 4883, 4983, 4987, 5192, 5408, 5431, 5451, 5470, 5471, 5472, 5669, 5706, 6026, 6083, 6622, 6903, 6966"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Disney":
|
"Disney":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_disney.png
|
||||||
summary: "TV shows from Disney"
|
summary: "TV shows from Disney"
|
||||||
url_poster: config/assets/7_network/network_disney.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "44, 54, 142, 281, 515, 539, 730, 835, 1385, 1996, 2324, 2325, 2326, 2327, 2534, 2739, 2771, 2897, 2991, 3408, 3874, 3919, 4006, 4242, 4350, 4426, 5137, 5339, 5465, 5526, 5536, 5611, 5769, 6005, 6006, 6029, 6074, 6244, 6463, 6752"
|
network: "44, 54, 142, 281, 515, 539, 730, 835, 1385, 1996, 2324, 2325, 2326, 2327, 2534, 2739, 2771, 2897, 2991, 3408, 3874, 3919, 4006, 4242, 4350, 4426, 5137, 5339, 5465, 5526, 5536, 5611, 5769, 6005, 6006, 6029, 6074, 6244, 6463, 6752"
|
||||||
}
|
}
|
||||||
|
|
||||||
"FOX":
|
"FOX":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_fox.png
|
||||||
summary: "TV shows from FOX"
|
summary: "TV shows from FOX"
|
||||||
url_poster: config/assets/7_network/network_fox.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "19, 45, 87, 131, 243, 303, 327, 338, 360, 415, 481, 875, 961, 1067, 1117, 1414, 1498, 1640, 1651, 2145, 2316, 2317, 2319, 2320, 2446, 2648, 2678, 2686, 3483, 3562, 4522, 4774, 4908, 5028, 5201, 5259, 5996, 6088, 6379, 6793"
|
network: "19, 45, 87, 131, 243, 303, 327, 338, 360, 415, 481, 875, 961, 1067, 1117, 1414, 1498, 1640, 1651, 2145, 2316, 2317, 2319, 2320, 2446, 2648, 2678, 2686, 3483, 3562, 4522, 4774, 4908, 5028, 5201, 5259, 5996, 6088, 6379, 6793"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Freeform":
|
"Freeform":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_freeform.png
|
||||||
summary: "TV shows from Freeform"
|
summary: "TV shows from Freeform"
|
||||||
url_poster: config/assets/7_network/network_freeform.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "1267"
|
network: "1267"
|
||||||
}
|
}
|
||||||
|
|
||||||
"FX":
|
"FX":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_fx.png
|
||||||
summary: "TV shows from FX"
|
summary: "TV shows from FX"
|
||||||
url_poster: config/assets/7_network/network_fx.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "88, 1035, 1641, 5628"
|
network: "88, 1035, 1641, 5628"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Hallmark":
|
"Hallmark":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hallmark.png
|
||||||
summary: "TV shows from Hallmark"
|
summary: "TV shows from Hallmark"
|
||||||
url_poster: config/assets/7_network/network_hallmark.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "384, 2300, 2853, 3438"
|
network: "384, 2300, 2853, 3438"
|
||||||
}
|
}
|
||||||
|
|
||||||
"HBO":
|
"HBO":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hbo.png
|
||||||
summary: "TV shows from HBO"
|
summary: "TV shows from HBO"
|
||||||
url_poster: config/assets/7_network/network_hbo.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "49, 1062, 1089, 1129, 1303, 1590, 2593, 3186, 3308, 3618, 3877, 5479, 5484, 5485, 5646, 5666, 5750, 5764, 5836"
|
network: "49, 1062, 1089, 1129, 1303, 1590, 2593, 3186, 3308, 3618, 3877, 5479, 5484, 5485, 5646, 5666, 5750, 5764, 5836"
|
||||||
}
|
}
|
||||||
|
|
||||||
"HGTV":
|
"HGTV":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hgtv.png
|
||||||
summary: "TV shows from HGTV"
|
summary: "TV shows from HGTV"
|
||||||
url_poster: config/assets/7_network/network_hgtv.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "210, 1672"
|
network: "210, 1672"
|
||||||
}
|
}
|
||||||
|
|
||||||
"History":
|
"History":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_history.png
|
||||||
summary: "TV shows from History"
|
summary: "TV shows from History"
|
||||||
url_poster: config/assets/7_network/network_history.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "65, 1354, 2360, 2382, 3541, 5433"
|
network: "65, 1354, 2360, 2382, 3541, 5433"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Hulu":
|
"Hulu":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hulu.png
|
||||||
summary: "TV shows from Hulu"
|
summary: "TV shows from Hulu"
|
||||||
url_poster: config/assets/7_network/network_hulu.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "453, 1772"
|
network: "453, 1772"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ITV":
|
"ITV":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_itv.png
|
||||||
summary: "TV shows from ITV"
|
summary: "TV shows from ITV"
|
||||||
url_poster: config/assets/7_network/network_itv.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871"
|
network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871"
|
||||||
}
|
}
|
||||||
|
|
||||||
"MTV":
|
"MTV":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_mtv.png
|
||||||
summary: "TV shows from MTV"
|
summary: "TV shows from MTV"
|
||||||
url_poster: config/assets/7_network/network_mtv.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "17, 33, 295, 304, 335, 381, 410, 454, 488, 568, 788, 867, 924, 931, 959, 976, 1008, 1173, 2116, 2234, 2294, 2414, 2972, 3402, 6079, 6337"
|
network: "17, 33, 295, 304, 335, 381, 410, 454, 488, 568, 788, 867, 924, 931, 959, 976, 1008, 1173, 2116, 2234, 2294, 2414, 2972, 3402, 6079, 6337"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
"National Geographic":
|
"National Geographic":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_national-geographic.png
|
||||||
summary: "TV shows from National Geographic"
|
summary: "TV shows from National Geographic"
|
||||||
url_poster: config/assets/7_network/network_national-geographic.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664"
|
network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664"
|
||||||
}
|
}
|
||||||
|
|
||||||
"NBC":
|
"NBC":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_nbc.png
|
||||||
summary: "TV shows from NBC"
|
summary: "TV shows from NBC"
|
||||||
url_poster: config/assets/7_network/network_nbc.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469"
|
network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Netflix":
|
"Netflix":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_netflix.png
|
||||||
summary: "TV shows from Netflix"
|
summary: "TV shows from Netflix"
|
||||||
url_poster: config/assets/7_network/network_netflix.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "213"
|
network: "213"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Nickelodeon":
|
"Nickelodeon":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_nickelodeon.png
|
||||||
summary: "TV shows from Nickelodeon"
|
summary: "TV shows from Nickelodeon"
|
||||||
url_poster: config/assets/7_network/network_nickelodeon.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015"
|
network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Paramount":
|
"Paramount":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_paramount.png
|
||||||
summary: "TV shows from Paramount"
|
summary: "TV shows from Paramount"
|
||||||
url_poster: config/assets/7_network/network_paramount.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445"
|
network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445"
|
||||||
}
|
}
|
||||||
|
|
||||||
"PBS":
|
"PBS":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_pbs.png
|
||||||
summary: "TV shows from PBS"
|
summary: "TV shows from PBS"
|
||||||
url_poster: config/assets/7_network/network_pbs.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "14, 122, 2354, 5562, 6948"
|
network: "14, 122, 2354, 5562, 6948"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Peacock":
|
"Peacock":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_peacock.png
|
||||||
summary: "TV shows from Peacock"
|
summary: "TV shows from Peacock"
|
||||||
url_poster: config/assets/7_network/network_peacock.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "3353"
|
network: "3353"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Showtime":
|
"Showtime":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_showtime.png
|
||||||
summary: "TV shows from Showtime"
|
summary: "TV shows from Showtime"
|
||||||
url_poster: config/assets/7_network/network_showtime.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "67, 5944, 6631"
|
network: "67, 5944, 6631"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Shudder":
|
"Shudder":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_shudder.png
|
||||||
summary: "TV shows from Shudder"
|
summary: "TV shows from Shudder"
|
||||||
url_poster: config/assets/7_network/network_shudder.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "2949"
|
network: "2949"
|
||||||
}
|
}
|
||||||
|
|
||||||
"SKY":
|
"SKY":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_sky.png
|
||||||
summary: "TV shows from SKY"
|
summary: "TV shows from SKY"
|
||||||
url_poster: config/assets/7_network/network_sky.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "107, 115, 214, 405, 480, 553, 753, 819, 877, 1006, 1063, 1076, 1114, 1431, 1755, 2432, 2667, 2691, 2699, 2758, 3138, 3561, 3653, 4148, 4439, 5059, 5090, 5136, 5210, 5213, 5237, 5481, 5505, 5735, 5944, 5946, 6179, 6280, 6359, 6845, 6933"
|
network: "107, 115, 214, 405, 480, 553, 753, 819, 877, 1006, 1063, 1076, 1114, 1431, 1755, 2432, 2667, 2691, 2699, 2758, 3138, 3561, 3653, 4148, 4439, 5059, 5090, 5136, 5210, 5213, 5237, 5481, 5505, 5735, 5944, 5946, 6179, 6280, 6359, 6845, 6933"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Smithsonian":
|
"Smithsonian":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_smithsonian.png
|
||||||
summary: "TV shows from Smithsonian"
|
summary: "TV shows from Smithsonian"
|
||||||
url_poster: config/assets/7_network/network_smithsonian.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "658, 2572, 4862, 4982"
|
network: "658, 2572, 4862, 4982"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Starz":
|
"Starz":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_starz.png
|
||||||
summary: "TV shows from Starz"
|
summary: "TV shows from Starz"
|
||||||
url_poster: config/assets/7_network/network_starz.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "318, 758, 5594, 6222, 6292"
|
network: "318, 758, 6222, 6292"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Syfy":
|
"Syfy":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_syfy.png
|
||||||
summary: "TV shows from Syfy"
|
summary: "TV shows from Syfy"
|
||||||
url_poster: config/assets/7_network/network_syfy.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "77, 3701, 6914"
|
network: "77, 3701, 6914"
|
||||||
}
|
}
|
||||||
|
|
||||||
"TBS":
|
"TBS":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tbs.png
|
||||||
summary: "TV shows from TBS"
|
summary: "TV shows from TBS"
|
||||||
url_poster: config/assets/7_network/network_tbs.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "68, 160, 5012, 5625, 5968"
|
network: "68, 160, 5012, 5625, 5968"
|
||||||
}
|
}
|
||||||
|
|
||||||
"TLC":
|
"TLC":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tlc.png
|
||||||
summary: "TV shows from TLC"
|
summary: "TV shows from TLC"
|
||||||
url_poster: config/assets/7_network/network_tlc.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "84, 1172, 2167, 3571, 5154, 5659, 6363"
|
network: "84, 1172, 2167, 3571, 5154, 5659, 6363"
|
||||||
}
|
}
|
||||||
|
|
||||||
"TNT":
|
"TNT":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tnt.png
|
||||||
summary: "TV shows from TNT"
|
summary: "TV shows from TNT"
|
||||||
url_poster: config/assets/7_network/network_tnt.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "41, 904, 1191, 1530, 2857, 3501, 5194"
|
network: "41, 904, 1191, 1530, 2857, 3501, 5194"
|
||||||
}
|
}
|
||||||
|
|
||||||
"YouTube":
|
"YouTube":
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_youtube.png
|
||||||
summary: "TV shows from <YouTube"
|
summary: "TV shows from <YouTube"
|
||||||
url_poster: config/assets/7_network/network_youtube.png
|
|
||||||
template: {
|
template: {
|
||||||
name: network,
|
name: network,
|
||||||
network: "247, 1436"
|
network: "247, 1436"
|
||||||
1
0x5f3/collections/show/_debug.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
## _debug.yml
|
||||||
18
0x5f3/collections/show/_maintenance.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
## _maintenance.yml
|
||||||
|
|
||||||
|
collections:
|
||||||
|
refresh_added:
|
||||||
|
build_collection: false
|
||||||
|
item_refresh: true
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
added: 1
|
||||||
|
schedule: daily
|
||||||
|
|
||||||
|
refresh_released:
|
||||||
|
build_collection: false
|
||||||
|
item_refresh: true
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
released: 14
|
||||||
|
schedule: weekly(sunday)
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
## 0_sonarr.yml
|
## _sonarr.yml
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"":
|
"":
|
||||||
build_collection: false
|
build_collection: false
|
||||||
|
mdblist_list:
|
||||||
schedule: daily
|
schedule: daily
|
||||||
sonarr_add_missing: true
|
sonarr_add_missing: true
|
||||||
sonarr_folder:
|
sonarr_folder:
|
||||||
mdblist_list:
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
## 0_debug.yml
|
|
||||||
@@ -1,141 +0,0 @@
|
|||||||
## 1_seasonal.yml
|
|
||||||
|
|
||||||
templates:
|
|
||||||
seasonal:
|
|
||||||
cache_builders: 4
|
|
||||||
collection_order: critic_rating.desc
|
|
||||||
delete_not_scheduled: true
|
|
||||||
limit: 1000
|
|
||||||
sort_title: +1_<<num>>_<<collection_name>>
|
|
||||||
summary: "A timed collection of <<holiday>> movies and other movies that may relate to the holiday."
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_library: true
|
|
||||||
visible_shared: false
|
|
||||||
imdb_list:
|
|
||||||
- <<imdb_extra_1>>
|
|
||||||
- <<imdb_extra_2>>
|
|
||||||
- <<imdb_extra_3>>
|
|
||||||
- <<imdb_extra_4>>
|
|
||||||
- <<imdb_extra_5>>
|
|
||||||
- <<imdb_extra_6>>
|
|
||||||
letterboxd_list:
|
|
||||||
- <<letterboxd_extra_1>>
|
|
||||||
- <<letterboxd_extra_2>>
|
|
||||||
- <<letterboxd_extra_3>>
|
|
||||||
- <<letterboxd_extra_4>>
|
|
||||||
- <<letterboxd_extra_5>>
|
|
||||||
trakt_list:
|
|
||||||
- <<trakt_extra_1>>
|
|
||||||
- <<trakt_extra_2>>
|
|
||||||
- <<trakt_extra_3>>
|
|
||||||
- <<trakt_extra_4>>
|
|
||||||
- <<trakt_extra_5>>
|
|
||||||
optional:
|
|
||||||
- imdb_extra_1
|
|
||||||
- imdb_extra_2
|
|
||||||
- imdb_extra_3
|
|
||||||
- imdb_extra_4
|
|
||||||
- imdb_extra_5
|
|
||||||
- imdb_extra_6
|
|
||||||
- letterboxd_extra_1
|
|
||||||
- letterboxd_extra_2
|
|
||||||
- letterboxd_extra_3
|
|
||||||
- letterboxd_extra_4
|
|
||||||
- letterboxd_extra_5
|
|
||||||
- trakt_extra_1
|
|
||||||
- trakt_extra_2
|
|
||||||
- trakt_extra_3
|
|
||||||
- trakt_extra_4
|
|
||||||
- trakt_extra_5
|
|
||||||
|
|
||||||
collections:
|
|
||||||
"Valentine's Day Movies":
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-valentines.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
|
|
||||||
}
|
|
||||||
|
|
||||||
"St. Patrick's Day Movies":
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-patricks.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
|
|
||||||
}
|
|
||||||
|
|
||||||
"Easter Movies":
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_easter.png
|
|
||||||
schedule: range(03/22-04/25)
|
|
||||||
template: {
|
|
||||||
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/
|
|
||||||
}
|
|
||||||
|
|
||||||
"Halloween Movies":
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_halloween.png
|
|
||||||
schedule: range(10/29-10/31)
|
|
||||||
template: {
|
|
||||||
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/,
|
|
||||||
}
|
|
||||||
imdb_search:
|
|
||||||
type: "movie,tv_movie"
|
|
||||||
genre: "horror"
|
|
||||||
keyword: "haunted-house"
|
|
||||||
sort_by: "rating.desc"
|
|
||||||
limit: 10
|
|
||||||
|
|
||||||
"Thanksgiving Movies":
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_thanksgiving.png
|
|
||||||
schedule: range(11/22-11/25)
|
|
||||||
template: {
|
|
||||||
name: seasonal,
|
|
||||||
num: 9,
|
|
||||||
holiday: "Thanksgiving",
|
|
||||||
imdb_extra_1: https://www.imdb.com/list/ls000835734/,
|
|
||||||
imdb_extra_2: https://www.imdb.com/list/ls091597850/
|
|
||||||
}
|
|
||||||
|
|
||||||
"Christmas Movies":
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_christmas.png
|
|
||||||
schedule: range(12/01-12/31)
|
|
||||||
template: {
|
|
||||||
name: seasonal,
|
|
||||||
num: 9,
|
|
||||||
holiday: "Christmas",
|
|
||||||
letterboxd_1: https://letterboxd.com/ediblehedgehog/list/theme-christmas/,
|
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
||||||
"New Year's Eve Movies":
|
|
||||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_new-years-eve.png
|
|
||||||
schedule: range(12/26-01/02)
|
|
||||||
template: {
|
|
||||||
name: seasonal,
|
|
||||||
num: 9,
|
|
||||||
holiday: "New Year's Eve",
|
|
||||||
imdb_extra_1: https://www.imdb.com/list/ls066838460
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
## 0_debug.yml
|
|
||||||
@@ -1,230 +0,0 @@
|
|||||||
## 5_genre_popular.yml
|
|
||||||
|
|
||||||
templates:
|
|
||||||
genre_popular:
|
|
||||||
cache_builders: 6
|
|
||||||
collection_mode: hide
|
|
||||||
collection_order: custom
|
|
||||||
delete_not_scheduled: false
|
|
||||||
limit: 250
|
|
||||||
sort_title: "+5: <<collection_name>>"
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_library: false
|
|
||||||
visible_shared: false
|
|
||||||
imdb_search:
|
|
||||||
genre: <<genre>>
|
|
||||||
language: <<language>>
|
|
||||||
limit: 500
|
|
||||||
popularity.gte: <<popularity.gte>>
|
|
||||||
sort_by: popularity.asc
|
|
||||||
type: <<type>>
|
|
||||||
|
|
||||||
collections:
|
|
||||||
"Popular in Action":
|
|
||||||
summary: "Popular TV shows in Action"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_action.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "action",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Adventure":
|
|
||||||
summary: "Popular TV shows in Adventure"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_adventure.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "adventure",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Animation":
|
|
||||||
summary: "Popular TV shows in Animation"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_animation.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "animation",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Biography":
|
|
||||||
summary: "Popular TV shows in Biography"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_biography.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "biography",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Comedy":
|
|
||||||
summary: "Popular TV shows in Comedy"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_comedy.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "comedy",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Crime":
|
|
||||||
summary: "Popular TV shows in Crime"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_crime.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "crime",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Drama":
|
|
||||||
summary: "Popular TV shows in Drama"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_drama.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "drama",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Family":
|
|
||||||
summary: "Popular TV shows in Family"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_family.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "family",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Fantasy":
|
|
||||||
summary: "Popular TV shows in Fantasy"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_fantasy.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "fantasy",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in History":
|
|
||||||
summary: "Popular TV shows in History"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_history.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "history",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Horror":
|
|
||||||
summary: "Popular TV shows in Horror"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_horror.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "horror",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Music":
|
|
||||||
summary: "Popular TV shows in Music"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_music.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "music",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Musicals":
|
|
||||||
summary: "Popular TV shows in Musicals"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_musicals.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "musical",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Mystery":
|
|
||||||
summary: "Popular TV shows in Mystery"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_mystery.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "mystery",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Romance":
|
|
||||||
summary: "Popular TV shows in Romance"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_romance.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "romance",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Sci-Fi":
|
|
||||||
summary: "Popular TV shows in Sci-Fi"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_sci-fi.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "sci-fi",
|
|
||||||
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
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "thriller",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in War":
|
|
||||||
summary: "Popular TV shows in War"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_war.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "war",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Popular in Western":
|
|
||||||
summary: "Popular TV shows in Western"
|
|
||||||
url_poster: config/assets/5_genre_popular/genre_popular_western.png
|
|
||||||
template: {
|
|
||||||
name: genre_popular,
|
|
||||||
type: "tv_series,tv_mini_series,tv_special",
|
|
||||||
genre: "western",
|
|
||||||
popularity.gte: 5,
|
|
||||||
language: "en"
|
|
||||||
}
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
libraries: # Library mappings must have a colon (:) placed after them
|
libraries: # Library mappings must have a colon (:) placed after them
|
||||||
Anime:
|
Anime:
|
||||||
metadata_path:
|
collection_files:
|
||||||
- /config/metadata/anime.yml
|
- /config/metadata/anime.yml
|
||||||
settings:
|
settings:
|
||||||
missing_path: config/missing
|
missing_path: config/missing
|
||||||
@@ -14,7 +14,7 @@ libraries: # Library mappings must have a colon (:) placed after them
|
|||||||
delete_unmanaged_collections: false
|
delete_unmanaged_collections: false
|
||||||
Movies:
|
Movies:
|
||||||
library_name: Movies
|
library_name: Movies
|
||||||
metadata_path:
|
collection_files:
|
||||||
- /config/metadata/genres.yml
|
- /config/metadata/genres.yml
|
||||||
- /config/metadata/holidays.yml
|
- /config/metadata/holidays.yml
|
||||||
# - /config/metadata/studios.yml
|
# - /config/metadata/studios.yml
|
||||||
@@ -40,7 +40,7 @@ libraries: # Library mappings must have a colon (:) placed after them
|
|||||||
delete_unmanaged_collections: true
|
delete_unmanaged_collections: true
|
||||||
TV Shows:
|
TV Shows:
|
||||||
library_name: TV Shows
|
library_name: TV Shows
|
||||||
metadata_path:
|
collection_files:
|
||||||
- /config/metadata/kids.yml
|
- /config/metadata/kids.yml
|
||||||
- /config/metadata/networks.yml
|
- /config/metadata/networks.yml
|
||||||
- /config/metadata/tv_suggestions.yml
|
- /config/metadata/tv_suggestions.yml
|
||||||
|
|||||||
@@ -78,8 +78,13 @@ collections:
|
|||||||
|
|
||||||
Top Rated:
|
Top Rated:
|
||||||
template: {name: Suggestion, poster: 213605}
|
template: {name: Suggestion, poster: 213605}
|
||||||
imdb_list:
|
imdb_search:
|
||||||
- https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
|
type: movie
|
||||||
|
release.after: 1990-01-01
|
||||||
|
rating.gte: 5
|
||||||
|
votes.gte: 100000
|
||||||
|
sort_by: rating.desc
|
||||||
|
limit: 250
|
||||||
summary: Top Rated Movies
|
summary: Top Rated Movies
|
||||||
|
|
||||||
######################
|
######################
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
libraries: # Library mappings must have a colon (:) placed after them
|
libraries: # Library mappings must have a colon (:) placed after them
|
||||||
Anime:
|
Anime:
|
||||||
metadata_path:
|
collection_files::
|
||||||
- /config/metadata/anime.yml
|
- /config/metadata/anime.yml
|
||||||
settings:
|
settings:
|
||||||
missing_path: config/missing
|
missing_path: config/missing
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
libraries: # Library mappings must have a colon (:) placed after them
|
libraries: # Library mappings must have a colon (:) placed after them
|
||||||
Movies:
|
Movies:
|
||||||
library_name: Movies
|
library_name: Movies
|
||||||
metadata_path:
|
collection_files:
|
||||||
- /config/metadata/awards.yml
|
- /config/metadata/awards.yml
|
||||||
- /config/metadata/collections.yml
|
- /config/metadata/collections.yml
|
||||||
- /config/metadata/decades.yml
|
- /config/metadata/decades.yml
|
||||||
|
|||||||
@@ -78,8 +78,13 @@ collections:
|
|||||||
|
|
||||||
Top Rated:
|
Top Rated:
|
||||||
template: {name: Suggestion, poster: 213605}
|
template: {name: Suggestion, poster: 213605}
|
||||||
imdb_list:
|
imdb_search:
|
||||||
- https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
|
type: movie
|
||||||
|
release.after: 1990-01-01
|
||||||
|
rating.gte: 5
|
||||||
|
votes.gte: 100000
|
||||||
|
sort_by: rating.desc
|
||||||
|
limit: 250
|
||||||
summary: Top Rated Movies
|
summary: Top Rated Movies
|
||||||
|
|
||||||
######################
|
######################
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
libraries: # Library mappings must have a colon (:) placed after them
|
libraries: # Library mappings must have a colon (:) placed after them
|
||||||
TV Shows:
|
TV Shows:
|
||||||
library_name: TV Shows
|
library_name: TV Shows
|
||||||
metadata_path:
|
collection_files:
|
||||||
- /config/metadata/suggestions.yml
|
- /config/metadata/suggestions.yml
|
||||||
- /config/metadata/networks.yml
|
- /config/metadata/networks.yml
|
||||||
- /config/metadata/kids.yml
|
- /config/metadata/kids.yml
|
||||||
|
|||||||
12
README.md
@@ -1 +1,13 @@
|
|||||||
|
# IMPORTANT DISCLAIMER
|
||||||
|
|
||||||
|
This repo contains community-sourced configurations.
|
||||||
|
|
||||||
|
They are not maintained, warranted, or tested by the PMM team.
|
||||||
|
|
||||||
|
They may or may not:
|
||||||
|
1. do what you want
|
||||||
|
2. work at all
|
||||||
|
3. cause data loss
|
||||||
|
4. kick your puppy
|
||||||
|
|
||||||
|
If you use anything in this repo, you are taking sole responsibility for that decision.
|
||||||
|
|||||||
@@ -1,72 +1,51 @@
|
|||||||
# bullmoose20 PMM files
|
# bullmoose20 PMM files
|
||||||
## Basics
|
## Basics
|
||||||
I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.4. At the top of my config.yml file I will usually specify the version that this config.yml file works with.
|
I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.6. At the top of my config.yml file I will usually specify the version that this config.yml file works with.
|
||||||
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. Search for `db_cache` which is for Plex and now available to set via PMM. I use 20480 MB (20GB) as my system has 168 GB of RAM. You will want to improve it from the default 40 MB that Plex sets. Maybe a good starting point if you have enough RAM is 2048 MB which is 2GB.
|
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. Search for `db_cache` which is for Plex and now available to set via PMM. I use 2048 MB (2GB) as my system has 168 GB of RAM. You will want to improve it from the default 40 MB that Plex sets.
|
||||||
|
|
||||||
If you want to set the language file to something other than fr (french) do not forget to make that change to `language: fr` lines in the config.yml file before running. As for the `placeholder_imdb_id:` ensure that you read and understand those lines as you may need to choose your own movie or TV Show as your library may not have the two references that I have.
|
> [!TIP]
|
||||||
|
> Maybe a good starting point if you have enough RAM is 1024 MB which is 1GB.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> If you want to set the language file to something other than fr (french) do not forget to make that change to `language: fr` lines in the config.yml file before running. As for the `placeholder_imdb_id:` ensure that you read and understand those lines as you may need to choose your own **Movie** or **TV Show** as your library may not have the two references that I have.
|
||||||
|
|
||||||
Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays.
|
Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays.
|
||||||
|
|
||||||
Unzip the fonts into `config/metadata/overlays/fonts/` to use this config without modifications.
|
Unzip the fonts into `config/metadata/overlays/fonts/` to use this config without modifications.
|
||||||
|
|
||||||
You can put the fonts elsewhere, but if you choose to do that, you will need to adjust the ratings section (rating1_font:, rating2_font:, rating3_font:) of the overlays within the config.yml file to point to the location you chose.
|
> [!WARNING]
|
||||||
|
> You can put the fonts elsewhere, but if you choose to do that, you will need to adjust the ratings section (rating1_font:, rating2_font:, rating3_font:) of the overlays within the config.yml file to point to the location you chose.
|
||||||
|
|
||||||
I also prefer to have a copy of the local assets so that if I need to recover to the original posters, they are there. I use grab-all-posters.py from chazlarson's repo to help with that: https://github.com/chazlarson/Media-Scripts/tree/main/Plex-Meta-Manager and the following in my .env:
|
## Assets
|
||||||
|
|
||||||
```
|
> [!IMPORTANT]
|
||||||
ADD_SOURCE_EXIF_COMMENT=0 # If set to 1, add the source URL to the image EXIF tags
|
> I also prefer to have a copy of the local assets so that if I need to recover to the original posters, they are there. I use PlexPosterMaker.ps1 from FSCorrupt's repo to help with that: https://github.com/fscorrupt/Plex-Poster-Maker . I also use PMM's assets in a folder structure as described in the wiki here: https://metamanager.wiki/en/latest/pmm/guides/assets/
|
||||||
CURRENT_POSTER_DIR=current_posters # put downloaded current posters and artwork here
|
|
||||||
DEFAULT_YEARS_BACK=20 # If there is no "last run date" stored, go this many years back [integer; negative values will be made positive]
|
|
||||||
DELAY=1
|
|
||||||
FOLDERS_ONLY=0 # If set to 1, just build out the folder hierarchy; no image downloading
|
|
||||||
GRAB_BACKGROUNDS=1 # If set to 1, backgrounds are retrieved [into a folder `backgrounds`]
|
|
||||||
GRAB_EPISODES=1 # grab episode posters [requires GRAB_SEASONS]
|
|
||||||
GRAB_SEASONS=1 # grab season posters
|
|
||||||
INCLUDE_COLLECTION_ARTWORK=0 # If set to 1, collection posters are retrieved
|
|
||||||
KEEP_JUNK=0 # If set to 1, keep files that script would normally delete [incorrect filetypes, mainly]
|
|
||||||
LIBRARY_NAMES=Movies,TV Shows
|
|
||||||
ONLY_COLLECTION_ARTWORK=0 # If set to 1, ONLY collection posters are retrieved
|
|
||||||
#ONLY_THESE_COLLECTIONS=Bing|Bang|Boing # only grab artwork for these collections and items in them; if empty, no filter
|
|
||||||
POSTER_CONSOLIDATE=0 # if set to 0, posters are separated into folders by library
|
|
||||||
POSTER_DEPTH=1 # grab this many posters [0 grabs all]
|
|
||||||
POSTER_DIR=extracted_posters # put downloaded posters here
|
|
||||||
POSTER_DOWNLOAD=1 # if set to 0, generate a script rather than downloading
|
|
||||||
RESET_LIBRARIES=Bing,Bang,Boing # reset "last time" count to 0 for these libraries
|
|
||||||
SUPERCHAT=1
|
|
||||||
|
|
||||||
ONLY_CURRENT=0
|
Essentially, I prefer `tmdb` as a source and textless images all around with a fallback to English and then German(`["xx", "en", "de"]`). Then I apply a gradient of my choice (`bottom-up-fade.png` & `bottom-up-fade-background.png`), and font of my choice (`Comfortaa-Medium.ttf`) which happens to match the PMM defaults for Collections. The secrets to all of this are found in the `bullmoose20config.json` file found in the ppm subdirectory along with the font and the gradient files.
|
||||||
|
|
||||||
ASSET_DIR=assets
|
Unraid Docker-Compose file is also shared and when prompted in Unraid to add a UI Label Icon, use this link: https://raw.githubusercontent.com/fscorrupt/Plex-Poster-Maker/main/images/webhook.png
|
||||||
USE_ASSET_NAMING=1
|
|
||||||
USE_ASSET_FOLDERS=1
|
|
||||||
ASSETS_BY_LIBRARIES=1
|
|
||||||
|
|
||||||
FIND_OVERLAID_IMAGES=1
|
After PPM applies my settings Movie example:
|
||||||
RETAIN_PMM_OVERLAID_IMAGES=0 # keep images that have the PMM overlay EXIF tag
|
|
||||||
RETAIN_TCM_OVERLAID_IMAGES=0 # keep images that have the TCM overlay EXIF tag
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
THREADED_DOWNLOADS=0
|
After PMM applies overlays to Movie example:
|
||||||
TMDB_KEY=(redacted)
|
|
||||||
TRACK_COMPLETION=0 # If set to 1, movies/shows are tracked as complete by rating id
|

|
||||||
TRACK_IMAGE_SOURCES=1 # If set to 1, keep a file containing file names and source URLs
|
|
||||||
TRACK_URLS=1 # If set to 1, URLS are tracked and won't be downloaded twice
|
After PPM applies my settings Show example:
|
||||||
USE_ASSET_SUBFOLDERS=0 # If set to 1, create asset folders in subfolders ["Collections", "Other", or [0-9, A-Z]] ]
|
|
||||||
NO_FS_WARNING=1
|

|
||||||
PLEXAPI_PLEXAPI_TIMEOUT='360'
|
|
||||||
PLEXAPI_LOG_BACKUP_COUNT='3'
|
After PMM applies overlays to Show example:
|
||||||
PLEXAPI_LOG_FORMAT='%(asctime)s %(module)12s:%(lineno)-4s %(levelname)-9s %(message)s'
|
|
||||||
PLEXAPI_LOG_LEVEL='INFO'
|

|
||||||
PLEXAPI_LOG_PATH='plexapi.log'
|

|
||||||
PLEXAPI_LOG_ROTATE_BYTES='512000'
|

|
||||||
PLEXAPI_LOG_SHOW_SECRETS='false'
|
|
||||||
PLEXAPI_AUTH_SERVER_BASEURL='http://192.168.2.242:32400'
|
|
||||||
PLEXAPI_AUTH_SERVER_TOKEN='(redacted)'
|
|
||||||
```
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|||||||
@@ -1,56 +1,89 @@
|
|||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/chazlarson/pmm-yaml-schema/main/config_schema.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/json-schema/config-schema.json
|
||||||
### Highly recommend using Visual Studio Code with indent-rainbow plugin. VSC will also leverage the above link to enhance pmm yml edits.
|
### Highly recommend using Visual Studio Code with indent-rainbow by oderwat extension and YAML by Red Hat extension. VSC will also leverage the above link to enhance pmm yml edits.
|
||||||
### Must be on Version 1.19.1-nightly21 or greater
|
### Must be on Version 1.20.0-nightly34 or greater
|
||||||
libraries:
|
libraries:
|
||||||
Movies: # Must match a library name in your Plex
|
Movies: # Must match a library name in your Plex
|
||||||
report_path: config/missing/Movies_report.yml
|
report_path: config/missing/Movies_report.yml
|
||||||
|
remove_overlays: false # Set to true if you want to remove overlays
|
||||||
|
reapply_overlays: false # Before setting this to true, you should know what you are doing and open a #pmm-help beforehand
|
||||||
|
# reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||||
template_variables:
|
template_variables:
|
||||||
sep_style: gray # use the gray separators globally for this library
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide # hide the collections
|
collection_mode: hide # hide the collections
|
||||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
||||||
placeholder_imdb_id: tt8579674 # 1917 (2019) placeholder id for the separators
|
placeholder_imdb_id: tt8579674 # 1917 (2019) placeholder id for the separators
|
||||||
metadata_path:
|
metadata_files: # These files contain metadata: attributes
|
||||||
|
- git: bullmoose20/godzilla # Custom metadata file for Godzilla stuff
|
||||||
|
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||||
- pmm: based # collections based on a book, comic, story, video game
|
- pmm: based # collections based on a book, comic, story, video game
|
||||||
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Testing only)
|
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Testing only)
|
||||||
- pmm: aspect # Creates collections based on aspect ratio of media item
|
- pmm: aspect # Creates collections based on aspect ratio of media item
|
||||||
- git: bullmoose20/movies_refresh # tells plex to refresh media items added within the last 7 days
|
- git: bullmoose20/movies_refresh # tells plex to refresh media items added within the last 7 days
|
||||||
- pmm: separator_award # An "index card"
|
- pmm: separator_award # An "index card"
|
||||||
|
- pmm: nfr # National Film Registry Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
|
- pmm: pca # People's Choice Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
|
- pmm: sag # Screen Actors Guild Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
|
- pmm: tiff # Toronto International Film Festival Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
|
- pmm: berlinale # Berlinale Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
|
- pmm: razzie # Razzie Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
|
- pmm: venice # Venice Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
|
- pmm: cesar # Cesar Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
- pmm: bafta # BAFTA Awards
|
- pmm: bafta # BAFTA Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: cannes # Cannes Film Festival Awards
|
- pmm: cannes # Cannes Film Festival Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2016
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: choice # Critic's Choice Awards
|
- pmm: choice # Critic's Choice Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: first
|
||||||
ending: current_year
|
- pmm: emmy # Emmy Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
- pmm: golden # Golden Globes Awards
|
- pmm: golden # Golden Globes Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1944
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: oscars # The Oscars
|
- pmm: oscars # The Oscars
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1928
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: other_award # Other award collections
|
|
||||||
- pmm: spirit # Independent Spirit Awards
|
- pmm: spirit # Independent Spirit Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: sundance # Sundance Film Festival Awards
|
- pmm: sundance # Sundance Film Festival Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2010
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: separator_chart # An "index card"
|
- pmm: separator_chart # An "index card"
|
||||||
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||||
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||||
@@ -59,7 +92,6 @@ libraries:
|
|||||||
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.) - pmm: basic # Some basic chart collections based on recently released media in your library
|
|
||||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
- pmm: basic # Some basic chart collections based on recently released media in your library
|
||||||
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||||
@@ -107,9 +139,12 @@ libraries:
|
|||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_us # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_uk # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||||
- pmm: genre # Action, Comedy, Drama, etc.
|
- pmm: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
@@ -132,45 +167,80 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: decade # Decade the media item was released
|
- pmm: decade # Decade the media item was released
|
||||||
# - pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise.html#franchise-collections
|
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||||
# template_variables:
|
template_variables:
|
||||||
# minimum_items: 2
|
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||||
# delete_below_minimum: true
|
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||||
|
template_variables:
|
||||||
|
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||||
- pmm: seasonal # Christmas, Halloween, etc.
|
- pmm: seasonal # Christmas, Halloween, etc.
|
||||||
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
||||||
schedule_independence: daily
|
schedule_years: daily
|
||||||
schedule_easter: daily
|
|
||||||
schedule_valentine: daily
|
schedule_valentine: daily
|
||||||
schedule_patrick: daily
|
schedule_patrick: daily
|
||||||
schedule_thanksgiving: range(10/01-10/31)
|
schedule_easter: daily
|
||||||
schedule_halloween: daily
|
|
||||||
schedule_christmas: daily
|
|
||||||
schedule_years: daily
|
|
||||||
schedule_mother: daily
|
schedule_mother: daily
|
||||||
schedule_memorial: daily
|
schedule_memorial: daily
|
||||||
schedule_father: daily
|
schedule_father: daily
|
||||||
|
schedule_independence: daily
|
||||||
schedule_labor: daily
|
schedule_labor: daily
|
||||||
|
schedule_halloween: daily
|
||||||
|
schedule_veteran: daily
|
||||||
|
# schedule_thanksgiving: range(10/01-10/31)
|
||||||
|
schedule_thanksgiving: daily
|
||||||
|
schedule_christmas: daily
|
||||||
|
schedule_aapi: daily
|
||||||
|
schedule_disabilities: daily
|
||||||
|
schedule_black_history: daily
|
||||||
|
schedule_lgbtq: daily
|
||||||
|
schedule_latinx: daily
|
||||||
|
schedule_women: daily
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||||
overlay_path:
|
overlay_files: # These files contain overlays: attributes
|
||||||
- remove_overlays: false # Set to true if you want to remove overlays
|
|
||||||
- reapply_overlays: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
|
||||||
# - reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
|
||||||
- pmm: aspect # Creates overlays based on aspect ratio of media item
|
- pmm: aspect # Creates overlays based on aspect ratio of media item
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 517
|
||||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||||
|
################### CONTENT RATING SECTION ###################
|
||||||
|
# - pmm: content_rating_nz # NZ content ratings
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# template_variables:
|
||||||
|
# horizontal_align: left
|
||||||
|
# vertical_align: bottom
|
||||||
|
# horizontal_offset: 60
|
||||||
|
# vertical_offset: 60
|
||||||
|
# back_color: '#00000000'
|
||||||
|
# back_width: 1
|
||||||
|
# back_height: 1
|
||||||
|
# # url: (redacted)
|
||||||
|
# # color: false
|
||||||
|
# - pmm: content_rating_de # DE FSK content ratings
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||||
- pmm: content_rating_us_movie # US MPAA content ratings
|
- pmm: content_rating_us_movie # US MPAA content ratings
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 637
|
||||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||||
|
################### CONTENT RATING SECTION END ###############
|
||||||
# - pmm: direct_play # Show direct play only overlay
|
# - pmm: direct_play # Show direct play only overlay
|
||||||
- pmm: flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left
|
|
||||||
template_variables:
|
|
||||||
position: left
|
|
||||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
# template_variables:
|
||||||
|
# back_color: "#FFFFFF00"
|
||||||
|
# font_color: "#FFFFFF00"
|
||||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
template_variables:
|
template_variables:
|
||||||
|
back_color: '#FFFFFF00'
|
||||||
|
font_color: '#FFFFFF00'
|
||||||
use_subtitles: true
|
use_subtitles: true
|
||||||
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||||
|
# template_variables:
|
||||||
|
# vertical_offset: 145
|
||||||
|
# horizontal_offset: 15
|
||||||
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
|
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
|
||||||
template_variables:
|
template_variables:
|
||||||
rating1: user
|
rating1: user
|
||||||
@@ -209,7 +279,15 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
style: red
|
style: red
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 757
|
||||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 877
|
||||||
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# back_color: "#f5289180"
|
# back_color: "#f5289180"
|
||||||
@@ -224,48 +302,64 @@ libraries:
|
|||||||
|
|
||||||
operations:
|
operations:
|
||||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||||
assets_for_all: false # Search in assets for images for every item in your library
|
assets_for_all: true # Search in assets for images for every item in your library
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
||||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
||||||
|
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
||||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||||
mass_audience_rating_update: tmdb # Update audience ratings with tmdb
|
mass_audience_rating_update: tmdb # Update audience ratings with tmdb
|
||||||
mass_genre_update: tmdb # Update all genres from tmdb
|
mass_genre_update:
|
||||||
mass_content_rating_update: mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age
|
- tmdb # Update all genres from tmdb
|
||||||
mass_originally_available_update: tmdb # Update all original available date from tmdb
|
- imdb # Update all genres from imdb if not from tmdb
|
||||||
|
- tvdb # Update all genres from tvdb if not from imdb
|
||||||
|
mass_content_rating_update:
|
||||||
|
- mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age
|
||||||
|
- omdb # Changes Content Rating from omdb if not found on mdb_commonsense
|
||||||
|
mass_studio_update:
|
||||||
|
- tmdb # Update all studios from tmdb
|
||||||
|
mass_originally_available_update:
|
||||||
|
- tmdb # Update all original available date from tmdb
|
||||||
|
- tvdb # Update all original available date from tvdb if not from tmdb
|
||||||
|
- omdb # Update all original available date from omdb(imdb) if not from tvdb
|
||||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||||
|
|
||||||
TV Shows: # Must match a library name in your Plex
|
TV Shows: # Must match a library name in your Plex
|
||||||
report_path: config/missing/TV_report.yml
|
report_path: config/missing/TV_report.yml
|
||||||
|
remove_overlays: false # Set to true if you want to remove overlays
|
||||||
|
reapply_overlays: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
||||||
|
# reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||||
template_variables:
|
template_variables:
|
||||||
sep_style: gray # use the gray separators globally for this library
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide # hide the collections
|
collection_mode: hide # hide the collections
|
||||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
||||||
placeholder_imdb_id: tt1190634 # The Boys (2019) placeholder id for the separators
|
placeholder_imdb_id: tt1190634 # The Boys (2019) placeholder id for the separators
|
||||||
metadata_path:
|
metadata_files: # These files contain metadata: attributes
|
||||||
- pmm: based # collections based on a book, comic, story, video game
|
|
||||||
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Test g only)
|
|
||||||
- pmm: aspect # Creates collections based on aspect ratio of media item
|
|
||||||
- git: bullmoose20/money_heist # Custom metadata file for Money Heist
|
- git: bullmoose20/money_heist # Custom metadata file for Money Heist
|
||||||
|
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||||
|
- pmm: based # collections based on a book, comic, story, video game
|
||||||
|
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Testing only)
|
||||||
|
- pmm: aspect # Creates collections based on aspect ratio of media item
|
||||||
- git: bullmoose20/tv_refresh # Tells plex to refresh media items added within the last 7 days
|
- git: bullmoose20/tv_refresh # Tells plex to refresh media items added within the last 7 days
|
||||||
- pmm: separator_award # An "index card"
|
- pmm: separator_award # An "index card"
|
||||||
|
- pmm: pca # People's Choice Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
|
data:
|
||||||
|
starting: first
|
||||||
- pmm: choice # Critic's Choice Awards
|
- pmm: choice # Critic's Choice Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: golden # Golden Globes Awards
|
- pmm: golden # Golden Globes Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1944
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: emmy # Emmy Awards
|
- pmm: emmy # Emmy Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1948
|
starting: first
|
||||||
ending: current_year
|
|
||||||
- pmm: separator_chart # An "index card"
|
- pmm: separator_chart # An "index card"
|
||||||
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||||
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||||
@@ -275,7 +369,6 @@ libraries:
|
|||||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
- pmm: basic # Some basic chart collections based on recently released media in your library
|
||||||
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.) - pmm: basic # Some basic chart collections based on recently released media in your library
|
|
||||||
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||||
- pmm: actor
|
- pmm: actor
|
||||||
@@ -303,9 +396,12 @@ libraries:
|
|||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_us # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_uk # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||||
- pmm: genre # Action, Comedy, Drama, etc.
|
- pmm: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
@@ -328,23 +424,32 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: decade # Decade the media item was released
|
- pmm: decade # Decade the media item was released
|
||||||
# - pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise.html#franchise-collections
|
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||||
# template_variables:
|
template_variables:
|
||||||
# minimum_items: 2
|
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||||
# delete_below_minimum: true
|
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||||
|
template_variables:
|
||||||
|
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||||
overlay_path:
|
overlay_files:
|
||||||
- remove_overlays: false # Set to true if you want to remove overlays
|
|
||||||
- reapply_overlays: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
|
||||||
# - reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
|
||||||
- pmm: aspect # Creates aspect ratio overlay
|
- pmm: aspect # Creates aspect ratio overlay
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 510
|
||||||
- pmm: aspect
|
- pmm: aspect
|
||||||
template_variables:
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 510
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: aspect
|
- pmm: aspect
|
||||||
template_variables:
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: bottom
|
||||||
|
vertical_offset: 390
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -355,18 +460,47 @@ libraries:
|
|||||||
- pmm: audio_codec
|
- pmm: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
################### CONTENT RATING SECTION ###################
|
||||||
# - pmm: content_rating_uk
|
# - pmm: content_rating_nz # NZ content ratings
|
||||||
|
# - pmm: content_rating_nz # NZ content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: season
|
# builder_level: season
|
||||||
# - pmm: content_rating_uk
|
# - pmm: content_rating_nz # NZ content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: episode
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: season
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: episode
|
||||||
|
# - pmm: content_rating_de # DE FSK content ratings
|
||||||
|
# - pmm: content_rating_de # DE FSK content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: season
|
||||||
|
# - pmm: content_rating_de # DE FSK content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: episode
|
||||||
|
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||||
|
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: season
|
||||||
|
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
- pmm: content_rating_us_show # US MPAA content ratings
|
- pmm: content_rating_us_show # US MPAA content ratings
|
||||||
- pmm: content_rating_us_show
|
|
||||||
template_variables:
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 630
|
||||||
|
- pmm: content_rating_us_show # US MPAA content ratings
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 630
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: content_rating_us_show
|
- pmm: content_rating_us_show # US MPAA content ratings
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||||
@@ -376,6 +510,7 @@ libraries:
|
|||||||
# - pmm: commonsense
|
# - pmm: commonsense
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
|
################### CONTENT RATING SECTION END ###############
|
||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
# template_variables:
|
# template_variables:
|
||||||
@@ -383,20 +518,28 @@ libraries:
|
|||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 750
|
||||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 870
|
||||||
- pmm: studio
|
- pmm: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 870
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: studio
|
- pmm: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
- pmm: streaming
|
|
||||||
- pmm: episode_info # SE##E## information in bottom right and works with builder_level episode
|
- pmm: episode_info # SE##E## information in bottom right and works with builder_level episode
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
- pmm: flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left and works with overlay_level show
|
|
||||||
template_variables:
|
|
||||||
position: left
|
|
||||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with builder_level show, episode, and season
|
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with builder_level show, episode, and season
|
||||||
- pmm: language_count
|
- pmm: language_count
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -426,8 +569,15 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 95
|
vertical_offset: 95
|
||||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 990
|
||||||
- pmm: network
|
- pmm: network
|
||||||
template_variables:
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 990
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: network
|
- pmm: network
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -483,6 +633,8 @@ libraries:
|
|||||||
style: red
|
style: red
|
||||||
- pmm: runtimes # Runtime information in bottom right and works with builder_level episode
|
- pmm: runtimes # Runtime information in bottom right and works with builder_level episode
|
||||||
template_variables:
|
template_variables:
|
||||||
|
back_width: 305
|
||||||
|
text: ''
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
- pmm: status # Airing, Returning, Ended, Canceled and works with builder_level show
|
- pmm: status # Airing, Returning, Ended, Canceled and works with builder_level show
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -494,11 +646,10 @@ libraries:
|
|||||||
back_width: 1100
|
back_width: 1100
|
||||||
font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
||||||
font_size: 60
|
font_size: 60
|
||||||
back_color_airing: "#016920"
|
back_color_airing: '#016920'
|
||||||
back_color_returning: "#81007F"
|
back_color_returning: '#81007F'
|
||||||
back_color_canceled: "#B52222"
|
back_color_canceled: '#B52222'
|
||||||
back_color_ended: "#000847"
|
back_color_ended: '#000847'
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
|
||||||
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# back_width: 1000
|
# back_width: 1000
|
||||||
@@ -529,16 +680,27 @@ libraries:
|
|||||||
|
|
||||||
operations:
|
operations:
|
||||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||||
assets_for_all: false # Search in assets for images for every item in your library
|
assets_for_all: true # Search in assets for images for every item in your library
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
||||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
||||||
|
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
||||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||||
mass_audience_rating_update: tmdb # Update audience ratings with tmdb
|
mass_audience_rating_update: tmdb # Update audience ratings with tmdb
|
||||||
mass_genre_update: tmdb # Update all genres from tmdb
|
mass_genre_update:
|
||||||
mass_content_rating_update: mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age
|
- tmdb # Update all genres from tmdb
|
||||||
mass_originally_available_update: tmdb # Update all original available date from tmdb
|
- imdb # Update all genres from imdb if not from tmdb
|
||||||
|
- tvdb # Update all genres from tvdb if not from imdb
|
||||||
|
mass_content_rating_update:
|
||||||
|
- mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age
|
||||||
|
- omdb # Changes Content Rating from omdb if not found on mdb_commonsense
|
||||||
|
mass_studio_update:
|
||||||
|
- tmdb # Update all studios from tmdb
|
||||||
|
mass_originally_available_update:
|
||||||
|
- tmdb # Update all original available date from tmdb
|
||||||
|
- tvdb # Update all original available date from tvdb if not from tmdb
|
||||||
|
- omdb # Update all original available date from omdb(imdb) if not from tvdb
|
||||||
mass_episode_critic_rating_update: imdb # Update critic ratings with imdb for episodes
|
mass_episode_critic_rating_update: imdb # Update critic ratings with imdb for episodes
|
||||||
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
||||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||||
@@ -552,9 +714,9 @@ settings: # Can be individually specif
|
|||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
asset_directory: config/assets
|
asset_directory: config/assets
|
||||||
asset_folders: true
|
asset_folders: true
|
||||||
asset_depth: 0
|
asset_depth: 1
|
||||||
create_asset_folders: false
|
create_asset_folders: false
|
||||||
prioritize_assets: false
|
prioritize_assets: true
|
||||||
dimensional_asset_rename: false
|
dimensional_asset_rename: false
|
||||||
download_url_assets: false
|
download_url_assets: false
|
||||||
show_missing_season_assets: false
|
show_missing_season_assets: false
|
||||||
@@ -574,7 +736,7 @@ settings: # Can be individually specif
|
|||||||
show_missing: false
|
show_missing: false
|
||||||
only_filter_missing: false
|
only_filter_missing: false
|
||||||
show_missing_assets: false
|
show_missing_assets: false
|
||||||
save_report: false
|
save_report: true
|
||||||
tvdb_language: eng
|
tvdb_language: eng
|
||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
@@ -585,6 +747,11 @@ settings: # Can be individually specif
|
|||||||
verify_ssl: true
|
verify_ssl: true
|
||||||
check_nightly: true
|
check_nightly: true
|
||||||
playlist_exclude_users:
|
playlist_exclude_users:
|
||||||
|
run_order:
|
||||||
|
- operations
|
||||||
|
- metadata
|
||||||
|
- collections
|
||||||
|
- overlays
|
||||||
webhooks: # Can be individually specified per library as well
|
webhooks: # Can be individually specified per library as well
|
||||||
error: (redacted)
|
error: (redacted)
|
||||||
run_start: (redacted)
|
run_start: (redacted)
|
||||||
@@ -599,11 +766,12 @@ plex: # Can be individually specif
|
|||||||
clean_bundles: true
|
clean_bundles: true
|
||||||
empty_trash: true
|
empty_trash: true
|
||||||
optimize: true
|
optimize: true
|
||||||
db_cache: 20480 # 20480 MB is 20GB which is what I use. Adjust for your system as 2048 MB (2 GB) is probably a good starting point compared to the default Plex value of 40 MB
|
db_cache: 2048 # 2048 MB is 2GB which is what I use. Adjust for your system as 2048 MB (2 GB) is probably a good starting point compared to the default Plex value of 40 MB
|
||||||
|
verify_ssl: true
|
||||||
tmdb: # REQUIRED for the script to run
|
tmdb: # REQUIRED for the script to run
|
||||||
apikey: (redacted)
|
apikey: (redacted)
|
||||||
language: en
|
language: en
|
||||||
region: ''
|
region: CA # Upper case ISO 3166-1 Code
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
tautulli: # Can be individually specified per library as well
|
tautulli: # Can be individually specified per library as well
|
||||||
url: (redacted)
|
url: (redacted)
|
||||||
@@ -631,6 +799,7 @@ radarr: # Can be individually specified
|
|||||||
add_missing: false
|
add_missing: false
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
ignore_cache: false
|
ignore_cache: false
|
||||||
|
monitor_existing: false
|
||||||
sonarr: # Can be individually specified per library as well
|
sonarr: # Can be individually specified per library as well
|
||||||
url: (redacted)
|
url: (redacted)
|
||||||
token: (redacted)
|
token: (redacted)
|
||||||
@@ -649,6 +818,7 @@ sonarr: # Can be individually specified
|
|||||||
add_missing: false
|
add_missing: false
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
ignore_cache: false
|
ignore_cache: false
|
||||||
|
monitor_existing: false
|
||||||
anidb:
|
anidb:
|
||||||
client: (redacted)
|
client: (redacted)
|
||||||
version: (redacted)
|
version: (redacted)
|
||||||
@@ -656,7 +826,7 @@ anidb:
|
|||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
username: (redacted)
|
username: (redacted)
|
||||||
password: (redacted)
|
password: (redacted)
|
||||||
############################################
|
########## GENERATED BY TRAKTAUTH ##########
|
||||||
trakt:
|
trakt:
|
||||||
client_id: (redacted)
|
client_id: (redacted)
|
||||||
client_secret: (redacted)
|
client_secret: (redacted)
|
||||||
@@ -666,7 +836,7 @@ trakt:
|
|||||||
expires_in: 7889238
|
expires_in: 7889238
|
||||||
refresh_token: (redacted)
|
refresh_token: (redacted)
|
||||||
scope: public
|
scope: public
|
||||||
created_at: 1698435366
|
created_at: 1707086446
|
||||||
pin:
|
pin:
|
||||||
############################################
|
############################################
|
||||||
mal:
|
mal:
|
||||||
|
|||||||
BIN
bullmoose20/ppm/Comfortaa-Medium.ttf
Normal file
BIN
bullmoose20/ppm/bottom-up-fade-background.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
bullmoose20/ppm/bottom-up-fade.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
93
bullmoose20/ppm/bullmoose20config.json
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
{
|
||||||
|
"ApiPart":{
|
||||||
|
"tvdbapi": "tvdb api key - free",
|
||||||
|
"tmdbtoken": "This is the super long token from tmdb - free",
|
||||||
|
"FanartTvAPIKey": "fanart.tv token - free",
|
||||||
|
"PlexToken": "plex token - free",
|
||||||
|
"FavProvider": "tmdb",
|
||||||
|
"PreferredLanguageOrder": ["xx", "en", "de"]
|
||||||
|
},
|
||||||
|
"PlexPart":{
|
||||||
|
"LibstoExclude": ["", "", "TestMovies", "TestTV Shows", "Other Videos", "Music", "Photos", "Test Videos", "Playlists" ],
|
||||||
|
"PlexUrl": "http://192.168.2.242:32400"
|
||||||
|
},
|
||||||
|
"Notification":{
|
||||||
|
"SendNotification":"true",
|
||||||
|
"AppriseUrl": "discord://{WebhookID}/{WebhookToken}/",
|
||||||
|
"Discord": "https://discord.com/api/webhooks/add-your-discord-webhook-here"
|
||||||
|
},
|
||||||
|
"PrerequisitePart":{
|
||||||
|
"AssetPath": "./assets",
|
||||||
|
"magickinstalllocation": "./magick",
|
||||||
|
"maxLogs": "5",
|
||||||
|
"font": "Comfortaa-Medium.ttf",
|
||||||
|
"backgroundfont": "Comfortaa-Medium.ttf",
|
||||||
|
"titlecardfont": "Comfortaa-Medium.ttf",
|
||||||
|
"overlayfile": "bottom-up-fade.png",
|
||||||
|
"backgroundoverlayfile": "bottom-up-fade-background.png",
|
||||||
|
"titlecardoverlayfile": "bottom-up-fade-background.png",
|
||||||
|
"LibraryFolders": "true",
|
||||||
|
"Posters": "true",
|
||||||
|
"SeasonPosters": "true",
|
||||||
|
"BackgroundPosters": "true",
|
||||||
|
"TitleCards": "true"
|
||||||
|
},
|
||||||
|
"OverlayPart":{
|
||||||
|
"ImageProcessing": "true",
|
||||||
|
"outputQuality": "100%"
|
||||||
|
},
|
||||||
|
"PosterOverlayPart":{
|
||||||
|
"fontAllCaps": "true",
|
||||||
|
"AddBorder": "false",
|
||||||
|
"AddText": "true",
|
||||||
|
"AddOverlay": "true",
|
||||||
|
"fontcolor": "white",
|
||||||
|
"bordercolor": "white",
|
||||||
|
"minPointSize": "95",
|
||||||
|
"maxPointSize": "250",
|
||||||
|
"borderwidth": "30",
|
||||||
|
"MaxWidth": "1200",
|
||||||
|
"MaxHeight": "485",
|
||||||
|
"text_offset": "+300"
|
||||||
|
},
|
||||||
|
"BackgroundOverlayPart":{
|
||||||
|
"fontAllCaps": "true",
|
||||||
|
"AddBorder": "false",
|
||||||
|
"AddText": "false",
|
||||||
|
"AddOverlay": "false",
|
||||||
|
"fontcolor": "white",
|
||||||
|
"bordercolor": "white",
|
||||||
|
"minPointSize": "95",
|
||||||
|
"maxPointSize": "250",
|
||||||
|
"borderwidth": "30",
|
||||||
|
"MaxWidth": "3000",
|
||||||
|
"MaxHeight": "500",
|
||||||
|
"text_offset": "+200"
|
||||||
|
},
|
||||||
|
"TitleCardOverlayPart":{
|
||||||
|
"AddOverlay": "true",
|
||||||
|
"AddBorder": "false",
|
||||||
|
"bordercolor": "white",
|
||||||
|
"borderwidth": "30"
|
||||||
|
},
|
||||||
|
"TitleCardTitleTextPart":{
|
||||||
|
"fontAllCaps": "true",
|
||||||
|
"AddEPTitleText": "true",
|
||||||
|
"fontcolor": "white",
|
||||||
|
"minPointSize": "95",
|
||||||
|
"maxPointSize": "250",
|
||||||
|
"MaxWidth": "2500",
|
||||||
|
"MaxHeight": "300",
|
||||||
|
"text_offset": "+290"
|
||||||
|
},
|
||||||
|
"TitleCardEPTextPart":{
|
||||||
|
"fontAllCaps": "true",
|
||||||
|
"AddEPText": "true",
|
||||||
|
"fontcolor": "white",
|
||||||
|
"minPointSize": "80",
|
||||||
|
"maxPointSize": "120",
|
||||||
|
"MaxWidth": "1600",
|
||||||
|
"MaxHeight": "150",
|
||||||
|
"text_offset": "+140"
|
||||||
|
}
|
||||||
|
}
|
||||||
21
bullmoose20/ppm/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
ppm:
|
||||||
|
hostname: "ppm"
|
||||||
|
container_name: "ppm"
|
||||||
|
environment:
|
||||||
|
- "PGID=100"
|
||||||
|
- "PUID=99"
|
||||||
|
- "TZ=America/New_York"
|
||||||
|
- "UMASK=002"
|
||||||
|
- "TERM=xterm"
|
||||||
|
- "RUN_TIME=10:30,19:30"
|
||||||
|
image: "ghcr.io/fscorrupt/docker-ppm:latest"
|
||||||
|
restart: "unless-stopped"
|
||||||
|
networks:
|
||||||
|
- "ppm"
|
||||||
|
volumes:
|
||||||
|
- "/mnt/user/appdata/ppm:/config:rw"
|
||||||
|
networks:
|
||||||
|
ppm:
|
||||||
|
driver: bridge
|
||||||
BIN
bullmoose20/ppm/images/movie_example_ppm.png
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
bullmoose20/ppm/images/movie_example_ppm_pmm.png
Normal file
|
After Width: | Height: | Size: 216 KiB |
BIN
bullmoose20/ppm/images/shows_example_ppm.png
Normal file
|
After Width: | Height: | Size: 382 KiB |
BIN
bullmoose20/ppm/images/shows_example_ppm_pmm1.png
Normal file
|
After Width: | Height: | Size: 492 KiB |
BIN
bullmoose20/ppm/images/shows_example_ppm_pmm2.png
Normal file
|
After Width: | Height: | Size: 866 KiB |
BIN
bullmoose20/ppm/images/shows_example_ppm_pmm3.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
19
bullmoose20/separator_franchise.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
##############################################################################
|
||||||
|
# Franchise Separator Collections #
|
||||||
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||||
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||||
|
# https://metamanager.wiki/en/latest/defaults/movie/franchise/ #
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
external_templates:
|
||||||
|
pmm: templates
|
||||||
|
template_variables:
|
||||||
|
collection_section: "035"
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Franchise Collections:
|
||||||
|
template:
|
||||||
|
- name: separator
|
||||||
|
separator: franchise
|
||||||
|
key_name: Franchise
|
||||||
|
translation_key: separator
|
||||||
12
fscorrupt/README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
## Assets
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> I use my own script `PlexPosterMaker.ps1` to get textless posters https://github.com/fscorrupt/Plex-Poster-Maker .
|
||||||
|
>
|
||||||
|
> I also use PMM's assets with folder structure as described in the wiki here: https://metamanager.wiki/en/latest/pmm/guides/assets/
|
||||||
|
|
||||||
|
### Here are some Examples of PPM (Plex-Poster-Maker), before the PMM run:
|
||||||
|

|
||||||
|
|
||||||
|
### Here are some Examples after PMM run:
|
||||||
|

|
||||||
@@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
4K Movies:
|
4K Movies:
|
||||||
schedule: hourly(11),hourly(19)
|
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
|
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
#schedule: hourly(9),hourly(19)
|
#schedule: hourly(9),hourly(19)
|
||||||
metadata_path:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/collections.yml
|
#- file: config/collections.yml
|
||||||
overlay_path:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
@@ -20,11 +21,15 @@ libraries:
|
|||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
- file: config/runtimes.yml
|
text: ""
|
||||||
|
final_name: <<key>>
|
||||||
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
horizontal_offset: 140
|
horizontal_offset: 140
|
||||||
|
text: ''
|
||||||
|
back_width: 205
|
||||||
- remove_overlays: false
|
- remove_overlays: false
|
||||||
- file: config/overlays_movies.yml
|
- file: config/overlays_movies.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -32,15 +37,20 @@ libraries:
|
|||||||
# Posters
|
# Posters
|
||||||
4K_banner: true
|
4K_banner: true
|
||||||
4K: false
|
4K: false
|
||||||
|
settings:
|
||||||
|
asset_directory: /assets/4K Movies
|
||||||
|
prioritize_assets: true
|
||||||
operations:
|
operations:
|
||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
assets_for_all: true
|
||||||
Movies:
|
Movies:
|
||||||
schedule: hourly(11),hourly(19)
|
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
|
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
#schedule: hourly(9),hourly(19)
|
#schedule: hourly(9),hourly(19)
|
||||||
metadata_path:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/collections.yml
|
#- file: config/collections.yml
|
||||||
overlay_path:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
@@ -53,11 +63,15 @@ libraries:
|
|||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
- file: config/runtimes.yml
|
text: ""
|
||||||
|
final_name: <<key>>
|
||||||
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
horizontal_offset: 140
|
horizontal_offset: 140
|
||||||
|
text: ''
|
||||||
|
back_width: 205
|
||||||
- remove_overlays: false
|
- remove_overlays: false
|
||||||
- file: config/overlays_movies.yml
|
- file: config/overlays_movies.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -65,14 +79,19 @@ libraries:
|
|||||||
# Posters
|
# Posters
|
||||||
4K_banner: false
|
4K_banner: false
|
||||||
4K: false
|
4K: false
|
||||||
|
settings:
|
||||||
|
asset_directory: /assets/Movies
|
||||||
|
prioritize_assets: true
|
||||||
operations:
|
operations:
|
||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
assets_for_all: true
|
||||||
Kids Movies:
|
Kids Movies:
|
||||||
schedule: hourly(11),hourly(19)
|
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
metadata_path:
|
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/Genre.yml
|
#- file: config/Genre.yml
|
||||||
overlay_path:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
@@ -85,11 +104,15 @@ libraries:
|
|||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
- file: config/runtimes.yml
|
text: ""
|
||||||
|
final_name: <<key>>
|
||||||
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
horizontal_offset: 140
|
horizontal_offset: 140
|
||||||
|
text: ''
|
||||||
|
back_width: 205
|
||||||
- remove_overlays: false
|
- remove_overlays: false
|
||||||
- file: config/overlays_movies.yml
|
- file: config/overlays_movies.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -97,14 +120,19 @@ libraries:
|
|||||||
# Posters
|
# Posters
|
||||||
4K_banner: false
|
4K_banner: false
|
||||||
4K: false
|
4K: false
|
||||||
|
settings:
|
||||||
|
asset_directory: /assets/Kids Movies
|
||||||
|
prioritize_assets: true
|
||||||
operations:
|
operations:
|
||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
assets_for_all: true
|
||||||
Anime:
|
Anime:
|
||||||
schedule: hourly(11),hourly(19)
|
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
metadata_path:
|
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/Genre.yml
|
#- file: config/Genre.yml
|
||||||
overlay_path:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
@@ -117,11 +145,15 @@ libraries:
|
|||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
- file: config/runtimes.yml
|
text: ""
|
||||||
|
final_name: <<key>>
|
||||||
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
horizontal_offset: 140
|
horizontal_offset: 140
|
||||||
|
text: ''
|
||||||
|
back_width: 205
|
||||||
- remove_overlays: false
|
- remove_overlays: false
|
||||||
- file: config/overlays_movies.yml
|
- file: config/overlays_movies.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -129,39 +161,63 @@ libraries:
|
|||||||
# Posters
|
# Posters
|
||||||
4K_banner: false
|
4K_banner: false
|
||||||
4K: false
|
4K: false
|
||||||
|
settings:
|
||||||
|
asset_directory: /assets/Anime
|
||||||
|
prioritize_assets: true
|
||||||
operations:
|
operations:
|
||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
assets_for_all: true
|
||||||
TV Shows:
|
TV Shows:
|
||||||
schedule: hourly(11)
|
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
metadata_path:
|
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
|
collection_files:
|
||||||
- file: config/TVShows.yml
|
- file: config/TVShows.yml
|
||||||
#- file: config/Genre.yml
|
#- file: config/Genre.yml
|
||||||
overlay_path:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
|
- pmm: network
|
||||||
|
template_variables:
|
||||||
|
builder_level: season
|
||||||
|
vertical_position: bottom
|
||||||
|
horizontal_position: center
|
||||||
|
horizontal_offset: 30
|
||||||
|
vertical_offset: 50
|
||||||
- pmm: languages
|
- pmm: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
|
style: square
|
||||||
|
back_color: '#00000099'
|
||||||
|
back_width: 102
|
||||||
|
text: ""
|
||||||
|
final_name: <<key>>
|
||||||
- pmm: status
|
- pmm: status
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
horizontal_offset: 0
|
horizontal_offset: 0
|
||||||
back_height: 85
|
back_height: 80
|
||||||
back_width: 1100
|
back_width: 1100
|
||||||
font: config/fonts/Avenir_95_Black.ttf
|
font: config/fonts/Avenir_95_Black.ttf
|
||||||
font_size: 60
|
font_size: 60
|
||||||
back_color_airing: '#016920'
|
font_color_airing: '#27C24C'
|
||||||
back_color_returning: '#81007F'
|
font_color_returning: '#FFA500'
|
||||||
back_color_canceled: '#ed1f1f'
|
font_color_canceled: '#ED1F1F'
|
||||||
back_color_ended: '#000847'
|
font_color_ended: '#FF0000'
|
||||||
- file: config/runtimes.yml
|
back_color: '#FFFFFF'
|
||||||
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
|
back_color: '#00000099'
|
||||||
|
back_height: 80
|
||||||
|
vertical_offset: 20
|
||||||
|
horizontal_offset: 18
|
||||||
|
text: ''
|
||||||
|
back_width: 205
|
||||||
- remove_overlays: false
|
- remove_overlays: false
|
||||||
- file: config/overlays_tv.yml
|
- file: config/overlays_tv.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -169,36 +225,61 @@ libraries:
|
|||||||
# Posters
|
# Posters
|
||||||
4K: false
|
4K: false
|
||||||
4K_banner: false
|
4K_banner: false
|
||||||
|
settings:
|
||||||
|
asset_directory: /assets/TV Shows
|
||||||
|
prioritize_assets: true
|
||||||
|
operations:
|
||||||
|
assets_for_all: true
|
||||||
Kids Shows:
|
Kids Shows:
|
||||||
schedule: hourly(11)
|
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
metadata_path:
|
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
|
collection_files:
|
||||||
- file: config/KidsShows.yml
|
- file: config/KidsShows.yml
|
||||||
overlay_path:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
|
- pmm: network
|
||||||
|
template_variables:
|
||||||
|
builder_level: season
|
||||||
|
vertical_position: bottom
|
||||||
|
horizontal_position: center
|
||||||
|
horizontal_offset: 30
|
||||||
|
vertical_offset: 50
|
||||||
- pmm: languages
|
- pmm: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
|
style: square
|
||||||
|
back_color: '#00000099'
|
||||||
|
back_width: 102
|
||||||
|
text: ""
|
||||||
|
final_name: <<key>>
|
||||||
- pmm: status
|
- pmm: status
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
horizontal_offset: 0
|
horizontal_offset: 0
|
||||||
back_height: 85
|
back_height: 80
|
||||||
back_width: 1100
|
back_width: 1100
|
||||||
font: config/fonts/Avenir_95_Black.ttf
|
font: config/fonts/Avenir_95_Black.ttf
|
||||||
font_size: 60
|
font_size: 60
|
||||||
back_color_airing: '#016920'
|
font_color_airing: '#27C24C'
|
||||||
back_color_returning: '#81007F'
|
font_color_returning: '#FFA500'
|
||||||
back_color_canceled: '#ed1f1f'
|
font_color_canceled: '#ED1F1F'
|
||||||
back_color_ended: '#000847'
|
font_color_ended: '#FF0000'
|
||||||
- file: config/runtimes.yml
|
back_color: '#FFFFFF'
|
||||||
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
|
back_color: '#00000099'
|
||||||
|
back_height: 80
|
||||||
|
vertical_offset: 20
|
||||||
|
horizontal_offset: 18
|
||||||
|
text: ''
|
||||||
|
back_width: 205
|
||||||
- remove_overlays: false
|
- remove_overlays: false
|
||||||
- file: config/overlays_tv.yml
|
- file: config/overlays_tv.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -206,36 +287,61 @@ libraries:
|
|||||||
# Posters
|
# Posters
|
||||||
4K_banner: false
|
4K_banner: false
|
||||||
4K: false
|
4K: false
|
||||||
|
settings:
|
||||||
|
asset_directory: /assets/Kids Shows
|
||||||
|
prioritize_assets: true
|
||||||
|
operations:
|
||||||
|
assets_for_all: true
|
||||||
Anime Shows:
|
Anime Shows:
|
||||||
schedule: hourly(11)
|
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
metadata_path:
|
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||||
|
collection_files:
|
||||||
- file: config/AnimeShows.yml
|
- file: config/AnimeShows.yml
|
||||||
overlay_path:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
|
- pmm: network
|
||||||
|
template_variables:
|
||||||
|
builder_level: season
|
||||||
|
vertical_position: bottom
|
||||||
|
horizontal_position: center
|
||||||
|
horizontal_offset: 30
|
||||||
|
vertical_offset: 50
|
||||||
- pmm: languages
|
- pmm: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
|
style: square
|
||||||
|
back_color: '#00000099'
|
||||||
|
back_width: 102
|
||||||
|
text: ""
|
||||||
|
final_name: <<key>>
|
||||||
- pmm: status
|
- pmm: status
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
horizontal_offset: 0
|
horizontal_offset: 0
|
||||||
back_height: 85
|
back_height: 80
|
||||||
back_width: 1100
|
back_width: 1100
|
||||||
font: config/fonts/Avenir_95_Black.ttf
|
font: config/fonts/Avenir_95_Black.ttf
|
||||||
font_size: 60
|
font_size: 60
|
||||||
back_color_airing: '#016920'
|
font_color_airing: '#27C24C'
|
||||||
back_color_returning: '#81007F'
|
font_color_returning: '#FFA500'
|
||||||
back_color_canceled: '#ed1f1f'
|
font_color_canceled: '#ED1F1F'
|
||||||
back_color_ended: '#000847'
|
font_color_ended: '#FF0000'
|
||||||
- file: config/runtimes.yml
|
back_color: '#FFFFFF'
|
||||||
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
|
back_color: '#00000099'
|
||||||
|
back_height: 80
|
||||||
|
vertical_offset: 20
|
||||||
|
horizontal_offset: 18
|
||||||
|
text: ''
|
||||||
|
back_width: 205
|
||||||
- remove_overlays: false
|
- remove_overlays: false
|
||||||
- file: config/overlays_tv.yml
|
- file: config/overlays_tv.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -243,6 +349,11 @@ libraries:
|
|||||||
# Posters
|
# Posters
|
||||||
4K_banner: false
|
4K_banner: false
|
||||||
4K: false
|
4K: false
|
||||||
|
settings:
|
||||||
|
asset_directory: /assets/Anime Shows
|
||||||
|
prioritize_assets: true
|
||||||
|
operations:
|
||||||
|
assets_for_all: true
|
||||||
playlist_files:
|
playlist_files:
|
||||||
- file: config/playlist.yml
|
- file: config/playlist.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -252,42 +363,46 @@ playlist_files:
|
|||||||
settings: # Can be individually specified per library as well
|
settings: # Can be individually specified per library as well
|
||||||
cache: true
|
cache: true
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
asset_directory: config/assets
|
asset_directory: /assets
|
||||||
asset_folders: false
|
asset_folders: true
|
||||||
assets_for_all: false
|
asset_depth: 1
|
||||||
sync_mode: sync
|
|
||||||
show_unmanaged: false
|
|
||||||
create_asset_folders: false
|
create_asset_folders: false
|
||||||
delete_below_minimum: false
|
prioritize_assets: true
|
||||||
tvdb_language: default
|
|
||||||
show_missing_assets: false
|
|
||||||
minimum_items: 1
|
|
||||||
asset_depth: 0
|
|
||||||
dimensional_asset_rename: false
|
dimensional_asset_rename: false
|
||||||
download_url_assets: false
|
download_url_assets: false
|
||||||
show_missing_season_assets: false
|
show_missing_season_assets: true
|
||||||
|
show_missing_episode_assets: false
|
||||||
|
show_asset_not_needed: false
|
||||||
|
sync_mode: sync
|
||||||
default_collection_order:
|
default_collection_order:
|
||||||
|
minimum_items: 1
|
||||||
|
delete_below_minimum: false
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
|
run_again_delay: 0
|
||||||
|
missing_only_released: true
|
||||||
|
show_unconfigured: true
|
||||||
|
show_unmanaged: false
|
||||||
|
show_filtered: false
|
||||||
|
show_options: true
|
||||||
|
show_missing: true
|
||||||
only_filter_missing: false
|
only_filter_missing: false
|
||||||
show_options: false
|
show_missing_assets: true
|
||||||
|
save_report: false
|
||||||
|
tvdb_language:
|
||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
verify_ssl: true
|
|
||||||
playlist_sync_to_users: all
|
|
||||||
show_missing_episode_assets: false
|
|
||||||
show_asset_not_needed: true
|
|
||||||
item_refresh_delay: 0
|
item_refresh_delay: 0
|
||||||
custom_repo:
|
playlist_sync_to_users: all
|
||||||
prioritize_assets: false
|
|
||||||
playlist_report: false
|
playlist_report: false
|
||||||
|
custom_repo:
|
||||||
|
verify_ssl: true
|
||||||
check_nightly: false
|
check_nightly: false
|
||||||
show_unconfigured: true
|
playlist_exclude_users: Louisa, Peter
|
||||||
playlist_exclude_users:
|
run_order:
|
||||||
run_again_delay: 0
|
- operations
|
||||||
missing_only_released: false
|
- metadata
|
||||||
show_filtered: false
|
- collections
|
||||||
show_missing: true
|
- overlays
|
||||||
save_report: false
|
|
||||||
plex: # Can be individually specified per library as well
|
plex: # Can be individually specified per library as well
|
||||||
url: http://plex:32400
|
url: http://plex:32400
|
||||||
token:
|
token:
|
||||||
@@ -357,7 +472,7 @@ trakt:
|
|||||||
expires_in: 7889237
|
expires_in: 7889237
|
||||||
refresh_token:
|
refresh_token:
|
||||||
scope: public
|
scope: public
|
||||||
created_at: 1696698036
|
created_at: 1704621604
|
||||||
pin:
|
pin:
|
||||||
mdblist:
|
mdblist:
|
||||||
apikey:
|
apikey:
|
||||||
|
|||||||
@@ -1,72 +0,0 @@
|
|||||||
#############################################################
|
|
||||||
# Episodes Runtime Overlay #
|
|
||||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
||||||
# Credit to Magic815 for base images #
|
|
||||||
#############################################################
|
|
||||||
# Call this from your config.yml (Show): #
|
|
||||||
# overlay_path: #
|
|
||||||
# - git: PMM/overlays/runtimes #
|
|
||||||
# template_variables: #
|
|
||||||
# # Set episode or season to overlay #
|
|
||||||
# overlay_level: #
|
|
||||||
# # Set the horizontal offset for the overlay #
|
|
||||||
# horizontal_offset: 15 #
|
|
||||||
# # Set the horizontal align for the overlay #
|
|
||||||
# horizontal_align: right #
|
|
||||||
# # Set the vertical offset for the overlay #
|
|
||||||
# vertical_offset: 30 #
|
|
||||||
# # Set the vertical align for the overlay #
|
|
||||||
# vertical_align: bottom #
|
|
||||||
# # Set the font for the overlay #
|
|
||||||
# font: fonts/Inter-Medium.ttf #
|
|
||||||
# # Set the font size for the overlay #
|
|
||||||
# font_size: 55 #
|
|
||||||
# # Set the font color for the overlay #
|
|
||||||
# font_color: "#FFFFFF" #
|
|
||||||
# # Set the back color for the overlay #
|
|
||||||
# back_color: "#00000099" #
|
|
||||||
# # Set the back radius for the overlay #
|
|
||||||
# back_radius: 30 #
|
|
||||||
# # Set the back width for the overlay #
|
|
||||||
# back_width: 600 #
|
|
||||||
# # Set the back height for the overlay #
|
|
||||||
# back_height: 105 #
|
|
||||||
#############################################################
|
|
||||||
|
|
||||||
templates:
|
|
||||||
text_runtime_info:
|
|
||||||
optional:
|
|
||||||
- overlay_level
|
|
||||||
default:
|
|
||||||
overlay: <<overlay_name>>
|
|
||||||
horizontal_offset: 40
|
|
||||||
horizontal_align: right
|
|
||||||
vertical_offset: 15
|
|
||||||
vertical_align: bottom
|
|
||||||
font: fonts/Inter-Medium.ttf
|
|
||||||
font_size: 55
|
|
||||||
font_color: "#FFFFFF"
|
|
||||||
back_color: "#00000099"
|
|
||||||
back_radius: 30
|
|
||||||
back_width: 205
|
|
||||||
back_height: 105
|
|
||||||
collection_level: <<overlay_level>>
|
|
||||||
overlay:
|
|
||||||
name: "text(<<runtimeH>>h <<runtimeM>>m)"
|
|
||||||
horizontal_offset: <<horizontal_offset>>
|
|
||||||
horizontal_align: <<horizontal_align>>
|
|
||||||
vertical_offset: <<vertical_offset>>
|
|
||||||
vertical_align: <<vertical_align>>
|
|
||||||
font: <<font>>
|
|
||||||
font_size: <<font_size>>
|
|
||||||
font_color: <<font_color>>
|
|
||||||
back_color: <<back_color>>
|
|
||||||
back_radius: <<back_radius>>
|
|
||||||
back_width: <<back_width>>
|
|
||||||
back_height: <<back_height>>
|
|
||||||
|
|
||||||
overlays:
|
|
||||||
runtime_info:
|
|
||||||
template:
|
|
||||||
- name: text_runtime_info
|
|
||||||
plex_all: true
|
|
||||||
@@ -44,7 +44,7 @@ overlays:
|
|||||||
GB_BBFC_15:
|
GB_BBFC_15:
|
||||||
template:
|
template:
|
||||||
- name: standard
|
- name: standard
|
||||||
- {name: commonsense, rating: "15, gb/15, gb/14+, TV-14, gb/Caution"}
|
- {name: commonsense, rating: "15, gb/15, 16, gb/16, gb/14+, TV-14, gb/Caution"}
|
||||||
GB_BBFC_18:
|
GB_BBFC_18:
|
||||||
template:
|
template:
|
||||||
- name: standard
|
- name: standard
|
||||||
@@ -52,4 +52,8 @@ overlays:
|
|||||||
GB_BBFC_R18:
|
GB_BBFC_R18:
|
||||||
template:
|
template:
|
||||||
- name: standard
|
- name: standard
|
||||||
- {name: commonsense, rating: "R18, gb/R18, gb/X, X, NC-17"}
|
- {name: commonsense, rating: "R18, gb/R18, NC-17"}
|
||||||
|
GB_BBFC_X:
|
||||||
|
template:
|
||||||
|
- name: standard
|
||||||
|
- {name: commonsense, rating: "gb/X, X"}
|
||||||
BIN
holl595/bbfc/GB_BBFC_X.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
@@ -9,34 +9,28 @@ Movies
|
|||||||
- Based on
|
- Based on
|
||||||
- Oscars
|
- Oscars
|
||||||
- Actor Birthdays
|
- Actor Birthdays
|
||||||
- Common Sense Media Content Ratings
|
- Australian Content Ratings
|
||||||
- Common Sense Media Recommended
|
- Common Sense Media Recommended
|
||||||
- Continent
|
- Continent
|
||||||
- Oceania
|
- Oceania
|
||||||
- Franchise
|
|
||||||
- Seasonal
|
- Seasonal
|
||||||
- added Pride Month
|
- added Pride Month
|
||||||
- Universe
|
|
||||||
|
|
||||||
TV Shows
|
TV Shows
|
||||||
- Based on
|
- Based on
|
||||||
- Actor Birthdays
|
- Actor Birthdays
|
||||||
- Common Sense Media Content Ratings
|
- Australian Content Ratings
|
||||||
- Common Sense Media Recommended
|
- Common Sense Media Recommended
|
||||||
- Universe
|
- Universe
|
||||||
- Continent
|
- Continent
|
||||||
- Oceania
|
- Oceania
|
||||||
- Franchise
|
|
||||||
|
|
||||||
**Custom Collections:**
|
**Custom Collections:**
|
||||||
|
|
||||||
Movies
|
Movies
|
||||||
Collections:
|
Collections:
|
||||||
- Disney Live-Action Remakes
|
|
||||||
- DIsney Animation Studios
|
|
||||||
- THree Flavours Cornetto
|
|
||||||
- What Should I Watch?
|
|
||||||
- Expanded Genres #WhoDat104
|
- Expanded Genres #WhoDat104
|
||||||
|
- Franchises #WhoDat104
|
||||||
- Subgenres #WhoDat104
|
- Subgenres #WhoDat104
|
||||||
- Topics #WhoDat104
|
- Topics #WhoDat104
|
||||||
|
|
||||||
@@ -46,8 +40,9 @@ TV Shows
|
|||||||
- Avatar Universe
|
- Avatar Universe
|
||||||
- Expanded Genres #WhoDat104
|
- Expanded Genres #WhoDat104
|
||||||
- Topics #WhoDat104
|
- Topics #WhoDat104
|
||||||
|
- Franchises #WhoDat104
|
||||||
|
|
||||||
Music
|
Music WORK IN PROGRESS
|
||||||
Collections:
|
Collections:
|
||||||
- Top 10 <<mood>> Albums
|
- Top 10 <<mood>> Albums
|
||||||
- Top 100 <<mood>> Tracks
|
- Top 100 <<mood>> Tracks
|
||||||
|
|||||||
@@ -2,9 +2,8 @@ libraries:
|
|||||||
Movies:
|
Movies:
|
||||||
template_variables:
|
template_variables:
|
||||||
use_separator: false
|
use_separator: false
|
||||||
metadata_path:
|
collection_files:
|
||||||
- folder: config/movies
|
- folder: config/movies
|
||||||
- git: bullmoose20/movies_refresh
|
|
||||||
- pmm: actor
|
- pmm: actor
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: '001'
|
collection_section: '001'
|
||||||
@@ -15,11 +14,19 @@ libraries:
|
|||||||
sort_by: audience_rating.desc
|
sort_by: audience_rating.desc
|
||||||
title_format: <<key_name>>'s Birthday
|
title_format: <<key_name>>'s Birthday
|
||||||
data:
|
data:
|
||||||
depth: 20
|
depth: 10
|
||||||
limit: 100
|
limit: 20
|
||||||
tmdb_birthday:
|
tmdb_birthday:
|
||||||
this_month: true
|
this_month: true
|
||||||
- pmm: content_rating_cs
|
- pmm: bafta
|
||||||
|
- pmm: cannes
|
||||||
|
- pmm: content_rating_au
|
||||||
|
- pmm: continent
|
||||||
|
template_variables:
|
||||||
|
include:
|
||||||
|
- Oceania
|
||||||
|
- pmm: genre
|
||||||
|
- pmm: oscars
|
||||||
- pmm: other_chart
|
- pmm: other_chart
|
||||||
template_variables:
|
template_variables:
|
||||||
use_anidb: false
|
use_anidb: false
|
||||||
@@ -27,11 +34,17 @@ libraries:
|
|||||||
use_pirated: false
|
use_pirated: false
|
||||||
visible_library_commonsense: true
|
visible_library_commonsense: true
|
||||||
visible_home_commonsense: true
|
visible_home_commonsense: true
|
||||||
visible_shared_commonsense: true
|
visible_shared_commonsense: true - pmm: razzie
|
||||||
- pmm: continent
|
- pmm: seasonal
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
use_patrick: false
|
||||||
- Oceania
|
use_memorial: false
|
||||||
|
schedule_father: range(09/01-09/07)
|
||||||
|
use_independence: false
|
||||||
|
use_labor: false
|
||||||
|
use_veteran: false
|
||||||
|
use_thanksgiving: false
|
||||||
|
use_aapi: false
|
||||||
- pmm: studio
|
- pmm: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
include:
|
||||||
@@ -39,16 +52,10 @@ libraries:
|
|||||||
- DreamWorks Studios
|
- DreamWorks Studios
|
||||||
- DreamWorks Pictures
|
- DreamWorks Pictures
|
||||||
- Pixar
|
- Pixar
|
||||||
-
|
- pmm: tautulli
|
||||||
- pmm: franchise
|
|
||||||
template_variables:
|
|
||||||
minimum_items: 2
|
|
||||||
delete_below_minimum: true
|
|
||||||
- pmm: universe
|
- pmm: universe
|
||||||
overlay_path:
|
schedule_overlays: weekly(saturday)
|
||||||
- schedule: weekly(saturday)
|
overlay_files:
|
||||||
- remove_overlays: false
|
|
||||||
- reapply_overlays: true
|
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
- pmm: mediastinger
|
- pmm: mediastinger
|
||||||
- pmm: ratings
|
- pmm: ratings
|
||||||
@@ -67,6 +74,9 @@ libraries:
|
|||||||
rating3_font_size: 70
|
rating3_font_size: 70
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
- pmm: resolution
|
- pmm: resolution
|
||||||
|
template_variables:
|
||||||
|
use_resolution: false
|
||||||
|
use_edition: true
|
||||||
- pmm: ribbon
|
- pmm: ribbon
|
||||||
- pmm: versions
|
- pmm: versions
|
||||||
settings:
|
settings:
|
||||||
@@ -74,11 +84,18 @@ libraries:
|
|||||||
- config/assets/Movies/
|
- config/assets/Movies/
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
operations:
|
operations:
|
||||||
split_duplicates: false
|
- schedule: daily
|
||||||
assets_for_all: true
|
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false
|
configured: false
|
||||||
managed: true
|
managed: true
|
||||||
|
metadata_backup:
|
||||||
|
path: config/backups/Movies_Metadata_Backup.yml
|
||||||
|
sync_tags: true
|
||||||
|
add_blank_entries: false
|
||||||
|
genre_mapper:
|
||||||
|
Sci-Fi: Science Fiction
|
||||||
|
Action & Adventure: Action
|
||||||
|
- schedule: weekly(friday)
|
||||||
mass_user_rating_update: mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes
|
||||||
mass_critic_rating_update: imdb
|
mass_critic_rating_update: imdb
|
||||||
mass_audience_rating_update: tmdb
|
mass_audience_rating_update: tmdb
|
||||||
@@ -86,21 +103,15 @@ libraries:
|
|||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
mass_originally_available_update: tmdb
|
mass_originally_available_update: tmdb
|
||||||
mass_imdb_parental_labels: none
|
mass_imdb_parental_labels: none
|
||||||
metadata_backup:
|
split_duplicates: false
|
||||||
path: config/metadata/backups/Movie_Backup.yml
|
assets_for_all: true
|
||||||
sync_tags: true
|
|
||||||
add_blank_entries: false
|
|
||||||
genre_mapper:
|
|
||||||
Sci-Fi: Science Fiction
|
|
||||||
Action & Adventure: Action
|
|
||||||
TV Shows:
|
TV Shows:
|
||||||
report_path: config/missing/TV_report.yml
|
report_path: config/missing/TV_report.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
use_separator: false
|
use_separator: false
|
||||||
library_name: TV Shows
|
library_name: TV Shows
|
||||||
metadata_path:
|
collection_files:
|
||||||
- pmm: based
|
- folder: config/tvshows
|
||||||
# - git: bullmoose20/tv_refresh
|
|
||||||
- pmm: actor
|
- pmm: actor
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: '001'
|
collection_section: '001'
|
||||||
@@ -111,11 +122,17 @@ libraries:
|
|||||||
sort_by: audience_rating.desc
|
sort_by: audience_rating.desc
|
||||||
title_format: <<key_name>>'s Birthday
|
title_format: <<key_name>>'s Birthday
|
||||||
data:
|
data:
|
||||||
depth: 20
|
depth: 10
|
||||||
limit: 100
|
limit: 20
|
||||||
tmdb_birthday:
|
tmdb_birthday:
|
||||||
this_month: true
|
this_month: true
|
||||||
- pmm: content_rating_cs
|
- pmm: based
|
||||||
|
- pmm: content_rating_au
|
||||||
|
- pmm: continent
|
||||||
|
template_variables:
|
||||||
|
include:
|
||||||
|
- Oceania
|
||||||
|
- pmm: genre
|
||||||
- pmm: other_chart
|
- pmm: other_chart
|
||||||
template_variables:
|
template_variables:
|
||||||
use_anidb: false
|
use_anidb: false
|
||||||
@@ -124,27 +141,17 @@ libraries:
|
|||||||
visible_library_commonsense: true
|
visible_library_commonsense: true
|
||||||
visible_home_commonsense: true
|
visible_home_commonsense: true
|
||||||
visible_shared_commonsense: true
|
visible_shared_commonsense: true
|
||||||
|
- pmm: tautulli
|
||||||
- pmm: universe
|
- pmm: universe
|
||||||
- pmm: continent
|
schedule_overlays: weekly(friday)
|
||||||
template_variables:
|
overlay_files:
|
||||||
include:
|
|
||||||
- Oceania
|
|
||||||
- pmm: franchise
|
|
||||||
template_variables:
|
|
||||||
minimum_items: 2
|
|
||||||
delete_below_minimum: true
|
|
||||||
- folder: config/tvshows
|
|
||||||
overlay_path:
|
|
||||||
- schedule: weekly(friday)
|
|
||||||
- remove_overlays: false
|
|
||||||
- reapply_overlays: true
|
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
builder_level: season
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
- pmm: ratings
|
- pmm: ratings
|
||||||
template_variables:
|
template_variables:
|
||||||
rating1: user
|
rating1: user
|
||||||
@@ -171,64 +178,54 @@ libraries:
|
|||||||
rating2_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
rating2_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
||||||
rating2_font_size: 70
|
rating2_font_size: 70
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
- pmm: ribbon
|
- pmm: ribbon
|
||||||
- pmm: runtimes
|
- pmm: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
builder_level: episode
|
||||||
- pmm: status
|
- pmm: status
|
||||||
- pmm: versions
|
- pmm: versions
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: show
|
builder_level: show
|
||||||
- pmm: versions
|
- pmm: versions
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
builder_level: season
|
||||||
- pmm: ribbon
|
- pmm: ribbon
|
||||||
settings:
|
settings:
|
||||||
asset_directory:
|
asset_directory:
|
||||||
- config/assets/TV Shows/
|
- config/assets/TV Shows/
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
operations:
|
operations:
|
||||||
split_duplicates: false
|
- schedule: daily
|
||||||
assets_for_all: true
|
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false
|
configured: false
|
||||||
managed: true
|
managed: true
|
||||||
mass_user_rating_update: mdb_tomatoes
|
|
||||||
mass_critic_rating_update: imdb
|
|
||||||
mass_audience_rating_update: tmdb
|
|
||||||
mass_genre_update: omdb
|
|
||||||
mass_content_rating_update: mdb_commonsense
|
|
||||||
mass_originally_available_update: tmdb
|
|
||||||
mass_episode_critic_rating_update: imdb
|
|
||||||
mass_episode_audience_rating_update: tmdb
|
|
||||||
mass_imdb_parental_labels: none
|
|
||||||
metadata_backup:
|
metadata_backup:
|
||||||
path: config/metadata/backups/TVShows_Backup.yml
|
path: config/backups/Movies_Metadata_Backup.yml
|
||||||
sync_tags: true
|
sync_tags: true
|
||||||
add_blank_entries: false
|
add_blank_entries: false
|
||||||
genre_mapper:
|
genre_mapper:
|
||||||
Sci-Fi: Science Fiction
|
Sci-Fi: Science Fiction
|
||||||
Action & Adventure: Action
|
Action & Adventure: Action
|
||||||
|
- schedule: weekly(wednesday)
|
||||||
|
mass_user_rating_update: mdb_tomatoes
|
||||||
|
mass_critic_rating_update: imdb
|
||||||
|
mass_audience_rating_update: tmdb
|
||||||
|
mass_genre_update: omdb
|
||||||
|
- schedule: weekly (thursday)
|
||||||
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
mass_originally_available_update: tmdb
|
||||||
|
mass_episode_critic_rating_update: imdb
|
||||||
|
mass_episode_audience_rating_update: tmdb
|
||||||
|
mass_imdb_parental_labels: none
|
||||||
|
split_duplicates: false
|
||||||
|
assets_for_all: true
|
||||||
Music:
|
Music:
|
||||||
schedule: weekly (sunday)
|
schedule: weekly (sunday)
|
||||||
|
remove_overlays: true
|
||||||
library_name: Music
|
library_name: Music
|
||||||
metadata_path:
|
#collection_files:
|
||||||
- folder: config/music
|
# - folder: config/music
|
||||||
operations:
|
|
||||||
delete_collections:
|
|
||||||
less: 20
|
|
||||||
metadata_backup:
|
|
||||||
path: config/metadata/backups/Music_Backup.yml
|
|
||||||
sync_tags: true
|
|
||||||
add_blank_entries: false
|
|
||||||
overlay_path:
|
|
||||||
- schedule: weekly(saturday)
|
|
||||||
- remove_overlays: false
|
|
||||||
- reapply_overlays: false
|
|
||||||
- pmm: audio_codec
|
|
||||||
template_variables:
|
|
||||||
overlay_level: album
|
|
||||||
playlist_files:
|
playlist_files:
|
||||||
- pmm: playlist
|
- pmm: playlist
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -238,7 +235,7 @@ settings:
|
|||||||
cache: true
|
cache: true
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
asset_directory: config/assets
|
asset_directory: config/assets
|
||||||
missing_path: config/missing
|
report_path: config/missing
|
||||||
asset_folders: true
|
asset_folders: true
|
||||||
asset_depth: 1
|
asset_depth: 1
|
||||||
create_asset_folders: false
|
create_asset_folders: false
|
||||||
@@ -250,7 +247,7 @@ settings:
|
|||||||
show_asset_not_needed: false
|
show_asset_not_needed: false
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
minimum_items: 1
|
minimum_items: 1
|
||||||
default_collection_order:
|
default_collection_order: null
|
||||||
delete_below_minimum: true
|
delete_below_minimum: true
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
run_again_delay: 2
|
run_again_delay: 2
|
||||||
@@ -264,15 +261,20 @@ settings:
|
|||||||
show_missing_assets: false
|
show_missing_assets: false
|
||||||
save_report: false
|
save_report: false
|
||||||
tvdb_language: eng
|
tvdb_language: eng
|
||||||
ignore_ids:
|
ignore_ids: null
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids: null
|
||||||
item_refresh_delay: 0
|
item_refresh_delay: 0
|
||||||
playlist_sync_to_user: all
|
playlist_sync_to_user: all
|
||||||
playlist_exclude_users:
|
playlist_exclude_users: null
|
||||||
playlist_report: false
|
playlist_report: false
|
||||||
verify_ssl: true
|
verify_ssl: true
|
||||||
custom_repo:
|
custom_repo: null
|
||||||
check_nightly: true
|
check_nightly: true
|
||||||
|
run_order:
|
||||||
|
- operations
|
||||||
|
- metadata
|
||||||
|
- collections
|
||||||
|
- overlays
|
||||||
webhooks:
|
webhooks:
|
||||||
error: notifiarr
|
error: notifiarr
|
||||||
version: notifiarr
|
version: notifiarr
|
||||||
@@ -304,11 +306,6 @@ mdblist:
|
|||||||
cache_expiration: 600
|
cache_expiration: 600
|
||||||
notifiarr:
|
notifiarr:
|
||||||
apikey: [REDACTED]
|
apikey: [REDACTED]
|
||||||
anidb:
|
|
||||||
username:
|
|
||||||
password:
|
|
||||||
language: en
|
|
||||||
client:
|
|
||||||
radarr:
|
radarr:
|
||||||
url: http://localhost:7878
|
url: http://localhost:7878
|
||||||
token: [REDACTED]
|
token: [REDACTED]
|
||||||
@@ -353,11 +350,3 @@ trakt:
|
|||||||
refresh_token: [REDACTED]
|
refresh_token: [REDACTED]
|
||||||
scope: [REDACTED]
|
scope: [REDACTED]
|
||||||
created_at: [REDACTED]
|
created_at: [REDACTED]
|
||||||
mal:
|
|
||||||
client_id:
|
|
||||||
client_secret:
|
|
||||||
authorization:
|
|
||||||
access_token:
|
|
||||||
token_type:
|
|
||||||
expires_in:
|
|
||||||
refresh_token:
|
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
templates:
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
genre: <<collection>>
|
|
||||||
sort_by: release.desc
|
|
||||||
url_poster: https://theposterdb.com/api/assets/<<poster>>
|
|
||||||
sort_title: ++++++++_<<collection_name>>
|
|
||||||
collection_mode: hide
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Disney Live-Action Remakes:
|
|
||||||
imdb_list: https://www.imdb.com/list/ls083312980/
|
|
||||||
sort_title: '!070_Walt Disney Live-Action Remakes'
|
|
||||||
collection_order: alpha
|
|
||||||
|
|
||||||
Disney Animation Studios:
|
|
||||||
imdb_list: https://www.imdb.com/list/ls076436131/
|
|
||||||
sort_title: '!070_Walt Disney Animation Studios'
|
|
||||||
collection_order: alpha
|
|
||||||
|
|
||||||
The Three Flavours Cornetto:
|
|
||||||
imdb_list: https://www.imdb.com/list/ls009887457/
|
|
||||||
summary: The anthology series of British comedic genre films directed by Edgar Wright, written by Wright and Simon Pegg, and produced by Nira Park.
|
|
||||||
sort_title: 'Three Flavours Cornetto'
|
|
||||||
collection_order: release
|
|
||||||
@@ -1,203 +0,0 @@
|
|||||||
##################################
|
|
||||||
# Genres #
|
|
||||||
##################################
|
|
||||||
templates:
|
|
||||||
Collection:
|
|
||||||
optional:
|
|
||||||
- poster
|
|
||||||
url_poster: <<poster>>
|
|
||||||
sync_mode: sync
|
|
||||||
sort_title: "!015_<<collection_name>>"
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Action:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Action.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: action
|
|
||||||
Adventure:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Adventure.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: adventure
|
|
||||||
Animated Shorts:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Animated%20Shorts.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: animation
|
|
||||||
content_rating: G, PG
|
|
||||||
duration.lte: 20
|
|
||||||
Animation:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Animation.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: animation
|
|
||||||
content_rating: G, PG
|
|
||||||
Biography:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Biography.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: biography
|
|
||||||
Comedy Horror:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Comedy%20Horror.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre:
|
|
||||||
- comedy
|
|
||||||
- horror
|
|
||||||
Crime:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Crime.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: crime
|
|
||||||
Documentary:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Documentary.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: documentary
|
|
||||||
Drama:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Drama.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: drama
|
|
||||||
Family:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Family.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: family
|
|
||||||
Fantasy:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fantasy.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: fantasy
|
|
||||||
Film Noir:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Film%20Noir.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: film-noir
|
|
||||||
Foreign:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Foreign.jpg}
|
|
||||||
smart_filter:
|
|
||||||
any:
|
|
||||||
audio_language:
|
|
||||||
- ar # Arabic
|
|
||||||
- bs # Bosnian
|
|
||||||
- zh # Chinese
|
|
||||||
- cs # Czech
|
|
||||||
- da # Danish
|
|
||||||
- nl # Dutch
|
|
||||||
- fo # Faroese
|
|
||||||
- fil # Filipino
|
|
||||||
- fi # Finnish
|
|
||||||
- fr # French
|
|
||||||
- de # German
|
|
||||||
- hu # Hungarian
|
|
||||||
- id # Indonesian
|
|
||||||
- it # Italian
|
|
||||||
- ja # Japanese
|
|
||||||
- kn # Kannada
|
|
||||||
- ms # Malay
|
|
||||||
- ml # Malayalam
|
|
||||||
- no # Norwegian
|
|
||||||
- pl # Polish
|
|
||||||
- ro # Romanian
|
|
||||||
- ru # Russian
|
|
||||||
- sr # Serbian
|
|
||||||
- sv # Swedish
|
|
||||||
- ta # Tamil
|
|
||||||
- tr # Turkish
|
|
||||||
- uk # Ukranian
|
|
||||||
all:
|
|
||||||
country.not:
|
|
||||||
- United States of America
|
|
||||||
- United Kingdom
|
|
||||||
- Canada
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
History:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/History.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: history
|
|
||||||
Horror:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Horror.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: horror
|
|
||||||
Indie:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Indie.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: indie
|
|
||||||
Martial Arts:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Martial%20Arts.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: martial arts
|
|
||||||
Musical:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Musical.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: musical
|
|
||||||
Mystery:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mystery.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: mystery
|
|
||||||
Romance:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Romance.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: romance
|
|
||||||
Romantic Comedy:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Romantic%20Comedy.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre:
|
|
||||||
- comedy
|
|
||||||
- romance
|
|
||||||
Science Fiction:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Science%20Fiction.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
any:
|
|
||||||
genre: science fiction
|
|
||||||
Short:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Short.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: short
|
|
||||||
Sport:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: sport
|
|
||||||
Suspense:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Suspense.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: suspense
|
|
||||||
Thriller:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Thriller.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: thriller
|
|
||||||
True Crime:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/True%20Crime.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre:
|
|
||||||
- documentary
|
|
||||||
- crime
|
|
||||||
War:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/War.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: war
|
|
||||||
Western:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Western.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
genre: western
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
#####################################################################
|
|
||||||
# "Based On..." Collections #
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Based on a Book:
|
|
||||||
mdblist_list:
|
|
||||||
url: https://mdblist.com/lists/plexmetamanager/based_on_books_movies
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Book.jpg
|
|
||||||
schedule: yearly(01/30)
|
|
||||||
radarr_add_missing: false
|
|
||||||
Based on a Comic:
|
|
||||||
mdblist_list:
|
|
||||||
url: https://mdblist.com/lists/plexmetamanager/based_on_comics_movies
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
sort_title: "!014_Comic"
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Comic.jpg
|
|
||||||
schedule: yearly(01/30)
|
|
||||||
radarr_add_missing: false
|
|
||||||
Based on a True Story:
|
|
||||||
mdblist_list:
|
|
||||||
url: https://mdblist.com/lists/plexmetamanager/based_on_true_story_movies
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
sort_title: "!014_True_Story"
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/True%20Story.jpg
|
|
||||||
schedule: yearly(01/30)
|
|
||||||
radarr_add_missing: false
|
|
||||||
Based on Video Games:
|
|
||||||
mdblist_list:
|
|
||||||
url: https://mdblist.com/lists/plexmetamanager/based_on_video_games_movies
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
sort_title: "!014_Video_Games"
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Video%20Game.jpg
|
|
||||||
schedule: yearly(01/30)
|
|
||||||
radarr_add_missing: false
|
|
||||||
@@ -1,177 +0,0 @@
|
|||||||
##############################################################################
|
|
||||||
# Seasonal Collections #
|
|
||||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
||||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
||||||
# https://metamanager.wiki/en/latest/defaults/movie/seasonal.html #
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
external_templates:
|
|
||||||
pmm: templates
|
|
||||||
|
|
||||||
templates:
|
|
||||||
holiday:
|
|
||||||
default:
|
|
||||||
sync_mode: sync
|
|
||||||
sync_mode_<<key>>: <<sync_mode>>
|
|
||||||
sort_by: title.asc
|
|
||||||
sort_by_<<key>>: <<sort_by>>
|
|
||||||
schedule_<<key>>: <<schedule>>
|
|
||||||
limit_<<key>>: <<limit>>
|
|
||||||
tmdb_collection_<<key>>: <<tmdb_collection>>
|
|
||||||
tmdb_movie_<<key>>: <<tmdb_movie>>
|
|
||||||
imdb_list_<<key>>: <<imdb_list>>
|
|
||||||
trakt_list_<<key>>: <<trakt_list>>
|
|
||||||
mdblist_list_<<key>>: <<mdblist_list>>
|
|
||||||
summary_<<key>>: <<summary_format>>
|
|
||||||
name_<<key>>: <<name_format>>
|
|
||||||
emoji: ""
|
|
||||||
emoji_<<key>>: <<emoji>>
|
|
||||||
optional:
|
|
||||||
- schedule
|
|
||||||
- tmdb_collection
|
|
||||||
- tmdb_movie
|
|
||||||
- limit
|
|
||||||
- imdb_list
|
|
||||||
- trakt_list
|
|
||||||
- mdblist_list
|
|
||||||
- summary_format
|
|
||||||
- name_format
|
|
||||||
- key_name
|
|
||||||
- translation_key
|
|
||||||
- limit
|
|
||||||
smart_label:
|
|
||||||
sort_by: <<sort_by_<<key>>>>
|
|
||||||
limit: <<limit_<<key>>>>
|
|
||||||
all:
|
|
||||||
label: <<smart_label>>
|
|
||||||
schedule: <<schedule_<<key>>>>
|
|
||||||
delete_not_scheduled: true
|
|
||||||
sync_mode: <<sync_mode_<<key>>>>
|
|
||||||
tmdb_collection: <<tmdb_collection_<<key>>>>
|
|
||||||
tmdb_movie: <<tmdb_movie_<<key>>>>
|
|
||||||
imdb_list: <<imdb_list_<<key>>>>
|
|
||||||
trakt_list: <<trakt_list_<<key>>>>
|
|
||||||
mdblist_list: <<mdblist_list_<<key>>>>
|
|
||||||
cache_builders: 1
|
|
||||||
translation_key: <<translation_key>>
|
|
||||||
key_name: <<key_name>>
|
|
||||||
summary: <<summary_<<key>>>>
|
|
||||||
name: <<name_<<key>>>>
|
|
||||||
limit: <<limit_<<key>>>>
|
|
||||||
translation_prefix: <<emoji_<<key>>>>
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Seasonal Collections:
|
|
||||||
template:
|
|
||||||
- name: separator
|
|
||||||
separator: seasonal
|
|
||||||
use_separator: false
|
|
||||||
key_name: Seasonal
|
|
||||||
translation_key: separator
|
|
||||||
|
|
||||||
dynamic_collections:
|
|
||||||
Seasonal:
|
|
||||||
type: custom
|
|
||||||
data:
|
|
||||||
years: New Year's Day
|
|
||||||
valentine: Valentine's Day
|
|
||||||
patrick: St. Patrick's Day
|
|
||||||
easter: Easter
|
|
||||||
mother: Mother's Day
|
|
||||||
father: Father's Day
|
|
||||||
halloween: Halloween
|
|
||||||
christmas: Christmas
|
|
||||||
disabilities: Day of Persons with Disabilities
|
|
||||||
black_history: Black History Month
|
|
||||||
lgbtq: LGBTQ+ Pride Month
|
|
||||||
latinx: Latinx Heritage Month
|
|
||||||
women: Women's History Month
|
|
||||||
title_format: <<key_name>> <<library_typeU>>s
|
|
||||||
template:
|
|
||||||
- holiday
|
|
||||||
- shared
|
|
||||||
- arr
|
|
||||||
template_variables:
|
|
||||||
emoji:
|
|
||||||
years: "🎊 "
|
|
||||||
valentine: "💘 "
|
|
||||||
patrick: "☘ "
|
|
||||||
easter: "🐰 "
|
|
||||||
mother: "🤱 "
|
|
||||||
father: "👨 "
|
|
||||||
halloween: "🎃 "
|
|
||||||
christmas: "🎅 "
|
|
||||||
disabilities: "♿ "
|
|
||||||
lgbtq: "🏳️🌈 "
|
|
||||||
latinx: "🪅 "
|
|
||||||
women: "🚺 "
|
|
||||||
black_history: "✊ 🏿 "
|
|
||||||
schedule:
|
|
||||||
years: range(12/26-01/04)
|
|
||||||
valentine: range(02/01-02/29)
|
|
||||||
patrick: range(03/01-03/18)
|
|
||||||
easter: range(03/20-04/30)
|
|
||||||
mother: range(05/05-05/10)
|
|
||||||
father: range(09/15-09/20)
|
|
||||||
halloween: range(10/01-10/31)
|
|
||||||
christmas: range(12/01-12/31)
|
|
||||||
disabilities: range(12/02-12/04)
|
|
||||||
black_history: range(02/01-03/01)
|
|
||||||
lgbtq: range(05/31-06/30)
|
|
||||||
latinx: range(09/15-10/15)
|
|
||||||
women: range(02/28-03/31)
|
|
||||||
imdb_list:
|
|
||||||
years: https://www.imdb.com/list/ls066838460/
|
|
||||||
valentine:
|
|
||||||
- https://www.imdb.com/list/ls000094398/
|
|
||||||
- https://www.imdb.com/list/ls057783436/
|
|
||||||
- https://www.imdb.com/list/ls064427905/
|
|
||||||
patrick: https://www.imdb.com/list/ls063934595/
|
|
||||||
easter:
|
|
||||||
- https://www.imdb.com/list/ls062665509/
|
|
||||||
- https://www.imdb.com/list/ls051733651/
|
|
||||||
mother: https://www.imdb.com/list/ls072551197/
|
|
||||||
father: https://www.imdb.com/list/ls020471057/
|
|
||||||
halloween:
|
|
||||||
- https://www.imdb.com/list/ls023118929/
|
|
||||||
- https://www.imdb.com/list/ls000099714/
|
|
||||||
christmas: https://www.imdb.com/list/ls000096828/
|
|
||||||
women:
|
|
||||||
- https://www.imdb.com/search/keyword/?keywords=women-in-film&ref_=fn_kw_kw_9
|
|
||||||
- https://www.imdb.com/search/keyword/?keywords=women%27s-rights&ref_=fn_kw_kw_2
|
|
||||||
- https://www.imdb.com/search/keyword/?keywords=women%27s-suffrage&ref_=fn_kw_kw_13
|
|
||||||
tmdb_collection:
|
|
||||||
halloween:
|
|
||||||
- 185103 # Hotel Transylvania
|
|
||||||
- 11716 # Addams Family
|
|
||||||
- 750822 # Addams Family Animated
|
|
||||||
- 313086 # Conjuring
|
|
||||||
- 91361 # Halloween Collection
|
|
||||||
- 8581 # A Nightmare on Elm Street Collection
|
|
||||||
- 1733 # The Mummy Collection
|
|
||||||
- 8091 # Alien Collection
|
|
||||||
- 2980 # Ghostbusters
|
|
||||||
- 751156 # Hocus Pocus
|
|
||||||
tmdb_movie:
|
|
||||||
halloween:
|
|
||||||
- 23437 # A Nightmare on Elm Street (2010)
|
|
||||||
mdblist_list:
|
|
||||||
disabilities:
|
|
||||||
- https://mdblist.com/lists/plexmetamanager/day-of-persons-with-disabilities
|
|
||||||
lgbtq:
|
|
||||||
- https://mdblist.com/lists/plexmetamanager/lgbtq-pride-month
|
|
||||||
- https://www.imdb.com/list/ls063526611/'
|
|
||||||
latinx:
|
|
||||||
- https://mdblist.com/lists/plexmetamanager/latinx-heritage-month
|
|
||||||
trakt_list:
|
|
||||||
black_history:
|
|
||||||
- https://trakt.tv/users/hoochzilla/lists/black-cinema?display=movie&sort=title,asc
|
|
||||||
- https://trakt.tv/users/bluephi8/lists/black-history?display=movie&sort=title,asc
|
|
||||||
visible_home:
|
|
||||||
default: true
|
|
||||||
visible_shared:
|
|
||||||
default: true
|
|
||||||
image:
|
|
||||||
default: seasonal/<<key>>
|
|
||||||
translation_key:
|
|
||||||
default: seasonal
|
|
||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
||||||
schedule: yearly(01/30)
|
schedule: yearly(01/30)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.png
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"100 Years... 100 Movies":
|
"100 Years... 100 Movies":
|
||||||
@@ -45,7 +45,7 @@ collections:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten !1"
|
sort_title: "!130_Rotten !1"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20All-Time.png
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
|
||||||
Rotten Tomatoes Best Horror:
|
Rotten Tomatoes Best Horror:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -53,7 +53,7 @@ collections:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten !2"
|
sort_title: "!130_Rotten !2"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Horror.png
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
|
||||||
Rotten Tomatoes Best Rom Com:
|
Rotten Tomatoes Best Rom Com:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -61,7 +61,7 @@ collections:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten !3"
|
sort_title: "!130_Rotten !3"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.png
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Rotten Tomatoes Best of:
|
Rotten Tomatoes Best of:
|
||||||
507
ladywhiskers/movies/movies_franchises.yml
Normal file
@@ -0,0 +1,507 @@
|
|||||||
|
##################################
|
||||||
|
# #
|
||||||
|
# Franchise #
|
||||||
|
# #
|
||||||
|
##################################
|
||||||
|
templates:
|
||||||
|
Collection:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
schedule: monthly(20)
|
||||||
|
collections:
|
||||||
|
3 Ninjas:
|
||||||
|
template: {name: Collection, collection: 71458}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/3 Ninjas.jpg
|
||||||
|
101 Dalmatians:
|
||||||
|
template: {name: Collection, collection: "100693, 124916", movie: 337404}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/101 Dalmatians.jpg
|
||||||
|
"28 Days/Weeks Later":
|
||||||
|
template: {name: Collection, collection: 1565}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/28%20Days%20Weeks%20Later.jpg
|
||||||
|
A Nightmare on Elm Street:
|
||||||
|
template: {name: Collection, collection: 8581, movie: "6466, 23437"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/A%20Nightmare%20on%20Elm%20Street.jpg
|
||||||
|
All Dogs Go to Heaven:
|
||||||
|
template: {name: Collection, collection: 140910}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/All Dogs Go to Heaven.jpg
|
||||||
|
Alvin and the Chipmunks:
|
||||||
|
template: {name: Collection, collection: 167613}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Alvin and the Chipmunks.jpg
|
||||||
|
American Pie:
|
||||||
|
template: {name: Collection, collection: "2806, 298820"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/American%20Pie.jpg
|
||||||
|
Anaconda:
|
||||||
|
template: {name: Collection, collection: 105995, movie: 336560}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Anaconda.jpg
|
||||||
|
Angels in the:
|
||||||
|
template: {name: Collection, collection: 508334}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Angels%20In%20The.jpg
|
||||||
|
Back to the Future:
|
||||||
|
template: {name: Collection, collection: 264}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Back to the Future.jpg
|
||||||
|
Barbershop:
|
||||||
|
template: {name: Collection, collection: 176097, movie: 14177}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Barbershop.jpg
|
||||||
|
Batman:
|
||||||
|
template: {name: Collection, collection: "120794, 263, 948485"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Batman.jpg
|
||||||
|
Battlestar Galactica:
|
||||||
|
template: {name: Collection, collection: 91697}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Battlestar Galactica.jpg
|
||||||
|
Beauty and the Beast:
|
||||||
|
template: {name: Collection, collection: 153010, movie: 321612}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Beauty and the Beast.jpg
|
||||||
|
Blade:
|
||||||
|
template: {name: Collection, collection: 735}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Blade.jpg
|
||||||
|
Bourne:
|
||||||
|
template: {name: Collection, collection: 31562}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Bourne.jpg
|
||||||
|
Captain America:
|
||||||
|
template: {name: Collection, collection: 131295}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Captain America.jpg
|
||||||
|
Charlie Brown:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls054850259/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Charlie%20Brown.jpg
|
||||||
|
Child's Play:
|
||||||
|
template: {name: Collection, collection: 10455}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Child's Play.jpg
|
||||||
|
Children of the Corn:
|
||||||
|
template: {name: Collection, collection: 115225}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Children of the Corn.jpg
|
||||||
|
Cloverfield:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls096108041/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Cloverfield.jpg
|
||||||
|
Cornetto Trilogy:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls068623110/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Cornetto%20Trilogy.jpg
|
||||||
|
DC SuperHero Girls:
|
||||||
|
template: {name: Collection, collection: "477208, 557495"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/DC%20Super%20Hero%20Girls.jpg
|
||||||
|
Deadpool:
|
||||||
|
template: {name: Collection, collection: 448150, movie: 567604}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Deadpool.jpg
|
||||||
|
Despicable Me:
|
||||||
|
template: {name: Collection, collection: "86066, 544669"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Despicable%20Me.jpg
|
||||||
|
Die Hard:
|
||||||
|
template: {name: Collection, collection: 1570}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Die Hard.jpg
|
||||||
|
Ernest:
|
||||||
|
template: {name: Collection, collection: 330555}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Ernest.jpg
|
||||||
|
Escape From:
|
||||||
|
template: {name: Collection, collection: 115838}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Escape%20From.jpg
|
||||||
|
Evil Dead:
|
||||||
|
template: {name: Collection, collection: 1960}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Evil Dead.jpg
|
||||||
|
Fear Street:
|
||||||
|
template: {name: Collection, collection: 790370}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Fear Street.jpg
|
||||||
|
Fifty Shades of Grey:
|
||||||
|
template: {name: Collection, collection: 344830}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Fifty Shades of Grey.jpg
|
||||||
|
Final Destination:
|
||||||
|
template: {name: Collection, collection: 8864}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Final Destination.jpg
|
||||||
|
Final Fantasy:
|
||||||
|
template: {name: Collection, collection: 140760}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Final%20Fantasy.jpg
|
||||||
|
Friday the 13th:
|
||||||
|
template: {name: Collection, collection: 9735, movie: "6466, 222724"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Friday%20the%2013th.jpg
|
||||||
|
Frozen:
|
||||||
|
template: {name: Collection, collection: 386382, movie: "326359, 460793"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Frozen.jpg
|
||||||
|
Futurama:
|
||||||
|
template: {name: Collection, collection: 13800}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Futurama.jpg
|
||||||
|
Garfield:
|
||||||
|
template: {name: Collection, collection: "86115, 373918"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Garfield.jpg
|
||||||
|
Ghostbusters:
|
||||||
|
template: {name: Collection, collection: 2980, movie: 43074}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Ghostbusters.jpg
|
||||||
|
Godzilla:
|
||||||
|
template: {name: Collection, collection: "535313, 374509, 374511, 374512", movie: "293167, 18983, 39256, 18983, 39256, 293167"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Godzilla.jpg
|
||||||
|
"Halloween: Michael Myers":
|
||||||
|
template: {name: Collection, collection: "91361, 126209, 424139, 610253, 616820"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Halloween.jpg
|
||||||
|
Halloweentown:
|
||||||
|
template: {name: Collection, collection: 87252}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Halloweentown.jpg
|
||||||
|
Halo:
|
||||||
|
template: {name: Collection, collection: 606301}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Halo.jpg
|
||||||
|
Hannibal Lecter:
|
||||||
|
template: {name: Collection, collection: 9743, movie: 11454}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Hannibal%20Lecter.jpg
|
||||||
|
Has Fallen:
|
||||||
|
template: {name: Collection, collection: 386534}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Has%20Fallen.jpg
|
||||||
|
Hellraiser:
|
||||||
|
template: {name: Collection, collection: 8917}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hellraiser.jpg
|
||||||
|
Highlander:
|
||||||
|
template: {name: Collection, collection: 8050}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Highlander.jpg
|
||||||
|
Home Alone:
|
||||||
|
template: {name: Collection, collection: 9888}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Home Alone.jpg
|
||||||
|
Hostel:
|
||||||
|
template: {name: Collection, collection: 86578}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hostel.jpg
|
||||||
|
Hotel Transylvania:
|
||||||
|
template: {name: Collection, collection: 185103}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hotel Transylvania.jpg
|
||||||
|
How to Train Your Dragon:
|
||||||
|
template: {name: Collection, collection: 89137}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/How to Train Your Dragon.jpg
|
||||||
|
I Know What You Did Last Summer:
|
||||||
|
template: {name: Collection, collection: 3601}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/I Know What You Did Last Summer.jpg
|
||||||
|
Ice Age:
|
||||||
|
template: {name: Collection, collection: 8354, movie: "79218, 717095, 387893"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Ice%20Age.jpg
|
||||||
|
Indiana Jones:
|
||||||
|
template: {name: Collection, collection: 84}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Indiana%20Jones.jpg
|
||||||
|
Insidious:
|
||||||
|
template: {name: Collection, collection: 228446}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Insidious.jpg
|
||||||
|
IP Man:
|
||||||
|
template: {name: Collection, collection: 70068, movie: "658009, 643413, 450001, 751391, 44249, 182127, 44865"}
|
||||||
|
collection_order: alpha
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/IP%20Man.jpg
|
||||||
|
Iron Man:
|
||||||
|
template: {name: Collection, collection: 131292}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Iron Man.jpg
|
||||||
|
James Bond:
|
||||||
|
template: {name: Collection, collection: 645}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/James%20Bond%20007.jpg
|
||||||
|
Jack Ryan:
|
||||||
|
template: {name: Collection, collection: 192492, movie: "4614, 137094"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jack Ryan.jpg
|
||||||
|
Jaws:
|
||||||
|
template: {name: Collection, collection: 2366}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jaws.jpg
|
||||||
|
Jumanji:
|
||||||
|
template: {name: Collection, collection: 495527}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jumanji.jpg
|
||||||
|
Jurassic Park:
|
||||||
|
template: {name: Collection, collection: 328, movie: 630322}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Jurassic%20Park.jpg
|
||||||
|
Justice League:
|
||||||
|
template: {name: Collection, collection: 256287}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Justice League.jpg
|
||||||
|
Karate Kid:
|
||||||
|
template: {name: Collection, collection: 8580, movie: 38575}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Karate%20Kid.jpg
|
||||||
|
Kingsman:
|
||||||
|
template: {name: Collection, collection: 391860}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Kingsman.jpg
|
||||||
|
Kung Fu Panda:
|
||||||
|
template: {name: Collection, collection: 77816}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Kung Fu Panda.jpg
|
||||||
|
Lake Placid:
|
||||||
|
template: {name: Collection, collection: 97768}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lake Placid.jpg
|
||||||
|
Legally Blonde:
|
||||||
|
template: {name: Collection, collection: 86024}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Legally Blonde.jpg
|
||||||
|
Leprechaun:
|
||||||
|
template: {name: Collection, collection: 19285}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Leprechaun.jpg
|
||||||
|
Lethal Weapon:
|
||||||
|
template: {name: Collection, collection: 945}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lethal Weapon.jpg
|
||||||
|
Lilo & Stitch:
|
||||||
|
template: {name: Collection, collection: 97461}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lilo & Stitch.jpg
|
||||||
|
Look Who's Talking:
|
||||||
|
template: {name: Collection, collection: 9521}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Look Who's Talking.jpg
|
||||||
|
Mad Max:
|
||||||
|
template: {name: Collection, collection: 8945}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Mad Max.jpg
|
||||||
|
Madagascar:
|
||||||
|
template: {name: Collection, collection: 14740, movie: "161143, 25472, 270946"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Madagascar.jpg
|
||||||
|
Marx Brothers:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls068486735/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Marx%20Brothers.jpg
|
||||||
|
Meet the Parents:
|
||||||
|
template: {name: Collection, collection: 51509}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Meet the Parents.jpg
|
||||||
|
Men In Black:
|
||||||
|
template: {name: Collection, collection: 86055}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Men In Black.jpg
|
||||||
|
Missing in Action:
|
||||||
|
template: {name: Collection, collection: 46512}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Missing in Action.jpg
|
||||||
|
"Mission: Impossible":
|
||||||
|
template: {name: Collection, collection: 87359}
|
||||||
|
name_mapping: Mission Impossible
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Mission%20Impossible.jpg
|
||||||
|
Monty Python:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls072012494/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Monty%20Python.jpg
|
||||||
|
Mortal Kombat:
|
||||||
|
template: {name: Collection, collection: "9818, 931431", movie: 664767}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Mortal%20Kombat.jpg
|
||||||
|
National Lampoon Vacation:
|
||||||
|
template: {name: Collection, collection: 108693, movie: "11155, 296099"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/National Lampoon Vacation.jpg
|
||||||
|
Night at the Museum:
|
||||||
|
template: {name: Collection, collection: 85943}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night at the Museum.jpg
|
||||||
|
Night of the Demons:
|
||||||
|
template: {name: Collection, collection: 136218}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night of the Demons.jpg
|
||||||
|
Night of the Living Dead:
|
||||||
|
template: {name: Collection, collection: 261590, movie: "13025, 29426"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night of the Living Dead.jpg
|
||||||
|
"Ocean's":
|
||||||
|
template: {name: Collection, collection: 304}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Ocean's.jpg
|
||||||
|
Oz:
|
||||||
|
template: {name: Collection, collection: 627517, movie: "13155, 68728"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Oz.jpg
|
||||||
|
Pet Semetary:
|
||||||
|
template: {name: Collection, collection: 10789, movie: 157433}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pet%20Sematary.jpg
|
||||||
|
Pirates of the Caribbean:
|
||||||
|
template: {name: Collection, collection: 295}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pirates%20of%20the%20Caribbean.jpg
|
||||||
|
Pitch Perfect:
|
||||||
|
template: {name: Collection, collection: 306031}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Pitch Perfect.jpg
|
||||||
|
Planet of the Apes:
|
||||||
|
template: {name: Collection, collection: "1709, 173710"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Planet%20of%20the%20Apes.jpg
|
||||||
|
Police Academy:
|
||||||
|
template: {name: Collection, collection: 9338}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Police Academy.jpg
|
||||||
|
Police Story:
|
||||||
|
template: {name: Collection, collection: 269098}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Police Story.jpg
|
||||||
|
Poltergeist:
|
||||||
|
template: {name: Collection, collection: 10453}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Poltergeist.jpg
|
||||||
|
Power Rangers:
|
||||||
|
template: {name: Collection, collection: 708816, movie: "305470, 306264"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Power%20Rangers.jpg
|
||||||
|
Prom Night:
|
||||||
|
template: {name: Collection, collection: 123255}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Prom Night.jpg
|
||||||
|
Rambo:
|
||||||
|
template: {name: Collection, collection: 5039}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Rambo.jpg
|
||||||
|
RoboCop:
|
||||||
|
template: {name: Collection, collection: 5547}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/RoboCop.jpg
|
||||||
|
Resident Evil:
|
||||||
|
template: {name: Collection, collection: "17255, 133352"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Resident%20Evil.jpg
|
||||||
|
Return of the Living Dead:
|
||||||
|
template: {name: Collection, collection: 101471}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Return of the Living Dead.jpg
|
||||||
|
Rugrats:
|
||||||
|
template: {name: Collection, collection: 57129}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Rugrats.jpg
|
||||||
|
Saw:
|
||||||
|
template: {name: Collection, collection: 656}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Saw.jpg
|
||||||
|
Scanners:
|
||||||
|
template: {name: Collection, collection: 88574}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scanners.jpg
|
||||||
|
Scary Movie:
|
||||||
|
template: {name: Collection, collection: 4246}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scary Movie.jpg
|
||||||
|
"Scooby-Doo!":
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls505230642/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Scooby-Doo!.jpg
|
||||||
|
Scream:
|
||||||
|
template: {name: Collection, collection: 2602}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scream.jpg
|
||||||
|
Shaft:
|
||||||
|
template: {name: Collection, collection: "495, 608103"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Shaft.jpg
|
||||||
|
Sharknado:
|
||||||
|
template: {name: Collection, collection: 286023}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Sharknado.jpg
|
||||||
|
Shrek:
|
||||||
|
template: {name: Collection, collection: 2150}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Shrek.jpg
|
||||||
|
Species:
|
||||||
|
template: {name: Collection, collection: 9887}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Species.jpg
|
||||||
|
Spider-Man:
|
||||||
|
template: {name: Collection, collection: "531241, 556, 573436"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Spider-Man.jpg
|
||||||
|
Stargate:
|
||||||
|
template: {name: Collection, collection: 44215, movie: 2164}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Stargate.jpg
|
||||||
|
Starship Troopers:
|
||||||
|
template: {name: Collection, collection: 10522}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Starship Troopers.jpg
|
||||||
|
Street Fighter:
|
||||||
|
template: {name: Collection, collection: 190435, movie: "687354, 11667"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Street%20Fighter.jpg
|
||||||
|
Stuart Little:
|
||||||
|
template: {name: Collection, collection: 99727}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Stuart Little.jpg
|
||||||
|
Superman:
|
||||||
|
template: {name: Collection, collection: "8537, 209131"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Superman.jpg
|
||||||
|
Taken:
|
||||||
|
template: {name: Collection, collection: 135483}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Taken.jpg
|
||||||
|
Tales From the Hood:
|
||||||
|
template: {name: Collection, collection: 551890}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tales From the Hood.jpg
|
||||||
|
Tarzan:
|
||||||
|
template: {name: Collection, collection: 106768}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tarzan.jpg
|
||||||
|
Teenage Mutant Ninja Turtles:
|
||||||
|
template: {name: Collection, collection: "1582, 401562", movie: 1273}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Teenage%20Mutant%20Ninja%20Turtles.jpg
|
||||||
|
Terminator:
|
||||||
|
template: {name: Collection, collection: 528}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Terminator.jpg
|
||||||
|
The Amityville Horror:
|
||||||
|
template: {name: Collection, collection: 397842}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Amityville Horror.jpg
|
||||||
|
The Avengers:
|
||||||
|
template: {name: Collection, collection: 86311}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Avengers.jpg
|
||||||
|
The Chronicles of Narnia:
|
||||||
|
template: {name: Collection, collection: 420}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Chronicles of Narnia.jpg
|
||||||
|
The Chronicles of Riddick:
|
||||||
|
template: {name: Collection, collection: 2794}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Chronicles of Riddick.jpg
|
||||||
|
The Conjuring:
|
||||||
|
template: {name: Collection, collection: 313086}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Conjuring.jpg
|
||||||
|
The Crow:
|
||||||
|
template: {name: Collection, collection: 9436}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Crow.jpg
|
||||||
|
The Exorcist:
|
||||||
|
template: {name: Collection, collection: 12263}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Exorcist.jpg
|
||||||
|
The Expendables:
|
||||||
|
template: {name: Collection, collection: 126125}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Expendables.jpg
|
||||||
|
The Godfather:
|
||||||
|
template: {name: Collection, collection: 230}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Godfather.jpg
|
||||||
|
The Grudge:
|
||||||
|
template: {name: Collection, collection: 1974, movie: 465086}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Grudge.jpg
|
||||||
|
The Hangover:
|
||||||
|
template: {name: Collection, collection: 86119}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Hangover.jpg
|
||||||
|
The Hills Have Eyes:
|
||||||
|
template: {name: Collection, collection: "267922, 8918"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Hills Have Eyes.jpg
|
||||||
|
The Hunger Games:
|
||||||
|
template: {name: Collection, collection: 131635}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Hunger%20Games.jpg
|
||||||
|
The Lion King:
|
||||||
|
template: {name: Collection, collection: 94032, movie: "420818"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Lion King.jpg
|
||||||
|
The Little Mermaid:
|
||||||
|
template: {name: Collection, collection: 33085}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Little Mermaid.jpg
|
||||||
|
The Man With No Name:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls023916334/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Man%20With%20No%20Name.jpg
|
||||||
|
The Maze Runner:
|
||||||
|
template: {name: Collection, collection: 295130}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Maze Runner.jpg
|
||||||
|
The Matrix:
|
||||||
|
template: {name: Collection, collection: 2344}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Matrix.jpg
|
||||||
|
The Mighty Ducks:
|
||||||
|
template: {name: Collection, collection: 10709}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Mighty Ducks.jpg
|
||||||
|
The Naked Gun:
|
||||||
|
template: {name: Collection, collection: 37139}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Naked Gun.jpg
|
||||||
|
The Neverending Story:
|
||||||
|
template: {name: Collection, collection: 91430}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Neverending Story.jpg
|
||||||
|
The Omen:
|
||||||
|
template: {name: Collection, collection: 10919, movie: 806}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Omen.jpg
|
||||||
|
The Purge:
|
||||||
|
template: {name: Collection, collection: 256322}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Purge.jpg
|
||||||
|
The Santa Clause:
|
||||||
|
template: {name: Collection, collection: 53159}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Santa Clause.jpg
|
||||||
|
The Texas Chainsaw Massacre:
|
||||||
|
template: {name: Collection, collection: "111751, 425175"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Texas%20Chainsaw%20Massacre.jpg
|
||||||
|
Thor:
|
||||||
|
template: {name: Collection, collection: 131296}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Thor.jpg
|
||||||
|
The Three Stooges:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls075972675/
|
||||||
|
tmdb_movie: 76489
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Three%20Stooges.jpg
|
||||||
|
The Transporter:
|
||||||
|
template: {name: Collection, collection: 9518}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Transporter.jpg
|
||||||
|
Tom and Jerry:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls022966050/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tom%20and%20Jerry.jpg
|
||||||
|
Tomb Raider:
|
||||||
|
template: {name: Collection, collection: "2467, 621142", movie: 550760}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tomb%20Raider.jpg
|
||||||
|
Toy Story:
|
||||||
|
template: {name: Collection, collection: 10194, movie: 130925}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Toy%20Story.jpg
|
||||||
|
Transformers:
|
||||||
|
template: {name: Collection, collection: 8650}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Transformers.jpg
|
||||||
|
Tremors:
|
||||||
|
template: {name: Collection, collection: 91799}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tremors.jpg
|
||||||
|
TRON:
|
||||||
|
template: {name: Collection, collection: 63043, movie: 73362}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tron.jpg
|
||||||
|
Twilight:
|
||||||
|
template: {name: Collection, collection: 33514}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Twilight.jpg
|
||||||
|
Unbreakable:
|
||||||
|
template: {name: Collection}
|
||||||
|
imdb_list: https://www.imdb.com/list/ls022101006/
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Unbreakable.jpg
|
||||||
|
Universal Soldier:
|
||||||
|
template: {name: Collection, collection: 10713}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Universal Soldier.jpg
|
||||||
|
Wallace & Gromit:
|
||||||
|
template: {name: Collection, collection: 529}
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Wallace%20%26%20Gromit.jpg
|
||||||
|
Watchmen:
|
||||||
|
tmdb_list: https://www.themoviedb.org/list/8196349}
|
||||||
|
sort_title: "!040_Watchmen"
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Watchmen.jpg
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
external_templates:
|
external_templates:
|
||||||
pmm: templates
|
pmm: templates
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: "015"
|
collection_section: "060"
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
sub_genre:
|
sub_genre:
|
||||||
@@ -21,13 +21,16 @@ templates:
|
|||||||
- letterboxd_extra_3
|
- letterboxd_extra_3
|
||||||
- letterboxd_extra_4
|
- letterboxd_extra_4
|
||||||
- letterboxd_extra_5
|
- letterboxd_extra_5
|
||||||
sort_title: "!015_<<collection_name>>"
|
sort_title: "!060_<<collection_name>>"
|
||||||
|
schedule: weekly(monday|wednesday|friday)
|
||||||
limit: 10000
|
limit: 10000
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
cache_builders: 0
|
cache_builders: 0
|
||||||
|
imdb_search:
|
||||||
|
votes.gte: 100
|
||||||
|
keyword: <<keywords>>
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>&keywords=<<keywords>>&genres=<<genres>>&languages=<<languages>>&sort=user_rating,desc
|
|
||||||
- <<imdb_extra_1>>
|
- <<imdb_extra_1>>
|
||||||
- <<imdb_extra_2>>
|
- <<imdb_extra_2>>
|
||||||
- <<imdb_extra_3>>
|
- <<imdb_extra_3>>
|
||||||
@@ -149,7 +152,6 @@ collections:
|
|||||||
votes: "100,",
|
votes: "100,",
|
||||||
languages: "",
|
languages: "",
|
||||||
letterboxd_list: "theme-boxing",
|
letterboxd_list: "theme-boxing",
|
||||||
imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=2.0,10.0&num_votes=100,&keywords=boxing-champion&languages=en&sort=user_rating,desc"
|
|
||||||
}
|
}
|
||||||
Bug:
|
Bug:
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Bug.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Bug.jpg
|
||||||
@@ -161,7 +163,7 @@ collections:
|
|||||||
user_rating: "4.0,10.0",
|
user_rating: "4.0,10.0",
|
||||||
votes: "100,",
|
votes: "100,",
|
||||||
languages: "",
|
languages: "",
|
||||||
letterboxd_list: "theme-bugs",
|
letterboxd_list: "theme-bugs"
|
||||||
}
|
}
|
||||||
Caper:
|
Caper:
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Caper.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Caper.jpg
|
||||||
@@ -452,7 +454,7 @@ collections:
|
|||||||
votes: "10000,",
|
votes: "10000,",
|
||||||
languages: "",
|
languages: "",
|
||||||
letterboxd_list: "theme-hostage",
|
letterboxd_list: "theme-hostage",
|
||||||
imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=10000,&keywords=hostage,kidnapping&languages=&sort=user_rating,desc"
|
imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=hostage,kidnapping&ref_=kw_4&sort=num_votes,desc&mode=detail&page=1"
|
||||||
}
|
}
|
||||||
Medical:
|
Medical:
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg
|
||||||
@@ -512,7 +514,7 @@ collections:
|
|||||||
votes: "100,",
|
votes: "100,",
|
||||||
languages: "",
|
languages: "",
|
||||||
letterboxd_list: "theme-mockumentary",
|
letterboxd_list: "theme-mockumentary",
|
||||||
imdb_extra_1: "https://www.imdb.com/list/ls027069047"
|
#imdb_extra_1: "https://www.imdb.com/list/ls027069047"
|
||||||
}
|
}
|
||||||
Monster:
|
Monster:
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Monster.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Monster.jpg
|
||||||
@@ -1010,7 +1012,7 @@ collections:
|
|||||||
votes: "1000,",
|
votes: "1000,",
|
||||||
languages: "",
|
languages: "",
|
||||||
letterboxd_list: "theme-werewolves",
|
letterboxd_list: "theme-werewolves",
|
||||||
imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=1000,&keywords=werewolf&genres=Fantasy&languages=&sort=user_rating,desc"
|
#imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=werewolf&ref_=kw_ref_gnr&sort=moviemeter,asc&mode=detail&page=1&title_type=movie&genres=Fantasy"
|
||||||
}
|
}
|
||||||
Whodunit:
|
Whodunit:
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Whodunit.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Whodunit.jpg
|
||||||
@@ -1035,7 +1037,7 @@ collections:
|
|||||||
votes: "5000,",
|
votes: "5000,",
|
||||||
languages: "",
|
languages: "",
|
||||||
letterboxd_list: "theme-wizardry-witchcraft",
|
letterboxd_list: "theme-wizardry-witchcraft",
|
||||||
imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=5000,&keywords=witch&languages=&sort=user_rating,desc"
|
#imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=witch&ref_=kw_ref_typ&sort=moviemeter,asc&mode=detail&page=1&title_type=movie"
|
||||||
}
|
}
|
||||||
World War:
|
World War:
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/World%20War.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/World%20War.jpg
|
||||||
@@ -1048,7 +1050,7 @@ collections:
|
|||||||
votes: "5000,",
|
votes: "5000,",
|
||||||
languages: "",
|
languages: "",
|
||||||
letterboxd_list: "theme-world-war",
|
letterboxd_list: "theme-world-war",
|
||||||
imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=1000,&keywords=world-war-two&languages=&sort=user_rating,desc"
|
#imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=world-war-two&ref_=kw_ref_typ&sort=moviemeter,asc&mode=detail&page=1&title_type=movie"
|
||||||
}
|
}
|
||||||
Zombie Horror:
|
Zombie Horror:
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Zombie%20Horror.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Zombie%20Horror.jpg
|
||||||
@@ -8,40 +8,25 @@ templates:
|
|||||||
url_poster: <<poster>>
|
url_poster: <<poster>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
sort_title: "!015_<<collection_name>>"
|
sort_title: "!060_<<collection_name>>"
|
||||||
schedule: monthly(10)
|
schedule: weekly(tuesday|thursday)
|
||||||
|
|
||||||
collections:
|
|
||||||
1001 Movies You Must See Before You Die:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/1001%20Movies%20You%20Must%20See%20Before%20You%20Die.jpg}
|
|
||||||
trakt_list: https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
|
|
||||||
collection_order: release.desc
|
|
||||||
Top 50 Grossing Films of All-Time:
|
|
||||||
tmdb_list: https://www.themoviedb.org/list/10
|
|
||||||
collection_order: custom
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Top%20Grossing%20Films%20of%20All-Time.jpg
|
|
||||||
sync_mode: sync
|
|
||||||
sort_title: "!015_1001 A"
|
|
||||||
schedule: monthly(20)
|
|
||||||
Top Grossing Films Annually:
|
|
||||||
imdb_list: https://www.imdb.com/list/ls568936874/
|
|
||||||
collection_order: release.desc
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Top%20Grossing%20Films%20Annually.jpg
|
|
||||||
sync_mode: sync
|
|
||||||
sort_title: "!015_1001 B"
|
|
||||||
schedule: yearly (01/30)
|
|
||||||
#######################################################################################################
|
#######################################################################################################
|
||||||
|
collections:
|
||||||
Conspiracy:
|
Conspiracy:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567287307/
|
imdb_list: https://www.imdb.com/list/ls567287307/
|
||||||
Dark Comedy:
|
Dark Comedy:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Comedy.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Comedy.jpg}
|
||||||
imdb_list:
|
imdb_list: https://www.imdb.com/list/ls561047438/
|
||||||
- https://www.imdb.com/list/ls561047438/
|
imdb_search:
|
||||||
- https://www.imdb.com/search/title/?title_type=feature&keywords=dark+comedy
|
votes.gte: 100
|
||||||
|
keyword: dark comedy
|
||||||
Dystopian:
|
Dystopian:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dystopian.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dystopian.jpg}
|
||||||
imdb_list: https://www.imdb.com/search/title/?title_type=feature&keywords=dystopia
|
imdb_search:
|
||||||
|
votes.gte: 100
|
||||||
|
keyword: dystopia
|
||||||
Football:
|
Football:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Football.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Football.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567409329/
|
imdb_list: https://www.imdb.com/list/ls567409329/
|
||||||
@@ -57,7 +42,6 @@ collections:
|
|||||||
Natural Disaster:
|
Natural Disaster:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Natural%20Disaster.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Natural%20Disaster.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567402383/
|
imdb_list: https://www.imdb.com/list/ls567402383/
|
||||||
radarr_add_missing: false
|
|
||||||
Pandemic:
|
Pandemic:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Pandemic.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Pandemic.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567402655/
|
imdb_list: https://www.imdb.com/list/ls567402655/
|
||||||
@@ -65,36 +49,44 @@ collections:
|
|||||||
Parody:
|
Parody:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Parody.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Parody.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567404864/
|
imdb_list: https://www.imdb.com/list/ls567404864/
|
||||||
radarr_add_missing: false
|
|
||||||
tvdb_movie: 138435
|
tvdb_movie: 138435
|
||||||
Prison:
|
Prison:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567409066/
|
imdb_list: https://www.imdb.com/list/ls567409066/
|
||||||
# Seductive:
|
Seductive:
|
||||||
# template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Seductive.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Seductive.jpg}
|
||||||
# imdb_list: https://www.imdb.com/search/keyword/?keywords=seduction%2Csex-scene&ref_=kw_ref_key&mode=detail&page=1&title_type=movie%2CtvMovie%2Cvideo&num_votes=100%2C&sort=user_rating,desc
|
imdb_search:
|
||||||
# radarr_add_missing: false
|
votes.gte: 100
|
||||||
|
keyword: seduction
|
||||||
Space:
|
Space:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567409789/
|
- https://www.imdb.com/list/ls5674097
|
||||||
- https://www.imdb.com/search/title/?title_type=feature&keywords=astronaut
|
imdb_search:
|
||||||
|
votes.gte: 100
|
||||||
|
keyword.any: space, astronaut
|
||||||
Spy:
|
Spy:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567409179/
|
- https://www.imdb.com/list/ls567409179
|
||||||
- https://www.imdb.com/search/title/?title_type=feature&keywords=espionage
|
imdb_search:
|
||||||
|
votes.gte: 100
|
||||||
|
keyword.any: spy, espionage
|
||||||
Stand-up Comedy:
|
Stand-up Comedy:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stand-Up%20Comedy.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stand-Up%20Comedy.jpg}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567409881/
|
- https://www.imdb.com/list/ls567409881/
|
||||||
- https://www.imdb.com/search/title/?title_type=tv_movie,tv_special&keywords=stand-up+comedy
|
imdb_search:
|
||||||
|
votes.gte: 100
|
||||||
|
keyword: stand-up comedy
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
Time Travel:
|
Time Travel:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567408798/
|
- https://www.imdb.com/list/ls567408798/
|
||||||
- https://www.imdb.com/search/title/?title_type=feature&keywords=time+travel
|
imdb_search:
|
||||||
|
votes.gte: 100
|
||||||
|
keyword: time travel
|
||||||
Unexpectedly Amazing:
|
Unexpectedly Amazing:
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Unexpectedly%20Amazing.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Unexpectedly%20Amazing.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567408147/
|
imdb_list: https://www.imdb.com/list/ls567408147/
|
||||||
@@ -102,4 +94,6 @@ collections:
|
|||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Witch.jpg}
|
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Witch.jpg}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567408343/
|
- https://www.imdb.com/list/ls567408343/
|
||||||
- https://www.imdb.com/search/title/?title_type=feature&keywords=witch
|
imdb_search:
|
||||||
|
votes.gte: 100
|
||||||
|
keyword: witch
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
collections:
|
|
||||||
Avatar Universe:
|
|
||||||
tvdb_list: https://thetvdb.com/lists/8116
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
|
|
||||||
@@ -1,187 +0,0 @@
|
|||||||
#######################################################
|
|
||||||
# Genre #
|
|
||||||
# TV Collections #
|
|
||||||
#######################################################
|
|
||||||
templates:
|
|
||||||
Collection:
|
|
||||||
optional:
|
|
||||||
- show
|
|
||||||
- poster
|
|
||||||
tvdb_show: <<show>>
|
|
||||||
url_poster: <<poster>>
|
|
||||||
sync_mode: sync
|
|
||||||
sort_title: "!015_<<collection_name>>"
|
|
||||||
collections:
|
|
||||||
All-Time Top Shows:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/All-Time%20Top%20Shows.jpg}
|
|
||||||
sort_title: "!015_100"
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre.not: documentary
|
|
||||||
Action:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Action.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: action
|
|
||||||
genre.not: documentary
|
|
||||||
Adult Cartoons:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Adult%20Cartoons.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: animation
|
|
||||||
genre.not: documentary, family
|
|
||||||
Adventure:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Adventure.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: adventure
|
|
||||||
genre.not: documentary
|
|
||||||
Biography:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Biography.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: biography
|
|
||||||
Children's Cartoons:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Children's%20Cartoons.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: animation, family
|
|
||||||
genre.not: documentary
|
|
||||||
Comedy:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Comedy.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: comedy
|
|
||||||
genre.not: documentary
|
|
||||||
Crime:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Crime.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: crime
|
|
||||||
genre.not: documentary
|
|
||||||
Documentary:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Documentary.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: documentary
|
|
||||||
Drama:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Drama.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: drama
|
|
||||||
genre.not: documentary
|
|
||||||
Family:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Family.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: family
|
|
||||||
genre.not: animation, documentary
|
|
||||||
Fantasy:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fantasy.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: fantasy
|
|
||||||
genre.not: animation, documentary
|
|
||||||
Funny Sci-Fi:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Funny%20Sci-Fi.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: comedy, science fiction
|
|
||||||
genre.not: documentary
|
|
||||||
History:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/History.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: history
|
|
||||||
genre.not: documentary
|
|
||||||
Horror:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Horror.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: horror
|
|
||||||
genre.not: documentary
|
|
||||||
Musical:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Musical.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: musical
|
|
||||||
genre.not: documentary
|
|
||||||
Mystery:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mystery.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: mystery
|
|
||||||
genre.not: documentary
|
|
||||||
News:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/News.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: news
|
|
||||||
genre.not: documentary
|
|
||||||
Reality:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Reality.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: reality
|
|
||||||
genre.not: documentary
|
|
||||||
Romance:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Romance.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: romance
|
|
||||||
genre.not: documentary
|
|
||||||
Science Fiction:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Science%20Fiction.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: science fiction
|
|
||||||
genre.not: documentary
|
|
||||||
Sport:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: sport
|
|
||||||
genre.not: documentary
|
|
||||||
Thriller:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Thriller.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: thriller
|
|
||||||
genre.not: documentary
|
|
||||||
War & Politics:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/War%20%26%20Politics.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: war
|
|
||||||
genre.not: documentary
|
|
||||||
Western:
|
|
||||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Western.jpg}
|
|
||||||
smart_filter:
|
|
||||||
sort_by: audience_rating.desc
|
|
||||||
all:
|
|
||||||
genre: western
|
|
||||||
genre.not: documentary
|
|
||||||
@@ -9,9 +9,7 @@ templates:
|
|||||||
- poster
|
- poster
|
||||||
url_poster: <<poster>>
|
url_poster: <<poster>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
radarr_add_missing: false
|
sort_title: "!060_<<collection_name>>"
|
||||||
sonarr_add_missing: false
|
|
||||||
sort_title: "!017_<<collection_name>>"
|
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
67
ladywhiskers/tvshows/tvshows-franchises.yml
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
#######################################################
|
||||||
|
# SiskoUrso #
|
||||||
|
# TV Collection + Mods #
|
||||||
|
#######################################################
|
||||||
|
templates:
|
||||||
|
Collection:
|
||||||
|
optional:
|
||||||
|
- list
|
||||||
|
- show
|
||||||
|
- poster
|
||||||
|
tvdb_list_details: <<list>>
|
||||||
|
tvdb_show: <<show>>
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
collections:
|
||||||
|
Archie Comics:
|
||||||
|
template: {name: Collection, show: "73619, 77056, 74883, 78116, 78137, 90241, 311954, 338947, 360898", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Archie%20Comics.jpg}
|
||||||
|
summary: Collection of Archie Comic Shows.
|
||||||
|
Attenborough:
|
||||||
|
template: {name: Collection}
|
||||||
|
plex_all: true
|
||||||
|
filter:
|
||||||
|
actor: David Attenborough
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Attenborough.jpg
|
||||||
|
summary: Collection of David Attenborough TV Shows.
|
||||||
|
Avatar:
|
||||||
|
template: {name: Collection, show: "74852, 251085" }
|
||||||
|
Battlestar Galactica:
|
||||||
|
template: {name: Collection, show: "71173, 73545, 85040, 204781"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Battlestar Galactica.jpg
|
||||||
|
summary: Collection of Battlestar Galactica Shows.
|
||||||
|
C.S.I:
|
||||||
|
template: {name: Collection, show: "72546, 78310, 73696, 281551, 400248", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/CSI.jpg}
|
||||||
|
summary: Collection of CSI TV Shows.
|
||||||
|
Doctor Who:
|
||||||
|
template: {name: Collection, show: "76107, 78804, 112671, 79511, 79708, 309893, 72710", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Doctor%20Who.jpg}
|
||||||
|
summary: Collection of Dr. Who Tv Shows.
|
||||||
|
Law & Order:
|
||||||
|
template: {name: Collection, show: "72368, 75692, 71489, 328518, 74191, 168161, 383397", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Law%20%26%20Order.jpg}
|
||||||
|
summary: Collection of Law & Order Shows.
|
||||||
|
Narcos:
|
||||||
|
template: {name: Collection, show: "282670, 353232"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Narcos.jpg
|
||||||
|
summary: Anthology of Netflix shows about the Columbia and Mexican drug cartells rise to power in the 1980's.
|
||||||
|
NCIS:
|
||||||
|
template: {name: Collection, show: "73710, 72108, 95441, 278125, 401630", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/NCIS.jpg}
|
||||||
|
summary: Collection of shows starting from JAG which then spins into NCIS.
|
||||||
|
Pretty Little Liars:
|
||||||
|
template: {name: Collection, show: "146711, 268126, 358590, 389085", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pretty%20Little%20Liars.jpg}
|
||||||
|
summary: Collection of Pretty Little Liars Shows.
|
||||||
|
Stargate:
|
||||||
|
template: {name: Collection, show: "72449, 70851, 83237, 70852, 339552", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Stargate.jpg}
|
||||||
|
summary: Collection of Stargate TV Shows.
|
||||||
|
The Twilight Zone:
|
||||||
|
template: {name: Collection, show: "73587, 72176, 78611, 358915", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Twilight%20Zone.jpg}
|
||||||
|
summary: Collection of The Twilight Zone Shows.
|
||||||
|
The Walking Dead:
|
||||||
|
template: {name: Collection, show: "153021, 290853, 372787, 411314, 252861", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Walking%20Dead.jpg}
|
||||||
|
summary: Collection of Walking Dead TV Shows.
|
||||||
|
The X-Files:
|
||||||
|
template: {name: Collection, show: "77398, 76245"}
|
||||||
|
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The X Files.jpg
|
||||||
|
summary: Collection of shows from the X-Files.
|
||||||
|
Yellowstone:
|
||||||
|
template: {name: Collection, show: "341164, 396390, 416491, 416503, 403011", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Yellowstone.jpg}
|
||||||
|
summary: Collection of Yellowstone Shows.
|
||||||
@@ -11,7 +11,7 @@ templates:
|
|||||||
url_poster: <<poster>>
|
url_poster: <<poster>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
sort_title: "!015_<<collection_name>>"
|
sort_title: "!060_<<collection_name>>"
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
Anthology:
|
Anthology:
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
112
milizeus/config.yml
Normal file
@@ -0,0 +1,112 @@
|
|||||||
|
overlay_path: &TVOverlayPath
|
||||||
|
|
||||||
|
- pmm: resolution
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
font_color: '#ffffffff'
|
||||||
|
back_color: '#00000000'
|
||||||
|
#use_edition: false
|
||||||
|
#use_4k_dvhdr: false
|
||||||
|
#use_4k_plus: false
|
||||||
|
#use_4k_dv: false
|
||||||
|
#use_4k_hdr: false
|
||||||
|
#use_4k: false
|
||||||
|
use_1080p_dvhdr: false
|
||||||
|
use_1080p_plus: false
|
||||||
|
use_1080p_dv: false
|
||||||
|
use_1080p_hdr: false
|
||||||
|
use_1080p: false
|
||||||
|
use_720p_dvhdr: false
|
||||||
|
use_720p_plus: false
|
||||||
|
use_720p_dv: false
|
||||||
|
use_720p_hdr: false
|
||||||
|
use_720p: false
|
||||||
|
use_576p_dvhdr: false
|
||||||
|
use_576p_plus: false
|
||||||
|
use_576p_dv: false
|
||||||
|
use_576p_hdr: false
|
||||||
|
use_576p: false
|
||||||
|
use_480p_dvhdr: false
|
||||||
|
use_480p_plus: false
|
||||||
|
use_480p_dv: false
|
||||||
|
use_480p_hdr: false
|
||||||
|
use_480p: false
|
||||||
|
#use_dvhdr: false
|
||||||
|
#use_plus: false
|
||||||
|
#use_dv: false
|
||||||
|
#use_hdr: false
|
||||||
|
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
horizontal_position: right
|
||||||
|
vertical_position: bottom
|
||||||
|
flag_alignment: right
|
||||||
|
style: half
|
||||||
|
font_color: '#ffffff88'
|
||||||
|
back_color: '#00000044'
|
||||||
|
back_radius: 6
|
||||||
|
overlay_limit: 10
|
||||||
|
languages: [de, en, fr, es, ru, it, ja, pt, ko, zh, da, it, hi, te, fa, th,
|
||||||
|
nl, no, is, sv, tr, pl, cs, uk, hu, ar, bg, bn, bs, ca, cy, el, et, eu,
|
||||||
|
fi, fl, gl, he, hr, id, ka, kk, kn, lt, lv, mk, ml, mr, ms, nb, nn, pa,
|
||||||
|
ro, sk, sl, sq, sr, sw, ta, ur, vi]
|
||||||
|
|
||||||
|
- pmm: status
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left # center
|
||||||
|
horizontal_offset: 20 # = audience
|
||||||
|
vertical_align: bottom
|
||||||
|
vertical_offset: 127 # onTOP = audience + 107 OR atBOTTOM = audience - 59
|
||||||
|
back_height: 66
|
||||||
|
back_radius: 6
|
||||||
|
back_width: 376
|
||||||
|
font: config/fonts/Poppins-Bold.ttf
|
||||||
|
font_size: 60
|
||||||
|
use_airing: false
|
||||||
|
use_returning: true
|
||||||
|
use_canceled: true
|
||||||
|
use_ended: true
|
||||||
|
font_color_airing: '#00000088'
|
||||||
|
font_color_returning: '#ffffff88'
|
||||||
|
font_color_canceled: '#ffffff88'
|
||||||
|
font_color_ended: '#ffffff88'
|
||||||
|
back_color_airing: '#44D90A88'
|
||||||
|
back_color_returning: '#F5C70088'
|
||||||
|
back_color_canceled: '#E9060688'
|
||||||
|
back_color_ended: '#00000055'
|
||||||
|
|
||||||
|
- file: config/miliconfig/001/overlay/both/rating_imdb_parental.yml
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
horizontal_offset: 20 # = audience
|
||||||
|
vertical_align: bottom
|
||||||
|
vertical_offset: 20 # = audience
|
||||||
|
|
||||||
|
- pmm: commonsense
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: bottom
|
||||||
|
horizontal_offset: 11 # audience - 9
|
||||||
|
vertical_offset: 13 # audience - 7
|
||||||
|
font_color: '#ffffffff'
|
||||||
|
back_color: '#000000'
|
||||||
|
font: config/fonts/Poppins-Bold.ttf
|
||||||
|
font_size: 61
|
||||||
|
back_radius: 61
|
||||||
|
back_width: 123
|
||||||
|
back_height: 123
|
||||||
|
post_text: ''
|
||||||
|
addon_position: bottom
|
||||||
|
file: ''
|
||||||
|
|
||||||
|
- file: config/miliconfig/001/overlay/both/rating_audience.yml
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
horizontal_offset: 20
|
||||||
|
vertical_align: bottom
|
||||||
|
vertical_offset: 20 # onTOP = 20 OR atBOTTOM = 79
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BIN
milizeus/img/alcohol_mild.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
milizeus/img/alcohol_moderate.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
milizeus/img/alcohol_none.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
milizeus/img/alcohol_severe.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
milizeus/img/back.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
milizeus/img/fright_mild.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
milizeus/img/fright_moderate.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
milizeus/img/fright_none.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
milizeus/img/fright_severe.png
Normal file
|
After Width: | Height: | Size: 30 KiB |