Compare commits
55 Commits
v1.19.1
...
70ad994f43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70ad994f43 | ||
|
|
5558aad818 | ||
|
|
7761a60cd0 | ||
|
|
727fb12cd5 | ||
|
|
d9bae13484 | ||
|
|
e6e7a63bbe | ||
|
|
28a027163f | ||
|
|
a2467c7bda | ||
|
|
b78535923e | ||
|
|
2992d5710a | ||
|
|
fa97d825c0 | ||
|
|
fee8b9865f | ||
|
|
64866d254d | ||
|
|
df4c92235d | ||
|
|
4ae753a64c | ||
|
|
bfb031f5df | ||
|
|
61f709235c | ||
|
|
437d5383fc | ||
|
|
4577397e76 | ||
|
|
72ee14f3bb | ||
|
|
821d6f66f9 | ||
|
|
0678876cf2 | ||
|
|
ee78eeb2dd | ||
|
|
99ad40b621 | ||
|
|
a3214460e1 | ||
|
|
7f57dcd747 | ||
|
|
eac646dd9f | ||
|
|
ae6b2ae67f | ||
|
|
84ec9bc6cb | ||
|
|
2adfbbb7c9 | ||
|
|
730c582e39 | ||
|
|
42258ce7da | ||
|
|
1c9c935943 | ||
|
|
f93214fe2f | ||
|
|
889161357c | ||
|
|
16ef3cd07e | ||
|
|
878b2af6eb | ||
|
|
a6c19c31ff | ||
|
|
9d5e323b86 | ||
|
|
99979bf114 | ||
|
|
47671d7e13 | ||
|
|
f19fa46507 | ||
|
|
61239d6d1f | ||
|
|
1ea77bae1f | ||
|
|
968d9e1c7e | ||
|
|
32549dedbf | ||
|
|
82054b8846 | ||
|
|
34eda2d0d3 | ||
|
|
87df609be6 | ||
|
|
6478ad391d | ||
|
|
6fc533005c | ||
|
|
a8c43a2dea | ||
|
|
9c26f07d5c | ||
|
|
ddac48acf0 | ||
|
|
49ae3f9c33 |
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.idea
|
.idea
|
||||||
*/desktop.ini
|
*/desktop.ini
|
||||||
/.vscode
|
/.vscode
|
||||||
|
.DS_Store
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
- 1_suggested.yml
|
- 1_suggested.yml
|
||||||
- Random Movies
|
- Random Movies
|
||||||
- Recently Released Movies (English)
|
|
||||||
- Recently Added Movies (English)
|
|
||||||
- Trending Movies
|
- Trending Movies
|
||||||
- Popular Movies
|
- Popular Movies
|
||||||
- Top Rated Movies
|
- Top Rated Movies
|
||||||
|
|||||||
@@ -12,12 +12,9 @@ This config will populate the following:
|
|||||||
- !Genre (top-rated)
|
- !Genre (top-rated)
|
||||||
- Sub-genre (top-rated) *
|
- Sub-genre (top-rated) *
|
||||||
- TMBD collections *
|
- TMBD collections *
|
||||||
- Networks ^
|
|
||||||
|
|
||||||
( ! = enabled by default)
|
|
||||||
( * = movies only )
|
( * = movies only )
|
||||||
( ^ = shows only )
|
( ! = enabled by default)
|
||||||
|
|
||||||
|
|
||||||
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
||||||
<br/>
|
<br/>
|
||||||
@@ -27,50 +24,22 @@ For more details on what each section contains: [movies](MOVIES.md) | [shows](SH
|
|||||||
|
|
||||||
clone into PMM's root directory:
|
clone into PMM's root directory:
|
||||||
```
|
```
|
||||||
git clone https://codeberg.org/0xFFFF/pmm-config config
|
git clone --branch assets https://github.com/0x5f3/pmm-config config
|
||||||
```
|
```
|
||||||
|
initial run to populate collections:
|
||||||
**Usage:**
|
|
||||||
|
|
||||||
Either use [movie.yml](movie.yml), [show.yml](show.yml) to use local metadata, or use [movie_repo.yml](movie_repo.yml), [show_repo.yml](show_repo.yml) to use online resources from https://codeberg.org/0xFFFF/pmm-config.
|
|
||||||
|
|
||||||
Initial run to populate all collections:
|
|
||||||
```
|
```
|
||||||
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules
|
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules
|
||||||
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules
|
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules
|
||||||
```
|
```
|
||||||
After a successful initial run:
|
|
||||||
|
|
||||||
```
|
*If you intend to use the Parental collection, enable "item_label.sync: Parental" (line 38, 1_parental.yml) on the initial run and disable for subsequent runs. This prevents ppm from relabelling all of the items with every run, where as disabling will only label new items added.*
|
||||||
python plex_meta_manager.py --config config/movie.yml --collections-only --run
|
|
||||||
python plex_meta_manager.py --config config/show.yml --collections-only --run
|
|
||||||
```
|
|
||||||
|
|
||||||
**Notes:**
|
|
||||||
|
|
||||||
*If you intend to use the Parental collection, enable "item_label.sync: Parental" (line 38, 1_parental.yml) on the initial run and disable for subsequent runs. This prevents ppm from relabelling all of the items with every run, whereas disabling will only label new items added.*
|
|
||||||
|
|
||||||
*Parental filtering can be enabled by restricting a home user to only show content that has been designated the Parental label.*
|
|
||||||
|
|
||||||
All of the assets can be found below:
|
|
||||||
|
|
||||||
- https://imgbox.com/g/1bNN3wkCVa
|
|
||||||
- https://imgbox.com/g/3ed8as9uhp
|
|
||||||
- https://imgbox.com/g/d1T5qqL3Ew
|
|
||||||
- https://imgbox.com/g/dFhG1V2dLL
|
|
||||||
- https://imgbox.com/g/iStcgmP0Y0
|
|
||||||
- https://imgbox.com/g/KaxFlLvjrU
|
|
||||||
- https://imgbox.com/g/QhNa27bRun
|
|
||||||
- https://imgbox.com/g/uz44pWg4wx
|
|
||||||
- https://imgbox.com/g/YXSDflWQpJ
|
|
||||||
- https://imgbox.com/g/Z45sK7niGI
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
After a successful run, you will have something similar to this:
|
After a successful run, you will have something similar to this:
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||

|

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

|

|
||||||
|
|||||||
@@ -96,49 +96,3 @@
|
|||||||
- 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
|
|
||||||
- A&E
|
|
||||||
- ABC
|
|
||||||
- Adult Swim
|
|
||||||
- Amazon
|
|
||||||
- AMC
|
|
||||||
- Animal Planet
|
|
||||||
- Apple+
|
|
||||||
- BBC
|
|
||||||
- Bravo
|
|
||||||
- Cartoon Network
|
|
||||||
- CBS
|
|
||||||
- Channel 4
|
|
||||||
- Cinemax
|
|
||||||
- Comedy Central
|
|
||||||
- Dave
|
|
||||||
- Discovery
|
|
||||||
- Disney
|
|
||||||
- FOX
|
|
||||||
- Freeform
|
|
||||||
- FX
|
|
||||||
- Hallmark
|
|
||||||
- HBO
|
|
||||||
- History
|
|
||||||
- HGTV
|
|
||||||
- Hulu
|
|
||||||
- ITV
|
|
||||||
- MTV
|
|
||||||
- National Geographic
|
|
||||||
- NBC
|
|
||||||
- Netflix
|
|
||||||
- Nickelodeon
|
|
||||||
- Paramount
|
|
||||||
- PBS
|
|
||||||
- Peacock
|
|
||||||
- Showtime
|
|
||||||
- Shudder
|
|
||||||
- SKY
|
|
||||||
- Smithsonian
|
|
||||||
- Starz
|
|
||||||
- Syfy
|
|
||||||
- TBS
|
|
||||||
- TLC
|
|
||||||
- TNT
|
|
||||||
- YouTube
|
|
||||||
@@ -11,68 +11,95 @@ templates:
|
|||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
cache_builders: 4
|
cache_builders: 4
|
||||||
|
|
||||||
|
plex_added:
|
||||||
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
visible_library: false
|
||||||
|
delete_not_scheduled: false
|
||||||
|
cache_builders: 4
|
||||||
|
|
||||||
|
mdblist:
|
||||||
|
optional:
|
||||||
|
- mdblist_extra_1
|
||||||
|
- mdblist_extra_2
|
||||||
|
- mdblist_extra_3
|
||||||
|
- mdblist_extra_4
|
||||||
|
- mdblist_extra_5
|
||||||
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
visible_library: false
|
||||||
|
delete_not_scheduled: false
|
||||||
|
collection_order: alpha
|
||||||
|
cache_builders: 6
|
||||||
|
mdblist_list:
|
||||||
|
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||||
|
sort_by: title.asc
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Documentaries: All":
|
"Documentaries: All":
|
||||||
summary: "Documentaries"
|
summary: "Documentaries"
|
||||||
url_poster: https://images2.imgbox.com/f8/66/trpNwkAn_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-all.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: mdblist,
|
||||||
num: "F"
|
num: "F",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
mdblist_list: "collection-documentary"
|
||||||
}
|
}
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
genre: documentary
|
|
||||||
sort_by: title.asc
|
|
||||||
|
|
||||||
"Documentaries: Random":
|
"Documentaries: Random":
|
||||||
summary: "Random documentaries"
|
summary: "Random documentaries"
|
||||||
url_poster: https://images2.imgbox.com/70/9e/9b9sB1wa_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-random.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "G"
|
num: "G"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: random
|
sort_by: random
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"Documentaries: Recently Released":
|
"Documentaries: Recently Released":
|
||||||
summary: "Recently released documentaries"
|
summary: "Recently released documentaries"
|
||||||
url_poster: https://images2.imgbox.com/da/49/PnqkIfIU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-released.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "H"
|
num: "H"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"Documentaries: Recently Added":
|
"Documentaries: Recently Added":
|
||||||
summary: "Recently added documentaries"
|
summary: "Recently added documentaries"
|
||||||
url_poster: https://images2.imgbox.com/09/43/rltvX5gv_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-added.png
|
||||||
visible_library: true
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex_added,
|
||||||
num: "I"
|
num: "I"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: added.desc
|
sort_by: added.desc
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
"Documentaries: Top Rated":
|
"Documentaries: Top Rated":
|
||||||
summary: "Top rated documentaries"
|
summary: "Top rated documentaries"
|
||||||
url_poster: https://images2.imgbox.com/f6/a6/sEjWWyWR_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-top-rated.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "J"
|
num: "J"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: critic_rating.desc
|
sort_by: critic_rating.desc
|
||||||
limit: 250
|
limit: 250
|
||||||
@@ -49,7 +49,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Parental: All":
|
"Parental: All":
|
||||||
summary: "Movies suitable for children"
|
summary: "Movies suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/bd/de/Mpq7uDbd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
name: mdblist,
|
||||||
num: "A",
|
num: "A",
|
||||||
@@ -59,7 +59,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Random":
|
"Parental: Random":
|
||||||
summary: "Random movies suitable for children"
|
summary: "Random movies suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/03/6e/lD92FK1w_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "B"
|
num: "B"
|
||||||
@@ -72,7 +72,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Recently Released":
|
"Parental: Recently Released":
|
||||||
summary: "Recently released movies suitable for children"
|
summary: "Recently released movies suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/c8/27/eWMDHhcy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-released.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "C"
|
num: "C"
|
||||||
@@ -85,7 +85,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Recently Added":
|
"Parental: Recently Added":
|
||||||
summary: "Recently added movies suitable for children"
|
summary: "Recently added movies suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/66/12/rE9Ddb2f_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||||
template: {
|
template: {
|
||||||
name: plex_added,
|
name: plex_added,
|
||||||
num: "D"
|
num: "D"
|
||||||
@@ -98,7 +98,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Top Rated":
|
"Parental: Top Rated":
|
||||||
summary: "Top rated movies suitable for children"
|
summary: "Top rated movies suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/c5/16/M8G4EDKy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "E"
|
num: "E"
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Valentine's Day Movies":
|
"Valentine's Day Movies":
|
||||||
url_poster: https://images2.imgbox.com/69/8c/5ZIhpzhO_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-valentines-day.png
|
||||||
schedule: range(02/10-02/14)
|
schedule: range(02/10-02/14)
|
||||||
template: {
|
template: {
|
||||||
name: seasonal,
|
name: seasonal,
|
||||||
num: 9,
|
num: 8,
|
||||||
holiday: "Valentine's Day",
|
holiday: "Valentine's Day",
|
||||||
}
|
}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
@@ -28,22 +28,22 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls064427905
|
- https://www.imdb.com/list/ls064427905
|
||||||
|
|
||||||
"St. Patrick's Day Movies":
|
"St. Patrick's Day Movies":
|
||||||
url_poster: https://images2.imgbox.com/97/89/K94MCNS5_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-stpatricks.png
|
||||||
schedule: range(03/16-03/18)
|
schedule: range(03/16-03/18)
|
||||||
template: {
|
template: {
|
||||||
name: seasonal,
|
name: seasonal,
|
||||||
num: 9,
|
num: 8,
|
||||||
holiday: "St. Patrick's Day",
|
holiday: "St. Patrick's Day",
|
||||||
}
|
}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls063934595
|
- https://www.imdb.com/list/ls063934595
|
||||||
|
|
||||||
"Easter Movies":
|
"Easter Movies":
|
||||||
url_poster: https://images2.imgbox.com/c3/a8/HmGl2lGj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-easter.png
|
||||||
schedule: range(03/22-04/25)
|
schedule: range(03/22-04/25)
|
||||||
template: {
|
template: {
|
||||||
name: seasonal,
|
name: seasonal,
|
||||||
num: 9,
|
num: 8,
|
||||||
holiday: "Easter",
|
holiday: "Easter",
|
||||||
}
|
}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
@@ -55,11 +55,11 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls088378250/
|
- https://www.imdb.com/list/ls088378250/
|
||||||
|
|
||||||
"Halloween Movies":
|
"Halloween Movies":
|
||||||
url_poster: https://images2.imgbox.com/2a/dd/e33o0EE5_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-halloween.png
|
||||||
schedule: range(10/29-10/31)
|
schedule: range(10/29-10/31)
|
||||||
template: {
|
template: {
|
||||||
name: seasonal,
|
name: seasonal,
|
||||||
num: 9,
|
num: 8,
|
||||||
holiday: "Halloween",
|
holiday: "Halloween",
|
||||||
}
|
}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
@@ -69,11 +69,11 @@ collections:
|
|||||||
- https://www.imdb.com/search/title/?genres=horror&keywords=haunted-house&sort=moviemeter,asc
|
- https://www.imdb.com/search/title/?genres=horror&keywords=haunted-house&sort=moviemeter,asc
|
||||||
|
|
||||||
"Thanksgiving Movies":
|
"Thanksgiving Movies":
|
||||||
url_poster: https://images2.imgbox.com/36/b5/CDUDv8pH_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-thanksgiving.png
|
||||||
schedule: range(11/22-11/25)
|
schedule: range(11/22-11/25)
|
||||||
template: {
|
template: {
|
||||||
name: seasonal,
|
name: seasonal,
|
||||||
num: 9,
|
num: 8,
|
||||||
holiday: "Thanksgiving",
|
holiday: "Thanksgiving",
|
||||||
}
|
}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
@@ -81,11 +81,11 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls091597850/
|
- https://www.imdb.com/list/ls091597850/
|
||||||
|
|
||||||
"Christmas Movies":
|
"Christmas Movies":
|
||||||
url_poster: https://images2.imgbox.com/8d/9a/tiNxDZfS_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-christmas.png
|
||||||
schedule: range(12/01-12/31)
|
schedule: range(12/01-12/31)
|
||||||
template: {
|
template: {
|
||||||
name: seasonal,
|
name: seasonal,
|
||||||
num: 9,
|
num: 8,
|
||||||
holiday: "Christmas",
|
holiday: "Christmas",
|
||||||
}
|
}
|
||||||
letterboxd_list: https://letterboxd.com/0xf5e3/list/theme-christmas/
|
letterboxd_list: https://letterboxd.com/0xf5e3/list/theme-christmas/
|
||||||
@@ -96,11 +96,11 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls027567380
|
- https://www.imdb.com/list/ls027567380
|
||||||
|
|
||||||
"New Year's Eve Movies":
|
"New Year's Eve Movies":
|
||||||
url_poster: https://images2.imgbox.com/a0/43/GKr1OGG7_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-new-year.png
|
||||||
schedule: range(12/26-01/02)
|
schedule: range(12/26-01/02)
|
||||||
template: {
|
template: {
|
||||||
name: seasonal,
|
name: seasonal,
|
||||||
num: 9,
|
num: 8,
|
||||||
holiday: "New Year's Eve",
|
holiday: "New Year's Eve",
|
||||||
}
|
}
|
||||||
imdb_list: https://www.imdb.com/list/ls066838460
|
imdb_list: https://www.imdb.com/list/ls066838460
|
||||||
@@ -44,7 +44,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Stand-up: All":
|
"Stand-up: All":
|
||||||
summary: "Stand-up"
|
summary: "Stand-up"
|
||||||
url_poster: https://images2.imgbox.com/31/e1/ZElv6PHz_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-all.png
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
name: mdblist,
|
||||||
num: "K",
|
num: "K",
|
||||||
@@ -54,7 +54,7 @@ collections:
|
|||||||
|
|
||||||
"Stand-up: Random":
|
"Stand-up: Random":
|
||||||
summary: "Random Stand-up"
|
summary: "Random Stand-up"
|
||||||
url_poster: https://images2.imgbox.com/ad/4f/nuF1bOeA_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-random.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "L"
|
num: "L"
|
||||||
@@ -67,7 +67,7 @@ collections:
|
|||||||
|
|
||||||
"Stand-up: Recently Released":
|
"Stand-up: Recently Released":
|
||||||
summary: "Recently released Stand-up"
|
summary: "Recently released Stand-up"
|
||||||
url_poster: https://images2.imgbox.com/a2/c5/BzdrMrGy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-released.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "M"
|
num: "M"
|
||||||
@@ -80,7 +80,7 @@ collections:
|
|||||||
|
|
||||||
"Stand-up: Recently Added":
|
"Stand-up: Recently Added":
|
||||||
summary: "Recently added Stand-up"
|
summary: "Recently added Stand-up"
|
||||||
url_poster: https://images2.imgbox.com/d7/e6/cEZnXBwk_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-added.png
|
||||||
template: {
|
template: {
|
||||||
name: plex_added,
|
name: plex_added,
|
||||||
num: "N"
|
num: "N"
|
||||||
@@ -93,7 +93,7 @@ collections:
|
|||||||
|
|
||||||
"Stand-up: Top Rated":
|
"Stand-up: Top Rated":
|
||||||
summary: "Top rated Stand-up"
|
summary: "Top rated Stand-up"
|
||||||
url_poster: https://images2.imgbox.com/04/14/LwegJAI5_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-top-rated.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "O"
|
num: "O"
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ templates:
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Random Movies":
|
"Random Movies":
|
||||||
summary: "Random selection of movies"
|
summary: Random selection of movies
|
||||||
url_poster: https://images2.imgbox.com/41/29/aa0NPuyr_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||||
visible_library: true
|
visible_library: true
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
@@ -62,75 +62,43 @@ collections:
|
|||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
critic_rating.gte: 4
|
rating.gte: 4
|
||||||
sort_by: random
|
sort_by: random
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
# "Recently Released Movies":
|
|
||||||
# summary: "Recently added movies"
|
|
||||||
# url_poster: https://images2.imgbox.com/12/39/VFlLhmvX_o.png
|
|
||||||
# visible_library: true
|
|
||||||
# template: {
|
|
||||||
# name: plex,
|
|
||||||
# num: 1
|
|
||||||
# }
|
|
||||||
# smart_filter:
|
|
||||||
# any:
|
|
||||||
# audio_language: English, english
|
|
||||||
# sort_by: release.desc
|
|
||||||
# limit: 200
|
|
||||||
#
|
|
||||||
# "Recently Added Movies":
|
|
||||||
# summary: "Recently added movies"
|
|
||||||
# url_poster: https://images2.imgbox.com/40/fb/9zzJnUVQ_o.png
|
|
||||||
# visible_home: true
|
|
||||||
# visible_shared: true
|
|
||||||
# visible_library: true
|
|
||||||
# template: {
|
|
||||||
# name: plex,
|
|
||||||
# num: 1
|
|
||||||
# }
|
|
||||||
# smart_filter:
|
|
||||||
# any:
|
|
||||||
# audio_language: English, english
|
|
||||||
# sort_by: added.desc
|
|
||||||
# limit: 200
|
|
||||||
|
|
||||||
"Trending Movies":
|
"Trending Movies":
|
||||||
summary: "Movies trending across the internet"
|
summary: Movies trending across the internet
|
||||||
url_poster: https://images2.imgbox.com/5e/f5/lRkPiQHy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
num: 2
|
num: 1
|
||||||
}
|
}
|
||||||
trakt_chart:
|
trakt_chart:
|
||||||
chart: trending
|
chart: trending
|
||||||
time_period: daily
|
time_period: daily
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 50
|
limit: 50
|
||||||
|
|
||||||
"Popular Movies":
|
"Popular Movies":
|
||||||
summary: "Popular movies across the internet"
|
summary: Popular movies across the internet
|
||||||
url_poster: https://images2.imgbox.com/2e/34/oxXyim7m_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||||
visible_library: true
|
visible_library: true
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: imdb_popular,
|
name: imdb_popular,
|
||||||
num: 3,
|
num: 2,
|
||||||
title_type: "feature",
|
title_type: "feature",
|
||||||
languages: "en",
|
languages: "en",
|
||||||
}
|
}
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
"Top Rated Movies":
|
"Top Rated Movies":
|
||||||
summary: "Top rated movies across the internet"
|
summary: Top rated movies across the internet
|
||||||
url_poster: https://images2.imgbox.com/4d/9b/Xb3ambH9_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: imdb_top,
|
name: imdb_top,
|
||||||
num: 4,
|
num: 3,
|
||||||
title_type: "feature,tv_movie",
|
title_type: "feature,tv_movie",
|
||||||
user_rating: "5.0,10.0",
|
user_rating: "5.0,10.0",
|
||||||
votes: "10000,",
|
votes: "10000,",
|
||||||
@@ -139,8 +107,21 @@ collections:
|
|||||||
limit: 200
|
limit: 200
|
||||||
|
|
||||||
"Most Watched Daily":
|
"Most Watched Daily":
|
||||||
summary: "Movies trending across the internet"
|
summary: Movies trending across the internet
|
||||||
url_poster: https://images2.imgbox.com/54/48/RpwMMx1Y_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-daily.png
|
||||||
|
schedule: daily
|
||||||
|
template: {
|
||||||
|
name: trakt,
|
||||||
|
num: 4
|
||||||
|
}
|
||||||
|
trakt_chart:
|
||||||
|
chart: watched
|
||||||
|
time_period: daily
|
||||||
|
limit: 50
|
||||||
|
|
||||||
|
"Most Watched Weekly":
|
||||||
|
summary: Movies trending across the internet
|
||||||
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-weekly.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
@@ -148,52 +129,31 @@ collections:
|
|||||||
}
|
}
|
||||||
trakt_chart:
|
trakt_chart:
|
||||||
chart: watched
|
chart: watched
|
||||||
time_period: daily
|
time_period: weekly
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 50
|
limit: 50
|
||||||
|
|
||||||
"Most Watched Weekly":
|
"Most Watched Monthly":
|
||||||
summary: "Movies trending across the internet"
|
summary: Movies trending across the internet
|
||||||
url_poster: https://images2.imgbox.com/cc/37/PfqsdJzM_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
|
||||||
schedule: daily
|
schedule: weekly(sunday)
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
num: 6
|
num: 6
|
||||||
}
|
}
|
||||||
trakt_chart:
|
trakt_chart:
|
||||||
chart: watched
|
chart: watched
|
||||||
time_period: weekly
|
time_period: monthly
|
||||||
languages: en
|
limit: 75
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 50
|
|
||||||
|
|
||||||
"Most Watched Monthly":
|
"Most Watched Yearly":
|
||||||
summary: "Movies trending across the internet"
|
summary: Movies trending across the internet
|
||||||
url_poster: https://images2.imgbox.com/c7/3c/7fM4BrER_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
|
||||||
schedule: weekly(sunday)
|
schedule: weekly(sunday)
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
num: 7
|
num: 7
|
||||||
}
|
}
|
||||||
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://images2.imgbox.com/17/88/LYG1r4xG_o.png
|
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
|
||||||
name: trakt,
|
|
||||||
num: 8
|
|
||||||
}
|
|
||||||
trakt_chart:
|
trakt_chart:
|
||||||
chart: watched
|
chart: watched
|
||||||
time_period: yearly
|
time_period: yearly
|
||||||
languages: en
|
|
||||||
countries: us, gb, ie, ca, au, nz
|
|
||||||
limit: 100
|
limit: 100
|
||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Top Rated of 2023":
|
"Top Rated of 2023":
|
||||||
summary: "Top rated movies in 2023"
|
summary: "Top rated movies in 2023"
|
||||||
url_poster: https://images2.imgbox.com/11/3b/7BlMZMQw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2023.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -33,7 +33,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2022":
|
"Top Rated of 2022":
|
||||||
summary: "Top rated movies in 2022"
|
summary: "Top rated movies in 2022"
|
||||||
url_poster: https://images2.imgbox.com/20/ea/OeSbw2IU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2022.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -47,7 +47,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2021":
|
"Top Rated of 2021":
|
||||||
summary: "Top rated movies in 2021"
|
summary: "Top rated movies in 2021"
|
||||||
url_poster: https://images2.imgbox.com/e9/ab/RKEdWgus_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2021.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -61,7 +61,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2020":
|
"Top Rated of 2020":
|
||||||
summary: "Top rated movies in 2020"
|
summary: "Top rated movies in 2020"
|
||||||
url_poster: https://images2.imgbox.com/b2/82/XGYhRoQi_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2020.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -75,7 +75,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2019":
|
"Top Rated of 2019":
|
||||||
summary: "Top rated movies in 2019"
|
summary: "Top rated movies in 2019"
|
||||||
url_poster: https://images2.imgbox.com/53/e9/DhwEpjt2_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2019.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -89,7 +89,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2018":
|
"Top Rated of 2018":
|
||||||
summary: "Top rated movies in 2018"
|
summary: "Top rated movies in 2018"
|
||||||
url_poster: https://images2.imgbox.com/a5/9b/NKvSD9sj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2018.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -103,7 +103,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2017":
|
"Top Rated of 2017":
|
||||||
summary: "Top rated movies in 2017"
|
summary: "Top rated movies in 2017"
|
||||||
url_poster: https://images2.imgbox.com/2e/c3/ucZ25sgd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2017.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -117,7 +117,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2016":
|
"Top Rated of 2016":
|
||||||
summary: "Top rated movies in 2016"
|
summary: "Top rated movies in 2016"
|
||||||
url_poster: https://images2.imgbox.com/86/b7/R5LWS26j_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2016.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -131,7 +131,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2015":
|
"Top Rated of 2015":
|
||||||
summary: "Top rated movies in 2015"
|
summary: "Top rated movies in 2015"
|
||||||
url_poster: https://images2.imgbox.com/2e/92/Xyintttd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2015.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -145,7 +145,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2014":
|
"Top Rated of 2014":
|
||||||
summary: "Top rated movies in 2014"
|
summary: "Top rated movies in 2014"
|
||||||
url_poster: https://images2.imgbox.com/45/1b/rnOLmuYd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2014.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -159,7 +159,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2013":
|
"Top Rated of 2013":
|
||||||
summary: "Top rated movies in 2013"
|
summary: "Top rated movies in 2013"
|
||||||
url_poster: https://images2.imgbox.com/10/7f/sChpdS5a_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2013.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -173,7 +173,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2012":
|
"Top Rated of 2012":
|
||||||
summary: "Top rated movies in 2012"
|
summary: "Top rated movies in 2012"
|
||||||
url_poster: https://images2.imgbox.com/1a/a0/nodGueZf_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2012.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -187,7 +187,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2011":
|
"Top Rated of 2011":
|
||||||
summary: "Top rated movies in 2011"
|
summary: "Top rated movies in 2011"
|
||||||
url_poster: https://images2.imgbox.com/92/1d/rGBuC4Jl_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2011.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -201,7 +201,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2010":
|
"Top Rated of 2010":
|
||||||
summary: "Top rated movies in 2010"
|
summary: "Top rated movies in 2010"
|
||||||
url_poster: https://images2.imgbox.com/86/63/4kJnyLQX_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2010.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Top Rated of the 1940s":
|
"Top Rated of the 1940s":
|
||||||
summary: "Top rated movies of the 1940s"
|
summary: "Top rated movies of the 1940s"
|
||||||
url_poster: https://images2.imgbox.com/b2/96/r6suu5US_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1940s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -33,7 +33,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1950s":
|
"Top Rated of the 1950s":
|
||||||
summary: "Top rated movies of the 1950s"
|
summary: "Top rated movies of the 1950s"
|
||||||
url_poster: https://images2.imgbox.com/3a/86/lbm419do_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1950s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -47,7 +47,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1960s":
|
"Top Rated of the 1960s":
|
||||||
summary: "Top rated movies of the 1960s"
|
summary: "Top rated movies of the 1960s"
|
||||||
url_poster: https://images2.imgbox.com/86/ec/BLBgj4Sc_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1960s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -61,7 +61,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1970s":
|
"Top Rated of the 1970s":
|
||||||
summary: "Top rated movies of the 1970s"
|
summary: "Top rated movies of the 1970s"
|
||||||
url_poster: https://images2.imgbox.com/69/3f/JKYnU4OW_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1970s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -75,7 +75,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1980s":
|
"Top Rated of the 1980s":
|
||||||
summary: "Top rated movies of the 1980s"
|
summary: "Top rated movies of the 1980s"
|
||||||
url_poster: https://images2.imgbox.com/fa/74/pTqfI3kw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1980s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -89,7 +89,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1990s":
|
"Top Rated of the 1990s":
|
||||||
summary: "Top rated movies of the 1990s"
|
summary: "Top rated movies of the 1990s"
|
||||||
url_poster: https://images2.imgbox.com/f8/2d/heYFe34N_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1990s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -103,7 +103,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 2000s":
|
"Top Rated of the 2000s":
|
||||||
summary: "Top rated movies of the 2000s"
|
summary: "Top rated movies of the 2000s"
|
||||||
url_poster: https://images2.imgbox.com/25/0f/Fv1DABox_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2000s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -117,7 +117,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 2010s":
|
"Top Rated of the 2010s":
|
||||||
summary: "Top rated movies of the 2010s"
|
summary: "Top rated movies of the 2010s"
|
||||||
url_poster: https://images2.imgbox.com/2e/79/H4fyrHwI_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2010s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -131,7 +131,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 2020s":
|
"Top Rated of the 2020s":
|
||||||
summary: "Top rated movies of the 2020s"
|
summary: "Top rated movies of the 2020s"
|
||||||
url_poster: https://images2.imgbox.com/19/dc/06a42YSm_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2020s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Oscar Winners":
|
"Oscar Winners":
|
||||||
summary: "A collection of Oscar Winners"
|
summary: "A collection of Oscar Winners"
|
||||||
url_poster: https://images2.imgbox.com/ad/c9/nfhQr1bK_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-oscars-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -51,7 +51,7 @@ collections:
|
|||||||
|
|
||||||
"Oscar Nominees":
|
"Oscar Nominees":
|
||||||
summary: "A collection of Oscar Nominees"
|
summary: "A collection of Oscar Nominees"
|
||||||
url_poster: https://images2.imgbox.com/98/37/PigipQFj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-oscars-nominees.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -64,7 +64,7 @@ collections:
|
|||||||
|
|
||||||
"Golden Globes Winners":
|
"Golden Globes Winners":
|
||||||
summary: "A collection of Golden Globes Winners"
|
summary: "A collection of Golden Globes Winners"
|
||||||
url_poster: https://images2.imgbox.com/90/92/iw9mYXgG_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -77,7 +77,7 @@ collections:
|
|||||||
|
|
||||||
"Golden Globes Nominees":
|
"Golden Globes Nominees":
|
||||||
summary: "A collection of Golden Globes Nominees"
|
summary: "A collection of Golden Globes Nominees"
|
||||||
url_poster: https://images2.imgbox.com/0a/a2/HH5uBXFt_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-nominees.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -90,7 +90,7 @@ collections:
|
|||||||
|
|
||||||
"BAFTA Winners":
|
"BAFTA Winners":
|
||||||
summary: "A collection of BAFTA Winners"
|
summary: "A collection of BAFTA Winners"
|
||||||
url_poster: https://images2.imgbox.com/00/61/roVpyMsf_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-bafta-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: letterboxd,
|
name: letterboxd,
|
||||||
@@ -103,7 +103,7 @@ collections:
|
|||||||
|
|
||||||
"Berlinale Winners":
|
"Berlinale Winners":
|
||||||
summary: "A collection of Berlinale Winners"
|
summary: "A collection of Berlinale Winners"
|
||||||
url_poster: https://images2.imgbox.com/91/9a/HV6PSMf9_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-berlinale-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: letterboxd,
|
name: letterboxd,
|
||||||
@@ -116,7 +116,7 @@ collections:
|
|||||||
|
|
||||||
"Cannes Film Festival Winners":
|
"Cannes Film Festival Winners":
|
||||||
summary: "A collection of Cannes Film Festival Winners"
|
summary: "A collection of Cannes Film Festival Winners"
|
||||||
url_poster: https://images2.imgbox.com/f6/58/U3iST84u_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-cannes-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: letterboxd,
|
name: letterboxd,
|
||||||
@@ -129,7 +129,7 @@ collections:
|
|||||||
|
|
||||||
"European Film Award Winners":
|
"European Film Award Winners":
|
||||||
summary: "A collection of European Film Award Winners"
|
summary: "A collection of European Film Award Winners"
|
||||||
url_poster: https://images2.imgbox.com/c5/4d/I4jeTKM5_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-european-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: letterboxd,
|
name: letterboxd,
|
||||||
@@ -142,7 +142,7 @@ collections:
|
|||||||
|
|
||||||
"Sundance Winners":
|
"Sundance Winners":
|
||||||
summary: "A collection of Sundance Winners"
|
summary: "A collection of Sundance Winners"
|
||||||
url_poster: https://images2.imgbox.com/00/95/C6ghjx7k_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-sundance-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: letterboxd,
|
name: letterboxd,
|
||||||
@@ -155,7 +155,7 @@ collections:
|
|||||||
|
|
||||||
"Venice Film Festival Winners":
|
"Venice Film Festival Winners":
|
||||||
summary: "A collection of Venice Film Festival Winners"
|
summary: "A collection of Venice Film Festival Winners"
|
||||||
url_poster: https://images2.imgbox.com/0d/38/P2chh8O7_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-venice-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: letterboxd,
|
name: letterboxd,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Popular in Action":
|
"Popular in Action":
|
||||||
summary: "Popular movies in Action"
|
summary: "Popular movies in Action"
|
||||||
url_poster: https://images2.imgbox.com/49/a2/ZzHfwpko_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-action.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -30,7 +30,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Adventure":
|
"Popular in Adventure":
|
||||||
summary: "Popular movies in Adventure"
|
summary: "Popular movies in Adventure"
|
||||||
url_poster: https://images2.imgbox.com/69/44/w9z6lHTx_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-adventure.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -41,7 +41,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Animation":
|
"Popular in Animation":
|
||||||
summary: "Popular movies in Animation"
|
summary: "Popular movies in Animation"
|
||||||
url_poster: https://images2.imgbox.com/2b/9f/K6YZj2mM_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-animation.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -52,7 +52,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Biography":
|
"Popular in Biography":
|
||||||
summary: "Popular movies in Biography"
|
summary: "Popular movies in Biography"
|
||||||
url_poster: https://images2.imgbox.com/db/a5/DuxFMQvW_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-biography.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -63,7 +63,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Comedy":
|
"Popular in Comedy":
|
||||||
summary: "Popular movies in Comedy"
|
summary: "Popular movies in Comedy"
|
||||||
url_poster: https://images2.imgbox.com/ee/95/bv86GdwL_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-comedy.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -74,7 +74,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Crime":
|
"Popular in Crime":
|
||||||
summary: "Popular movies in Crime"
|
summary: "Popular movies in Crime"
|
||||||
url_poster: https://images2.imgbox.com/04/57/qWBJn2wh_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-crime.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -85,7 +85,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Drama":
|
"Popular in Drama":
|
||||||
summary: "Popular movies in Drama"
|
summary: "Popular movies in Drama"
|
||||||
url_poster: https://images2.imgbox.com/b5/7e/xjs3U3Uw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-drama.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -96,7 +96,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Family":
|
"Popular in Family":
|
||||||
summary: "Popular movies in Family"
|
summary: "Popular movies in Family"
|
||||||
url_poster: https://images2.imgbox.com/b8/7c/Yxfwl4SU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-family.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -107,7 +107,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Fantasy":
|
"Popular in Fantasy":
|
||||||
summary: "Popular movies in Fantasy"
|
summary: "Popular movies in Fantasy"
|
||||||
url_poster: https://images2.imgbox.com/b9/2d/RUj29mGN_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-fantasy.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -118,7 +118,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in History":
|
"Popular in History":
|
||||||
summary: "Popular movies in History"
|
summary: "Popular movies in History"
|
||||||
url_poster: https://images2.imgbox.com/7e/4b/J3QPVzXr_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-history.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -129,7 +129,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Horror":
|
"Popular in Horror":
|
||||||
summary: "Popular movies in Horror"
|
summary: "Popular movies in Horror"
|
||||||
url_poster: https://images2.imgbox.com/d7/90/soVAACno_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-horror.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -140,7 +140,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Music":
|
"Popular in Music":
|
||||||
summary: "Popular movies in Music"
|
summary: "Popular movies in Music"
|
||||||
url_poster: https://images2.imgbox.com/a5/f7/k30HMjfT_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-music.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -151,7 +151,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Musicals":
|
"Popular in Musicals":
|
||||||
summary: "Popular movies in Musicals"
|
summary: "Popular movies in Musicals"
|
||||||
url_poster: https://images2.imgbox.com/2c/d8/dBP5NuOy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-musicals.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -162,7 +162,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Mystery":
|
"Popular in Mystery":
|
||||||
summary: "Popular movies in Mystery"
|
summary: "Popular movies in Mystery"
|
||||||
url_poster: https://images2.imgbox.com/c0/eb/vxT2626d_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-mystery.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -173,7 +173,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Romance":
|
"Popular in Romance":
|
||||||
summary: "Popular movies in Romance"
|
summary: "Popular movies in Romance"
|
||||||
url_poster: https://images2.imgbox.com/c9/5c/iFqsyDIF_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-romance.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -184,7 +184,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Sci-Fi":
|
"Popular in Sci-Fi":
|
||||||
summary: "Popular movies in Sci-Fi"
|
summary: "Popular movies in Sci-Fi"
|
||||||
url_poster: https://images2.imgbox.com/c8/01/RVAS27XY_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-sci-fi.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -195,7 +195,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Thriller":
|
"Popular in Thriller":
|
||||||
summary: "Popular movies in Thriller"
|
summary: "Popular movies in Thriller"
|
||||||
url_poster: https://images2.imgbox.com/91/81/K0sxubV6_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-thriller.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -206,7 +206,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in War":
|
"Popular in War":
|
||||||
summary: "Popular movies in War"
|
summary: "Popular movies in War"
|
||||||
url_poster: https://images2.imgbox.com/31/13/Kf3A1cXg_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-war.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -217,7 +217,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Western":
|
"Popular in Western":
|
||||||
summary: "Popular movies in Western"
|
summary: "Popular movies in Western"
|
||||||
url_poster: https://images2.imgbox.com/68/3a/Jl5QZlaK_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-western.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Top Rated in Action":
|
"Top Rated in Action":
|
||||||
summary: "Top rated movies in Action"
|
summary: "Top rated movies in Action"
|
||||||
url_poster: https://images2.imgbox.com/51/80/y43S30ze_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-action.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -32,7 +32,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Adventure":
|
"Top Rated in Adventure":
|
||||||
summary: "Top rated movies in Adventure"
|
summary: "Top rated movies in Adventure"
|
||||||
url_poster: https://images2.imgbox.com/c9/32/B0Eezjrf_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-adventure.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -45,7 +45,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Animation":
|
"Top Rated in Animation":
|
||||||
summary: "Top rated movies in Animation"
|
summary: "Top rated movies in Animation"
|
||||||
url_poster: https://images2.imgbox.com/5d/ce/AGI0Qfqm_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-animation.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -58,7 +58,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Biography":
|
"Top Rated in Biography":
|
||||||
summary: "Top rated movies in Biography"
|
summary: "Top rated movies in Biography"
|
||||||
url_poster: https://images2.imgbox.com/78/3c/xtirTM6g_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-biography.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -71,7 +71,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Comedy":
|
"Top Rated in Comedy":
|
||||||
summary: "Top rated movies in Comedy"
|
summary: "Top rated movies in Comedy"
|
||||||
url_poster: https://images2.imgbox.com/69/10/NKcsxR5P_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-comedy.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -84,7 +84,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Crime":
|
"Top Rated in Crime":
|
||||||
summary: "Top rated movies in Crime"
|
summary: "Top rated movies in Crime"
|
||||||
url_poster: https://images2.imgbox.com/01/f8/X4xQQ1sE_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-crime.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -97,7 +97,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Drama":
|
"Top Rated in Drama":
|
||||||
summary: "Top rated movies in Drama"
|
summary: "Top rated movies in Drama"
|
||||||
url_poster: https://images2.imgbox.com/62/d5/iMGeC44D_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-drama.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -110,7 +110,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Family":
|
"Top Rated in Family":
|
||||||
summary: "Top rated movies in Family"
|
summary: "Top rated movies in Family"
|
||||||
url_poster: https://images2.imgbox.com/ca/6e/2IfG1bxC_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-family.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -123,7 +123,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Fantasy":
|
"Top Rated in Fantasy":
|
||||||
summary: "Top rated movies in Fantasy"
|
summary: "Top rated movies in Fantasy"
|
||||||
url_poster: https://images2.imgbox.com/0e/a1/RTwNLvZj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-fantasy.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -136,7 +136,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in History":
|
"Top Rated in History":
|
||||||
summary: "Top rated movies in History"
|
summary: "Top rated movies in History"
|
||||||
url_poster: https://images2.imgbox.com/07/28/Gnd1RXdg_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-history.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -149,7 +149,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Horror":
|
"Top Rated in Horror":
|
||||||
summary: "Top rated movies in Horror"
|
summary: "Top rated movies in Horror"
|
||||||
url_poster: https://images2.imgbox.com/69/85/PPdtuMl4_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-horror.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -162,7 +162,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Music":
|
"Top Rated in Music":
|
||||||
summary: "Top rated movies in Music"
|
summary: "Top rated movies in Music"
|
||||||
url_poster: https://images2.imgbox.com/2a/5b/0qMaPxU2_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-music.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -175,7 +175,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Musicals":
|
"Top Rated in Musicals":
|
||||||
summary: "Top rated movies in Musicals"
|
summary: "Top rated movies in Musicals"
|
||||||
url_poster: https://images2.imgbox.com/af/6f/8PsNB0Po_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-musicals.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -188,7 +188,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Mystery":
|
"Top Rated in Mystery":
|
||||||
summary: "Top rated movies in Mystery"
|
summary: "Top rated movies in Mystery"
|
||||||
url_poster: https://images2.imgbox.com/90/e8/hpebZBPB_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-mystery.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -201,7 +201,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Romance":
|
"Top Rated in Romance":
|
||||||
summary: "Top rated movies in Romance"
|
summary: "Top rated movies in Romance"
|
||||||
url_poster: https://images2.imgbox.com/0a/7c/zeNHGAVj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-romance.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -214,7 +214,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Sci-Fi":
|
"Top Rated in Sci-Fi":
|
||||||
summary: "Top rated movies in Sci-Fi"
|
summary: "Top rated movies in Sci-Fi"
|
||||||
url_poster: https://images2.imgbox.com/91/64/ePUjlSZ6_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-sci-fi.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -227,7 +227,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Thriller":
|
"Top Rated in Thriller":
|
||||||
summary: "Top rated movies in Thriller"
|
summary: "Top rated movies in Thriller"
|
||||||
url_poster: https://images2.imgbox.com/7f/f0/imM9mUS1_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-thriller.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -240,7 +240,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in War":
|
"Top Rated in War":
|
||||||
summary: "Top rated movies in War"
|
summary: "Top rated movies in War"
|
||||||
url_poster: https://images2.imgbox.com/52/68/Yc62v6he_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-war.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -253,7 +253,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Western":
|
"Top Rated in Western":
|
||||||
summary: "Top rated movies in Western"
|
summary: "Top rated movies in Western"
|
||||||
url_poster: https://images2.imgbox.com/0e/03/v2py3lSd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-western.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
|
|||||||
@@ -41,8 +41,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Top Rated in Absurdism":
|
"Top Rated in Absurdism":
|
||||||
summary: "Top rated movies in Absurdism"
|
summary: "Top rated movies in Absurdism"
|
||||||
url_poster: https://images2.imgbox.com/08/d2/w1Yj5mg7_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-absurdism.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "absurdism",
|
keywords: "absurdism",
|
||||||
@@ -56,8 +55,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Aliens":
|
"Top Rated in Aliens":
|
||||||
summary: "Top rated movies in Aliens"
|
summary: "Top rated movies in Aliens"
|
||||||
url_poster: https://images2.imgbox.com/c5/db/86YsIf2Y_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-aliens.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "alien,alien-invasion",
|
keywords: "alien,alien-invasion",
|
||||||
@@ -71,8 +69,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Alternate History":
|
"Top Rated in Alternate History":
|
||||||
summary: "Top rated movies in Alternate History"
|
summary: "Top rated movies in Alternate History"
|
||||||
url_poster: https://images2.imgbox.com/71/96/1Aq7YJ9E_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-alternate-history.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "alternate-history",
|
keywords: "alternate-history",
|
||||||
@@ -86,8 +83,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Anti-Hero":
|
"Top Rated in Anti-Hero":
|
||||||
summary: "Top rated movies in Anti-Hero"
|
summary: "Top rated movies in Anti-Hero"
|
||||||
url_poster: https://images2.imgbox.com/a7/6e/sNWXmfEq_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-anti-hero.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "anti-hero,superhero",
|
keywords: "anti-hero,superhero",
|
||||||
@@ -101,8 +97,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Apocalypse":
|
"Top Rated in Apocalypse":
|
||||||
summary: "Top rated movies in Apocalypse"
|
summary: "Top rated movies in Apocalypse"
|
||||||
url_poster: https://images2.imgbox.com/81/2d/jXO0395t_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-apocalypse.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "apocalypse,end-of-the-world",
|
keywords: "apocalypse,end-of-the-world",
|
||||||
@@ -116,8 +111,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Artificial Intelligence":
|
"Top Rated in Artificial Intelligence":
|
||||||
summary: "Top rated movies in Artificial Intelligence"
|
summary: "Top rated movies in Artificial Intelligence"
|
||||||
url_poster: https://images2.imgbox.com/4e/93/hanWWGRG_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-artificial-intelligence.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "artificial-intelligence",
|
keywords: "artificial-intelligence",
|
||||||
@@ -131,8 +125,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Assassins":
|
"Top Rated in Assassins":
|
||||||
summary: "Top rated movies in Assassins"
|
summary: "Top rated movies in Assassins"
|
||||||
url_poster: https://images2.imgbox.com/d4/b1/BOFYcbOd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-assassins.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "assassination-attempt",
|
keywords: "assassination-attempt",
|
||||||
@@ -146,8 +139,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Betrayal":
|
"Top Rated in Betrayal":
|
||||||
summary: "Top rated movies in Betrayal"
|
summary: "Top rated movies in Betrayal"
|
||||||
url_poster: https://images2.imgbox.com/59/34/V3bywsZN_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-betrayal.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "betrayal",
|
keywords: "betrayal",
|
||||||
@@ -161,8 +153,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Black Comedy":
|
"Top Rated in Black Comedy":
|
||||||
summary: "Top rated movies in Black Comedy"
|
summary: "Top rated movies in Black Comedy"
|
||||||
url_poster: https://images2.imgbox.com/f4/9f/7gg281pJ_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-black-comedy.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "black-comedy",
|
keywords: "black-comedy",
|
||||||
@@ -176,8 +167,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Boxing":
|
"Top Rated in Boxing":
|
||||||
summary: "Top rated movies in Boxing"
|
summary: "Top rated movies in Boxing"
|
||||||
url_poster: https://images2.imgbox.com/3b/a9/9fIkdp1r_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-boxing.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "boxing",
|
keywords: "boxing",
|
||||||
@@ -192,8 +182,8 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Bugs":
|
"Top Rated in Bugs":
|
||||||
summary: "Top rated movies in Bugs"
|
summary: "Top rated movies in Bugs"
|
||||||
url_poster: https://images2.imgbox.com/33/ec/mlyYjsbF_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-bugs.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(friday)
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "giant-insect",
|
keywords: "giant-insect",
|
||||||
@@ -207,8 +197,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Cannibals":
|
"Top Rated in Cannibals":
|
||||||
summary: "Top rated movies in Cannibals"
|
summary: "Top rated movies in Cannibals"
|
||||||
url_poster: https://images2.imgbox.com/4a/d6/S8DBomgQ_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-cannibals.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "cannibalism,cannibal",
|
keywords: "cannibalism,cannibal",
|
||||||
@@ -217,13 +206,12 @@ collections:
|
|||||||
user_rating: "2.0,10.0",
|
user_rating: "2.0,10.0",
|
||||||
votes: "100,",
|
votes: "100,",
|
||||||
languages: "en",
|
languages: "en",
|
||||||
letterboxd_list: "theme-cannibalism"
|
letterboxd_list: "theme-cannibals"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Caper":
|
"Top Rated in Caper":
|
||||||
summary: "Top rated movies in Caper"
|
summary: "Top rated movies in Caper"
|
||||||
url_poster: https://images2.imgbox.com/28/7f/XwjBvSCo_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-caper.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "caper",
|
keywords: "caper",
|
||||||
@@ -237,8 +225,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Chick-flick":
|
"Top Rated in Chick-flick":
|
||||||
summary: "Top rated movies in Chick-flick"
|
summary: "Top rated movies in Chick-flick"
|
||||||
url_poster: https://images2.imgbox.com/e3/81/cZpgMk0P_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-chick-flick.png
|
||||||
schedule: weekly(monday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "chick-flick",
|
keywords: "chick-flick",
|
||||||
@@ -254,8 +241,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Comics":
|
"Top Rated in Comics":
|
||||||
summary: "Top rated movies in Comics"
|
summary: "Top rated movies in Comics"
|
||||||
url_poster: https://images2.imgbox.com/99/41/TQvMKXWm_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-comics.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "based-on-comic",
|
keywords: "based-on-comic",
|
||||||
@@ -269,8 +255,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Coming of Age":
|
"Top Rated in Coming of Age":
|
||||||
summary: "Top rated movies in Coming of Age"
|
summary: "Top rated movies in Coming of Age"
|
||||||
url_poster: https://images2.imgbox.com/e9/70/s5BnyYq3_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-coming-of-age.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "coming-of-age,friendship,teenage-boy,teenage-girl",
|
keywords: "coming-of-age,friendship,teenage-boy,teenage-girl",
|
||||||
@@ -284,8 +269,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Con-Artists":
|
"Top Rated in Con-Artists":
|
||||||
summary: "Top rated movies in Con-Artists"
|
summary: "Top rated movies in Con-Artists"
|
||||||
url_poster: https://images2.imgbox.com/49/df/6gBc8Y38_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-con-artists.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "con-artist,con-man",
|
keywords: "con-artist,con-man",
|
||||||
@@ -299,8 +283,8 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Cop":
|
"Top Rated in Cop":
|
||||||
summary: "Top rated movies in Cop"
|
summary: "Top rated movies in Cop"
|
||||||
url_poster: https://images2.imgbox.com/00/ea/DVeveARd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-cop.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(friday)
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "detective,police-car,police-detective,police-officer,police-station,police",
|
keywords: "detective,police-car,police-detective,police-officer,police-station,police",
|
||||||
@@ -314,8 +298,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Costume Drama":
|
"Top Rated in Costume Drama":
|
||||||
summary: "Top rated movies in Costume Drama"
|
summary: "Top rated movies in Costume Drama"
|
||||||
url_poster: https://images2.imgbox.com/c4/de/8bydIJSz_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-costume-drama.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "costume-drama",
|
keywords: "costume-drama",
|
||||||
@@ -329,8 +312,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Courtroom":
|
"Top Rated in Courtroom":
|
||||||
summary: "Top rated movies in Courtroom"
|
summary: "Top rated movies in Courtroom"
|
||||||
url_poster: https://images2.imgbox.com/99/9d/smpWW7PQ_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-courtroom.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "courtroom,judge,lawyer",
|
keywords: "courtroom,judge,lawyer",
|
||||||
@@ -344,8 +326,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Cyberpunk":
|
"Top Rated in Cyberpunk":
|
||||||
summary: "Top rated movies in Cyberpunk"
|
summary: "Top rated movies in Cyberpunk"
|
||||||
url_poster: https://images2.imgbox.com/70/aa/6D18y5wq_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-cyberpunk.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "cyberpunk,future",
|
keywords: "cyberpunk,future",
|
||||||
@@ -359,8 +340,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Dark Fantasy":
|
"Top Rated in Dark Fantasy":
|
||||||
summary: "Top rated movies in Dark Fantasy"
|
summary: "Top rated movies in Dark Fantasy"
|
||||||
url_poster: https://images2.imgbox.com/70/c0/ZmWtEe4x_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-dark-fantasy.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "dark-fantasy",
|
keywords: "dark-fantasy",
|
||||||
@@ -374,8 +354,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Detective":
|
"Top Rated in Detective":
|
||||||
summary: "Top rated movies in Detective"
|
summary: "Top rated movies in Detective"
|
||||||
url_poster: https://images2.imgbox.com/3c/86/vfMDF29e_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-detective.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "detective,police-detective",
|
keywords: "detective,police-detective",
|
||||||
@@ -389,8 +368,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Disaster":
|
"Top Rated in Disaster":
|
||||||
summary: "Top rated movies in Disaster"
|
summary: "Top rated movies in Disaster"
|
||||||
url_poster: https://images2.imgbox.com/1c/62/5CTrZlfa_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-disaster.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "disaster,disaster-film",
|
keywords: "disaster,disaster-film",
|
||||||
@@ -404,8 +382,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Dragons":
|
"Top Rated in Dragons":
|
||||||
summary: "Top rated movies in Dragons"
|
summary: "Top rated movies in Dragons"
|
||||||
url_poster: https://images2.imgbox.com/b1/5a/SLw7pyLH_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-dragons.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "dragon",
|
keywords: "dragon",
|
||||||
@@ -419,8 +396,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Dystopian":
|
"Top Rated in Dystopian":
|
||||||
summary: "Top rated movies in Dystopian"
|
summary: "Top rated movies in Dystopian"
|
||||||
url_poster: https://images2.imgbox.com/10/74/95eLfroC_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-dystopian.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "dystopia",
|
keywords: "dystopia",
|
||||||
@@ -434,8 +410,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Epics":
|
"Top Rated in Epics":
|
||||||
summary: "Top rated movies in Epics"
|
summary: "Top rated movies in Epics"
|
||||||
url_poster: https://images2.imgbox.com/0d/c4/srlTamX9_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-epics.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "epic",
|
keywords: "epic",
|
||||||
@@ -449,8 +424,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Espionage":
|
"Top Rated in Espionage":
|
||||||
summary: "Top rated movies in Espionage"
|
summary: "Top rated movies in Espionage"
|
||||||
url_poster: https://images2.imgbox.com/72/f3/CkAV4nHh_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-espionage.png
|
||||||
schedule: weekly(tuesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "espionage",
|
keywords: "espionage",
|
||||||
@@ -464,8 +438,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Experimental":
|
"Top Rated in Experimental":
|
||||||
summary: "Top rated movies in Experimental"
|
summary: "Top rated movies in Experimental"
|
||||||
url_poster: https://images2.imgbox.com/b0/71/yhg0z8ei_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-experimental.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "experimental-film",
|
keywords: "experimental-film",
|
||||||
@@ -479,8 +452,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Fairytales":
|
"Top Rated in Fairytales":
|
||||||
summary: "Top rated movies in Fairytales"
|
summary: "Top rated movies in Fairytales"
|
||||||
url_poster: https://images2.imgbox.com/47/71/YIU6irea_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-fairytales.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "based-on-fairy-tale",
|
keywords: "based-on-fairy-tale",
|
||||||
@@ -494,8 +466,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Found Footage":
|
"Top Rated in Found Footage":
|
||||||
summary: "Top rated movies in Found Footage"
|
summary: "Top rated movies in Found Footage"
|
||||||
url_poster: https://images2.imgbox.com/b7/88/OFJC70nm_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-found-footage.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "found-footage",
|
keywords: "found-footage",
|
||||||
@@ -509,8 +480,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Fugitives":
|
"Top Rated in Fugitives":
|
||||||
summary: "Top rated movies in Fugitives"
|
summary: "Top rated movies in Fugitives"
|
||||||
url_poster: https://images2.imgbox.com/c0/f6/71A8r3Hh_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-fugitives.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "fugitive,on-the-run",
|
keywords: "fugitive,on-the-run",
|
||||||
@@ -522,10 +492,9 @@ collections:
|
|||||||
letterboxd_list: "theme-fugitives"
|
letterboxd_list: "theme-fugitives"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Gangster":
|
"Top Rated in Gangsters":
|
||||||
summary: "Top rated movies in Gangster"
|
summary: "Top rated movies in Gangsters"
|
||||||
url_poster: https://images2.imgbox.com/8b/b5/lzB5L9aI_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-gangsters.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "gangster",
|
keywords: "gangster",
|
||||||
@@ -539,8 +508,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Ghosts":
|
"Top Rated in Ghosts":
|
||||||
summary: "Top rated movies in Ghosts"
|
summary: "Top rated movies in Ghosts"
|
||||||
url_poster: https://images2.imgbox.com/5d/67/v1wt2idR_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-ghosts.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "ghost",
|
keywords: "ghost",
|
||||||
@@ -554,8 +522,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Gothic":
|
"Top Rated in Gothic":
|
||||||
summary: "Top rated movies in Gothic"
|
summary: "Top rated movies in Gothic"
|
||||||
url_poster: https://images2.imgbox.com/d7/59/1GzoBL61_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-gothic.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "gothic",
|
keywords: "gothic",
|
||||||
@@ -569,8 +536,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Heartbreak":
|
"Top Rated in Heartbreak":
|
||||||
summary: "Top rated movies in Heartbreak"
|
summary: "Top rated movies in Heartbreak"
|
||||||
url_poster: https://images2.imgbox.com/9a/86/zR7FLggw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-heartbreak.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "broken-heart",
|
keywords: "broken-heart",
|
||||||
@@ -584,8 +550,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Heists":
|
"Top Rated in Heists":
|
||||||
summary: "Top rated movies in Heists"
|
summary: "Top rated movies in Heists"
|
||||||
url_poster: https://images2.imgbox.com/e9/ab/2jOCqUG6_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-heists.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "heist,robbery",
|
keywords: "heist,robbery",
|
||||||
@@ -599,8 +564,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Historical Event":
|
"Top Rated in Historical Event":
|
||||||
summary: "Top rated movies in Historical Event"
|
summary: "Top rated movies in Historical Event"
|
||||||
url_poster: https://images2.imgbox.com/0e/f7/TxuJdFl0_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-historical-event.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "historical-event",
|
keywords: "historical-event",
|
||||||
@@ -614,8 +578,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Hostage":
|
"Top Rated in Hostage":
|
||||||
summary: "Top rated movies in Hostage"
|
summary: "Top rated movies in Hostage"
|
||||||
url_poster: https://images2.imgbox.com/74/2b/L7ulndzn_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-hostage.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "hostage-situation",
|
keywords: "hostage-situation",
|
||||||
@@ -630,8 +593,8 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Hustle":
|
"Top Rated in Hustle":
|
||||||
summary: "Top rated movies in Hustle"
|
summary: "Top rated movies in Hustle"
|
||||||
url_poster: https://images2.imgbox.com/f0/46/7ZrznR23_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-hustle.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(friday)
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "hustler,gambling",
|
keywords: "hustler,gambling",
|
||||||
@@ -645,8 +608,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Martial-Arts":
|
"Top Rated in Martial-Arts":
|
||||||
summary: "Top rated movies in Martial-Arts"
|
summary: "Top rated movies in Martial-Arts"
|
||||||
url_poster: https://images2.imgbox.com/60/26/uGSDjOZw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-martial-arts.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "martial-artist,martial-arts-master,martial-arts",
|
keywords: "martial-artist,martial-arts-master,martial-arts",
|
||||||
@@ -664,8 +626,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Medical":
|
"Top Rated in Medical":
|
||||||
summary: "Top rated movies in Medical"
|
summary: "Top rated movies in Medical"
|
||||||
url_poster: https://images2.imgbox.com/fe/ea/ZlmrNSd8_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-medical.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "medical",
|
keywords: "medical",
|
||||||
@@ -679,8 +640,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Medieval":
|
"Top Rated in Medieval":
|
||||||
summary: "Top rated movies in Medieval"
|
summary: "Top rated movies in Medieval"
|
||||||
url_poster: https://images2.imgbox.com/a6/1e/4nHlBSqU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-medieval.png
|
||||||
schedule: weekly(wednesday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "medieval-times",
|
keywords: "medieval-times",
|
||||||
@@ -694,8 +654,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Melodrama":
|
"Top Rated in Melodrama":
|
||||||
summary: "Top rated movies in Melodrama"
|
summary: "Top rated movies in Melodrama"
|
||||||
url_poster: https://images2.imgbox.com/bf/16/LKE1Ofi5_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-melodrama.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "melodrama",
|
keywords: "melodrama",
|
||||||
@@ -709,8 +668,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Military":
|
"Top Rated in Military":
|
||||||
summary: "Top rated movies in Military"
|
summary: "Top rated movies in Military"
|
||||||
url_poster: https://images2.imgbox.com/37/95/TNRvfOND_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-military.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "military,soldier",
|
keywords: "military,soldier",
|
||||||
@@ -724,8 +682,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Mindfuck":
|
"Top Rated in Mindfuck":
|
||||||
summary: "Top rated movies in Mindfuck"
|
summary: "Top rated movies in Mindfuck"
|
||||||
url_poster: https://images2.imgbox.com/64/8a/v51qQ1Xt_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-mindfuck.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "mindbender",
|
keywords: "mindbender",
|
||||||
@@ -742,8 +699,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Mockumentary":
|
"Top Rated in Mockumentary":
|
||||||
summary: "Top rated movies in Mockumentary"
|
summary: "Top rated movies in Mockumentary"
|
||||||
url_poster: https://images2.imgbox.com/22/db/4t6xVKwD_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-mockumentary.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "mockumentary,fake-documentary",
|
keywords: "mockumentary,fake-documentary",
|
||||||
@@ -758,8 +714,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Monsters":
|
"Top Rated in Monsters":
|
||||||
summary: "Top rated movies in Monsters"
|
summary: "Top rated movies in Monsters"
|
||||||
url_poster: https://images2.imgbox.com/6a/fb/ei8xg1Pf_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-monsters.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "creature,monster,creature-feature",
|
keywords: "creature,monster,creature-feature",
|
||||||
@@ -773,8 +728,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Mythology":
|
"Top Rated in Mythology":
|
||||||
summary: "Top rated movies in Mythology"
|
summary: "Top rated movies in Mythology"
|
||||||
url_poster: https://images2.imgbox.com/fe/44/rL6DoEfn_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-mythology.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "mythology",
|
keywords: "mythology",
|
||||||
@@ -788,8 +742,8 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Naval":
|
"Top Rated in Naval":
|
||||||
summary: "Top rated movies in Naval"
|
summary: "Top rated movies in Naval"
|
||||||
url_poster: https://images2.imgbox.com/c7/d0/zhP3ZwUw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-naval.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(friday)
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "naval-battle",
|
keywords: "naval-battle",
|
||||||
@@ -803,8 +757,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Ninjas":
|
"Top Rated in Ninjas":
|
||||||
summary: "Top rated movies in Ninjas"
|
summary: "Top rated movies in Ninjas"
|
||||||
url_poster: https://images2.imgbox.com/97/b5/mD75JtyU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-ninjas.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "ninja",
|
keywords: "ninja",
|
||||||
@@ -818,8 +771,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Novel":
|
"Top Rated in Novel":
|
||||||
summary: "Top rated movies in Novel"
|
summary: "Top rated movies in Novel"
|
||||||
url_poster: https://images2.imgbox.com/63/fc/4n6nxKhs_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-novel.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "based-on-book,based-on-novel",
|
keywords: "based-on-book,based-on-novel",
|
||||||
@@ -833,8 +785,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Occult":
|
"Top Rated in Occult":
|
||||||
summary: "Top rated movies in Occult"
|
summary: "Top rated movies in Occult"
|
||||||
url_poster: https://images2.imgbox.com/8f/98/RHK1bimZ_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-occult.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "occult",
|
keywords: "occult",
|
||||||
@@ -848,8 +799,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Outerspace":
|
"Top Rated in Outerspace":
|
||||||
summary: "Top rated movies in Outerspace"
|
summary: "Top rated movies in Outerspace"
|
||||||
url_poster: https://images2.imgbox.com/69/ef/muSY8bnm_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-outerspace.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "outer-space,space-travel",
|
keywords: "outer-space,space-travel",
|
||||||
@@ -865,8 +815,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Outlaw":
|
"Top Rated in Outlaw":
|
||||||
summary: "Top rated movies in Outlaw"
|
summary: "Top rated movies in Outlaw"
|
||||||
url_poster: https://images2.imgbox.com/1b/ca/sotWJxn9_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-outlaw.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "outlaw",
|
keywords: "outlaw",
|
||||||
@@ -880,8 +829,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Pandemic":
|
"Top Rated in Pandemic":
|
||||||
summary: "Top rated movies in Pandemic"
|
summary: "Top rated movies in Pandemic"
|
||||||
url_poster: https://images2.imgbox.com/bc/80/i39SMNCI_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-pandemic.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "pandemic",
|
keywords: "pandemic",
|
||||||
@@ -895,8 +843,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Paranormal":
|
"Top Rated in Paranormal":
|
||||||
summary: "Top rated movies in Paranormal"
|
summary: "Top rated movies in Paranormal"
|
||||||
url_poster: https://images2.imgbox.com/31/59/a9gZweCR_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-paranormal.png
|
||||||
schedule: weekly(thursday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "paranormal-phenomenon",
|
keywords: "paranormal-phenomenon",
|
||||||
@@ -910,8 +857,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Period Drama":
|
"Top Rated in Period Drama":
|
||||||
summary: "Top rated movies in Period Drama"
|
summary: "Top rated movies in Period Drama"
|
||||||
url_poster: https://images2.imgbox.com/0b/0f/afxwLcUh_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-period-drama.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "period-drama",
|
keywords: "period-drama",
|
||||||
@@ -925,8 +871,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Philosophical":
|
"Top Rated in Philosophical":
|
||||||
summary: "Top rated movies in Philosophical"
|
summary: "Top rated movies in Philosophical"
|
||||||
url_poster: https://images2.imgbox.com/9b/e7/9eEQ1mDM_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-philosophical.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "philosophy",
|
keywords: "philosophy",
|
||||||
@@ -942,8 +887,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Political":
|
"Top Rated in Political":
|
||||||
summary: "Top rated movies in Political"
|
summary: "Top rated movies in Political"
|
||||||
url_poster: https://images2.imgbox.com/32/c9/IvlQLbFG_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-political.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "politics,politician",
|
keywords: "politics,politician",
|
||||||
@@ -957,8 +901,8 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Post-Apocalyptic":
|
"Top Rated in Post-Apocalyptic":
|
||||||
summary: "Top rated movies in Post-Apocalyptic"
|
summary: "Top rated movies in Post-Apocalyptic"
|
||||||
url_poster: https://images2.imgbox.com/1f/50/Ta97jgCb_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-post-apocalyptic.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "post-apocalypse",
|
keywords: "post-apocalypse",
|
||||||
@@ -972,8 +916,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Prehistoric":
|
"Top Rated in Prehistoric":
|
||||||
summary: "Top rated movies in Prehistoric"
|
summary: "Top rated movies in Prehistoric"
|
||||||
url_poster: https://images2.imgbox.com/a1/fd/1ZmTaPVl_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-prehistoric.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "prehistoric-times",
|
keywords: "prehistoric-times",
|
||||||
@@ -988,8 +931,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Prison":
|
"Top Rated in Prison":
|
||||||
summary: "Top rated movies in Prison"
|
summary: "Top rated movies in Prison"
|
||||||
url_poster: https://images2.imgbox.com/ca/b3/MnXIJTOJ_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-prison.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "prison,prisoner,prison-guard",
|
keywords: "prison,prisoner,prison-guard",
|
||||||
@@ -1003,8 +945,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Psychedelic":
|
"Top Rated in Psychedelic":
|
||||||
summary: "Top rated movies in Psychedelic"
|
summary: "Top rated movies in Psychedelic"
|
||||||
url_poster: https://images2.imgbox.com/17/ff/i8AHGK8O_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-psychedelic.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "psychedelic",
|
keywords: "psychedelic",
|
||||||
@@ -1019,8 +960,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Psychological":
|
"Top Rated in Psychological":
|
||||||
summary: "Top rated movies in Psychological"
|
summary: "Top rated movies in Psychological"
|
||||||
url_poster: https://images2.imgbox.com/3f/ba/MUzwjMZo_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-psychological.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "psychological",
|
keywords: "psychological",
|
||||||
@@ -1034,8 +974,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Religion":
|
"Top Rated in Religion":
|
||||||
summary: "Top rated movies in Religion"
|
summary: "Top rated movies in Religion"
|
||||||
url_poster: https://images2.imgbox.com/92/05/3LxABcBT_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-religion.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "faith,religion,prayer",
|
keywords: "faith,religion,prayer",
|
||||||
@@ -1049,8 +988,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Remake":
|
"Top Rated in Remake":
|
||||||
summary: "Top rated movies in Remake"
|
summary: "Top rated movies in Remake"
|
||||||
url_poster: https://images2.imgbox.com/94/15/SlTJQy1t_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-remake.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "remake",
|
keywords: "remake",
|
||||||
@@ -1065,8 +1003,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Revenge":
|
"Top Rated in Revenge":
|
||||||
summary: "Top rated movies in Revenge"
|
summary: "Top rated movies in Revenge"
|
||||||
url_poster: https://images2.imgbox.com/f9/26/vH7hnrig_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-revenge.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "revenge-plot",
|
keywords: "revenge-plot",
|
||||||
@@ -1080,8 +1017,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Robots":
|
"Top Rated in Robots":
|
||||||
summary: "Top rated movies in Robots"
|
summary: "Top rated movies in Robots"
|
||||||
url_poster: https://images2.imgbox.com/04/d4/SsZh0qaa_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-robots.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "giant-robot",
|
keywords: "giant-robot",
|
||||||
@@ -1095,8 +1031,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Romantic Comedy":
|
"Top Rated in Romantic Comedy":
|
||||||
summary: "Top rated movies in Romantic Comedy"
|
summary: "Top rated movies in Romantic Comedy"
|
||||||
url_poster: https://images2.imgbox.com/db/74/hOMtDmm8_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-romantic-comedy.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "",
|
keywords: "",
|
||||||
@@ -1113,8 +1048,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Romantic Drama":
|
"Top Rated in Romantic Drama":
|
||||||
summary: "Top rated movies in Romantic Drama"
|
summary: "Top rated movies in Romantic Drama"
|
||||||
url_poster: https://images2.imgbox.com/cb/01/HFwS0rAD_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-romantic-drama.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "",
|
keywords: "",
|
||||||
@@ -1131,8 +1065,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Samurai":
|
"Top Rated in Samurai":
|
||||||
summary: "Top rated movies in Samurai"
|
summary: "Top rated movies in Samurai"
|
||||||
url_poster: https://images2.imgbox.com/6c/ce/2gbcQ9yx_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-samurai.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "samurai,sword-fight",
|
keywords: "samurai,sword-fight",
|
||||||
@@ -1147,8 +1080,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Satire":
|
"Top Rated in Satire":
|
||||||
summary: "Top rated movies in Satire"
|
summary: "Top rated movies in Satire"
|
||||||
url_poster: https://images2.imgbox.com/dc/a6/e3TaPbsF_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-satire.png
|
||||||
schedule: weekly(friday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "satire",
|
keywords: "satire",
|
||||||
@@ -1162,8 +1094,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Serial Killers":
|
"Top Rated in Serial Killers":
|
||||||
summary: "Top rated movies in Serial Killers"
|
summary: "Top rated movies in Serial Killers"
|
||||||
url_poster: https://images2.imgbox.com/c8/bd/RUkHvqV2_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-serial-killers.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "serial-killer,murder",
|
keywords: "serial-killer,murder",
|
||||||
@@ -1177,8 +1108,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Slasher":
|
"Top Rated in Slasher":
|
||||||
summary: "Top rated movies in Slasher"
|
summary: "Top rated movies in Slasher"
|
||||||
url_poster: https://images2.imgbox.com/d8/ca/0bDWrZkw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-slasher.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "slasher",
|
keywords: "slasher",
|
||||||
@@ -1196,8 +1126,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Space Opera":
|
"Top Rated in Space Opera":
|
||||||
summary: "Top rated movies in Space Opera"
|
summary: "Top rated movies in Space Opera"
|
||||||
url_poster: https://images2.imgbox.com/43/2b/hwLnSmVK_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-space-opera.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "space-opera",
|
keywords: "space-opera",
|
||||||
@@ -1211,8 +1140,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Spaghetti Western":
|
"Top Rated in Spaghetti Western":
|
||||||
summary: "Top rated movies in Spaghetti Western"
|
summary: "Top rated movies in Spaghetti Western"
|
||||||
url_poster: https://images2.imgbox.com/38/2d/SzuDgAvT_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-spaghetti-western.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "spaghetti-western",
|
keywords: "spaghetti-western",
|
||||||
@@ -1226,8 +1154,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Splatter":
|
"Top Rated in Splatter":
|
||||||
summary: "Top rated movies in Splatter"
|
summary: "Top rated movies in Splatter"
|
||||||
url_poster: https://images2.imgbox.com/f6/9f/AemI4SNh_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-splatter.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "splatter",
|
keywords: "splatter",
|
||||||
@@ -1241,8 +1168,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Steampunk":
|
"Top Rated in Steampunk":
|
||||||
summary: "Top rated movies in Steampunk"
|
summary: "Top rated movies in Steampunk"
|
||||||
url_poster: https://images2.imgbox.com/dc/75/lqyxxz8a_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-steampunk.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "steampunk",
|
keywords: "steampunk",
|
||||||
@@ -1256,8 +1182,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Stoner":
|
"Top Rated in Stoner":
|
||||||
summary: "Top rated movies in Stoner"
|
summary: "Top rated movies in Stoner"
|
||||||
url_poster: https://images2.imgbox.com/f6/96/PWZn8Du7_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-stoner.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "stoner,marijuana",
|
keywords: "stoner,marijuana",
|
||||||
@@ -1271,8 +1196,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Stop-Motion":
|
"Top Rated in Stop-Motion":
|
||||||
summary: "Top rated movies in Stop-Motion"
|
summary: "Top rated movies in Stop-Motion"
|
||||||
url_poster: https://images2.imgbox.com/5d/2b/lIq8WYry_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-stop-motion.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "stop-motion",
|
keywords: "stop-motion",
|
||||||
@@ -1287,8 +1211,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Superhero":
|
"Top Rated in Superhero":
|
||||||
summary: "Top rated movies in Superhero"
|
summary: "Top rated movies in Superhero"
|
||||||
url_poster: https://images2.imgbox.com/cb/f6/NErEjk2H_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-superhero.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "superhero",
|
keywords: "superhero",
|
||||||
@@ -1302,8 +1225,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Supernatural":
|
"Top Rated in Supernatural":
|
||||||
summary: "Top rated movies in Supernatural"
|
summary: "Top rated movies in Supernatural"
|
||||||
url_poster: https://images2.imgbox.com/59/87/LY2BRXcs_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-supernatural.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "supernatural-power",
|
keywords: "supernatural-power",
|
||||||
@@ -1317,8 +1239,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Surrealism":
|
"Top Rated in Surrealism":
|
||||||
summary: "Top rated movies in Surrealism"
|
summary: "Top rated movies in Surrealism"
|
||||||
url_poster: https://images2.imgbox.com/2f/6f/l0Sua4X6_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-surrealism.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "surrealism",
|
keywords: "surrealism",
|
||||||
@@ -1332,8 +1253,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Survival":
|
"Top Rated in Survival":
|
||||||
summary: "Top rated movies in Survival"
|
summary: "Top rated movies in Survival"
|
||||||
url_poster: https://images2.imgbox.com/f9/6f/sIDM1W3G_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-survival.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "survival,survivor",
|
keywords: "survival,survivor",
|
||||||
@@ -1349,8 +1269,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Swashbuckler":
|
"Top Rated in Swashbuckler":
|
||||||
summary: "Top rated movies in Swashbuckler"
|
summary: "Top rated movies in Swashbuckler"
|
||||||
url_poster: https://images2.imgbox.com/de/6b/7maBnAry_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-swashbuckler.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "swashbuckler",
|
keywords: "swashbuckler",
|
||||||
@@ -1361,27 +1280,10 @@ collections:
|
|||||||
languages: "en",
|
languages: "en",
|
||||||
letterboxd_list: "theme-swashbuckler"
|
letterboxd_list: "theme-swashbuckler"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Top Rated in Sword & Sandal":
|
|
||||||
summary: "Top rated movies in Sword & Sandal"
|
|
||||||
url_poster: https://images2.imgbox.com/c6/64/Nh8yR8GR_o.png
|
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
|
||||||
name: sub_genre,
|
|
||||||
keywords: "sword-and-sandal",
|
|
||||||
genres: "",
|
|
||||||
title_type: "feature,tv_movie",
|
|
||||||
user_rating: "3.0,10.0",
|
|
||||||
votes: "1000,",
|
|
||||||
languages: "en",
|
|
||||||
letterboxd_list: "theme-sword-sandal",
|
|
||||||
imdb_extra_1: "https://www.imdb.com/list/ls043130664"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Top Rated in Sword & Sorcery":
|
"Top Rated in Sword & Sorcery":
|
||||||
summary: "Top rated movies in Sword & Sorcery"
|
summary: "Top rated movies in Sword & Sorcery"
|
||||||
url_poster: https://images2.imgbox.com/75/08/WIlxkkgB_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-sword-sorcery.png
|
||||||
schedule: weekly(saturday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "sword-and-sorcery",
|
keywords: "sword-and-sorcery",
|
||||||
@@ -1396,8 +1298,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Time Travel":
|
"Top Rated in Time Travel":
|
||||||
summary: "Top rated movies in Time Travel"
|
summary: "Top rated movies in Time Travel"
|
||||||
url_poster: https://images2.imgbox.com/a1/b8/gJ5idFQz_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-time-travel.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "time-travel",
|
keywords: "time-travel",
|
||||||
@@ -1413,8 +1314,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Treasure Hunt":
|
"Top Rated in Treasure Hunt":
|
||||||
summary: "Top rated movies in Treasure Hunt"
|
summary: "Top rated movies in Treasure Hunt"
|
||||||
url_poster: https://images2.imgbox.com/46/2d/rQvRpPz1_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-treasure-hunt.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "treasure-hunt",
|
keywords: "treasure-hunt",
|
||||||
@@ -1428,8 +1328,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in True Story":
|
"Top Rated in True Story":
|
||||||
summary: "Top rated movies in True Story"
|
summary: "Top rated movies in True Story"
|
||||||
url_poster: https://images2.imgbox.com/4f/f4/xo06QUQj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-true-story.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "based-on-true-story",
|
keywords: "based-on-true-story",
|
||||||
@@ -1446,8 +1345,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Urban Fantasy":
|
"Top Rated in Urban Fantasy":
|
||||||
summary: "Top rated movies in Urban Fantasy"
|
summary: "Top rated movies in Urban Fantasy"
|
||||||
url_poster: https://images2.imgbox.com/36/33/b5Y47cLB_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-urban-fantasy.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "urban-fantasy",
|
keywords: "urban-fantasy",
|
||||||
@@ -1461,8 +1359,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Utopian":
|
"Top Rated in Utopian":
|
||||||
summary: "Top rated movies in Utopian"
|
summary: "Top rated movies in Utopian"
|
||||||
url_poster: https://images2.imgbox.com/90/d1/66b3VZUN_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-utopian.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "utopia",
|
keywords: "utopia",
|
||||||
@@ -1477,8 +1374,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Vampires":
|
"Top Rated in Vampires":
|
||||||
summary: "Top rated movies in Vampires"
|
summary: "Top rated movies in Vampires"
|
||||||
url_poster: https://images2.imgbox.com/da/dc/d22qLy6u_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-vampires.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "vampire",
|
keywords: "vampire",
|
||||||
@@ -1492,8 +1388,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Video Game":
|
"Top Rated in Video Game":
|
||||||
summary: "Top rated movies in Video Game"
|
summary: "Top rated movies in Video Game"
|
||||||
url_poster: https://images2.imgbox.com/5c/41/MNAwdnc3_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-video-game.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "based-on-video-game",
|
keywords: "based-on-video-game",
|
||||||
@@ -1507,8 +1402,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Werewolves":
|
"Top Rated in Werewolves":
|
||||||
summary: "Top rated movies in Werewolves"
|
summary: "Top rated movies in Werewolves"
|
||||||
url_poster: https://images2.imgbox.com/80/95/cteWJGke_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-werewolves.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "werewolf",
|
keywords: "werewolf",
|
||||||
@@ -1523,8 +1417,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Whodunit?":
|
"Top Rated in Whodunit?":
|
||||||
summary: "Top rated movies in Whodunit?"
|
summary: "Top rated movies in Whodunit?"
|
||||||
url_poster: https://images2.imgbox.com/dd/f3/Zcka9ekQ_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-whodunit.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "whodunit",
|
keywords: "whodunit",
|
||||||
@@ -1538,8 +1431,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Wizardry & Witchcraft":
|
"Top Rated in Wizardry & Witchcraft":
|
||||||
summary: "Top rated movies in Wizardry & Witchcraft"
|
summary: "Top rated movies in Wizardry & Witchcraft"
|
||||||
url_poster: https://images2.imgbox.com/2f/80/U5eWer78_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-wizardry-witchcraft.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "wizard",
|
keywords: "wizard",
|
||||||
@@ -1554,8 +1446,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in World War":
|
"Top Rated in World War":
|
||||||
summary: "Top rated movies in World War"
|
summary: "Top rated movies in World War"
|
||||||
url_poster: https://images2.imgbox.com/e3/3a/FQps7COR_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-world-war.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "world-war-one",
|
keywords: "world-war-one",
|
||||||
@@ -1570,8 +1461,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Zombies":
|
"Top Rated in Zombies":
|
||||||
summary: "Top rated movies in Zombies"
|
summary: "Top rated movies in Zombies"
|
||||||
url_poster: https://images2.imgbox.com/fe/25/AQJbgzx7_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-zombies.png
|
||||||
schedule: weekly(sunday)
|
|
||||||
template: {
|
template: {
|
||||||
name: sub_genre,
|
name: sub_genre,
|
||||||
keywords: "zombie",
|
keywords: "zombie",
|
||||||
|
|||||||
@@ -11,68 +11,95 @@ templates:
|
|||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
cache_builders: 4
|
cache_builders: 4
|
||||||
|
|
||||||
|
plex_added:
|
||||||
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
visible_library: false
|
||||||
|
delete_not_scheduled: false
|
||||||
|
cache_builders: 4
|
||||||
|
|
||||||
|
mdblist:
|
||||||
|
optional:
|
||||||
|
- mdblist_extra_1
|
||||||
|
- mdblist_extra_2
|
||||||
|
- mdblist_extra_3
|
||||||
|
- mdblist_extra_4
|
||||||
|
- mdblist_extra_5
|
||||||
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
visible_library: false
|
||||||
|
delete_not_scheduled: false
|
||||||
|
collection_order: alpha
|
||||||
|
cache_builders: 6
|
||||||
|
mdblist_list:
|
||||||
|
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||||
|
sort_by: title.asc
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Documentaries: All":
|
"Documentaries: All":
|
||||||
summary: "Documentaries"
|
summary: "Documentaries"
|
||||||
url_poster: https://images2.imgbox.com/f8/66/trpNwkAn_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-all.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: mdblist,
|
||||||
num: "F"
|
num: "F",
|
||||||
|
mdblist_user: "archivist",
|
||||||
|
mdblist_list: "collection-documentary"
|
||||||
}
|
}
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
genre: documentary
|
|
||||||
sort_by: title.asc
|
|
||||||
|
|
||||||
"Documentaries: Random":
|
"Documentaries: Random":
|
||||||
summary: "Random documentaries"
|
summary: "Random documentaries"
|
||||||
url_poster: https://images2.imgbox.com/70/9e/9b9sB1wa_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-random.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "G"
|
num: "G"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: random
|
sort_by: random
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"Documentaries: Recently Released":
|
"Documentaries: Recently Released":
|
||||||
summary: "Recently released documentaries"
|
summary: "Recently released documentaries"
|
||||||
url_poster: https://images2.imgbox.com/da/49/PnqkIfIU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-released.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "H"
|
num: "H"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"Documentaries: Recently Added":
|
"Documentaries: Recently Added":
|
||||||
summary: "Recently added documentaries"
|
summary: "Recently added documentaries"
|
||||||
url_poster: https://images2.imgbox.com/09/43/rltvX5gv_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-added.png
|
||||||
visible_library: true
|
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex_added,
|
||||||
num: "I"
|
num: "I"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: added.desc
|
sort_by: added.desc
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
"Documentaries: Top Rated":
|
"Documentaries: Top Rated":
|
||||||
summary: "Top rated documentaries"
|
summary: "Top rated documentaries"
|
||||||
url_poster: https://images2.imgbox.com/f6/a6/sEjWWyWR_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-top-rated.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "J"
|
num: "J"
|
||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
genre: documentary
|
collection: "Documentaries: All"
|
||||||
sort_by: critic_rating.desc
|
sort_by: critic_rating.desc
|
||||||
limit: 250
|
limit: 250
|
||||||
@@ -49,7 +49,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Parental: All":
|
"Parental: All":
|
||||||
summary: "TV shows suitable for children"
|
summary: "TV shows suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/bd/de/Mpq7uDbd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||||
template: {
|
template: {
|
||||||
name: mdblist,
|
name: mdblist,
|
||||||
num: "A",
|
num: "A",
|
||||||
@@ -59,7 +59,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Random":
|
"Parental: Random":
|
||||||
summary: "Random TV shows suitable for children"
|
summary: "Random TV shows suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/03/6e/lD92FK1w_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "B"
|
num: "B"
|
||||||
@@ -72,7 +72,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Recently Released":
|
"Parental: Recently Released":
|
||||||
summary: "Recently released TV shows suitable for children"
|
summary: "Recently released TV shows suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/c8/27/eWMDHhcy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-released.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "C"
|
num: "C"
|
||||||
@@ -85,7 +85,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Recently Added":
|
"Parental: Recently Added":
|
||||||
summary: "Recently added TV shows suitable for children"
|
summary: "Recently added TV shows suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/66/12/rE9Ddb2f_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||||
template: {
|
template: {
|
||||||
name: plex_added,
|
name: plex_added,
|
||||||
num: "D"
|
num: "D"
|
||||||
@@ -99,7 +99,7 @@ collections:
|
|||||||
|
|
||||||
"Parental: Top Rated":
|
"Parental: Top Rated":
|
||||||
summary: "Top rated TV shows suitable for children"
|
summary: "Top rated TV shows suitable for children"
|
||||||
url_poster: https://images2.imgbox.com/c5/16/M8G4EDKy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||||
template: {
|
template: {
|
||||||
name: plex,
|
name: plex,
|
||||||
num: "E"
|
num: "E"
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Random TV shows":
|
"Random TV shows":
|
||||||
summary: Random selection of TV shows
|
summary: Random selection of TV shows
|
||||||
url_poster: https://images2.imgbox.com/41/29/aa0NPuyr_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||||
visible_library: true
|
visible_library: true
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
@@ -62,13 +62,13 @@ collections:
|
|||||||
}
|
}
|
||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
year.gte: 1960
|
year.gte: 1980
|
||||||
sort_by: random
|
sort_by: random
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
||||||
"Trending TV shows":
|
"Trending TV shows":
|
||||||
summary: TV shows trending across the internet
|
summary: TV shows trending across the internet
|
||||||
url_poster: https://images2.imgbox.com/5e/f5/lRkPiQHy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
@@ -81,7 +81,7 @@ collections:
|
|||||||
|
|
||||||
"Popular TV shows":
|
"Popular TV shows":
|
||||||
summary: Popular TV shows across the internet
|
summary: Popular TV shows across the internet
|
||||||
url_poster: https://images2.imgbox.com/2e/34/oxXyim7m_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||||
visible_library: true
|
visible_library: true
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
@@ -94,7 +94,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated TV shows":
|
"Top Rated TV shows":
|
||||||
summary: Top rated TV shows across the internet
|
summary: Top rated TV shows across the internet
|
||||||
url_poster: https://images2.imgbox.com/4d/9b/Xb3ambH9_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: imdb_top,
|
name: imdb_top,
|
||||||
@@ -108,7 +108,7 @@ collections:
|
|||||||
|
|
||||||
"Most Watched Daily":
|
"Most Watched Daily":
|
||||||
summary: Daily most watched TV shows across the internet
|
summary: Daily most watched TV shows across the internet
|
||||||
url_poster: https://images2.imgbox.com/54/48/RpwMMx1Y_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-daily.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
@@ -121,7 +121,7 @@ collections:
|
|||||||
|
|
||||||
"Most Watched Weekly":
|
"Most Watched Weekly":
|
||||||
summary: Weekly most watched TV shows across the internet
|
summary: Weekly most watched TV shows across the internet
|
||||||
url_poster: https://images2.imgbox.com/cc/37/PfqsdJzM_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-weekly.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
@@ -134,7 +134,7 @@ collections:
|
|||||||
|
|
||||||
"Most Watched Monthly":
|
"Most Watched Monthly":
|
||||||
summary: Monthly most watched TV shows across the internet
|
summary: Monthly most watched TV shows across the internet
|
||||||
url_poster: https://images2.imgbox.com/c7/3c/7fM4BrER_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
|
||||||
schedule: weekly(sunday)
|
schedule: weekly(sunday)
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
@@ -147,7 +147,7 @@ collections:
|
|||||||
|
|
||||||
"Most Watched Yearly":
|
"Most Watched Yearly":
|
||||||
summary: Yearly most watched TV shows across the internet
|
summary: Yearly most watched TV shows across the internet
|
||||||
url_poster: https://images2.imgbox.com/17/88/LYG1r4xG_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
|
||||||
schedule: weekly(sunday)
|
schedule: weekly(sunday)
|
||||||
template: {
|
template: {
|
||||||
name: trakt,
|
name: trakt,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Top Rated of 2023":
|
"Top Rated of 2023":
|
||||||
summary: "Top rated TV shows in 2023"
|
summary: "Top rated TV shows in 2023"
|
||||||
url_poster: https://images2.imgbox.com/11/3b/7BlMZMQw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2023.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -33,7 +33,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2022":
|
"Top Rated of 2022":
|
||||||
summary: "Top rated TV shows in 2022"
|
summary: "Top rated TV shows in 2022"
|
||||||
url_poster: https://images2.imgbox.com/20/ea/OeSbw2IU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2022.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -47,11 +47,11 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2021":
|
"Top Rated of 2021":
|
||||||
summary: "Top rated TV shows in 2021"
|
summary: "Top rated TV shows in 2021"
|
||||||
url_poster: https://images2.imgbox.com/e9/ab/RKEdWgus_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2021.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
num: O,
|
num: "O",
|
||||||
release_date: "2021-01-01,2021-12-31",
|
release_date: "2021-01-01,2021-12-31",
|
||||||
title_type: "tv_series,tv_special,tv_miniseries",
|
title_type: "tv_series,tv_special,tv_miniseries",
|
||||||
user_rating: "5.0,10.0",
|
user_rating: "5.0,10.0",
|
||||||
@@ -61,7 +61,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2020":
|
"Top Rated of 2020":
|
||||||
summary: "Top rated TV shows in 2020"
|
summary: "Top rated TV shows in 2020"
|
||||||
url_poster: https://images2.imgbox.com/b2/82/XGYhRoQi_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2020.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -75,7 +75,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2019":
|
"Top Rated of 2019":
|
||||||
summary: "Top rated TV shows in 2019"
|
summary: "Top rated TV shows in 2019"
|
||||||
url_poster: https://images2.imgbox.com/53/e9/DhwEpjt2_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2019.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -89,7 +89,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2018":
|
"Top Rated of 2018":
|
||||||
summary: "Top rated TV shows in 2018"
|
summary: "Top rated TV shows in 2018"
|
||||||
url_poster: https://images2.imgbox.com/a5/9b/NKvSD9sj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2018.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -103,7 +103,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2017":
|
"Top Rated of 2017":
|
||||||
summary: "Top rated TV shows in 2017"
|
summary: "Top rated TV shows in 2017"
|
||||||
url_poster: https://images2.imgbox.com/2e/c3/ucZ25sgd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2017.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -117,7 +117,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2016":
|
"Top Rated of 2016":
|
||||||
summary: "Top rated TV shows in 2016"
|
summary: "Top rated TV shows in 2016"
|
||||||
url_poster: https://images2.imgbox.com/86/b7/R5LWS26j_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2016.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -131,7 +131,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2015":
|
"Top Rated of 2015":
|
||||||
summary: "Top rated TV shows in 2015"
|
summary: "Top rated TV shows in 2015"
|
||||||
url_poster: https://images2.imgbox.com/2e/92/Xyintttd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2015.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -145,7 +145,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2014":
|
"Top Rated of 2014":
|
||||||
summary: "Top rated TV shows in 2014"
|
summary: "Top rated TV shows in 2014"
|
||||||
url_poster: https://images2.imgbox.com/45/1b/rnOLmuYd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2014.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -159,7 +159,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2013":
|
"Top Rated of 2013":
|
||||||
summary: "Top rated TV shows in 2013"
|
summary: "Top rated TV shows in 2013"
|
||||||
url_poster: https://images2.imgbox.com/10/7f/sChpdS5a_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2013.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -173,7 +173,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2012":
|
"Top Rated of 2012":
|
||||||
summary: "Top rated TV shows in 2012"
|
summary: "Top rated TV shows in 2012"
|
||||||
url_poster: https://images2.imgbox.com/1a/a0/nodGueZf_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2012.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -187,7 +187,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2011":
|
"Top Rated of 2011":
|
||||||
summary: "Top rated TV shows in 2011"
|
summary: "Top rated TV shows in 2011"
|
||||||
url_poster: https://images2.imgbox.com/92/1d/rGBuC4Jl_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2011.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
@@ -201,7 +201,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of 2010":
|
"Top Rated of 2010":
|
||||||
summary: "Top rated TV shows in 2010"
|
summary: "Top rated TV shows in 2010"
|
||||||
url_poster: https://images2.imgbox.com/86/63/4kJnyLQX_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2010.png
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
template: {
|
template: {
|
||||||
name: year,
|
name: year,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Top Rated of the 1940s":
|
"Top Rated of the 1940s":
|
||||||
summary: "Top rated TV shows of the 1940s"
|
summary: "Top rated TV shows of the 1940s"
|
||||||
url_poster: https://images2.imgbox.com/b2/96/r6suu5US_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1940s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -33,7 +33,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1950s":
|
"Top Rated of the 1950s":
|
||||||
summary: "Top rated TV shows of the 1950s"
|
summary: "Top rated TV shows of the 1950s"
|
||||||
url_poster: https://images2.imgbox.com/3a/86/lbm419do_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1950s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -47,7 +47,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1960s":
|
"Top Rated of the 1960s":
|
||||||
summary: "Top rated TV shows of the 1960s"
|
summary: "Top rated TV shows of the 1960s"
|
||||||
url_poster: https://images2.imgbox.com/86/ec/BLBgj4Sc_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1960s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -61,7 +61,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1970s":
|
"Top Rated of the 1970s":
|
||||||
summary: "Top rated TV shows of the 1970s"
|
summary: "Top rated TV shows of the 1970s"
|
||||||
url_poster: https://images2.imgbox.com/69/3f/JKYnU4OW_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1970s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -75,7 +75,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1980s":
|
"Top Rated of the 1980s":
|
||||||
summary: "Top rated TV shows of the 1980s"
|
summary: "Top rated TV shows of the 1980s"
|
||||||
url_poster: https://images2.imgbox.com/fa/74/pTqfI3kw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1980s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -89,7 +89,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 1990s":
|
"Top Rated of the 1990s":
|
||||||
summary: "Top rated TV shows of the 1990s"
|
summary: "Top rated TV shows of the 1990s"
|
||||||
url_poster: https://images2.imgbox.com/f8/2d/heYFe34N_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1990s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -103,7 +103,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 2000s":
|
"Top Rated of the 2000s":
|
||||||
summary: "Top rated TV shows of the 2000s"
|
summary: "Top rated TV shows of the 2000s"
|
||||||
url_poster: https://images2.imgbox.com/25/0f/Fv1DABox_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2000s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -117,7 +117,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 2010s":
|
"Top Rated of the 2010s":
|
||||||
summary: "Top rated TV shows of the 2010s"
|
summary: "Top rated TV shows of the 2010s"
|
||||||
url_poster: https://images2.imgbox.com/2e/79/H4fyrHwI_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2010s.png
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
@@ -131,7 +131,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated of the 2020s":
|
"Top Rated of the 2020s":
|
||||||
summary: "Top rated TV shows of the 2020s"
|
summary: "Top rated TV shows of the 2020s"
|
||||||
url_poster: https://images2.imgbox.com/19/dc/06a42YSm_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2020s.png
|
||||||
schedule: weekly
|
schedule: weekly
|
||||||
template: {
|
template: {
|
||||||
name: decade,
|
name: decade,
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Emmy Award Winners":
|
"Emmy Award Winners":
|
||||||
summary: "A collection of Emmy Award Winners"
|
summary: "A collection of Emmy Award Winners"
|
||||||
url_poster: https://images2.imgbox.com/9b/e4/k0PK91qr_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -85,7 +85,7 @@ collections:
|
|||||||
|
|
||||||
"Emmy Award Nominees":
|
"Emmy Award Nominees":
|
||||||
summary: "A collection of Emmy Award Nominees"
|
summary: "A collection of Emmy Award Nominees"
|
||||||
url_poster: https://images2.imgbox.com/c1/c7/71WmWEkL_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-nominees.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -98,7 +98,7 @@ collections:
|
|||||||
|
|
||||||
"Golden Globes Winners":
|
"Golden Globes Winners":
|
||||||
summary: "A collection of Golden Globes Winners"
|
summary: "A collection of Golden Globes Winners"
|
||||||
url_poster: https://images2.imgbox.com/90/92/iw9mYXgG_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -111,7 +111,7 @@ collections:
|
|||||||
|
|
||||||
"Golden Globes Nominees":
|
"Golden Globes Nominees":
|
||||||
summary: "A collection of Golden Globes Nominees"
|
summary: "A collection of Golden Globes Nominees"
|
||||||
url_poster: https://images2.imgbox.com/0a/a2/HH5uBXFt_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-nominees.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: imdb,
|
name: imdb,
|
||||||
@@ -124,7 +124,7 @@ collections:
|
|||||||
|
|
||||||
"BAFTA Winners":
|
"BAFTA Winners":
|
||||||
summary: "A collection of BAFTA Winners"
|
summary: "A collection of BAFTA Winners"
|
||||||
url_poster: https://images2.imgbox.com/00/61/roVpyMsf_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-bafta-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: custom_1,
|
name: custom_1,
|
||||||
@@ -135,7 +135,7 @@ collections:
|
|||||||
|
|
||||||
"Critics Choice Award Winners":
|
"Critics Choice Award Winners":
|
||||||
summary: "A collection of Critics Choice Award Winners"
|
summary: "A collection of Critics Choice Award Winners"
|
||||||
url_poster: https://images2.imgbox.com/0e/d1/g0Wm0Xqn_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-critics-winners.png
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
template: {
|
template: {
|
||||||
name: custom_2,
|
name: custom_2,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Popular in Action":
|
"Popular in Action":
|
||||||
summary: "Popular TV shows in Action"
|
summary: "Popular TV shows in Action"
|
||||||
url_poster: https://images2.imgbox.com/49/a2/ZzHfwpko_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-action.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -30,7 +30,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Adventure":
|
"Popular in Adventure":
|
||||||
summary: "Popular TV shows in Adventure"
|
summary: "Popular TV shows in Adventure"
|
||||||
url_poster: https://images2.imgbox.com/69/44/w9z6lHTx_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-adventure.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -41,7 +41,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Animation":
|
"Popular in Animation":
|
||||||
summary: "Popular TV shows in Animation"
|
summary: "Popular TV shows in Animation"
|
||||||
url_poster: https://images2.imgbox.com/2b/9f/K6YZj2mM_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-animation.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -52,7 +52,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Biography":
|
"Popular in Biography":
|
||||||
summary: "Popular TV shows in Biography"
|
summary: "Popular TV shows in Biography"
|
||||||
url_poster: https://images2.imgbox.com/db/a5/DuxFMQvW_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-biography.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -63,7 +63,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Comedy":
|
"Popular in Comedy":
|
||||||
summary: "Popular TV shows in Comedy"
|
summary: "Popular TV shows in Comedy"
|
||||||
url_poster: https://images2.imgbox.com/ee/95/bv86GdwL_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-comedy.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -74,7 +74,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Crime":
|
"Popular in Crime":
|
||||||
summary: "Popular TV shows in Crime"
|
summary: "Popular TV shows in Crime"
|
||||||
url_poster: https://images2.imgbox.com/04/57/qWBJn2wh_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-crime.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -85,7 +85,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Drama":
|
"Popular in Drama":
|
||||||
summary: "Popular TV shows in Drama"
|
summary: "Popular TV shows in Drama"
|
||||||
url_poster: https://images2.imgbox.com/b5/7e/xjs3U3Uw_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-drama.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -96,7 +96,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Family":
|
"Popular in Family":
|
||||||
summary: "Popular TV shows in Family"
|
summary: "Popular TV shows in Family"
|
||||||
url_poster: https://images2.imgbox.com/b8/7c/Yxfwl4SU_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-family.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -107,7 +107,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Fantasy":
|
"Popular in Fantasy":
|
||||||
summary: "Popular TV shows in Fantasy"
|
summary: "Popular TV shows in Fantasy"
|
||||||
url_poster: https://images2.imgbox.com/b9/2d/RUj29mGN_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-fantasy.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -118,7 +118,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in History":
|
"Popular in History":
|
||||||
summary: "Popular TV shows in History"
|
summary: "Popular TV shows in History"
|
||||||
url_poster: https://images2.imgbox.com/7e/4b/J3QPVzXr_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-history.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -129,7 +129,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Horror":
|
"Popular in Horror":
|
||||||
summary: "Popular TV shows in Horror"
|
summary: "Popular TV shows in Horror"
|
||||||
url_poster: https://images2.imgbox.com/d7/90/soVAACno_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-horror.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -140,7 +140,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Music":
|
"Popular in Music":
|
||||||
summary: "Popular TV shows in Music"
|
summary: "Popular TV shows in Music"
|
||||||
url_poster: https://images2.imgbox.com/a5/f7/k30HMjfT_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-music.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -151,7 +151,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Musicals":
|
"Popular in Musicals":
|
||||||
summary: "Popular TV shows in Musicals"
|
summary: "Popular TV shows in Musicals"
|
||||||
url_poster: https://images2.imgbox.com/2c/d8/dBP5NuOy_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-musicals.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -162,7 +162,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Mystery":
|
"Popular in Mystery":
|
||||||
summary: "Popular TV shows in Mystery"
|
summary: "Popular TV shows in Mystery"
|
||||||
url_poster: https://images2.imgbox.com/c0/eb/vxT2626d_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-mystery.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -173,7 +173,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Romance":
|
"Popular in Romance":
|
||||||
summary: "Popular TV shows in Romance"
|
summary: "Popular TV shows in Romance"
|
||||||
url_poster: https://images2.imgbox.com/c9/5c/iFqsyDIF_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-romance.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -184,7 +184,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Sci-Fi":
|
"Popular in Sci-Fi":
|
||||||
summary: "Popular TV shows in Sci-Fi"
|
summary: "Popular TV shows in Sci-Fi"
|
||||||
url_poster: https://images2.imgbox.com/c8/01/RVAS27XY_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-sci-fi.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -195,7 +195,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Thriller":
|
"Popular in Thriller":
|
||||||
summary: "Popular TV shows in Thriller"
|
summary: "Popular TV shows in Thriller"
|
||||||
url_poster: https://images2.imgbox.com/91/81/K0sxubV6_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-thriller.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -206,7 +206,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in War":
|
"Popular in War":
|
||||||
summary: "Popular TV shows in War"
|
summary: "Popular TV shows in War"
|
||||||
url_poster: https://images2.imgbox.com/31/13/Kf3A1cXg_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-war.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
@@ -217,7 +217,7 @@ collections:
|
|||||||
|
|
||||||
"Popular in Western":
|
"Popular in Western":
|
||||||
summary: "Popular TV shows in Western"
|
summary: "Popular TV shows in Western"
|
||||||
url_poster: https://images2.imgbox.com/68/3a/Jl5QZlaK_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-western.png
|
||||||
schedule: daily
|
schedule: daily
|
||||||
template: {
|
template: {
|
||||||
name: popular,
|
name: popular,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ templates:
|
|||||||
collections:
|
collections:
|
||||||
"Top Rated in Action":
|
"Top Rated in Action":
|
||||||
summary: "Top rated TV shows in Action"
|
summary: "Top rated TV shows in Action"
|
||||||
url_poster: https://images2.imgbox.com/51/80/y43S30ze_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-action.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -32,7 +32,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Adventure":
|
"Top Rated in Adventure":
|
||||||
summary: "Top rated TV shows in Adventure"
|
summary: "Top rated TV shows in Adventure"
|
||||||
url_poster: https://images2.imgbox.com/c9/32/B0Eezjrf_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-adventure.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -45,7 +45,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Animation":
|
"Top Rated in Animation":
|
||||||
summary: "Top rated TV shows in Animation"
|
summary: "Top rated TV shows in Animation"
|
||||||
url_poster: https://images2.imgbox.com/5d/ce/AGI0Qfqm_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-animation.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -58,7 +58,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Biography":
|
"Top Rated in Biography":
|
||||||
summary: "Top rated TV shows in Biography"
|
summary: "Top rated TV shows in Biography"
|
||||||
url_poster: https://images2.imgbox.com/78/3c/xtirTM6g_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-biography.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -71,7 +71,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Comedy":
|
"Top Rated in Comedy":
|
||||||
summary: "Top rated TV shows in Comedy"
|
summary: "Top rated TV shows in Comedy"
|
||||||
url_poster: https://images2.imgbox.com/69/10/NKcsxR5P_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-comedy.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -84,7 +84,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Crime":
|
"Top Rated in Crime":
|
||||||
summary: "Top rated TV shows in Crime"
|
summary: "Top rated TV shows in Crime"
|
||||||
url_poster: https://images2.imgbox.com/01/f8/X4xQQ1sE_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-crime.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -97,7 +97,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Drama":
|
"Top Rated in Drama":
|
||||||
summary: "Top rated TV shows in Drama"
|
summary: "Top rated TV shows in Drama"
|
||||||
url_poster: https://images2.imgbox.com/62/d5/iMGeC44D_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-drama.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -110,7 +110,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Family":
|
"Top Rated in Family":
|
||||||
summary: "Top rated TV shows in Family"
|
summary: "Top rated TV shows in Family"
|
||||||
url_poster: https://images2.imgbox.com/ca/6e/2IfG1bxC_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-family.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -123,7 +123,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Fantasy":
|
"Top Rated in Fantasy":
|
||||||
summary: "Top rated TV shows in Fantasy"
|
summary: "Top rated TV shows in Fantasy"
|
||||||
url_poster: https://images2.imgbox.com/0e/a1/RTwNLvZj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-fantasy.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -136,7 +136,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in History":
|
"Top Rated in History":
|
||||||
summary: "Top rated TV shows in History"
|
summary: "Top rated TV shows in History"
|
||||||
url_poster: https://images2.imgbox.com/07/28/Gnd1RXdg_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-history.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -149,7 +149,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Horror":
|
"Top Rated in Horror":
|
||||||
summary: "Top rated TV shows in Horror"
|
summary: "Top rated TV shows in Horror"
|
||||||
url_poster: https://images2.imgbox.com/69/85/PPdtuMl4_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-horror.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -162,7 +162,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Music":
|
"Top Rated in Music":
|
||||||
summary: "Top rated TV shows in Music"
|
summary: "Top rated TV shows in Music"
|
||||||
url_poster: https://images2.imgbox.com/2a/5b/0qMaPxU2_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-music.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -175,7 +175,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Musicals":
|
"Top Rated in Musicals":
|
||||||
summary: "Top rated TV shows in Musicals"
|
summary: "Top rated TV shows in Musicals"
|
||||||
url_poster: https://images2.imgbox.com/af/6f/8PsNB0Po_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-musicals.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -188,7 +188,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Mystery":
|
"Top Rated in Mystery":
|
||||||
summary: "Top rated TV shows in Mystery"
|
summary: "Top rated TV shows in Mystery"
|
||||||
url_poster: https://images2.imgbox.com/90/e8/hpebZBPB_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-mystery.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -201,7 +201,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Romance":
|
"Top Rated in Romance":
|
||||||
summary: "Top rated TV shows in Romance"
|
summary: "Top rated TV shows in Romance"
|
||||||
url_poster: https://images2.imgbox.com/0a/7c/zeNHGAVj_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-romance.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -214,7 +214,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Sci-Fi":
|
"Top Rated in Sci-Fi":
|
||||||
summary: "Top rated TV shows in Sci-Fi"
|
summary: "Top rated TV shows in Sci-Fi"
|
||||||
url_poster: https://images2.imgbox.com/91/64/ePUjlSZ6_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-sci-fi.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -227,7 +227,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Thriller":
|
"Top Rated in Thriller":
|
||||||
summary: "Top rated TV shows in Thriller"
|
summary: "Top rated TV shows in Thriller"
|
||||||
url_poster: https://images2.imgbox.com/7f/f0/imM9mUS1_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-thriller.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -240,7 +240,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in War":
|
"Top Rated in War":
|
||||||
summary: "Top rated TV shows in War"
|
summary: "Top rated TV shows in War"
|
||||||
url_poster: https://images2.imgbox.com/52/68/Yc62v6he_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-war.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
@@ -253,7 +253,7 @@ collections:
|
|||||||
|
|
||||||
"Top Rated in Western":
|
"Top Rated in Western":
|
||||||
summary: "Top rated TV shows in Western"
|
summary: "Top rated TV shows in Western"
|
||||||
url_poster: https://images2.imgbox.com/0e/03/v2py3lSd_o.png
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-western.png
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
template: {
|
template: {
|
||||||
name: genre,
|
name: genre,
|
||||||
|
|||||||
@@ -1,365 +0,0 @@
|
|||||||
## 7_network.yml
|
|
||||||
|
|
||||||
templates:
|
|
||||||
network:
|
|
||||||
cache_builders: 4
|
|
||||||
collection_order: alpha
|
|
||||||
sort_title: "+7_<<num>>_<<collection_name>>"
|
|
||||||
sync_mode: sync
|
|
||||||
tmdb_network: <<network>>
|
|
||||||
visible_home: false
|
|
||||||
visible_library: false
|
|
||||||
visible_shared: false
|
|
||||||
|
|
||||||
collections:
|
|
||||||
"A&E":
|
|
||||||
summary: "TV shows from A&E"
|
|
||||||
url_poster: https://images2.imgbox.com/97/73/icaR425A_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "129, 2639, 3688"
|
|
||||||
}
|
|
||||||
|
|
||||||
"ABC":
|
|
||||||
summary: "TV shows from ABC"
|
|
||||||
url_poster: https://images2.imgbox.com/48/3a/V2Jl5BaT_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Adult Swim":
|
|
||||||
summary: "TV shows from Adult Swim"
|
|
||||||
url_poster: https://images2.imgbox.com/ce/d6/HiesKpYb_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "80, 5629, 6929"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Amazon":
|
|
||||||
summary: "TV shows from mazon"
|
|
||||||
url_poster: https://images2.imgbox.com/ca/1c/DM6M4u77_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "1024, 5533, 5865, 5920, 6550"
|
|
||||||
}
|
|
||||||
|
|
||||||
"AMC":
|
|
||||||
summary: "TV shows from AMC"
|
|
||||||
url_poster: https://images2.imgbox.com/59/02/ay0fnEaf_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "174, 4661, 6400"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Animal Planet":
|
|
||||||
summary: "TV shows from Animal Planet"
|
|
||||||
url_poster: https://images2.imgbox.com/9f/68/QUhNHo1f_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "91, 2781, 3627, 4454, 5721"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Apple+":
|
|
||||||
summary: "TV shows from Apple+"
|
|
||||||
url_poster: https://images2.imgbox.com/9f/2f/t5myA66w_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "1932, 2552"
|
|
||||||
}
|
|
||||||
|
|
||||||
"BBC":
|
|
||||||
summary: "TV shows from BBC"
|
|
||||||
url_poster: https://images2.imgbox.com/fb/4d/wfs9lbau_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "3, 4, 15, 100, 126, 317, 332, 375, 414, 428, 493, 1001, 1051, 1155, 3278, 3546, 3590, 3660, 5384, 5421, 6142, 6223, 6291, 6419, 6824, 6852"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Bravo":
|
|
||||||
summary: "TV shows from Bravo"
|
|
||||||
url_poster: https://images2.imgbox.com/e8/29/1gZ7KM7U_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "74, 312, 485"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Cartoon Network":
|
|
||||||
summary: "TV shows from Cartoon Network"
|
|
||||||
url_poster: https://images2.imgbox.com/0d/21/vFAePxhS_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869"
|
|
||||||
}
|
|
||||||
|
|
||||||
"CBS":
|
|
||||||
summary: "TV shows from CBS"
|
|
||||||
url_poster: https://images2.imgbox.com/fd/08/K3DrYhjX_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "16, 1709, 2528, 2621, 5970"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Channel 4":
|
|
||||||
summary: "TV shows from Channel 4"
|
|
||||||
url_poster: https://images2.imgbox.com/48/e2/luWdP160_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "26, 1988, 136, 298, 803"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Cinemax":
|
|
||||||
summary: "TV shows from Cinemax"
|
|
||||||
url_poster: https://images2.imgbox.com/70/b6/E3w4mBak_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "359, 6161"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Comedy Central":
|
|
||||||
summary: "TV shows from Comedy Central"
|
|
||||||
url_poster: https://images2.imgbox.com/6a/40/2CeeczAV_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Dave":
|
|
||||||
summary: "TV shows from Dave"
|
|
||||||
url_poster: https://images2.imgbox.com/19/27/f3wBxyf2_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "388"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Discovery":
|
|
||||||
summary: "TV shows from Discovery"
|
|
||||||
url_poster: https://images2.imgbox.com/a5/c0/f4kLTXi6_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1302, 1534, 2087, 2480, 2630, 2692, 3045, 3068, 3197, 3591, 3900, 3953, 4353, 4440, 4462, 4562, 4741, 4784, 4883, 4983, 4987, 5192, 5408, 5431, 5451, 5470, 5471, 5472, 5669, 5706, 6026, 6083, 6622, 6903, 6966"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Disney":
|
|
||||||
summary: "TV shows from Disney"
|
|
||||||
url_poster: https://images2.imgbox.com/0e/4b/iRUFgYbD_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "44, 54, 142, 281, 515, 539, 730, 835, 1385, 1996, 2324, 2325, 2326, 2327, 2534, 2739, 2771, 2897, 2991, 3408, 3874, 3919, 4006, 4242, 4350, 4426, 5137, 5339, 5465, 5526, 5536, 5611, 5769, 6005, 6006, 6029, 6074, 6244, 6463, 6752"
|
|
||||||
}
|
|
||||||
|
|
||||||
"FOX":
|
|
||||||
summary: "TV shows from FOX"
|
|
||||||
url_poster: https://images2.imgbox.com/08/64/CteSsrD0_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "19, 45, 87, 131, 243, 303, 327, 338, 360, 415, 481, 875, 961, 1067, 1117, 1414, 1498, 1640, 1651, 2145, 2316, 2317, 2319, 2320, 2446, 2648, 2678, 2686, 3483, 3562, 4522, 4774, 4908, 5028, 5201, 5259, 5996, 6088, 6379, 6793"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Freeform":
|
|
||||||
summary: "TV shows from Freeform"
|
|
||||||
url_poster: https://images2.imgbox.com/30/4d/MOY6CrjH_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "1267"
|
|
||||||
}
|
|
||||||
|
|
||||||
"FX":
|
|
||||||
summary: "TV shows from FX"
|
|
||||||
url_poster: https://images2.imgbox.com/d9/64/t282hDXm_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "88, 1035, 1641, 5628"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Hallmark":
|
|
||||||
summary: "TV shows from Hallmark"
|
|
||||||
url_poster: https://images2.imgbox.com/69/ec/cUyzbr9x_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "384, 2300, 2853, 3438"
|
|
||||||
}
|
|
||||||
|
|
||||||
"HBO":
|
|
||||||
summary: "TV shows from HBO"
|
|
||||||
url_poster: https://images2.imgbox.com/c7/ed/Lr79TZyk_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "49, 1062, 1089, 1129, 1303, 1590, 2593, 3186, 3308, 3618, 3877, 5479, 5484, 5485, 5646, 5666, 5750, 5764, 5836"
|
|
||||||
}
|
|
||||||
|
|
||||||
"History":
|
|
||||||
summary: "TV shows from History"
|
|
||||||
url_poster: https://images2.imgbox.com/67/7e/1GiUxJ0P_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "65, 1354, 2360, 2382, 3541, 5433"
|
|
||||||
}
|
|
||||||
|
|
||||||
"HGTV":
|
|
||||||
summary: "TV shows from HGTV"
|
|
||||||
url_poster: https://images2.imgbox.com/2a/2e/gFfkhfXP_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "210, 1672"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Hulu":
|
|
||||||
summary: "TV shows from Hulu"
|
|
||||||
url_poster: https://images2.imgbox.com/f7/ef/leVfrRMU_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "453, 1772"
|
|
||||||
}
|
|
||||||
|
|
||||||
"ITV":
|
|
||||||
summary: "TV shows from ITV"
|
|
||||||
url_poster: https://images2.imgbox.com/9f/81/HiWeiJiC_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871"
|
|
||||||
}
|
|
||||||
|
|
||||||
"MTV":
|
|
||||||
summary: "TV shows from MTV"
|
|
||||||
url_poster: https://images2.imgbox.com/63/ad/viGn08X2_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "17, 33, 295, 304, 335, 381, 410, 454, 488, 568, 788, 867, 924, 931, 959, 976, 1008, 1173, 2116, 2234, 2294, 2414, 2972, 3402, 6079, 6337"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
"National Geographic":
|
|
||||||
summary: "TV shows from National Geographic"
|
|
||||||
url_poster: https://images2.imgbox.com/0c/cd/9YQOYJbt_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664"
|
|
||||||
}
|
|
||||||
|
|
||||||
"NBC":
|
|
||||||
summary: "TV shows from NBC"
|
|
||||||
url_poster: https://images2.imgbox.com/fe/b3/Wi7vrqaW_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Netflix":
|
|
||||||
summary: "TV shows from Netflix"
|
|
||||||
url_poster: https://images2.imgbox.com/1a/63/DMahzhDC_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "213"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Nickelodeon":
|
|
||||||
summary: "TV shows from Nickelodeon"
|
|
||||||
url_poster: https://images2.imgbox.com/2b/33/jRnAHlPn_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Paramount":
|
|
||||||
summary: "TV shows from Paramount"
|
|
||||||
url_poster: https://images2.imgbox.com/07/fc/aGiVCklz_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445"
|
|
||||||
}
|
|
||||||
"PBS":
|
|
||||||
summary: "TV shows from PBS"
|
|
||||||
url_poster: https://images2.imgbox.com/2f/f1/9J2XrpZX_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "14, 122, 2354, 5562, 6948"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Peacock":
|
|
||||||
summary: "TV shows from Peacock"
|
|
||||||
url_poster: https://images2.imgbox.com/a8/26/FTr82G2v_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "3353"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Showtime":
|
|
||||||
summary: "TV shows from Showtime"
|
|
||||||
url_poster: https://images2.imgbox.com/8f/c7/MdCiyCcr_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "67, 5944, 6631"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Shudder":
|
|
||||||
summary: "TV shows from Shudder"
|
|
||||||
url_poster: https://images2.imgbox.com/35/f6/JmJr7eSD_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "2949"
|
|
||||||
}
|
|
||||||
|
|
||||||
"SKY":
|
|
||||||
summary: "TV shows from SKY"
|
|
||||||
url_poster: https://images2.imgbox.com/c0/a1/KrI83eCU_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "107, 115, 214, 405, 480, 553, 753, 819, 877, 1006, 1063, 1076, 1114, 1431, 1755, 2432, 2667, 2691, 2699, 2758, 3138, 3561, 3653, 4148, 4439, 5059, 5090, 5136, 5210, 5213, 5237, 5481, 5505, 5735, 5944, 5946, 6179, 6280, 6359, 6845, 6933"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Smithsonian":
|
|
||||||
summary: "TV shows from Smithsonian"
|
|
||||||
url_poster: https://images2.imgbox.com/8b/2d/9gwbRg0P_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "658, 2572, 4862, 4982"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Starz":
|
|
||||||
summary: "TV shows from Starz"
|
|
||||||
url_poster: https://images2.imgbox.com/e9/41/57xciAZ9_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "318, 758, 5594, 6222, 6292"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Syfy":
|
|
||||||
summary: "TV shows from Syfy"
|
|
||||||
url_poster: https://images2.imgbox.com/96/de/jNZkKSt6_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "77, 3701, 6914"
|
|
||||||
}
|
|
||||||
|
|
||||||
"TBS":
|
|
||||||
summary: "TV shows from TBS"
|
|
||||||
url_poster: https://images2.imgbox.com/0f/77/ZbVrSowo_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "68, 160, 5012, 5625, 5968"
|
|
||||||
}
|
|
||||||
|
|
||||||
"TLC":
|
|
||||||
summary: "TV shows from TLC"
|
|
||||||
url_poster: https://images2.imgbox.com/44/0d/SxLXlSvO_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "84, 1172, 2167, 3571, 5154, 5659, 6363"
|
|
||||||
}
|
|
||||||
|
|
||||||
"TNT":
|
|
||||||
summary: "TV shows from TNT"
|
|
||||||
url_poster: https://images2.imgbox.com/9a/c1/sZHEK3qj_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "41, 904, 1191, 1530, 2857, 3501, 5194"
|
|
||||||
}
|
|
||||||
|
|
||||||
"YouTube":
|
|
||||||
summary: "TV shows from <YouTube"
|
|
||||||
url_poster: https://images2.imgbox.com/1c/f8/iSyYHgAg_o.png
|
|
||||||
template: {
|
|
||||||
name: network,
|
|
||||||
network: "247, 1436"
|
|
||||||
}
|
|
||||||
@@ -6,24 +6,25 @@ libraries:
|
|||||||
operations:
|
operations:
|
||||||
delete_unmanaged_collections: false
|
delete_unmanaged_collections: false
|
||||||
metadata_path:
|
metadata_path:
|
||||||
# - file: config/metadata/movie/0_radarr.yml
|
# - repo: movie/0_radarr.yml
|
||||||
- file: config/metadata/movie/1_suggested.yml
|
- repo: movie/1_suggested.yml
|
||||||
- file: config/metadata/movie/1_seasonal.yml
|
- repo: movie/1_seasonal.yml
|
||||||
- file: config/metadata/movie/2_year_top.yml
|
- repo: movie/2_year_top.yml
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
- file: config/metadata/movie/3_decades_top.yml
|
- repo: movie/3_decades_top.yml
|
||||||
schedule: weekly(tuesday)
|
schedule: weekly(tuesday)
|
||||||
- file: config/metadata/movie/4_awards.yml
|
- repo: movie/4_awards.yml
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
- file: config/metadata/movie/5_genre_popular.yml
|
- repo: movie/5_genre_popular.yml
|
||||||
- file: config/metadata/movie/6_genre_top.yml
|
- repo: movie/6_genre_top.yml
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
# - file: config/metadata/movie/7_subgenre_top.yml
|
# - repo: movie/7_subgenre_top.yml
|
||||||
# - file: config/metadata/movie/9_collections.yml
|
# schedule: weekly(friday)
|
||||||
|
# - repo: movie/9_collections.yml
|
||||||
# schedule: weekly(sunday)
|
# schedule: weekly(sunday)
|
||||||
# - file: config/metadata/movie/1_parental.yml
|
# - repo: movie/1_parental.yml
|
||||||
# - file: config/metadata/movie/1_documentary.yml
|
# - repo: movie/1_documentary.yml
|
||||||
# - file: config/metadata/movie/1_standup.yml
|
# - repo: movie/1_standup.yml
|
||||||
settings:
|
settings:
|
||||||
asset_depth: 0
|
asset_depth: 0
|
||||||
asset_directory:
|
asset_directory:
|
||||||
@@ -33,16 +34,15 @@ settings:
|
|||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
check_nightly: false
|
check_nightly: false
|
||||||
create_asset_folders: false
|
create_asset_folders: false
|
||||||
custom_repo:
|
custom_repo: https://github.com/0x5f3/pmm-config/assets/metadata/
|
||||||
default_collection_order:
|
default_collection_order:
|
||||||
delete_below_minimum: true
|
delete_below_minimum: true
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
dimensional_asset_rename: false
|
dimensional_asset_rename: false
|
||||||
download_url_assets: true
|
download_url_assets: false
|
||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
item_refresh: false
|
item_refresh_delay: 0
|
||||||
item_refresh_delay: 2
|
|
||||||
minimum_items: 5
|
minimum_items: 5
|
||||||
missing_only_released: false
|
missing_only_released: false
|
||||||
notifiarr_collection_addition: false
|
notifiarr_collection_addition: false
|
||||||
@@ -54,7 +54,7 @@ settings:
|
|||||||
playlist_sync_to_users: all
|
playlist_sync_to_users: all
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
released_missing_only: false
|
released_missing_only: false
|
||||||
run_again_delay: 5
|
run_again_delay: 2
|
||||||
save_missing: false
|
save_missing: false
|
||||||
show_asset_not_needed: true
|
show_asset_not_needed: true
|
||||||
show_filtered: false
|
show_filtered: false
|
||||||
@@ -71,7 +71,7 @@ settings:
|
|||||||
plex:
|
plex:
|
||||||
url:
|
url:
|
||||||
token:
|
token:
|
||||||
timeout: 180
|
timeout: 360
|
||||||
clean_bundles: false
|
clean_bundles: false
|
||||||
empty_trash: false
|
empty_trash: false
|
||||||
optimize: false
|
optimize: false
|
||||||
|
|||||||
@@ -1,103 +0,0 @@
|
|||||||
## movie.yml
|
|
||||||
|
|
||||||
libraries:
|
|
||||||
Movies:
|
|
||||||
library_type: movie
|
|
||||||
operations:
|
|
||||||
delete_unmanaged_collections: false
|
|
||||||
metadata_path:
|
|
||||||
# - file: config/metadata/movie/0_radarr.yml
|
|
||||||
- repo: movie/1_suggested.yml
|
|
||||||
- repo: movie/1_seasonal.yml
|
|
||||||
- repo: movie/2_year_top.yml
|
|
||||||
schedule: weekly(monday)
|
|
||||||
- repo: movie/3_decades_top.yml
|
|
||||||
schedule: weekly(tuesday)
|
|
||||||
- repo: movie/4_awards.yml
|
|
||||||
schedule: weekly(wednesday)
|
|
||||||
- repo: movie/5_genre_popular.yml
|
|
||||||
- repo: movie/6_genre_top.yml
|
|
||||||
schedule: weekly(thursday)
|
|
||||||
# - repo: movie/7_subgenre_top.yml
|
|
||||||
# - repo: movie/9_collections.yml
|
|
||||||
# schedule: weekly(sunday)
|
|
||||||
# - repo: movie/1_parental.yml
|
|
||||||
# - repo: movie/1_documentary.yml
|
|
||||||
# - repo: movie/1_standup.yml
|
|
||||||
settings:
|
|
||||||
asset_depth: 0
|
|
||||||
asset_directory:
|
|
||||||
asset_folders: false
|
|
||||||
assets_for_all: false
|
|
||||||
cache: true
|
|
||||||
cache_expiration: 60
|
|
||||||
check_nightly: false
|
|
||||||
create_asset_folders: false
|
|
||||||
custom_repo: https://codeberg.org/0xFFFF/pmm-config/raw//branch/main/metadata/
|
|
||||||
default_collection_order:
|
|
||||||
delete_below_minimum: true
|
|
||||||
delete_not_scheduled: false
|
|
||||||
dimensional_asset_rename: false
|
|
||||||
download_url_assets: true
|
|
||||||
ignore_ids:
|
|
||||||
ignore_imdb_ids:
|
|
||||||
item_refresh: false
|
|
||||||
item_refresh_delay: 2
|
|
||||||
minimum_items: 5
|
|
||||||
missing_only_released: false
|
|
||||||
notifiarr_collection_addition: false
|
|
||||||
notifiarr_collection_creation: false
|
|
||||||
notifiarr_collection_removing: false
|
|
||||||
only_filter_missing: false
|
|
||||||
playlist_exclude_users:
|
|
||||||
playlist_report: true
|
|
||||||
playlist_sync_to_users: all
|
|
||||||
prioritize_assets: false
|
|
||||||
released_missing_only: false
|
|
||||||
run_again_delay: 5
|
|
||||||
save_missing: false
|
|
||||||
show_asset_not_needed: true
|
|
||||||
show_filtered: false
|
|
||||||
show_missing: false
|
|
||||||
show_missing_assets: true
|
|
||||||
show_missing_episode_assets: false
|
|
||||||
show_missing_season_assets: false
|
|
||||||
show_options: false
|
|
||||||
show_unconfigured: true
|
|
||||||
show_unmanaged: false
|
|
||||||
sync_mode: sync
|
|
||||||
tvdb_language: default
|
|
||||||
verify_ssl: false
|
|
||||||
plex:
|
|
||||||
url:
|
|
||||||
token:
|
|
||||||
timeout: 180
|
|
||||||
clean_bundles: false
|
|
||||||
empty_trash: false
|
|
||||||
optimize: false
|
|
||||||
radarr:
|
|
||||||
url:
|
|
||||||
token:
|
|
||||||
add_missing: false
|
|
||||||
add_existing: false
|
|
||||||
root_folder_path:
|
|
||||||
monitor: true
|
|
||||||
availability: announced
|
|
||||||
quality_profile:
|
|
||||||
tag:
|
|
||||||
search: false
|
|
||||||
radarr_path:
|
|
||||||
plex_path:
|
|
||||||
upgrade_existing: false
|
|
||||||
tmdb:
|
|
||||||
apikey:
|
|
||||||
language: en
|
|
||||||
cache_expiration: 60
|
|
||||||
region:
|
|
||||||
mdblist:
|
|
||||||
apikey:
|
|
||||||
cache_expiration: 60
|
|
||||||
trakt:
|
|
||||||
client_id:
|
|
||||||
client_secret:
|
|
||||||
pin:
|
|
||||||
@@ -1,25 +1,24 @@
|
|||||||
## show.yml
|
## show.yml
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
TV:
|
TV Shows:
|
||||||
library_type: show
|
library_type: show
|
||||||
operations:
|
operations:
|
||||||
delete_unmanaged_collections: false
|
delete_unmanaged_collections: false
|
||||||
metadata_path:
|
metadata_path:
|
||||||
# - file: config/metadata/show/0_sonarr.yml
|
# - repo: show/0_sonarr.yml
|
||||||
- file: config/metadata/show/1_suggested.yml
|
- repo: show/1_suggested.yml
|
||||||
- file: config/metadata/show/2_year_top.yml
|
- repo: show/2_year_top.yml
|
||||||
schedule: weekly(monday)
|
schedule: weekly(monday)
|
||||||
- file: config/metadata/show/3_decades_top.yml
|
- repo: show/3_decades_top.yml
|
||||||
schedule: weekly(wednesday)
|
schedule: weekly(wednesday)
|
||||||
- file: config/metadata/show/4_awards.yml
|
- repo: show/4_awards.yml
|
||||||
schedule: weekly(thursday)
|
schedule: weekly(thursday)
|
||||||
- file: config/metadata/show/5_genre_popular.yml
|
- repo: show/5_genre_popular.yml
|
||||||
- file: config/metadata/show/6_genre_top.yml
|
- repo: show/6_genre_top.yml
|
||||||
schedule: weekly(saturday)
|
schedule: weekly(saturday)
|
||||||
# - file: config/metadata/show/7_network.yml
|
# - repo: show/1_parental.yml
|
||||||
# - file: config/metadata/show/1_parental.yml
|
# - repo: show/1_documentary.yml
|
||||||
# - file: config/metadata/show/1_documentary.yml
|
|
||||||
settings:
|
settings:
|
||||||
asset_depth: 0
|
asset_depth: 0
|
||||||
asset_directory:
|
asset_directory:
|
||||||
@@ -29,16 +28,15 @@ settings:
|
|||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
check_nightly: false
|
check_nightly: false
|
||||||
create_asset_folders: false
|
create_asset_folders: false
|
||||||
custom_repo:
|
custom_repo: https://github.com/0x5f3/pmm-config/assets/metadata/
|
||||||
default_collection_order:
|
default_collection_order:
|
||||||
delete_below_minimum: true
|
delete_below_minimum: true
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
dimensional_asset_rename: false
|
dimensional_asset_rename: false
|
||||||
download_url_assets: true
|
download_url_assets: false
|
||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
item_refresh: false
|
item_refresh_delay: 0
|
||||||
item_refresh_delay: 3
|
|
||||||
minimum_items: 5
|
minimum_items: 5
|
||||||
missing_only_released: false
|
missing_only_released: false
|
||||||
notifiarr_collection_addition: false
|
notifiarr_collection_addition: false
|
||||||
@@ -46,11 +44,11 @@ settings:
|
|||||||
notifiarr_collection_removing: false
|
notifiarr_collection_removing: false
|
||||||
only_filter_missing: false
|
only_filter_missing: false
|
||||||
playlist_exclude_users:
|
playlist_exclude_users:
|
||||||
playlist_report: false
|
playlist_report: true
|
||||||
playlist_sync_to_users: all
|
playlist_sync_to_users: all
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
released_missing_only: false
|
released_missing_only: false
|
||||||
run_again_delay: 5
|
run_again_delay: 2
|
||||||
save_missing: false
|
save_missing: false
|
||||||
show_asset_not_needed: true
|
show_asset_not_needed: true
|
||||||
show_filtered: false
|
show_filtered: false
|
||||||
@@ -67,7 +65,7 @@ settings:
|
|||||||
plex:
|
plex:
|
||||||
url:
|
url:
|
||||||
token:
|
token:
|
||||||
timeout: 180
|
timeout: 360
|
||||||
clean_bundles: false
|
clean_bundles: false
|
||||||
empty_trash: false
|
empty_trash: false
|
||||||
optimize: false
|
optimize: false
|
||||||
|
|||||||
@@ -1,102 +0,0 @@
|
|||||||
## show.yml
|
|
||||||
|
|
||||||
libraries:
|
|
||||||
TV:
|
|
||||||
library_type: show
|
|
||||||
operations:
|
|
||||||
delete_unmanaged_collections: false
|
|
||||||
metadata_path:
|
|
||||||
# - repo: show/0_sonarr.yml
|
|
||||||
- repo: show/1_suggested.yml
|
|
||||||
- repo: show/2_year_top.yml
|
|
||||||
schedule: weekly(monday)
|
|
||||||
- repo: show/3_decades_top.yml
|
|
||||||
schedule: weekly(wednesday)
|
|
||||||
- repo: show/4_awards.yml
|
|
||||||
schedule: weekly(thursday)
|
|
||||||
- repo: show/5_genre_popular.yml
|
|
||||||
- repo: show/6_genre_top.yml
|
|
||||||
schedule: weekly(saturday)
|
|
||||||
# - repo: show/7_network.yml
|
|
||||||
# - repo: show/1_parental.yml
|
|
||||||
# - repo: show/1_documentary.yml
|
|
||||||
settings:
|
|
||||||
asset_depth: 0
|
|
||||||
asset_directory:
|
|
||||||
asset_folders: false
|
|
||||||
assets_for_all: false
|
|
||||||
cache: true
|
|
||||||
cache_expiration: 60
|
|
||||||
check_nightly: false
|
|
||||||
create_asset_folders: false
|
|
||||||
custom_repo: https://codeberg.org/0xFFFF/pmm-config/raw//branch/main/metadata/
|
|
||||||
default_collection_order:
|
|
||||||
delete_below_minimum: true
|
|
||||||
delete_not_scheduled: false
|
|
||||||
dimensional_asset_rename: false
|
|
||||||
download_url_assets: true
|
|
||||||
ignore_ids:
|
|
||||||
ignore_imdb_ids:
|
|
||||||
item_refresh: false
|
|
||||||
item_refresh_delay: 3
|
|
||||||
minimum_items: 5
|
|
||||||
missing_only_released: false
|
|
||||||
notifiarr_collection_addition: false
|
|
||||||
notifiarr_collection_creation: false
|
|
||||||
notifiarr_collection_removing: false
|
|
||||||
only_filter_missing: false
|
|
||||||
playlist_exclude_users:
|
|
||||||
playlist_report: false
|
|
||||||
playlist_sync_to_users: all
|
|
||||||
prioritize_assets: false
|
|
||||||
released_missing_only: false
|
|
||||||
run_again_delay: 5
|
|
||||||
save_missing: false
|
|
||||||
show_asset_not_needed: true
|
|
||||||
show_filtered: false
|
|
||||||
show_missing: false
|
|
||||||
show_missing_assets: true
|
|
||||||
show_missing_episode_assets: false
|
|
||||||
show_missing_season_assets: false
|
|
||||||
show_options: false
|
|
||||||
show_unconfigured: true
|
|
||||||
show_unmanaged: false
|
|
||||||
sync_mode: sync
|
|
||||||
tvdb_language: default
|
|
||||||
verify_ssl: false
|
|
||||||
plex:
|
|
||||||
url:
|
|
||||||
token:
|
|
||||||
timeout: 180
|
|
||||||
clean_bundles: false
|
|
||||||
empty_trash: false
|
|
||||||
optimize: false
|
|
||||||
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,310 +0,0 @@
|
|||||||
##############################################################################
|
|
||||||
# Continent Collections #
|
|
||||||
# Created by Adam Pope, bartolomesorianol, & Bullmoose20 #
|
|
||||||
# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons #
|
|
||||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
||||||
# https://metamanager.wiki/en/latest/defaults/movie/continent.html #
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
external_templates:
|
|
||||||
pmm: templates
|
|
||||||
template_variables:
|
|
||||||
collection_section: "082"
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Continent Collections:
|
|
||||||
template:
|
|
||||||
- name: separator
|
|
||||||
separator: continent
|
|
||||||
key_name: Continent
|
|
||||||
translation_key: separator
|
|
||||||
|
|
||||||
dynamic_collections:
|
|
||||||
Continent:
|
|
||||||
type: country
|
|
||||||
title_format: <<key_name>>
|
|
||||||
other_name: Other Continents
|
|
||||||
template:
|
|
||||||
- smart_filter
|
|
||||||
- shared
|
|
||||||
other_template:
|
|
||||||
- other_collection
|
|
||||||
- smart_filter
|
|
||||||
- shared
|
|
||||||
template_variables:
|
|
||||||
search_term:
|
|
||||||
default: country
|
|
||||||
image:
|
|
||||||
default: country/<<style>>/<<original_key_name_encoded>>
|
|
||||||
style:
|
|
||||||
default: white
|
|
||||||
translation_key:
|
|
||||||
default: country
|
|
||||||
other: country_other
|
|
||||||
dynamic:
|
|
||||||
default: true
|
|
||||||
|
|
||||||
include:
|
|
||||||
- Africa
|
|
||||||
- Antarctica
|
|
||||||
- Asia
|
|
||||||
- Europe
|
|
||||||
- North America
|
|
||||||
- Oceania
|
|
||||||
- South America
|
|
||||||
|
|
||||||
addons:
|
|
||||||
|
|
||||||
Africa:
|
|
||||||
- South Africa
|
|
||||||
- Chad
|
|
||||||
- Angola
|
|
||||||
- Cameroon
|
|
||||||
- Central African Republic
|
|
||||||
- Congo
|
|
||||||
- Democratic Republic of the Congo # Duplicating smart filter functionality
|
|
||||||
- Equatorial Guinea
|
|
||||||
- Gabon
|
|
||||||
- Republic of the Congo
|
|
||||||
- Sao Tome and Principe
|
|
||||||
- Kenya
|
|
||||||
- Burundi
|
|
||||||
- Comoros
|
|
||||||
- Djibouti
|
|
||||||
- Eritrea
|
|
||||||
- Ethiopia
|
|
||||||
- Madagascar
|
|
||||||
- Malawi
|
|
||||||
- Mauritius
|
|
||||||
- Mayotte
|
|
||||||
- Mozambique
|
|
||||||
- Réunion
|
|
||||||
- Rwanda
|
|
||||||
- Seychelles
|
|
||||||
- Somalia
|
|
||||||
- South Sudan
|
|
||||||
- Tanzania
|
|
||||||
- Uganda
|
|
||||||
- Zambia
|
|
||||||
- Zimbabwe
|
|
||||||
- Morocco
|
|
||||||
- Algeria
|
|
||||||
- Egypt
|
|
||||||
- Libya
|
|
||||||
- Sudan
|
|
||||||
- Tunisia
|
|
||||||
- Nigeria
|
|
||||||
- Benin
|
|
||||||
- Burkina Faso
|
|
||||||
- Cabo Verde
|
|
||||||
- Côte d'Ivoire
|
|
||||||
- Gambia
|
|
||||||
- Ghana
|
|
||||||
- Guinea
|
|
||||||
- Guinea-Bissau
|
|
||||||
- Liberia
|
|
||||||
- Mali
|
|
||||||
- Mauritania
|
|
||||||
- Niger
|
|
||||||
- Senegal
|
|
||||||
- Sierra Leone
|
|
||||||
- Togo
|
|
||||||
- Botswana
|
|
||||||
- Eswatini
|
|
||||||
- Lesotho
|
|
||||||
- Namibia
|
|
||||||
Antarctica:
|
|
||||||
- Bouvet Island
|
|
||||||
Asia:
|
|
||||||
- China
|
|
||||||
- Afghanistan
|
|
||||||
- Kazakhstan
|
|
||||||
- Kyrgyzstan
|
|
||||||
- Tajikistan
|
|
||||||
- Turkmenistan
|
|
||||||
- Uzbekistan
|
|
||||||
- Japan
|
|
||||||
- Hong Kong
|
|
||||||
- Macao
|
|
||||||
- India
|
|
||||||
- Mongolia
|
|
||||||
- Pakistan
|
|
||||||
- Bhutan
|
|
||||||
- Bangladesh
|
|
||||||
- Nepal
|
|
||||||
- Sri Lanka
|
|
||||||
- Maldives
|
|
||||||
- Thailand
|
|
||||||
- Brunei
|
|
||||||
- Cambodia
|
|
||||||
- Indonesia
|
|
||||||
- Lao
|
|
||||||
- Malaysia
|
|
||||||
- Myanmar
|
|
||||||
- Philippines
|
|
||||||
- Singapore
|
|
||||||
- Vietnam
|
|
||||||
- Viet Nam # Duplicating smart filter functionality
|
|
||||||
- Turkey
|
|
||||||
- Bahrain
|
|
||||||
- Cyprus
|
|
||||||
- Egypt
|
|
||||||
- Iran
|
|
||||||
- Iraq
|
|
||||||
- Israel
|
|
||||||
- Jordan
|
|
||||||
- Kuwait
|
|
||||||
- Lebanon
|
|
||||||
- Oman
|
|
||||||
- Palestine
|
|
||||||
- State of Palestine
|
|
||||||
- Qatar
|
|
||||||
- Saudi Arabia
|
|
||||||
- Syria
|
|
||||||
- United Arab Emirates
|
|
||||||
- Yemen
|
|
||||||
- Islamic Republic of Iran # Duplicating smart filter functionality
|
|
||||||
- Taiwan
|
|
||||||
- Taiwan, Province of China # Duplicating smart filter functionality
|
|
||||||
- Korea
|
|
||||||
- Democratic People's Republic of Korea
|
|
||||||
- North Korea
|
|
||||||
- Republic of Korea
|
|
||||||
- South Korea
|
|
||||||
Europe:
|
|
||||||
- United Kingdom
|
|
||||||
- Armenia
|
|
||||||
- Azerbaijan
|
|
||||||
- Georgia
|
|
||||||
- Belgium
|
|
||||||
- Luxembourg
|
|
||||||
- Netherlands
|
|
||||||
- Croatia
|
|
||||||
- Albania
|
|
||||||
- Bosnia and Herzegovina
|
|
||||||
- Bulgaria
|
|
||||||
- Macedonia
|
|
||||||
- Montenegro
|
|
||||||
- Republic of North Macedonia # Duplicating smart filter functionality
|
|
||||||
- Romania
|
|
||||||
- Serbia
|
|
||||||
- Slovenia
|
|
||||||
- Denmark
|
|
||||||
- Åland Islands
|
|
||||||
- Faroe Islands
|
|
||||||
- Finland
|
|
||||||
- Greenland
|
|
||||||
- Iceland
|
|
||||||
- Norway
|
|
||||||
- Svalbard and Jan Mayen
|
|
||||||
- Sweden
|
|
||||||
- Ireland
|
|
||||||
- Greece
|
|
||||||
- Poland
|
|
||||||
- Belarus
|
|
||||||
- Czech Republic
|
|
||||||
- Estonia
|
|
||||||
- Hungary
|
|
||||||
- Latvia
|
|
||||||
- Lithuania
|
|
||||||
- Moldova
|
|
||||||
- Slovakia
|
|
||||||
- Ukraine
|
|
||||||
- Spain
|
|
||||||
- Andorra
|
|
||||||
- Gibraltar
|
|
||||||
- Portugal
|
|
||||||
- Austria
|
|
||||||
- Switzerland
|
|
||||||
- Liechtenstein
|
|
||||||
- Russia
|
|
||||||
- Russian Federation # Duplicating smart filter functionality
|
|
||||||
- Guernsey
|
|
||||||
- Gibraltar
|
|
||||||
- Isle of Man
|
|
||||||
- Jersey
|
|
||||||
- Malta
|
|
||||||
- Germany
|
|
||||||
- France
|
|
||||||
- Monaco
|
|
||||||
- Italy
|
|
||||||
- Holy See
|
|
||||||
- Malta
|
|
||||||
- San Marino
|
|
||||||
North America:
|
|
||||||
- United States of America
|
|
||||||
- Anguilla
|
|
||||||
- Antigua
|
|
||||||
- Aruba
|
|
||||||
- Bahamas
|
|
||||||
- Barbados
|
|
||||||
- Bermuda
|
|
||||||
- Bonaire
|
|
||||||
- Canada
|
|
||||||
- Cayman Islands
|
|
||||||
- Cuba
|
|
||||||
- Curaçao
|
|
||||||
- Dominica
|
|
||||||
- Dominican Republic
|
|
||||||
- Grenada
|
|
||||||
- Guadeloupe
|
|
||||||
- Haiti
|
|
||||||
- Jamaica
|
|
||||||
- Martinique
|
|
||||||
- Mexico
|
|
||||||
- Montserrat
|
|
||||||
- Puerto Rico
|
|
||||||
- Saint Barthélemy
|
|
||||||
- Saint Lucia
|
|
||||||
- Trinidad and Tobago
|
|
||||||
- Turks and Caicos
|
|
||||||
Oceania:
|
|
||||||
- New Zealand
|
|
||||||
- Australia
|
|
||||||
- Christmas Island
|
|
||||||
- Cocos (Keeling) Islands
|
|
||||||
- New Guinea
|
|
||||||
- Timor-Leste
|
|
||||||
- Cook Islands
|
|
||||||
- Fiji
|
|
||||||
- French Polynesia
|
|
||||||
- Guam
|
|
||||||
- Kiribati
|
|
||||||
- Marshall Islands
|
|
||||||
- Micronesia
|
|
||||||
- Nauru
|
|
||||||
- New Caledonia
|
|
||||||
- Niue
|
|
||||||
- Norfolk Island
|
|
||||||
- Palau
|
|
||||||
- Pitcairn
|
|
||||||
- Samoa
|
|
||||||
- Solomon Islands
|
|
||||||
- Tokelau
|
|
||||||
- Tonga
|
|
||||||
- Tuvalu
|
|
||||||
- Vanuatu
|
|
||||||
South America:
|
|
||||||
- Brazil
|
|
||||||
- Argentina
|
|
||||||
- Chile
|
|
||||||
- Paraguay
|
|
||||||
- Uruguay
|
|
||||||
- Falkland Islands
|
|
||||||
- Costa Rica
|
|
||||||
- Belize
|
|
||||||
- El Salvador
|
|
||||||
- Guatemala
|
|
||||||
- Honduras
|
|
||||||
- Nicaragua
|
|
||||||
- Panama
|
|
||||||
- Peru
|
|
||||||
- Bolivarian Republic of Venezuela # Duplicating smart filter functionality
|
|
||||||
- Bolivia
|
|
||||||
- Colombia
|
|
||||||
- Ecuador
|
|
||||||
- Plurinational State of Bolivia # Duplicating smart filter functionality
|
|
||||||
- Venezuela
|
|
||||||
- French Guiana
|
|
||||||
- Guyana
|
|
||||||
- Suriname
|
|
||||||
@@ -1,387 +0,0 @@
|
|||||||
##############################################################################
|
|
||||||
# Region Collections #
|
|
||||||
# Created by Adam Pope, bartolomesorianol, & Bullmoose20 #
|
|
||||||
# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons #
|
|
||||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
||||||
# https://metamanager.wiki/en/latest/defaults/movie/region.html #
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
external_templates:
|
|
||||||
pmm: templates
|
|
||||||
template_variables:
|
|
||||||
collection_section: "081"
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Region Collections:
|
|
||||||
template:
|
|
||||||
- name: separator
|
|
||||||
separator: region
|
|
||||||
key_name: Region
|
|
||||||
translation_key: separator
|
|
||||||
|
|
||||||
dynamic_collections:
|
|
||||||
Region:
|
|
||||||
type: country
|
|
||||||
title_format: <<key_name>>
|
|
||||||
other_name: Other Regions
|
|
||||||
template:
|
|
||||||
- smart_filter
|
|
||||||
- shared
|
|
||||||
other_template:
|
|
||||||
- other_collection
|
|
||||||
- smart_filter
|
|
||||||
- shared
|
|
||||||
template_variables:
|
|
||||||
search_term:
|
|
||||||
default: country
|
|
||||||
image:
|
|
||||||
default: country/<<style>>/<<original_key_name_encoded>>
|
|
||||||
style:
|
|
||||||
default: white
|
|
||||||
translation_key:
|
|
||||||
default: country
|
|
||||||
other: country_other
|
|
||||||
dynamic:
|
|
||||||
default: true
|
|
||||||
|
|
||||||
include:
|
|
||||||
- Andean
|
|
||||||
- Balkan
|
|
||||||
- Benelux
|
|
||||||
- Canadian
|
|
||||||
- Caribbean
|
|
||||||
- Caucasian
|
|
||||||
- Central African
|
|
||||||
- Central American
|
|
||||||
- Central Asian
|
|
||||||
- Central European
|
|
||||||
- Chinese and Mongolian
|
|
||||||
- Eastern African
|
|
||||||
- Eastern European
|
|
||||||
- German
|
|
||||||
- Greek
|
|
||||||
- Hong Kong and Macao
|
|
||||||
- Iberian
|
|
||||||
- Irish
|
|
||||||
- Japanese
|
|
||||||
- Mexican
|
|
||||||
- Middle Eastern
|
|
||||||
- Nordic
|
|
||||||
- Northern African
|
|
||||||
- Pacific Island
|
|
||||||
- South Asian
|
|
||||||
- Southern African
|
|
||||||
- Southern Cone
|
|
||||||
- South-East Asia
|
|
||||||
- Western African
|
|
||||||
- Antarctica Region
|
|
||||||
- Australian
|
|
||||||
- Brazilian
|
|
||||||
- French
|
|
||||||
- Italian
|
|
||||||
- Korean
|
|
||||||
- UK
|
|
||||||
- USA
|
|
||||||
- Taiwanese
|
|
||||||
- Russian
|
|
||||||
|
|
||||||
addons:
|
|
||||||
|
|
||||||
# Grouping of countries into sub-regions. Some license has been taken here to ensure all countries are included, and the groupings won't fit well with everyone's collections.
|
|
||||||
# Western, Southern, and Central Europe, Oceania, and North America could be useful groupings for those libraries with more of an Asian focus, for instance
|
|
||||||
# Comments added where a decision point might seen as controversial
|
|
||||||
|
|
||||||
Andean:
|
|
||||||
- Bolivarian Republic of Venezuela
|
|
||||||
- Bolivia
|
|
||||||
- Colombia
|
|
||||||
- Ecuador
|
|
||||||
- Peru
|
|
||||||
- Plurinational State of Bolivia
|
|
||||||
- Venezuela
|
|
||||||
Balkan:
|
|
||||||
- Albania
|
|
||||||
- Bosnia and Herzegovina
|
|
||||||
- Bulgaria
|
|
||||||
- Croatia
|
|
||||||
- Kosovo
|
|
||||||
- Macedonia
|
|
||||||
- Montenegro
|
|
||||||
- Republic of North Macedonia
|
|
||||||
- Romania
|
|
||||||
- Serbia
|
|
||||||
- Slovenia
|
|
||||||
Benelux:
|
|
||||||
- Belgium
|
|
||||||
- Luxembourg
|
|
||||||
- Netherlands
|
|
||||||
Canadian:
|
|
||||||
- Canada
|
|
||||||
Caribbean:
|
|
||||||
- Anguilla
|
|
||||||
- Antigua
|
|
||||||
- Aruba
|
|
||||||
- Bahamas
|
|
||||||
- Barbados
|
|
||||||
- Bermuda
|
|
||||||
- Bonaire
|
|
||||||
- Cayman Islands
|
|
||||||
- Cuba
|
|
||||||
- Curaçao
|
|
||||||
- Dominica
|
|
||||||
- Dominican Republic
|
|
||||||
- Grenada
|
|
||||||
- Guadeloupe
|
|
||||||
- Haiti
|
|
||||||
- Jamaica
|
|
||||||
- Martinique
|
|
||||||
- Montserrat
|
|
||||||
- Puerto Rico
|
|
||||||
- Saint Barthélemy
|
|
||||||
- Saint Lucia
|
|
||||||
- Trinidad and Tobago
|
|
||||||
- Turks and Caicos
|
|
||||||
Caucasian:
|
|
||||||
- Armenia
|
|
||||||
- Azerbaijan
|
|
||||||
- Georgia
|
|
||||||
Central African:
|
|
||||||
- Angola
|
|
||||||
- Cameroon
|
|
||||||
- Central African Republic
|
|
||||||
- Chad
|
|
||||||
- Congo
|
|
||||||
- Democratic Republic of the Congo
|
|
||||||
- Equatorial Guinea
|
|
||||||
- Gabon
|
|
||||||
- Republic of the Congo
|
|
||||||
- Sao Tome and Principe
|
|
||||||
Central American:
|
|
||||||
- Belize
|
|
||||||
- Costa Rica
|
|
||||||
- El Salvador
|
|
||||||
- Guatemala
|
|
||||||
- Honduras
|
|
||||||
- Nicaragua
|
|
||||||
- Panama
|
|
||||||
Central Asian:
|
|
||||||
- Afghanistan
|
|
||||||
- Kazakhstan
|
|
||||||
- Kyrgyzstan
|
|
||||||
- Tajikistan
|
|
||||||
- Turkmenistan
|
|
||||||
- Uzbekistan
|
|
||||||
Central European:
|
|
||||||
- Austria
|
|
||||||
- Liechtenstein
|
|
||||||
- Switzerland
|
|
||||||
Chinese and Mongolian:
|
|
||||||
- China
|
|
||||||
- Mongolia
|
|
||||||
Eastern African:
|
|
||||||
- Burundi
|
|
||||||
- Comoros
|
|
||||||
- Djibouti
|
|
||||||
- Eritrea
|
|
||||||
- Ethiopia
|
|
||||||
- Kenya
|
|
||||||
- Madagascar
|
|
||||||
- Malawi
|
|
||||||
- Mauritius
|
|
||||||
- Mayotte
|
|
||||||
- Mozambique
|
|
||||||
- Réunion
|
|
||||||
- Rwanda
|
|
||||||
- Seychelles
|
|
||||||
- Somalia
|
|
||||||
- South Sudan
|
|
||||||
- Tanzania
|
|
||||||
- Uganda
|
|
||||||
- Zambia
|
|
||||||
- Zimbabwe
|
|
||||||
Eastern European:
|
|
||||||
- Belarus
|
|
||||||
- Czech Republic
|
|
||||||
- Estonia
|
|
||||||
- Hungary
|
|
||||||
- Latvia
|
|
||||||
- Lithuania
|
|
||||||
- Moldova
|
|
||||||
- Poland
|
|
||||||
- Slovakia
|
|
||||||
- Ukraine
|
|
||||||
German:
|
|
||||||
- Germany
|
|
||||||
Greek:
|
|
||||||
Greece
|
|
||||||
Hong Kong and Macao:
|
|
||||||
- Hong Kong
|
|
||||||
- Macao
|
|
||||||
Iberian:
|
|
||||||
- Andorra # Also in French
|
|
||||||
- Gibraltar # Also in United Kingdom
|
|
||||||
- Portugal
|
|
||||||
- Spain
|
|
||||||
Irish:
|
|
||||||
- Ireland
|
|
||||||
Japanese:
|
|
||||||
- Japan
|
|
||||||
Mexican:
|
|
||||||
- Mexico
|
|
||||||
Middle Eastern:
|
|
||||||
- Bahrain
|
|
||||||
- Cyprus
|
|
||||||
- Egypt # Also in Northern African
|
|
||||||
- Iran
|
|
||||||
- Iraq
|
|
||||||
- Islamic Republic of Iran
|
|
||||||
- Israel
|
|
||||||
- Jordan
|
|
||||||
- Kuwait
|
|
||||||
- Lebanon
|
|
||||||
- Oman
|
|
||||||
- Palestine
|
|
||||||
- State of Palestine
|
|
||||||
- Qatar
|
|
||||||
- Saudi Arabia
|
|
||||||
- Syria
|
|
||||||
- Turkey
|
|
||||||
- United Arab Emirates
|
|
||||||
- Yemen
|
|
||||||
Nordic:
|
|
||||||
- Åland Islands
|
|
||||||
- Denmark
|
|
||||||
- Faroe Islands
|
|
||||||
- Finland
|
|
||||||
- Greenland
|
|
||||||
- Iceland
|
|
||||||
- Norway
|
|
||||||
- Svalbard and Jan Mayen
|
|
||||||
- Sweden
|
|
||||||
Northern African:
|
|
||||||
- Algeria
|
|
||||||
- Egypt # Also in Middle Eastern
|
|
||||||
- Libya
|
|
||||||
- Morocco
|
|
||||||
- Sudan
|
|
||||||
- Tunisia
|
|
||||||
Pacific Island:
|
|
||||||
- Cook Islands
|
|
||||||
- Fiji
|
|
||||||
- French Polynesia
|
|
||||||
- Guam
|
|
||||||
- Kiribati
|
|
||||||
- Marshall Islands
|
|
||||||
- Micronesia
|
|
||||||
- Nauru
|
|
||||||
- New Caledonia
|
|
||||||
- New Zealand
|
|
||||||
- Niue
|
|
||||||
- Norfolk Island
|
|
||||||
- Palau
|
|
||||||
- Pitcairn
|
|
||||||
- Samoa
|
|
||||||
- Solomon Islands
|
|
||||||
- Tokelau
|
|
||||||
- Tonga
|
|
||||||
- Tuvalu
|
|
||||||
- Vanuatu
|
|
||||||
South Asian:
|
|
||||||
- Bhutan
|
|
||||||
- Bangladesh
|
|
||||||
- India
|
|
||||||
- Maldives
|
|
||||||
- Nepal
|
|
||||||
- Pakistan
|
|
||||||
- Sri Lanka
|
|
||||||
Southern African:
|
|
||||||
- Botswana
|
|
||||||
- Eswatini
|
|
||||||
- Lesotho
|
|
||||||
- Namibia
|
|
||||||
- South Africa
|
|
||||||
Southern Cone:
|
|
||||||
- Argentina
|
|
||||||
- Chile
|
|
||||||
- Paraguay # Not always included as part of Southern Cone
|
|
||||||
- Uruguay
|
|
||||||
- Falkland Islands # Also in United Kingdom
|
|
||||||
South-East Asia:
|
|
||||||
- Brunei
|
|
||||||
- Cambodia
|
|
||||||
- Indonesia
|
|
||||||
- Lao
|
|
||||||
- Malaysia
|
|
||||||
- Myanmar
|
|
||||||
- Philippines
|
|
||||||
- Singapore
|
|
||||||
- Thailand
|
|
||||||
- Vietnam
|
|
||||||
- Viet Nam
|
|
||||||
USA:
|
|
||||||
- United States of America
|
|
||||||
Western African:
|
|
||||||
- Benin
|
|
||||||
- Burkina Faso
|
|
||||||
- Cabo Verde
|
|
||||||
- Côte d'Ivoire
|
|
||||||
- Gambia
|
|
||||||
- Ghana
|
|
||||||
- Guinea
|
|
||||||
- Guinea-Bissau
|
|
||||||
- Liberia
|
|
||||||
- Mali
|
|
||||||
- Mauritania
|
|
||||||
- Niger
|
|
||||||
- Nigeria
|
|
||||||
- Senegal
|
|
||||||
- Sierra Leone
|
|
||||||
- Togo
|
|
||||||
|
|
||||||
# Grouping of micro-states into existing countries. Some are obviously right, others added as they've nowhere else fitting to go.
|
|
||||||
|
|
||||||
Antarctica Region:
|
|
||||||
- Antarctica
|
|
||||||
- Bouvet Island # Also in Nordic
|
|
||||||
Australian:
|
|
||||||
- Australia
|
|
||||||
- Christmas Island
|
|
||||||
- Cocos (Keeling) Islands
|
|
||||||
- New Guinea # Also in Pacific Islands
|
|
||||||
- Timor-Leste # Also in Pacific Islands
|
|
||||||
Brazilian:
|
|
||||||
- Brazil
|
|
||||||
- French Guiana
|
|
||||||
- Guyana
|
|
||||||
- Suriname
|
|
||||||
French:
|
|
||||||
- France
|
|
||||||
- Monaco
|
|
||||||
- Andorra # Also in Iberian
|
|
||||||
Italian:
|
|
||||||
- Italy
|
|
||||||
- Holy See
|
|
||||||
- Malta # Also in United Kingdom and Northern Africa
|
|
||||||
- San Marino
|
|
||||||
Korean:
|
|
||||||
- Korea
|
|
||||||
- Democratic People's Republic of Korea
|
|
||||||
- North Korea
|
|
||||||
- Republic of Korea # Added as default addon for Korea overridden
|
|
||||||
- South Korea # Added as default addon for Korea overridden
|
|
||||||
|
|
||||||
UK:
|
|
||||||
- United Kingdom
|
|
||||||
- Falkland Islands # Also in Southern Cone
|
|
||||||
- Guernsey
|
|
||||||
- Gibraltar # Also in Iberian
|
|
||||||
- Isle of Man
|
|
||||||
- Jersey
|
|
||||||
- Malta # Also in Italy and Northern African
|
|
||||||
|
|
||||||
Taiwanese:
|
|
||||||
- Taiwan
|
|
||||||
- Taiwan, Province of China
|
|
||||||
Russian:
|
|
||||||
- Russia
|
|
||||||
- Russian Federation
|
|
||||||
@@ -1,148 +0,0 @@
|
|||||||
# Alternative Geography Collections (plus doublebonus Audio Language Overlay)
|
|
||||||
|
|
||||||
Add the following code to your config.yml file to create collections for a seven continent configuration (as opposed to the six UN regions used by the default); and a version of the countries.yml which groups countries with low output that are culturally similar - such as 'Balkans', 'Nordic', 'Middle East' and 'Pacific Island'.
|
|
||||||
|
|
||||||
The overlay yml adds a country flag defined by the audio language of the entry to the top right corner. Note that languages are not countries. Portuguese is great for films from Portugal; but its flag on a Brazilian film could be confusing. Furthermore, many films have an unknown audio language in Plex - this requires fixing at the file level with a tool such as mkvtoolnix.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
libraries:
|
|
||||||
Movies:
|
|
||||||
metadata_path:
|
|
||||||
- git: Adam-Pope/Movies/continents.yml
|
|
||||||
template_variables:
|
|
||||||
style: color # defaults to white
|
|
||||||
collection_section: "080" # puts continents before regions
|
|
||||||
- git: Adam-Pope/Movies/regions.yml
|
|
||||||
template_variables:
|
|
||||||
style: color # defaults to white
|
|
||||||
- pmm: country
|
|
||||||
template_variables:
|
|
||||||
style: color
|
|
||||||
collection_section: "082"
|
|
||||||
|
|
||||||
TV Shows:
|
|
||||||
metadata_path:
|
|
||||||
- git: Adam-Pope/TV/continents.yml
|
|
||||||
template_variables:
|
|
||||||
style: color # defaults to white
|
|
||||||
collection_section: "080" # puts continents before regions
|
|
||||||
- git: Adam-Pope/TV/regions.yml
|
|
||||||
template_variables:
|
|
||||||
style: color # defaults to white
|
|
||||||
- pmm: country
|
|
||||||
template_variables:
|
|
||||||
style: color
|
|
||||||
collection_section: "082"
|
|
||||||
|
|
||||||
overlay_path:
|
|
||||||
- pmm: resolution
|
|
||||||
- pmm: languages
|
|
||||||
template_variables:
|
|
||||||
horizontal_position: right
|
|
||||||
horizontal_offset: 100
|
|
||||||
vertical_position: top
|
|
||||||
vertical_offset: 35
|
|
||||||
style: half
|
|
||||||
country_en: uk
|
|
||||||
languages:
|
|
||||||
- en
|
|
||||||
- de
|
|
||||||
- fr
|
|
||||||
- es
|
|
||||||
- pt
|
|
||||||
- ja
|
|
||||||
- ko
|
|
||||||
- zh
|
|
||||||
- da
|
|
||||||
- ru
|
|
||||||
- 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
|
|
||||||
- la
|
|
||||||
- lt
|
|
||||||
- lv
|
|
||||||
- mk
|
|
||||||
- ml
|
|
||||||
- mr
|
|
||||||
- ms
|
|
||||||
- nb
|
|
||||||
- nn
|
|
||||||
- pa
|
|
||||||
- ro
|
|
||||||
- sk
|
|
||||||
- sl
|
|
||||||
- sq
|
|
||||||
- sr
|
|
||||||
- sw
|
|
||||||
- ta
|
|
||||||
- ur
|
|
||||||
- vi
|
|
||||||
- wo
|
|
||||||
- myn
|
|
||||||
- iu
|
|
||||||
- rom
|
|
||||||
- su
|
|
||||||
- zu
|
|
||||||
- am
|
|
||||||
- fil
|
|
||||||
- pmm: ratings
|
|
||||||
template_variables:
|
|
||||||
rating1: critic
|
|
||||||
rating1_image: rt_tomato
|
|
||||||
rating1_font: config/metadata/overlays/fonts/Adlib.ttf
|
|
||||||
rating2: audience
|
|
||||||
rating2_image: imdb
|
|
||||||
rating2_font: config/metadata/overlays/fonts/Impact.ttf
|
|
||||||
horizontal_position: left
|
|
||||||
vertical_position: bottom
|
|
||||||
rating_alignment: horizontal
|
|
||||||
vertical_offset: 15
|
|
||||||
horizontal_offset: 0
|
|
||||||
- pmm: commonsense
|
|
||||||
template_variables:
|
|
||||||
vertical_align: top
|
|
||||||
horizontal_align: center
|
|
||||||
vertical_offset: 15
|
|
||||||
- pmm: ribbon
|
|
||||||
```
|
|
||||||
|
|
||||||
**Continents Collection Overview**: <br><br>
|
|
||||||

|
|
||||||
<br>
|
|
||||||
|
|
||||||
**Regions Collection Preview**: <br><br>
|
|
||||||

|
|
||||||
<br>
|
|
||||||
|
|
||||||
**Overlay Preview**: <br><br>
|
|
||||||

|
|
||||||
<br>
|
|
||||||
@@ -1,295 +0,0 @@
|
|||||||
##############################################################################
|
|
||||||
# Continent Collections #
|
|
||||||
# Created by Adam Pope, bartolomesorianol, & Bullmoose20 #
|
|
||||||
# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons #
|
|
||||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
||||||
# https://metamanager.wiki/en/latest/defaults/show/continent.html #
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
external_templates:
|
|
||||||
pmm: templates
|
|
||||||
template_variables:
|
|
||||||
collection_section: "078"
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Continent Collections:
|
|
||||||
template:
|
|
||||||
- name: separator
|
|
||||||
separator: continent
|
|
||||||
key_name: Continent
|
|
||||||
translation_key: separator
|
|
||||||
|
|
||||||
dynamic_collections:
|
|
||||||
Continent:
|
|
||||||
type: origin_country
|
|
||||||
title_format: <<key_name>>
|
|
||||||
other_name: Other Continents
|
|
||||||
template:
|
|
||||||
- filter
|
|
||||||
- shared
|
|
||||||
other_template:
|
|
||||||
- other_collection
|
|
||||||
- filter
|
|
||||||
- shared
|
|
||||||
template_variables:
|
|
||||||
filter_term:
|
|
||||||
default: origin_country
|
|
||||||
image:
|
|
||||||
default: country/<<style>>/<<original_key_name_encoded>>
|
|
||||||
style:
|
|
||||||
default: white
|
|
||||||
translation_key:
|
|
||||||
default: country
|
|
||||||
other: country_other
|
|
||||||
dynamic:
|
|
||||||
default: true
|
|
||||||
|
|
||||||
include:
|
|
||||||
- aq # Antarctica
|
|
||||||
- nz # New Zealand
|
|
||||||
- br # Brazil
|
|
||||||
- cn # China
|
|
||||||
- za # South Africa
|
|
||||||
- gb # United Kingdom
|
|
||||||
- us # United States of America
|
|
||||||
|
|
||||||
key_name_override:
|
|
||||||
nz: Oceania
|
|
||||||
br: South America
|
|
||||||
cn: Asia
|
|
||||||
za: Africa
|
|
||||||
gb: Europe
|
|
||||||
us: North America
|
|
||||||
|
|
||||||
addons:
|
|
||||||
aq: # Antarctica
|
|
||||||
- bv # Bouvet Island
|
|
||||||
cn: # China - Asia
|
|
||||||
- af # Afghanistan
|
|
||||||
- kz # Kazakhstan
|
|
||||||
- kg # Kyrgyzstan
|
|
||||||
- tj # Tajikistan
|
|
||||||
- tm # Turkmenistan
|
|
||||||
- uz # Uzbekistan
|
|
||||||
- mn # Mongolia
|
|
||||||
- in # India
|
|
||||||
- pk # Pakistan
|
|
||||||
- bt # Bhutan
|
|
||||||
- bd # Bangladesh
|
|
||||||
- np # Nepal
|
|
||||||
- lk # Sri Lanka
|
|
||||||
- mv # Maldives
|
|
||||||
- jp # Japan
|
|
||||||
- hk # Hong Kong
|
|
||||||
- mo # Macao
|
|
||||||
- th # Thailand
|
|
||||||
- bn # Brunei
|
|
||||||
- kh # Cambodia
|
|
||||||
- id # Indonesia
|
|
||||||
- la # Lao
|
|
||||||
- my # Malaysia
|
|
||||||
- mm # Myanmar
|
|
||||||
- ph # Philippines
|
|
||||||
- sg # Singapore
|
|
||||||
- vn # Vietnam
|
|
||||||
- tr # Turkey
|
|
||||||
- bh # Bahrain
|
|
||||||
- cy # Cyprus
|
|
||||||
- eg # Egypt
|
|
||||||
- ir # Iran
|
|
||||||
- iq # Iraq
|
|
||||||
- il # Israel
|
|
||||||
- jo # Jordan
|
|
||||||
- kw # Kuwait
|
|
||||||
- lb # Lebanon
|
|
||||||
- om # Oman
|
|
||||||
- ps # Palestine
|
|
||||||
- qa # Qatar
|
|
||||||
- sa # Saudi Arabia
|
|
||||||
- sy # Syria
|
|
||||||
- ae # United Arab Emirates
|
|
||||||
- ye # Yemen
|
|
||||||
- tw # Taiwan
|
|
||||||
- kr # Korea
|
|
||||||
br: # Brazil - South America
|
|
||||||
- ar # Argentina
|
|
||||||
- cl # Chile
|
|
||||||
- py # Paraguay
|
|
||||||
- uy # Uruguay
|
|
||||||
- fk # Falkland Islands
|
|
||||||
- cr # Costa Rica
|
|
||||||
- bz # Belize
|
|
||||||
- sv # El Salvador
|
|
||||||
- gt # Guatemala
|
|
||||||
- hn # Honduras
|
|
||||||
- ni # Nicaragua
|
|
||||||
- pa # Panama
|
|
||||||
- pe # Peru
|
|
||||||
- bo # Bolivia
|
|
||||||
- co # Colombia
|
|
||||||
- ec # Ecuador
|
|
||||||
- ve # Venezuela
|
|
||||||
- gf # French Guiana
|
|
||||||
- gy # Guyana
|
|
||||||
- sr # Suriname
|
|
||||||
gb: # United Kingdom - Europe
|
|
||||||
- am # Armenia
|
|
||||||
- az # Azerbaijan
|
|
||||||
- ge # Georgia
|
|
||||||
- be # Belgium
|
|
||||||
- lu # Luxembourg
|
|
||||||
- nl # Netherlands
|
|
||||||
- hr # Croatia
|
|
||||||
- al # Albania
|
|
||||||
- ba # Bosnia and Herzegovina
|
|
||||||
- bg # Bulgaria
|
|
||||||
- mk # Macedonia
|
|
||||||
- me # Montenegro
|
|
||||||
- ro # Romania
|
|
||||||
- rs # Serbia
|
|
||||||
- si # Slovenia
|
|
||||||
- dk # Denmark
|
|
||||||
- ax # Åland Islands
|
|
||||||
- fo # Faroe Islands
|
|
||||||
- fi # Finland
|
|
||||||
- gl # Greenland
|
|
||||||
- is # Iceland
|
|
||||||
- no # Norway
|
|
||||||
- sj # Svalbard and Jan Mayen
|
|
||||||
- se # Sweden
|
|
||||||
- ie # Ireland
|
|
||||||
- gr # Greece
|
|
||||||
- pl # Poland
|
|
||||||
- by # Belarus
|
|
||||||
- cz # Czech Republic
|
|
||||||
- ee # Estonia
|
|
||||||
- hu # Hungary
|
|
||||||
- lv # Latvia
|
|
||||||
- lt # Lithuania
|
|
||||||
- md # Moldova
|
|
||||||
- sk # Slovakia
|
|
||||||
- ua # Ukraine
|
|
||||||
- es # Spain
|
|
||||||
- ad # Andorra
|
|
||||||
- pt # Portugal
|
|
||||||
- ch # Switzerland
|
|
||||||
- at # Austria
|
|
||||||
- li # Liechtenstein
|
|
||||||
- ru # Russia
|
|
||||||
- gg # Guernsey
|
|
||||||
- gi # Gibraltar
|
|
||||||
- im # Isle of Man
|
|
||||||
- je # Jersey
|
|
||||||
- mt # Malta
|
|
||||||
- de # Germany
|
|
||||||
- fr # France
|
|
||||||
- mc # Monaco
|
|
||||||
- it # Italy
|
|
||||||
- va # Holy See
|
|
||||||
- sm # San Marino
|
|
||||||
us: # United States of America - North America
|
|
||||||
- bs # Bahamas
|
|
||||||
- ai # Anguilla
|
|
||||||
- ag # Antigua
|
|
||||||
- aw # Aruba
|
|
||||||
- bb # Barbados
|
|
||||||
- bm # Bermuda
|
|
||||||
- bq # Bonaire
|
|
||||||
- ky # Cayman Islands
|
|
||||||
- cu # Cuba
|
|
||||||
- cw # Curaçao
|
|
||||||
- dm # Dominica
|
|
||||||
- do # Dominican Republic
|
|
||||||
- gd # Grenada
|
|
||||||
- gp # Guadeloupe
|
|
||||||
- ht # Haiti
|
|
||||||
- jm # Jamaica
|
|
||||||
- mq # Martinique
|
|
||||||
- ms # Montserrat
|
|
||||||
- pr # Puerto Rico
|
|
||||||
- bl # Saint Barthélemy
|
|
||||||
- lc # Saint Lucia
|
|
||||||
- tt # Trinidad and Tobago
|
|
||||||
- tc # Turks and Caicos
|
|
||||||
- ca # Canada
|
|
||||||
- mx # Mexico
|
|
||||||
za: # South Africa - Africa
|
|
||||||
- td # Chad
|
|
||||||
- ao # Angola
|
|
||||||
- cm # Cameroon
|
|
||||||
- cf # Central African Republic
|
|
||||||
- cg # Congo
|
|
||||||
- gq # Equatorial Guinea
|
|
||||||
- ga # Gabon
|
|
||||||
- st # Sao Tome and Principe
|
|
||||||
- ke # Kenya
|
|
||||||
- bi # Burundi
|
|
||||||
- km # Comoros
|
|
||||||
- dj # Djibouti
|
|
||||||
- er # Eritrea
|
|
||||||
- et # Ethiopia
|
|
||||||
- mg # Madagascar
|
|
||||||
- mw # Malawi
|
|
||||||
- mu # Mauritius
|
|
||||||
- yt # Mayotte
|
|
||||||
- mz # Mozambique
|
|
||||||
- re # Réunion
|
|
||||||
- rw # Rwanda
|
|
||||||
- sc # Seychelles
|
|
||||||
- so # Somalia
|
|
||||||
- ss # South Sudan
|
|
||||||
- tz # Tanzania
|
|
||||||
- ug # Uganda
|
|
||||||
- zm # Zambia
|
|
||||||
- zw # Zimbabwe
|
|
||||||
- ma # Morocco
|
|
||||||
- dz # Algeria
|
|
||||||
- eg # Egypt
|
|
||||||
- ly # Libya
|
|
||||||
- sd # Sudan
|
|
||||||
- tn # Tunisia
|
|
||||||
- ng # Nigeria
|
|
||||||
- bj # Benin
|
|
||||||
- bf # Burkina Faso
|
|
||||||
- cv # Cabo Verde
|
|
||||||
- ci # Côte d'Ivoire
|
|
||||||
- gm # Gambia
|
|
||||||
- gh # Ghana
|
|
||||||
- gn # Guinea
|
|
||||||
- gw # Guinea-Bissau
|
|
||||||
- lr # Liberia
|
|
||||||
- ml # Mali
|
|
||||||
- mr # Mauritania
|
|
||||||
- ne # Niger
|
|
||||||
- sn # Senegal
|
|
||||||
- sl # Sierra Leone
|
|
||||||
- tg # Togo
|
|
||||||
- bw # Botswana
|
|
||||||
- sz # Eswatini
|
|
||||||
- ls # Lesotho
|
|
||||||
- na # Namibia
|
|
||||||
nz: # New Zealand - Oceania
|
|
||||||
- au # Australia
|
|
||||||
- cx # Christmas Island
|
|
||||||
- cc # Cocos (Keeling) Islands
|
|
||||||
- pg # New Guinea
|
|
||||||
- tl # Timor-Leste
|
|
||||||
- ck # Cook Islands
|
|
||||||
- fj # Fiji
|
|
||||||
- pf # French Polynesia
|
|
||||||
- gu # Guam
|
|
||||||
- ki # Kiribati
|
|
||||||
- mh # Marshall Islands
|
|
||||||
- fm # Micronesia
|
|
||||||
- nr # Nauru
|
|
||||||
- nc # New Caledonia
|
|
||||||
- nu # Niue
|
|
||||||
- nf # Norfolk Island
|
|
||||||
- pw # Palau
|
|
||||||
- pn # Pitcairn
|
|
||||||
- ws # Samoa
|
|
||||||
- sb # Solomon Islands
|
|
||||||
- tk # Tokelau
|
|
||||||
- to # Tonga
|
|
||||||
- tv # Tuvalu
|
|
||||||
- vu # Vanuatu
|
|
||||||
@@ -1,365 +0,0 @@
|
|||||||
##############################################################################
|
|
||||||
# Region Collections #
|
|
||||||
# Created by Adam Pope, bartolomesorianol, & Bullmoose20 #
|
|
||||||
# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons #
|
|
||||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
||||||
# https://metamanager.wiki/en/latest/defaults/show/region.html #
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
external_templates:
|
|
||||||
pmm: templates
|
|
||||||
template_variables:
|
|
||||||
collection_section: "079"
|
|
||||||
|
|
||||||
collections:
|
|
||||||
Region Collections:
|
|
||||||
template:
|
|
||||||
- name: separator
|
|
||||||
separator: region
|
|
||||||
key_name: Region
|
|
||||||
translation_key: separator
|
|
||||||
|
|
||||||
dynamic_collections:
|
|
||||||
Region:
|
|
||||||
type: origin_country
|
|
||||||
title_format: <<key_name>>
|
|
||||||
other_name: Other Regions
|
|
||||||
template:
|
|
||||||
- filter
|
|
||||||
- shared
|
|
||||||
other_template:
|
|
||||||
- other_collection
|
|
||||||
- filter
|
|
||||||
- shared
|
|
||||||
template_variables:
|
|
||||||
filter_term:
|
|
||||||
default: origin_country
|
|
||||||
image:
|
|
||||||
default: country/<<style>>/<<original_key_name_encoded>>
|
|
||||||
style:
|
|
||||||
default: white
|
|
||||||
translation_key:
|
|
||||||
default: country
|
|
||||||
other: country_other
|
|
||||||
dynamic:
|
|
||||||
default: true
|
|
||||||
|
|
||||||
include:
|
|
||||||
- af # Afghanistan
|
|
||||||
- aq # Antarctica
|
|
||||||
- ar # Argentina
|
|
||||||
- am # Armenia
|
|
||||||
- au # Australia
|
|
||||||
- bs # Bahamas
|
|
||||||
- be # Belgium
|
|
||||||
- br # Brazil
|
|
||||||
- ca # Canada
|
|
||||||
- td # Chad
|
|
||||||
- cn # China
|
|
||||||
- cr # Costa Rica
|
|
||||||
- hr # Croatia
|
|
||||||
- dk # Denmark
|
|
||||||
- fr # France
|
|
||||||
- de # Germany
|
|
||||||
- gr # Greece
|
|
||||||
- hk # Hong Kong
|
|
||||||
- in # India
|
|
||||||
- ie # Ireland
|
|
||||||
- it # Italy
|
|
||||||
- jp # Japan
|
|
||||||
- ke # Kenya
|
|
||||||
- kr # Korea
|
|
||||||
- mx # Mexico
|
|
||||||
- ma # Morocco
|
|
||||||
- nz # New Zealand
|
|
||||||
- ng # Nigeria
|
|
||||||
- pe # Peru
|
|
||||||
- pl # Poland
|
|
||||||
- ru # Russia
|
|
||||||
- za # South Africa
|
|
||||||
- es # Spain
|
|
||||||
- ch # Switzerland
|
|
||||||
- tw # Taiwan
|
|
||||||
- th # Thailand
|
|
||||||
- tr # Turkey
|
|
||||||
- gb # United Kingdom
|
|
||||||
- us # United States of America
|
|
||||||
|
|
||||||
key_name_override:
|
|
||||||
af: Central Asian
|
|
||||||
aq: Antarctica Region
|
|
||||||
ar: Southern Cone
|
|
||||||
am: Caucasian
|
|
||||||
au: Australian
|
|
||||||
bs: Caribbean
|
|
||||||
be: Benelux
|
|
||||||
br: Brazilian
|
|
||||||
ca: Canadian
|
|
||||||
td: Central African # Based on UN geoscheme
|
|
||||||
cn: Chinese and Mongolian
|
|
||||||
cr: Central American
|
|
||||||
hr: Balkan
|
|
||||||
dk: Nordic
|
|
||||||
fr: French
|
|
||||||
de: German
|
|
||||||
gr: Greek
|
|
||||||
hk: Hong Kong and Macao
|
|
||||||
in: South Asian
|
|
||||||
ie: Irish
|
|
||||||
it: Italian
|
|
||||||
jp: Japanese
|
|
||||||
ke: Eastern African # Based on UN geoscheme
|
|
||||||
kr: Korean
|
|
||||||
mx: Mexican
|
|
||||||
ma: Northern African # Based on UN geoscheme
|
|
||||||
nz: Pacific Island
|
|
||||||
ng: Western African # Based on UN geoscheme
|
|
||||||
pe: Andean
|
|
||||||
pl: Eastern European # Eastern Europe generally considerd to be ex-USSR countries of Russia, Belarus, and Ukraine. This grouping is more ex-iron curtain European countries excluding Russia and Balkans
|
|
||||||
ru: Russian
|
|
||||||
za: Southern African
|
|
||||||
es: Iberian
|
|
||||||
ch: Central European
|
|
||||||
tw: Taiwanese
|
|
||||||
th: South-East Asia
|
|
||||||
tr: Middle Eastern
|
|
||||||
gb: UK
|
|
||||||
us: USA
|
|
||||||
|
|
||||||
|
|
||||||
addons:
|
|
||||||
|
|
||||||
# Grouping of countries into sub-regions. Some license has been taken here to ensure all countries are included, and the groupings won't fit well with everyone's collections.
|
|
||||||
# Western, Southern, and Central Europe, Oceania, and North America could be useful groupings for those libraries with more of an Asian focus, for instance
|
|
||||||
# Comments added where a decision point might seen as controversial
|
|
||||||
|
|
||||||
af: # Afghanistan rarely included as part of Central Asia, the 'stans', but often in South Asia
|
|
||||||
- kz # Kazakhstan
|
|
||||||
- kg # Kyrgyzstan
|
|
||||||
- tj # Tajikistan
|
|
||||||
- tm # Turkmenistan
|
|
||||||
- uz # Uzbekistan
|
|
||||||
ar: # Argentina
|
|
||||||
- cl # Chile
|
|
||||||
- py # Paraguay # Not always included as part of Southern Cone
|
|
||||||
- uy # Uruguay
|
|
||||||
- fk # Falkland Islands # Also in United Kingdom
|
|
||||||
am: # Armenia
|
|
||||||
- az # Azerbaijan
|
|
||||||
- ge # Georgia
|
|
||||||
bs: # Bahamas
|
|
||||||
- ai # Anguilla
|
|
||||||
- ag # Antigua
|
|
||||||
- aw # Aruba
|
|
||||||
- bb # Barbados
|
|
||||||
- bm # Bermuda
|
|
||||||
- bq # Bonaire
|
|
||||||
- ky # Cayman Islands
|
|
||||||
- cu # Cuba
|
|
||||||
- cw # Curaçao
|
|
||||||
- dm # Dominica
|
|
||||||
- do # Dominican Republic
|
|
||||||
- gd # Grenada
|
|
||||||
- gp # Guadeloupe
|
|
||||||
- ht # Haiti
|
|
||||||
- jm # Jamaica
|
|
||||||
- mq # Martinique
|
|
||||||
- ms # Montserrat
|
|
||||||
- pr # Puerto Rico
|
|
||||||
- bl # Saint Barthélemy
|
|
||||||
- lc # Saint Lucia
|
|
||||||
- tt # Trinidad and Tobago
|
|
||||||
- tc # Turks and Caicos
|
|
||||||
be: # Belgium
|
|
||||||
- lu # Luxembourg
|
|
||||||
- nl # Netherlands
|
|
||||||
td: # Chad
|
|
||||||
- ao # Angola
|
|
||||||
- cm # Cameroon
|
|
||||||
- cf # Central African Republic
|
|
||||||
- cg # Congo
|
|
||||||
- gq # Equatorial Guinea
|
|
||||||
- ga # Gabon
|
|
||||||
- st # Sao Tome and Principe
|
|
||||||
cn: # China
|
|
||||||
- mn # Mongolia
|
|
||||||
cr: # Costa Rica
|
|
||||||
- bz # Belize
|
|
||||||
- sv # El Salvador
|
|
||||||
- gt # Guatemala
|
|
||||||
- hn # Honduras
|
|
||||||
- ni # Nicaragua
|
|
||||||
- pa # Panama
|
|
||||||
hr: # Croatia
|
|
||||||
- al # Albania
|
|
||||||
- ba # Bosnia and Herzegovina
|
|
||||||
- bg # Bulgaria
|
|
||||||
- mk # Macedonia
|
|
||||||
- me # Montenegro
|
|
||||||
- ro # Romania
|
|
||||||
- rs # Serbia
|
|
||||||
- si # Slovenia
|
|
||||||
dk: # Denmark
|
|
||||||
- ax # Åland Islands
|
|
||||||
- fo # Faroe Islands
|
|
||||||
- fi # Finland
|
|
||||||
- gl # Greenland
|
|
||||||
- is # Iceland
|
|
||||||
- no # Norway
|
|
||||||
- sj # Svalbard and Jan Mayen
|
|
||||||
- se # Sweden
|
|
||||||
hk: # Hong Kong
|
|
||||||
- mo # Macao
|
|
||||||
in: # India
|
|
||||||
- pk # Pakistan
|
|
||||||
- bt # Bhutan
|
|
||||||
- bd # Bangladesh
|
|
||||||
- np # Nepal
|
|
||||||
- lk # Sri Lanka
|
|
||||||
- mv # Maldives
|
|
||||||
ke: # Kenya
|
|
||||||
- bi # Burundi
|
|
||||||
- km # Comoros
|
|
||||||
- dj # Djibouti
|
|
||||||
- er # Eritrea
|
|
||||||
- et # Ethiopia
|
|
||||||
- mg # Madagascar
|
|
||||||
- mw # Malawi
|
|
||||||
- mu # Mauritius
|
|
||||||
- yt # Mayotte
|
|
||||||
- mz # Mozambique
|
|
||||||
- re # Réunion
|
|
||||||
- rw # Rwanda
|
|
||||||
- sc # Seychelles
|
|
||||||
- so # Somalia
|
|
||||||
- ss # South Sudan
|
|
||||||
- tz # Tanzania
|
|
||||||
- ug # Uganda
|
|
||||||
- zm # Zambia
|
|
||||||
- zw # Zimbabwe
|
|
||||||
ma: # Morocco
|
|
||||||
- dz # Algeria
|
|
||||||
- eg # Egypt # Also in Middle Eastern
|
|
||||||
- ly # Libya
|
|
||||||
- sd # Sudan
|
|
||||||
- tn # Tunisia
|
|
||||||
nz: # New Zealand
|
|
||||||
- ck # Cook Islands
|
|
||||||
- fj # Fiji
|
|
||||||
- pf # French Polynesia
|
|
||||||
- gu # Guam
|
|
||||||
- ki # Kiribati
|
|
||||||
- mh # Marshall Islands
|
|
||||||
- fm # Micronesia
|
|
||||||
- nr # Nauru
|
|
||||||
- nc # New Caledonia
|
|
||||||
- nu # Niue
|
|
||||||
- nf # Norfolk Island
|
|
||||||
- pw # Palau
|
|
||||||
- pn # Pitcairn
|
|
||||||
- ws # Samoa
|
|
||||||
- sb # Solomon Islands
|
|
||||||
- tk # Tokelau
|
|
||||||
- to # Tonga
|
|
||||||
- tv # Tuvalu
|
|
||||||
- vu # Vanuatu
|
|
||||||
ng: # Nigeria
|
|
||||||
- bj # Benin
|
|
||||||
- bf # Burkina Faso
|
|
||||||
- cv # Cabo Verde
|
|
||||||
- ci # Côte d'Ivoire
|
|
||||||
- gm # Gambia
|
|
||||||
- gh # Ghana
|
|
||||||
- gn # Guinea
|
|
||||||
- gw # Guinea-Bissau
|
|
||||||
- lr # Liberia
|
|
||||||
- ml # Mali
|
|
||||||
- mr # Mauritania
|
|
||||||
- ne # Niger
|
|
||||||
- sn # Senegal
|
|
||||||
- sl # Sierra Leone
|
|
||||||
- tg # Togo
|
|
||||||
pe: # Peru
|
|
||||||
- bo # Bolivia
|
|
||||||
- co # Colombia
|
|
||||||
- ec # Ecuador
|
|
||||||
- ve # Venezuela
|
|
||||||
pl: # Poland
|
|
||||||
- by # Belarus
|
|
||||||
- cz # Czech Republic
|
|
||||||
- ee # Estonia
|
|
||||||
- hu # Hungary
|
|
||||||
- lv # Latvia
|
|
||||||
- lt # Lithuania
|
|
||||||
- md # Moldova
|
|
||||||
- sk # Slovakia
|
|
||||||
- ua # Ukraine
|
|
||||||
za: # South Africa
|
|
||||||
- bw # Botswana
|
|
||||||
- sz # Eswatini
|
|
||||||
- ls # Lesotho
|
|
||||||
- na # Namibia
|
|
||||||
es: # Spain
|
|
||||||
- ad # Andorra # Also in French
|
|
||||||
- gi # Gibraltar # Also in United Kingdom
|
|
||||||
- pt # Portugal
|
|
||||||
ch: # Switzerland
|
|
||||||
- at # Austria
|
|
||||||
- li # Liechtenstein
|
|
||||||
th: # Thailand
|
|
||||||
- bn # Brunei
|
|
||||||
- kh # Cambodia
|
|
||||||
- id # Indonesia
|
|
||||||
- la # Lao
|
|
||||||
- my # Malaysia
|
|
||||||
- mm # Myanmar
|
|
||||||
- ph # Philippines
|
|
||||||
- sg # Singapore
|
|
||||||
- vn # Vietnam
|
|
||||||
tr: # Turkey
|
|
||||||
- bh # Bahrain
|
|
||||||
- cy # Cyprus
|
|
||||||
- eg # Egypt # Also in Northern African
|
|
||||||
- ir # Iran
|
|
||||||
- iq # Iraq
|
|
||||||
- il # Israel
|
|
||||||
- jo # Jordan
|
|
||||||
- kw # Kuwait
|
|
||||||
- lb # Lebanon
|
|
||||||
- om # Oman
|
|
||||||
- ps # Palestine
|
|
||||||
- qa # Qatar
|
|
||||||
- sa # Saudi Arabia
|
|
||||||
- sy # Syria
|
|
||||||
- ae # United Arab Emirates
|
|
||||||
- ye # Yemen
|
|
||||||
|
|
||||||
# Grouping of micro-states into existing countries. Some are obviously right, others added as they've nowhere else fitting to go.
|
|
||||||
|
|
||||||
aq: # Antarctica
|
|
||||||
- bv # Bouvet Island # Also in Nordic
|
|
||||||
au: # Australia
|
|
||||||
- cx # Christmas Island
|
|
||||||
- cc # Cocos (Keeling) Islands
|
|
||||||
- pg # New Guinea # Also in Pacific Islands
|
|
||||||
- tl # Timor-Leste # Also in Pacific Islands
|
|
||||||
br: # Brazil
|
|
||||||
- gf # French Guiana
|
|
||||||
- gy # Guyana
|
|
||||||
- sr # Suriname
|
|
||||||
fr: # France
|
|
||||||
- mc # Monaco
|
|
||||||
- ad # Andorra # Also in Iberian
|
|
||||||
it: # Italy
|
|
||||||
- va # Holy See
|
|
||||||
- mt # Malta # Also in United Kingdom and Northern Africa
|
|
||||||
- sm # San Marino
|
|
||||||
|
|
||||||
gb: # United Kingdom
|
|
||||||
- fk # Falkland Islands # Also in Southern Cone
|
|
||||||
- gg # Guernsey
|
|
||||||
- gi # Gibraltar # Also in Iberian
|
|
||||||
- im # Isle of Man
|
|
||||||
- je # Jersey
|
|
||||||
- mt # Malta # Also in Italy and Northern African
|
|
||||||
|
|
||||||
@@ -323,53 +323,60 @@ libraries:
|
|||||||
# - file: config/metadata/overlays/aspect.yml # Creates aspect ratio overlay
|
# - file: config/metadata/overlays/aspect.yml # Creates aspect ratio overlay
|
||||||
# - file: config/metadata/overlays/aspect.yml
|
# - file: config/metadata/overlays/aspect.yml
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: season
|
# overlay_level: episode
|
||||||
# - file: config/metadata/overlays/aspect.yml
|
# - file: config/metadata/overlays/aspect.yml
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: episode
|
# overlay_level: season
|
||||||
- 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: audio_codec
|
- pmm: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: episode
|
||||||
- pmm: audio_codec
|
- pmm: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: season
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||||
# - pmm: content_rating_uk
|
# - pmm: content_rating_uk
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: season
|
# overlay_level: episode
|
||||||
# - pmm: content_rating_uk
|
# - pmm: content_rating_uk
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: episode
|
# overlay_level: season
|
||||||
- pmm: content_rating_us_show # US MPAA content ratings
|
- pmm: content_rating_us_show # US MPAA content ratings
|
||||||
- pmm: content_rating_us_show
|
- pmm: content_rating_us_show
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: episode
|
||||||
- pmm: content_rating_us_show
|
- pmm: content_rating_us_show
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: season
|
||||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||||
# - pmm: commonsense
|
# - pmm: commonsense
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: season
|
# overlay_level: episode
|
||||||
# - pmm: commonsense
|
# - pmm: commonsense
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: episode
|
# overlay_level: season
|
||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
|
# - pmm: direct_play
|
||||||
|
# template_variables:
|
||||||
|
# overlay_level: episode
|
||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: season
|
# overlay_level: season
|
||||||
# - pmm: direct_play
|
|
||||||
# template_variables:
|
|
||||||
# overlay_level: episode
|
|
||||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
- pmm: studio
|
- pmm: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: episode
|
||||||
- pmm: studio
|
- pmm: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: season
|
||||||
- pmm: streaming
|
- pmm: streaming
|
||||||
|
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||||
|
- pmm: network
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
- pmm: network
|
||||||
|
template_variables:
|
||||||
|
overlay_level: season
|
||||||
- pmm: episode_info # SE##E## information in bottom right and works with overlay_level episode
|
- pmm: episode_info # SE##E## information in bottom right and works with overlay_level episode
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
@@ -380,14 +387,21 @@ libraries:
|
|||||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with overlay_level show, episode, and season
|
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with overlay_level show, episode, and season
|
||||||
- pmm: language_count
|
- pmm: language_count
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: episode
|
||||||
- pmm: language_count
|
- pmm: language_count
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: season
|
||||||
- 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
|
||||||
- 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:
|
||||||
use_subtitles: true
|
use_subtitles: true
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
use_subtitles: true
|
||||||
|
overlay_level: episode
|
||||||
- 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:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
@@ -395,21 +409,14 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
use_subtitles: true
|
use_subtitles: true
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
|
||||||
template_variables:
|
|
||||||
overlay_level: episode
|
|
||||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
|
||||||
template_variables:
|
|
||||||
use_subtitles: true
|
|
||||||
overlay_level: episode
|
|
||||||
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits and works with overlay_level show
|
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits and works with overlay_level show
|
||||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||||
- pmm: network
|
- pmm: network
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: episode
|
||||||
- pmm: network
|
- pmm: network
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: season
|
||||||
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: show has 3 ratings max
|
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: show has 3 ratings max
|
||||||
template_variables:
|
template_variables:
|
||||||
rating1: user
|
rating1: user
|
||||||
@@ -450,10 +457,10 @@ libraries:
|
|||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. and works with overlay_level show, episode, and season
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. and works with overlay_level show, episode, and season
|
||||||
- pmm: resolution
|
- pmm: resolution
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: episode
|
||||||
- pmm: resolution
|
- pmm: resolution
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: season
|
||||||
- pmm: ribbon # Used for ribbon in bottom right
|
- pmm: ribbon # Used for ribbon in bottom right
|
||||||
- pmm: runtimes # Runtime information in bottom right and works with overlay_level episode
|
- pmm: runtimes # Runtime information in bottom right and works with overlay_level episode
|
||||||
template_variables:
|
template_variables:
|
||||||
@@ -465,7 +472,7 @@ libraries:
|
|||||||
# back_width: 1000
|
# back_width: 1000
|
||||||
# back_height: 1500
|
# back_height: 1500
|
||||||
# back_color: "#f52891cc"
|
# back_color: "#f52891cc"
|
||||||
overlay_level: show
|
overlay_level: episode
|
||||||
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||||
template_variables:
|
template_variables:
|
||||||
# back_width: 1000
|
# back_width: 1000
|
||||||
@@ -477,14 +484,14 @@ libraries:
|
|||||||
# back_width: 1000
|
# back_width: 1000
|
||||||
# back_height: 1500
|
# back_height: 1500
|
||||||
# back_color: "#f52891cc"
|
# back_color: "#f52891cc"
|
||||||
overlay_level: episode
|
overlay_level: show
|
||||||
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with overlay_level show, episode, and season
|
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with overlay_level show, episode, and season
|
||||||
- pmm: video_format
|
- pmm: video_format
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: episode
|
||||||
- pmm: video_format
|
- pmm: video_format
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: season
|
||||||
settings:
|
settings:
|
||||||
asset_directory:
|
asset_directory:
|
||||||
- config/assets/TV Shows/
|
- config/assets/TV Shows/
|
||||||
|
|||||||
@@ -103,8 +103,6 @@ collections:
|
|||||||
template: {name: Person, person: 819}
|
template: {name: Person, person: 819}
|
||||||
Elliot Page:
|
Elliot Page:
|
||||||
template: {name: Person, person: 27578}
|
template: {name: Person, person: 27578}
|
||||||
Emily Blunt:
|
|
||||||
template: {name: Person, person: 5081}
|
|
||||||
Emma Stone:
|
Emma Stone:
|
||||||
template: {name: Person, person: 54693}
|
template: {name: Person, person: 54693}
|
||||||
Emma Watson:
|
Emma Watson:
|
||||||
@@ -241,8 +239,6 @@ collections:
|
|||||||
template: {name: Person, person: 2157}
|
template: {name: Person, person: 2157}
|
||||||
Rosario Dawson:
|
Rosario Dawson:
|
||||||
template: {name: Person, person: 5916}
|
template: {name: Person, person: 5916}
|
||||||
Ryan Gosling:
|
|
||||||
template: {name: Person, person: 30614}
|
|
||||||
Ryan Reynolds:
|
Ryan Reynolds:
|
||||||
template: {name: Person, person: 10859}
|
template: {name: Person, person: 10859}
|
||||||
Samuel L. Jackson:
|
Samuel L. Jackson:
|
||||||
@@ -265,8 +261,6 @@ collections:
|
|||||||
template: {name: Person, person: 4495}
|
template: {name: Person, person: 4495}
|
||||||
Steve Martin:
|
Steve Martin:
|
||||||
template: {name: Person, person: 67773}
|
template: {name: Person, person: 67773}
|
||||||
Steve McQueen:
|
|
||||||
template: {name: Person, person: 13565}
|
|
||||||
Steven Seagal:
|
Steven Seagal:
|
||||||
template: {name: Person, person: 23880}
|
template: {name: Person, person: 23880}
|
||||||
Steven Spielberg:
|
Steven Spielberg:
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
107
milizeus/config.yml
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
|
||||||
|
# TV:
|
||||||
|
Movies:
|
||||||
|
#reapply_overlays: true
|
||||||
|
|
||||||
|
operations:
|
||||||
|
mass_imdb_parental_labels: none
|
||||||
|
|
||||||
|
overlay_files:
|
||||||
|
- file: config/miliconfig/001/overlay/both/gradient.yml
|
||||||
|
- pmm: resolution
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
font_color: '#ffffffff'
|
||||||
|
back_color: '#00000000'
|
||||||
|
back_radius: 8
|
||||||
|
use_edition: false
|
||||||
|
use_1080p: false
|
||||||
|
use_720p: false
|
||||||
|
use_576p: false
|
||||||
|
use_480p: false
|
||||||
|
use_dvhdr: false
|
||||||
|
use_plus: false
|
||||||
|
use_dv: false
|
||||||
|
use_hdr: true
|
||||||
|
- pmm: resolution # Movies only
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_align: top
|
||||||
|
back_color: '#00000000'
|
||||||
|
back_radius: 8
|
||||||
|
use_edition: true
|
||||||
|
use_resolution: false
|
||||||
|
|
||||||
|
- default: network # TV only
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_align: top
|
||||||
|
back_color: '#00000000'
|
||||||
|
back_radius: 8
|
||||||
|
#region: AT
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
horizontal_position: right
|
||||||
|
vertical_position: bottom
|
||||||
|
flag_alignment: right
|
||||||
|
style: half
|
||||||
|
font_color: '#ffffff88'
|
||||||
|
back_color: '#00000000'
|
||||||
|
back_radius: 8
|
||||||
|
overlay_limit: 10
|
||||||
|
languages: [en, de, fr, es, pt, ja, ko, zh, da, ru, it, hi, te, fa, th, nl, no, is, sv, tr, pl, cs, uk, hu, ar, bg, bn, bs, ca, cy, el, et, eu, fi, tl, fil, gl, he, hr, id, ka, kk, kn, la, lt, lv, mk, ml, mr, ms, nb, nn, pa, ro, sk, sl, sq, sr, so, sw, ta, ur, vi, ln, wo, myn, iu, rom, am, su, zu, lb, mos]
|
||||||
|
- pmm: status
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
horizontal_offset: 20
|
||||||
|
vertical_align: bottom
|
||||||
|
vertical_offset: 124
|
||||||
|
back_height: 66
|
||||||
|
back_radius: 8
|
||||||
|
back_width: 374
|
||||||
|
font: config/fonts/Poppins-Bold.ttf
|
||||||
|
font_size: 60
|
||||||
|
use_airing: true
|
||||||
|
use_returning: true
|
||||||
|
use_canceled: true
|
||||||
|
use_ended: true
|
||||||
|
font_color_airing: '#4b6a8888'
|
||||||
|
font_color_returning: '#4b6a8888'
|
||||||
|
font_color_canceled: '#ffffff88'
|
||||||
|
font_color_ended: '#ffffff88'
|
||||||
|
back_color_airing: '#44D90A88'
|
||||||
|
back_color_returning: '#F5C70088'
|
||||||
|
back_color_canceled: '#E9060688'
|
||||||
|
back_color_ended: '#00000066'
|
||||||
|
- file: config/miliconfig/001/overlay/both/rating_imdb_parental.yml
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
horizontal_offset: 73
|
||||||
|
vertical_align: bottom
|
||||||
|
vertical_offset: 32
|
||||||
|
- pmm: commonsense
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: bottom
|
||||||
|
horizontal_offset: 12
|
||||||
|
vertical_offset: 12
|
||||||
|
font_color: '#ffffffff'
|
||||||
|
font_color_18: '#ff0808ff'
|
||||||
|
font_color_nr: '#696969ff'
|
||||||
|
back_color: '#000000'
|
||||||
|
font: config/fonts/Poppins-Bold.ttf
|
||||||
|
font_size: 58
|
||||||
|
font_size_nr: 48
|
||||||
|
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
|
||||||
12
milizeus/gradient.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
overlays:
|
||||||
|
|
||||||
|
gradient_top:
|
||||||
|
overlay:
|
||||||
|
name: gradient_top
|
||||||
|
plex_all: true
|
||||||
|
|
||||||
|
gradient_bottom:
|
||||||
|
overlay:
|
||||||
|
name: gradient_bottom
|
||||||
|
plex_all: true
|
||||||
|
|
||||||
BIN
milizeus/img/gradient_bottom.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
milizeus/img/gradient_top.png
Normal file
|
After Width: | Height: | Size: 131 KiB |
BIN
milizeus/img/non_alcohol_mild.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
milizeus/img/non_alcohol_moderate.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
milizeus/img/non_alcohol_none.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
milizeus/img/non_alcohol_severe.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
milizeus/img/non_back.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
milizeus/img/non_fright_mild.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_fright_moderate.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
milizeus/img/non_fright_none.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
milizeus/img/non_fright_severe.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
milizeus/img/non_nudity_mild.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
milizeus/img/non_nudity_moderate.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
milizeus/img/non_nudity_none.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
milizeus/img/non_nudity_severe.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
milizeus/img/non_profanity_mild.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
milizeus/img/non_profanity_moderate.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
milizeus/img/non_profanity_none.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
milizeus/img/non_profanity_severe.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
milizeus/img/non_r0.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
milizeus/img/non_r1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
milizeus/img/non_r10.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
milizeus/img/non_r100.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
milizeus/img/non_r11.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
milizeus/img/non_r12.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
milizeus/img/non_r13.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
milizeus/img/non_r14.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
milizeus/img/non_r15.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
milizeus/img/non_r16.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
milizeus/img/non_r17.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
milizeus/img/non_r18.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
milizeus/img/non_r19.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
milizeus/img/non_r2.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
milizeus/img/non_r20.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
milizeus/img/non_r21.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
milizeus/img/non_r22.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
milizeus/img/non_r23.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_r24.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_r25.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_r26.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_r27.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_r28.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
milizeus/img/non_r29.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_r3.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
milizeus/img/non_r30.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
milizeus/img/non_r31.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
milizeus/img/non_r32.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
milizeus/img/non_r33.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
milizeus/img/non_r34.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
milizeus/img/non_r35.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
milizeus/img/non_r36.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
milizeus/img/non_r37.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
milizeus/img/non_r38.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
milizeus/img/non_r39.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
milizeus/img/non_r4.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
milizeus/img/non_r40.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
milizeus/img/non_r41.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
milizeus/img/non_r42.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
milizeus/img/non_r43.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
milizeus/img/non_r44.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
milizeus/img/non_r45.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
milizeus/img/non_r46.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |