Compare commits
93 Commits
v1.19.0
...
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 | ||
|
|
1aceb31c40 | ||
|
|
578192bbe4 | ||
|
|
274998afb9 | ||
|
|
509b74c781 | ||
|
|
e7641eebbe | ||
|
|
a54f6a1ae5 | ||
|
|
022a6b3ccd | ||
|
|
dabfaa8a9c | ||
|
|
c2ecdbacc0 | ||
|
|
bd47a9ddce | ||
|
|
2824a9a6e4 | ||
|
|
6d9441ec15 | ||
|
|
dc2c1648e8 | ||
|
|
7e722012ba | ||
|
|
ec43ed9ad9 | ||
|
|
a41eff77d4 | ||
|
|
5f63a6043d | ||
|
|
471c16de19 | ||
|
|
fa5b869a2b | ||
|
|
42c02e34ac | ||
|
|
ce0d9079db | ||
|
|
4a712bb316 | ||
|
|
4760799c94 | ||
|
|
54a5ed65c3 | ||
|
|
ac0cf65206 | ||
|
|
6f9600742a | ||
|
|
8bcd96d240 | ||
|
|
e64e2a32c6 | ||
|
|
084c24242b | ||
|
|
18c37af527 | ||
|
|
11f330c722 | ||
|
|
e2a7f35cf6 | ||
|
|
7840552311 | ||
|
|
df346cf8f3 | ||
|
|
38421afc7f | ||
|
|
e775b254d0 | ||
|
|
e295e82b8c | ||
|
|
6ccee47176 |
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.idea
|
||||
*/desktop.ini
|
||||
/.vscode
|
||||
.DS_Store
|
||||
|
||||
@@ -19,9 +19,24 @@
|
||||
|
||||
- 1_parental.yml
|
||||
- Parental: All
|
||||
- Parental: Recently Added
|
||||
- Parental: Random
|
||||
- Parental: Top-Rated
|
||||
- Parental: Recently Released
|
||||
- Parental: Recently Added
|
||||
- Parental: Top Rated
|
||||
|
||||
- 1_documentary.yml
|
||||
- Documentaries: All
|
||||
- Documentaries: Random
|
||||
- Documentaries: Recently Released
|
||||
- Documentaries: Recently Added
|
||||
- Documentaries: Top Rated
|
||||
|
||||
- 1_standup.yml
|
||||
- Stand-up: All
|
||||
- Stand-up: Random
|
||||
- Stand-up: Recently Released
|
||||
- Stand-up: Recently Added
|
||||
- Stand-up: Top Rated
|
||||
|
||||
- 2_awards.yml
|
||||
- Oscar Winners
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
This config will populate the following:
|
||||
|
||||
- Suggested (random, trending, popular, top-rated, most watched)
|
||||
- Seasonal *
|
||||
- !Suggested (random, trending, popular, top-rated, most watched)
|
||||
- !Seasonal *
|
||||
- Parental
|
||||
- Awards
|
||||
- Year (top-rated)
|
||||
- Decades (top-rated)
|
||||
- Genre (popular)
|
||||
- Genre (top-rated)
|
||||
- Documentaries
|
||||
- Stand-up *
|
||||
- !Awards
|
||||
- !Year (top-rated)
|
||||
- !Decades (top-rated)
|
||||
- !Genre (popular)
|
||||
- !Genre (top-rated)
|
||||
- Sub-genre (top-rated) *
|
||||
- TMBD collections *
|
||||
|
||||
( * = movies only )
|
||||
( ! = enabled by default)
|
||||
|
||||
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
||||
<br/>
|
||||
@@ -21,15 +24,18 @@ For more details on what each section contains: [movies](MOVIES.md) | [shows](SH
|
||||
|
||||
clone into PMM's root directory:
|
||||
```
|
||||
git clone https://github.com/0x5f3/pmm-config config
|
||||
git clone --branch assets https://github.com/0x5f3/pmm-config config
|
||||
```
|
||||
initial run to populate collections:
|
||||
```
|
||||
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules
|
||||
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules
|
||||
```
|
||||
|
||||
*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.*
|
||||
|
||||
<br/>
|
||||
After a sucessfull run, you should have something like this:
|
||||
After a successful run, you will have something similar to this:
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
|
||||
@@ -10,9 +10,17 @@
|
||||
|
||||
- 1_parental.yml
|
||||
- Parental: All
|
||||
- Parental: Recently Added
|
||||
- Parental: Random
|
||||
- Parental: Top-Rated
|
||||
- Parental: Recently Released
|
||||
- Parental: Recently Added
|
||||
- Parental: Top Rated
|
||||
|
||||
- 1_documentary.yml
|
||||
- Documentaries: All
|
||||
- Documentaries: Random
|
||||
- Documentaries: Recently Released
|
||||
- Documentaries: Recently Added
|
||||
- Documentaries: Top Rated
|
||||
|
||||
- 2_awards.yml
|
||||
- Emmy Award Winners
|
||||
|
||||
@@ -1 +1 @@
|
||||
## 0_debug.yml
|
||||
## 0_debug.yml
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
## 0_radarr.yml
|
||||
|
||||
collections:
|
||||
"Anticipated":
|
||||
build_collection: false
|
||||
schedule: daily
|
||||
radarr_add_missing: true
|
||||
radarr_folder:
|
||||
## 0_radarr.yml
|
||||
|
||||
collections:
|
||||
"":
|
||||
build_collection: false
|
||||
schedule: daily
|
||||
radarr_add_missing: true
|
||||
radarr_folder:
|
||||
mdblist_list:
|
||||
105
0x5f3/metadata/movie/1_documentary.yml
Normal file
@@ -0,0 +1,105 @@
|
||||
## 1_documentary.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
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
|
||||
|
||||
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:
|
||||
"Documentaries: All":
|
||||
summary: "Documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "F",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "collection-documentary"
|
||||
}
|
||||
|
||||
"Documentaries: Random":
|
||||
summary: "Random documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "G"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "H"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-added.png
|
||||
template: {
|
||||
name: plex_added,
|
||||
num: "I"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
summary: "Top rated documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "J"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
@@ -1,99 +1,110 @@
|
||||
## 1_parental.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
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
|
||||
collection_order: title.asc
|
||||
label.sync: Parental
|
||||
item_label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
sort_by: title.desc
|
||||
|
||||
collections:
|
||||
"Parental: All":
|
||||
summary: "Movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "V",
|
||||
mdblist_user: "a2u2y13",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
|
||||
"Parental: Random":
|
||||
summary: "Random movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: "W"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: random
|
||||
limit: 500
|
||||
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "X"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "Y"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Top Rated":
|
||||
summary: "Top rated movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "Z"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: critic_rating.desc
|
||||
## 1_parental.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
plex_added:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
item_label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
mdblist:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
# item_label.sync: Parental ## Enable on initial run
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
collection_order: alpha
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
sort_by: title.asc
|
||||
|
||||
collections:
|
||||
"Parental: All":
|
||||
summary: "Movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "collection-parental"
|
||||
}
|
||||
|
||||
"Parental: Random":
|
||||
summary: "Random movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "B"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "C"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||
template: {
|
||||
name: plex_added,
|
||||
num: "D"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Parental: Top Rated":
|
||||
summary: "Top rated movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "E"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
@@ -19,7 +19,7 @@ collections:
|
||||
schedule: range(02/10-02/14)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 5,
|
||||
num: 8,
|
||||
holiday: "Valentine's Day",
|
||||
}
|
||||
imdb_list:
|
||||
@@ -32,7 +32,7 @@ collections:
|
||||
schedule: range(03/16-03/18)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 5,
|
||||
num: 8,
|
||||
holiday: "St. Patrick's Day",
|
||||
}
|
||||
imdb_list:
|
||||
@@ -43,7 +43,7 @@ collections:
|
||||
schedule: range(03/22-04/25)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 5,
|
||||
num: 8,
|
||||
holiday: "Easter",
|
||||
}
|
||||
imdb_list:
|
||||
@@ -59,7 +59,7 @@ collections:
|
||||
schedule: range(10/29-10/31)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 5,
|
||||
num: 8,
|
||||
holiday: "Halloween",
|
||||
}
|
||||
imdb_list:
|
||||
@@ -73,7 +73,7 @@ collections:
|
||||
schedule: range(11/22-11/25)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 5,
|
||||
num: 8,
|
||||
holiday: "Thanksgiving",
|
||||
}
|
||||
imdb_list:
|
||||
@@ -85,7 +85,7 @@ collections:
|
||||
schedule: range(12/01-12/31)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 5,
|
||||
num: 8,
|
||||
holiday: "Christmas",
|
||||
}
|
||||
letterboxd_list: https://letterboxd.com/0xf5e3/list/theme-christmas/
|
||||
@@ -100,7 +100,7 @@ collections:
|
||||
schedule: range(12/26-01/02)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 5,
|
||||
num: 8,
|
||||
holiday: "New Year's Eve",
|
||||
}
|
||||
imdb_list: https://www.imdb.com/list/ls066838460
|
||||
105
0x5f3/metadata/movie/1_standup.yml
Normal file
@@ -0,0 +1,105 @@
|
||||
## 1_standup.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
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
|
||||
|
||||
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:
|
||||
"Stand-up: All":
|
||||
summary: "Stand-up"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "K",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "collection-standup"
|
||||
}
|
||||
|
||||
"Stand-up: Random":
|
||||
summary: "Random Stand-up"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "L"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Stand-up: Recently Released":
|
||||
summary: "Recently released Stand-up"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "M"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Stand-up: Recently Added":
|
||||
summary: "Recently added Stand-up"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-added.png
|
||||
template: {
|
||||
name: plex_added,
|
||||
num: "N"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Stand-up: Top Rated":
|
||||
summary: "Top rated Stand-up"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/standup/standup-top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "O"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
@@ -1,159 +1,159 @@
|
||||
## 1_suggested.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
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
|
||||
|
||||
trakt:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
imdb_popular:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&languages=<<languages>>&sort=moviemeter,asc
|
||||
limit: 200
|
||||
|
||||
imdb_top:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&sort=user_rating,desc&count=250
|
||||
limit: 300
|
||||
|
||||
collections:
|
||||
"Random Movies":
|
||||
summary: Random selection of movies
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
rating.gte: 4
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Trending Movies":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 1
|
||||
}
|
||||
trakt_chart:
|
||||
chart: trending
|
||||
time_period: daily
|
||||
limit: 50
|
||||
|
||||
"Popular Movies":
|
||||
summary: Popular movies across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_popular,
|
||||
num: 2,
|
||||
title_type: "feature",
|
||||
languages: "en",
|
||||
}
|
||||
limit: 100
|
||||
|
||||
"Top Rated Movies":
|
||||
summary: Top rated movies across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_top,
|
||||
num: 3,
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 200
|
||||
|
||||
"Most Watched Daily":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-daily.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 6
|
||||
}
|
||||
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
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 7
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: weekly
|
||||
limit: 50
|
||||
|
||||
"Most Watched Monthly":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 8
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: monthly
|
||||
limit: 75
|
||||
|
||||
"Most Watched Yearly":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 9
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: yearly
|
||||
## 1_suggested.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
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
|
||||
|
||||
trakt:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
imdb_popular:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&languages=<<languages>>&sort=moviemeter,asc
|
||||
limit: 200
|
||||
|
||||
imdb_top:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&sort=user_rating,desc&count=250
|
||||
limit: 300
|
||||
|
||||
collections:
|
||||
"Random Movies":
|
||||
summary: Random selection of movies
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
rating.gte: 4
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Trending Movies":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 1
|
||||
}
|
||||
trakt_chart:
|
||||
chart: trending
|
||||
time_period: daily
|
||||
limit: 50
|
||||
|
||||
"Popular Movies":
|
||||
summary: Popular movies across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_popular,
|
||||
num: 2,
|
||||
title_type: "feature",
|
||||
languages: "en",
|
||||
}
|
||||
limit: 100
|
||||
|
||||
"Top Rated Movies":
|
||||
summary: Top rated movies across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_top,
|
||||
num: 3,
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 200
|
||||
|
||||
"Most Watched Daily":
|
||||
summary: Movies trending across the internet
|
||||
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
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 5
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: weekly
|
||||
limit: 50
|
||||
|
||||
"Most Watched Monthly":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 6
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: monthly
|
||||
limit: 75
|
||||
|
||||
"Most Watched Yearly":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 7
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: yearly
|
||||
limit: 100
|
||||
@@ -1,167 +1,167 @@
|
||||
## 4_awards.yml
|
||||
|
||||
templates:
|
||||
imdb:
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
|
||||
limit: 350
|
||||
|
||||
letterboxd:
|
||||
optional:
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
letterboxd_list:
|
||||
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
|
||||
limit: 350
|
||||
|
||||
collections:
|
||||
"Oscar Winners":
|
||||
summary: "A collection of Oscar Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-oscars-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 0,
|
||||
groups: "oscar_winner",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Oscar Nominees":
|
||||
summary: "A collection of Oscar Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-oscars-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 1,
|
||||
groups: "oscar_nominee",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 2,
|
||||
groups: "golden_globe_winner",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Golden Globes Nominees":
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 3,
|
||||
groups: "golden_globe_nominee",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"BAFTA Winners":
|
||||
summary: "A collection of BAFTA Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-bafta-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 4,
|
||||
user: "kevinct92",
|
||||
list: "all-bafta-award-winners-best-british-film",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Berlinale Winners":
|
||||
summary: "A collection of Berlinale Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-berlinale-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 5,
|
||||
user: "koyoti",
|
||||
list: "berlinale-golden-bear-winners",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Cannes Film Festival Winners":
|
||||
summary: "A collection of Cannes Film Festival Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-cannes-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 6,
|
||||
user: "moviewithus",
|
||||
list: "cannes-winners",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"European Film Award Winners":
|
||||
summary: "A collection of European Film Award Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-european-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 7,
|
||||
user: "ra_pha",
|
||||
list: "european-film-awards",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Sundance Winners":
|
||||
summary: "A collection of Sundance Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-sundance-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 8,
|
||||
user: "glicose",
|
||||
list: "winners-of-sundance",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Venice Film Festival Winners":
|
||||
summary: "A collection of Venice Film Festival Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-venice-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 9,
|
||||
user: "glicose",
|
||||
list: "winners-of-sundance",
|
||||
sort: "release"
|
||||
}
|
||||
## 4_awards.yml
|
||||
|
||||
templates:
|
||||
imdb:
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
|
||||
limit: 350
|
||||
|
||||
letterboxd:
|
||||
optional:
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
letterboxd_list:
|
||||
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
|
||||
limit: 350
|
||||
|
||||
collections:
|
||||
"Oscar Winners":
|
||||
summary: "A collection of Oscar Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-oscars-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 0,
|
||||
groups: "oscar_winner",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Oscar Nominees":
|
||||
summary: "A collection of Oscar Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-oscars-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 1,
|
||||
groups: "oscar_nominee",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 2,
|
||||
groups: "golden_globe_winner",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Golden Globes Nominees":
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 3,
|
||||
groups: "golden_globe_nominee",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"BAFTA Winners":
|
||||
summary: "A collection of BAFTA Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-bafta-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 4,
|
||||
user: "kevinct92",
|
||||
list: "all-bafta-award-winners-best-british-film",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Berlinale Winners":
|
||||
summary: "A collection of Berlinale Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-berlinale-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 5,
|
||||
user: "koyoti",
|
||||
list: "berlinale-golden-bear-winners",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Cannes Film Festival Winners":
|
||||
summary: "A collection of Cannes Film Festival Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-cannes-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 6,
|
||||
user: "moviewithus",
|
||||
list: "cannes-winners",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"European Film Award Winners":
|
||||
summary: "A collection of European Film Award Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-european-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 7,
|
||||
user: "ra_pha",
|
||||
list: "european-film-awards",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Sundance Winners":
|
||||
summary: "A collection of Sundance Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-sundance-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 8,
|
||||
user: "glicose",
|
||||
list: "winners-of-sundance",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Venice Film Festival Winners":
|
||||
summary: "A collection of Venice Film Festival Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-venice-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 9,
|
||||
user: "glicose",
|
||||
list: "winners-of-sundance",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
@@ -155,7 +155,7 @@ collections:
|
||||
schedule: daily
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "musicals",
|
||||
genres: "musical",
|
||||
title_type: "feature,tv_movie",
|
||||
languages: "en",
|
||||
}
|
||||
|
||||
@@ -179,7 +179,7 @@ collections:
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "musicals",
|
||||
genres: "musical",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
|
||||
@@ -1062,7 +1062,7 @@ collections:
|
||||
filters:
|
||||
genre: Drama
|
||||
year.gte: 1960
|
||||
|
||||
|
||||
"Top Rated in Samurai":
|
||||
summary: "Top rated movies in Samurai"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-samurai.png
|
||||
|
||||
@@ -1 +1 @@
|
||||
## 0_debug.yml
|
||||
## 0_debug.yml
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
## 0_sonarr.yml
|
||||
|
||||
collections:
|
||||
"Anticipated":
|
||||
build_collection: false
|
||||
schedule: daily
|
||||
sonarr_add_missing: true
|
||||
sonarr_folder:
|
||||
## 0_sonarr.yml
|
||||
|
||||
collections:
|
||||
"":
|
||||
build_collection: false
|
||||
schedule: daily
|
||||
sonarr_add_missing: true
|
||||
sonarr_folder:
|
||||
mdblist_list:
|
||||
105
0x5f3/metadata/show/1_documentary.yml
Normal file
@@ -0,0 +1,105 @@
|
||||
## 1_documentary.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
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
|
||||
|
||||
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:
|
||||
"Documentaries: All":
|
||||
summary: "Documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "F",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "collection-documentary"
|
||||
}
|
||||
|
||||
"Documentaries: Random":
|
||||
summary: "Random documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "G"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "H"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-added.png
|
||||
template: {
|
||||
name: plex_added,
|
||||
num: "I"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
summary: "Top rated documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/documentary/documentary-top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "J"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Documentaries: All"
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
@@ -1,99 +1,111 @@
|
||||
## 1_parental.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
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
|
||||
collection_order: title.asc
|
||||
label.sync: Parental
|
||||
item_label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
sort_by: title.desc
|
||||
|
||||
collections:
|
||||
"Parental: All":
|
||||
summary: "TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "V",
|
||||
mdblist_user: "a2u2y13",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
|
||||
"Parental: Random":
|
||||
summary: "Random TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: "W"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: random
|
||||
limit: 500
|
||||
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "X"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "Y"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Top Rated":
|
||||
summary: "Top rated TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "Z"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: critic_rating.desc
|
||||
## 1_parental.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
plex_added:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
item_label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
mdblist:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
# item_label.sync: Parental ## Enable on initial run
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
collection_order: alpha
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
sort_by: title.asc
|
||||
|
||||
collections:
|
||||
"Parental: All":
|
||||
summary: "TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "collection-parental"
|
||||
}
|
||||
|
||||
"Parental: Random":
|
||||
summary: "Random TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "B"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "C"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||
template: {
|
||||
name: plex_added,
|
||||
num: "D"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
|
||||
"Parental: Top Rated":
|
||||
summary: "Top rated TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "E"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
@@ -1,159 +1,159 @@
|
||||
## 1_suggested.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
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
|
||||
|
||||
trakt:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
imdb_popular:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&languages=<<languages>>&sort=moviemeter,asc
|
||||
limit: 200
|
||||
|
||||
imdb_top:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&sort=user_rating,desc&count=250
|
||||
limit: 200
|
||||
|
||||
collections:
|
||||
"Random TV shows":
|
||||
summary: Random selection of TV shows
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
year.gte: 1980
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Trending TV shows":
|
||||
summary: TV shows trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 1
|
||||
}
|
||||
trakt_chart:
|
||||
chart: trending
|
||||
time_period: daily
|
||||
limit: 25
|
||||
|
||||
"Popular TV shows":
|
||||
summary: Popular TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_popular,
|
||||
num: 2,
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
limit: 100
|
||||
|
||||
"Top Rated TV shows":
|
||||
summary: Top rated TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_top,
|
||||
num: 3,
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 200
|
||||
|
||||
"Most Watched Daily":
|
||||
summary: Daily most watched TV shows across the internet
|
||||
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: Weekly most watched TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-weekly.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 5
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: weekly
|
||||
limit: 50
|
||||
|
||||
"Most Watched Monthly":
|
||||
summary: Monthly most watched TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 6
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: monthly
|
||||
limit: 75
|
||||
|
||||
"Most Watched Yearly":
|
||||
summary: Yearly most watched TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 7
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: yearly
|
||||
## 1_suggested.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
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
|
||||
|
||||
trakt:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
imdb_popular:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&languages=<<languages>>&sort=moviemeter,asc
|
||||
limit: 200
|
||||
|
||||
imdb_top:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&sort=user_rating,desc&count=250
|
||||
limit: 200
|
||||
|
||||
collections:
|
||||
"Random TV shows":
|
||||
summary: Random selection of TV shows
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
year.gte: 1980
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Trending TV shows":
|
||||
summary: TV shows trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 1
|
||||
}
|
||||
trakt_chart:
|
||||
chart: trending
|
||||
time_period: daily
|
||||
limit: 25
|
||||
|
||||
"Popular TV shows":
|
||||
summary: Popular TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_popular,
|
||||
num: 2,
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
limit: 100
|
||||
|
||||
"Top Rated TV shows":
|
||||
summary: Top rated TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_top,
|
||||
num: 3,
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 200
|
||||
|
||||
"Most Watched Daily":
|
||||
summary: Daily most watched TV shows across the internet
|
||||
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: Weekly most watched TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-weekly.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 5
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: weekly
|
||||
limit: 50
|
||||
|
||||
"Most Watched Monthly":
|
||||
summary: Monthly most watched TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 6
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: monthly
|
||||
limit: 75
|
||||
|
||||
"Most Watched Yearly":
|
||||
summary: Yearly most watched TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 7
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: yearly
|
||||
limit: 100
|
||||
@@ -1,146 +1,146 @@
|
||||
## 4_awards.yml
|
||||
|
||||
templates:
|
||||
imdb:
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
|
||||
limit: 350
|
||||
|
||||
letterboxd:
|
||||
optional:
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
sort_title: "+2_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
letterboxd_list::
|
||||
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
|
||||
limit: 350
|
||||
|
||||
custom_1:
|
||||
optional:
|
||||
- trakt_list
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
|
||||
limit: 350
|
||||
|
||||
custom_2:
|
||||
optional:
|
||||
- trakt_list
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
|
||||
limit: 350
|
||||
trakt_list:
|
||||
- <<trakt_list>>
|
||||
|
||||
collections:
|
||||
"Emmy Award Winners":
|
||||
summary: "A collection of Emmy Award Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 0,
|
||||
groups: "emmy_winner",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Emmy Award Nominees":
|
||||
summary: "A collection of Emmy Award Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 1,
|
||||
groups: "emmy_nominee",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 2,
|
||||
groups: "golden_globe_winners",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Golden Globes Nominees":
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 3,
|
||||
groups: "golden_globe_nominee",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"BAFTA Winners":
|
||||
summary: "A collection of BAFTA Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-bafta-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: custom_1,
|
||||
num: 4,
|
||||
imdb_list: "ls538625886"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Critics Choice Award Winners":
|
||||
summary: "A collection of Critics Choice Award Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-critics-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: custom_2,
|
||||
num: 5,
|
||||
imdb_list: "ls538625146",
|
||||
trakt_list: "https://trakt.tv/users/fdamico/lists/critics-choice-series?sort=released,asc"
|
||||
}
|
||||
## 4_awards.yml
|
||||
|
||||
templates:
|
||||
imdb:
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
|
||||
limit: 350
|
||||
|
||||
letterboxd:
|
||||
optional:
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
sort_title: "+2_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
letterboxd_list::
|
||||
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
|
||||
limit: 350
|
||||
|
||||
custom_1:
|
||||
optional:
|
||||
- trakt_list
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
|
||||
limit: 350
|
||||
|
||||
custom_2:
|
||||
optional:
|
||||
- trakt_list
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
|
||||
limit: 350
|
||||
trakt_list:
|
||||
- <<trakt_list>>
|
||||
|
||||
collections:
|
||||
"Emmy Award Winners":
|
||||
summary: "A collection of Emmy Award Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 0,
|
||||
groups: "emmy_winner",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Emmy Award Nominees":
|
||||
summary: "A collection of Emmy Award Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 1,
|
||||
groups: "emmy_nominee",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 2,
|
||||
groups: "golden_globe_winners",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Golden Globes Nominees":
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-nominees.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 3,
|
||||
groups: "golden_globe_nominee",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"BAFTA Winners":
|
||||
summary: "A collection of BAFTA Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-bafta-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: custom_1,
|
||||
num: 4,
|
||||
imdb_list: "ls538625886"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Critics Choice Award Winners":
|
||||
summary: "A collection of Critics Choice Award Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-critics-winners.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: custom_2,
|
||||
num: 5,
|
||||
imdb_list: "ls538625146",
|
||||
trakt_list: "https://trakt.tv/users/fdamico/lists/critics-choice-series?sort=released,asc"
|
||||
}
|
||||
limit: 120
|
||||
@@ -155,7 +155,7 @@ collections:
|
||||
schedule: daily
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "musicals",
|
||||
genres: "musical",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
|
||||
@@ -179,7 +179,7 @@ collections:
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "musicals",
|
||||
genres: "musical",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
|
||||
@@ -4,12 +4,11 @@ libraries:
|
||||
Movies:
|
||||
library_type: movie
|
||||
operations:
|
||||
delete_unmanaged_collections: true
|
||||
delete_unmanaged_collections: false
|
||||
metadata_path:
|
||||
# - repo: movie/0_radarr.yml
|
||||
- repo: movie/1_suggested.yml
|
||||
- repo: movie/1_seasonal.yml
|
||||
- repo: movie/1_parental.yml
|
||||
- repo: movie/2_year_top.yml
|
||||
schedule: weekly(monday)
|
||||
- repo: movie/3_decades_top.yml
|
||||
@@ -19,10 +18,13 @@ libraries:
|
||||
- repo: movie/5_genre_popular.yml
|
||||
- repo: movie/6_genre_top.yml
|
||||
schedule: weekly(thursday)
|
||||
- repo: movie/7_subgenre_top.yml
|
||||
schedule: weekly(friday)
|
||||
- repo: movie/9_collections.yml
|
||||
schedule: weekly(sunday)
|
||||
# - repo: movie/7_subgenre_top.yml
|
||||
# schedule: weekly(friday)
|
||||
# - 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:
|
||||
@@ -65,7 +67,7 @@ settings:
|
||||
show_unmanaged: false
|
||||
sync_mode: sync
|
||||
tvdb_language: default
|
||||
verify_ssl: true
|
||||
verify_ssl: false
|
||||
plex:
|
||||
url:
|
||||
token:
|
||||
|
||||
@@ -4,11 +4,10 @@ libraries:
|
||||
TV Shows:
|
||||
library_type: show
|
||||
operations:
|
||||
delete_unmanaged_collections: true
|
||||
delete_unmanaged_collections: false
|
||||
metadata_path:
|
||||
# - repo: show/0_sonarr.yml
|
||||
- repo: show/1_suggested.yml
|
||||
- repo: show/1_parental.yml
|
||||
- repo: show/2_year_top.yml
|
||||
schedule: weekly(monday)
|
||||
- repo: show/3_decades_top.yml
|
||||
@@ -18,6 +17,8 @@ libraries:
|
||||
- repo: show/5_genre_popular.yml
|
||||
- repo: show/6_genre_top.yml
|
||||
schedule: weekly(saturday)
|
||||
# - repo: show/1_parental.yml
|
||||
# - repo: show/1_documentary.yml
|
||||
settings:
|
||||
asset_depth: 0
|
||||
asset_directory:
|
||||
@@ -60,7 +61,7 @@ settings:
|
||||
show_unmanaged: false
|
||||
sync_mode: sync
|
||||
tvdb_language: default
|
||||
verify_ssl: true
|
||||
verify_ssl: false
|
||||
plex:
|
||||
url:
|
||||
token:
|
||||
|
||||
@@ -16,9 +16,15 @@ collections:
|
||||
"Boss Baby":
|
||||
template: {name: Set, collection: 519457, poster: https://theposterdb.com/api/assets/163006 }
|
||||
|
||||
"Captain Underpants":
|
||||
template: {name: Set, collection: 732397, poster: https://theposterdb.com/api/assets/314673 }
|
||||
|
||||
"Croods":
|
||||
template: {name: Set, collection: 464577, poster: https://theposterdb.com/api/assets/162999 }
|
||||
|
||||
"Home":
|
||||
template: {name: Set, collection: 693434, poster: https://theposterdb.com/api/assets/307955 }
|
||||
|
||||
"How to Train Your Dragon":
|
||||
template: {name: Set, collection: 89137, poster: https://theposterdb.com/api/assets/162990 }
|
||||
|
||||
@@ -28,6 +34,9 @@ collections:
|
||||
"Madagascar":
|
||||
template: {name: Set, collection: 14740, poster: https://theposterdb.com/api/assets/162976 }
|
||||
|
||||
"Puss in Boots":
|
||||
template: {name: Set, collection: 94602, poster: https://theposterdb.com/api/assets/286087 }
|
||||
|
||||
"Shrek":
|
||||
template: {name: Set, collection: 2150, poster: https://theposterdb.com/api/assets/160988 }
|
||||
|
||||
|
||||
@@ -70,6 +70,10 @@ collections:
|
||||
"Austin Powers":
|
||||
template: {name: Set, collection: 1006, poster: https://theposterdb.com/api/assets/163540 }
|
||||
|
||||
################################################ Avatar ###############################################
|
||||
"Avatar":
|
||||
template: {name: Set, collection: 87096, poster: https://theposterdb.com/api/assets/291315 }
|
||||
|
||||
######################################## Back to the Future ###########################################
|
||||
"Back to the Future":
|
||||
template: {name: Set, collection: 264, poster: https://theposterdb.com/api/assets/163128 }
|
||||
@@ -379,7 +383,7 @@ collections:
|
||||
|
||||
############################################# One Piece ################################################
|
||||
"One Piece":
|
||||
template: {name: Set, collection: 23456, poster: https://theposterdb.com/api/assets/285890 }
|
||||
template: {name: Set, collection: "23456, 1052713", poster: https://theposterdb.com/api/assets/285890 }
|
||||
|
||||
##################################### OSS 117 The Reboot Saga ##########################################
|
||||
"OSS 117 The Reboot Saga":
|
||||
@@ -543,6 +547,10 @@ collections:
|
||||
"Waiting":
|
||||
template: {name: Set, collection: 93731, poster: https://theposterdb.com/api/assets/287965 }
|
||||
|
||||
############################################### Zombieland ##############################################
|
||||
"Zombieland":
|
||||
template: {name: Set, collection: 537982, poster: https://theposterdb.com/api/assets/161841 }
|
||||
|
||||
################################################ Zoolander ##############################################
|
||||
"Zoolander":
|
||||
template: {name: Set, collection: 352789, poster: https://theposterdb.com/api/assets/166274 }
|
||||
|
||||
@@ -13,7 +13,7 @@ templates:
|
||||
sort_title: <<collection_name>>
|
||||
collections:
|
||||
|
||||
"101 Dalmatians (Animated)":
|
||||
"101 Dalmatians":
|
||||
template: {name: Set, collection: 100693, poster: https://theposterdb.com/api/assets/163119 }
|
||||
|
||||
"Aladdin":
|
||||
@@ -34,47 +34,68 @@ collections:
|
||||
"Cinderella":
|
||||
template: {name: Set, collection: 55419, poster: https://theposterdb.com/api/assets/163002 }
|
||||
|
||||
"Disney's Hercules":
|
||||
template: {name: Set, collection: 978459, poster: https://theposterdb.com/api/assets/191927 }
|
||||
"The Emperor's New Groove":
|
||||
template: {name: Set, collection: 178117, poster: https://theposterdb.com/api/assets/162998 }
|
||||
|
||||
"Fantasia":
|
||||
template: {name: Set, collection: 55427, poster: https://theposterdb.com/api/assets/162996 }
|
||||
|
||||
"The Fox and the Hound":
|
||||
template: {name: Set, collection: 100970, poster: https://theposterdb.com/api/assets/163001 }
|
||||
|
||||
"Frozen":
|
||||
template: {name: Set, collection: 637846, poster: https://theposterdb.com/api/assets/162993 }
|
||||
|
||||
"A Goofy Movie":
|
||||
template: {name: Set, collection: 410261, poster: https://theposterdb.com/api/assets/192178 }
|
||||
|
||||
"Hercules":
|
||||
template: {name: Set, collection: 978459, poster: https://theposterdb.com/api/assets/191927 }
|
||||
|
||||
"The Hunchback of Notre Dame":
|
||||
template: {name: Set, collection: 97456, poster: https://theposterdb.com/api/assets/162989 }
|
||||
|
||||
"The Jungle Book":
|
||||
template: {name: Set, collection: 97459, poster: https://theposterdb.com/api/assets/162985 }
|
||||
|
||||
"Lady and the Tramp":
|
||||
template: {name: Set, collection: 97460, poster: https://theposterdb.com/api/assets/162982 }
|
||||
|
||||
"Lilo & Stitch":
|
||||
template: {name: Set, collection: 97461, poster: https://theposterdb.com/api/assets/163076 }
|
||||
|
||||
"The Lion King":
|
||||
template: {name: Set, collection: 94032, poster: https://theposterdb.com/api/assets/162978 }
|
||||
|
||||
"The Little Mermaid":
|
||||
template: {name: Set, collection: 33085, poster: https://theposterdb.com/api/assets/162977 }
|
||||
|
||||
"Mulan":
|
||||
template: {name: Set, collection: 87236, poster: https://theposterdb.com/api/assets/162973 }
|
||||
|
||||
"Peter Pan":
|
||||
template: {name: Set, collection: 55422, poster: https://theposterdb.com/api/assets/162155 }
|
||||
|
||||
"Planes":
|
||||
template: {name: Set, collection: 270252, poster: https://theposterdb.com/api/assets/199867 }
|
||||
|
||||
"Pocahontas":
|
||||
template: {name: Set, collection: 136214, poster: https://theposterdb.com/api/assets/191948 }
|
||||
|
||||
"Tarzan (Animation)":
|
||||
"Rescuers":
|
||||
template: {name: Set, collection: 57971, poster: https://theposterdb.com/api/assets/162968 }
|
||||
|
||||
"Tangled":
|
||||
template: {name: Set, list: 8251046, poster: https://theposterdb.com/api/assets/162959 }
|
||||
|
||||
"Tarzan":
|
||||
template: {name: Set, collection: 106768, poster: https://theposterdb.com/api/assets/162958 }
|
||||
|
||||
"The Emperor's New Groove":
|
||||
template: {name: Set, collection: 178117, poster: https://theposterdb.com/api/assets/162998 }
|
||||
"Tinker Bell":
|
||||
template: {name: Set, collection: 315595, poster: https://theposterdb.com/api/assets/162956 }
|
||||
|
||||
"The Fox and the Hound":
|
||||
template: {name: Set, collection: 100970, poster: https://theposterdb.com/api/assets/163001 }
|
||||
"Winnie the Pooh":
|
||||
template: {name: Set, collection: null, poster: https://theposterdb.com/api/assets/167951 }
|
||||
|
||||
"The Hunchback of Notre Dame":
|
||||
template: {name: Set, collection: 97456, poster: https://theposterdb.com/api/assets/162989 }
|
||||
|
||||
"The Jungle Book (Animated)":
|
||||
template: {name: Set, collection: 97459, poster: https://theposterdb.com/api/assets/162985 }
|
||||
|
||||
"The Lion King":
|
||||
template: {name: Set, collection: 94032, poster: https://theposterdb.com/api/assets/162978 }
|
||||
|
||||
"The Little Mermaid":
|
||||
template: {name: Set, collection: 33085, poster: https://theposterdb.com/api/assets/162977 }
|
||||
"Wreck-It Ralph":
|
||||
template: {name: Set, collection: 404825, poster: https://theposterdb.com/api/assets/162950 }
|
||||
|
||||
10
Frexe/Movies/Metadata/Collections/Avatar.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/187633
|
||||
"Avatar (2009)":
|
||||
title: "Avatar"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/187633
|
||||
|
||||
"Avatar: The Way of Water (2022)":
|
||||
title: "Avatar: The Way of Water"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/291316
|
||||
@@ -178,7 +178,7 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
"Ant-Man and the Wasp: Quantumania (2023)":
|
||||
title: "Ant-Man and the Wasp: Quantumania"
|
||||
year: 2023
|
||||
url_poster:
|
||||
url_poster: https://theposterdb.com/api/assets/297409
|
||||
|
||||
#Marvel One-Shot:
|
||||
"Marvel One-Shot: The Consultant (2011)":
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
metadata:
|
||||
metadata: #Posters found here https://theposterdb.com/poster/326983
|
||||
|
||||
"One Piece: The Movie (2000)":
|
||||
title: "One Piece: The Movie"
|
||||
@@ -25,31 +25,86 @@ metadata:
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/285894
|
||||
|
||||
"One Piece: Episode of Luffy - Hand Island Adventure (2012)":
|
||||
title: "One Piece: Episode of Luffy - Hand Island Adventure"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/285896
|
||||
"One Piece: Baron Omatsuri and the Secret Island (2005)":
|
||||
title: "One Piece: Baron Omatsuri and the Secret Island"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/326922
|
||||
|
||||
"One Piece Episode of Nami: Tears of a Navigator and the Bonds of Friends (2012)":
|
||||
title: "One Piece Episode of Nami: Tears of a Navigator and the Bonds of Friends"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/285895
|
||||
"One Piece: Giant Mecha Soldier of Karakuri Castle (2006)":
|
||||
title: "One Piece: Giant Mecha Soldier of Karakuri Castle"
|
||||
year: 2006
|
||||
url_poster: https://theposterdb.com/api/assets/326923
|
||||
|
||||
"One Piece: The Desert Princess and the Pirates: Adventure in Alabasta (2007)":
|
||||
title: "One Piece: The Desert Princess and the Pirates: Adventure in Alabasta"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/326928
|
||||
|
||||
"One Piece: Episode of Chopper Plus: Bloom in the Winter, Miracle Cherry Blossom (2008)":
|
||||
title: "One Piece: Episode of Chopper Plus: Bloom in the Winter, Miracle Cherry Blossom"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/326924
|
||||
|
||||
"One Piece: Strong World (2009)":
|
||||
title: "One Piece: Strong World"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/326934
|
||||
|
||||
"One Piece 3D: Straw Hat Chase (2011)":
|
||||
title: "One Piece 3D: Straw Hat Chase"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/326939
|
||||
|
||||
"One Piece Film: Z (2012)":
|
||||
title: "One Piece Film: Z"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/326240
|
||||
|
||||
"One Piece 3D2Y: Overcome Ace's Death! Luffy's Vow to his Friends":
|
||||
"One Piece Episode of Nami: Tears of a Navigator and the Bonds of Friends (2013)":
|
||||
title: "One Piece Episode of Nami: Tears of a Navigator and the Bonds of Friends"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/285895
|
||||
|
||||
"One Piece: Episode of Luffy - Hand Island Adventure (2013)":
|
||||
title: "One Piece: Episode of Luffy - Hand Island Adventure"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/285896
|
||||
|
||||
"One Piece Episode of Merry: The Tale of One More Friend (2014)":
|
||||
title: "One Piece Episode of Merry: The Tale of One More Friend"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/326951
|
||||
|
||||
"One Piece 3D2Y: Overcome Ace's Death! Luffy's Vow to his Friends (2014)":
|
||||
title: "One Piece 3D2Y: Overcome Ace's Death! Luffy's Vow to his Friends"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/285897
|
||||
|
||||
"Episode of Sabo: The Three Brothers' Bond - The Miraculous Reunion (2015)":
|
||||
title: "Episode of Sabo: The Three Brothers' Bond - The Miraculous Reunion"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/326952
|
||||
|
||||
"One Piece: Adventure of Nebulandia (2015)":
|
||||
title: "One Piece: Adventure of Nebulandia"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/326981
|
||||
|
||||
"One Piece Film: GOLD (2016)":
|
||||
title: "One Piece Film: GOLD"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/285898
|
||||
|
||||
"One Piece: Heart of Gold (2016)":
|
||||
title: "One Piece: Heart of Gold"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/327041
|
||||
|
||||
"One Piece Episode of East Blue (2017)":
|
||||
title: "One Piece Episode of East Blue"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/326983
|
||||
|
||||
"One Piece: Episode of Skypiea (2018)":
|
||||
title: "One Piece: Episode of Skypiea"
|
||||
year: 2018
|
||||
|
||||
11
Frexe/Movies/Metadata/Collections/Zombieland.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/178087
|
||||
|
||||
"Zombieland (2009)":
|
||||
title: "Zombieland"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/178087
|
||||
|
||||
"Zombieland: Double Tap (2019)":
|
||||
title: "Zombieland: Double Tap"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/178088
|
||||
6
Frexe/Movies/Metadata/Movies/Movie 43.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/208855
|
||||
|
||||
"Movie 43 (2013)":
|
||||
title: "Movie 43"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/208855
|
||||
6
Frexe/Movies/Metadata/Movies/Operation Fortune.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/249018
|
||||
|
||||
"Operation Fortune: Ruse de guerre (2023)":
|
||||
title: "Operation Fortune: Ruse de guerre"
|
||||
year: 2023
|
||||
url_poster: https://theposterdb.com/api/assets/331853
|
||||
@@ -1,6 +1,6 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/250493
|
||||
|
||||
"TINA (2021)":
|
||||
title: "TINA"
|
||||
"Tina (2021)":
|
||||
title: "Tina"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/250493
|
||||
|
||||
6
Frexe/Movies/Metadata/Movies/plane.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/316220
|
||||
|
||||
"Plane (2023)":
|
||||
title: "Plane"
|
||||
year: 2023
|
||||
url_poster: https://theposterdb.com/api/assets/316220
|
||||
@@ -5,9 +5,9 @@ metadata: #Posters found here https://theposterdb.com/set/121175
|
||||
year: 1996
|
||||
url_poster: https://theposterdb.com/api/assets/201065
|
||||
|
||||
"Super Troopers (2001)":
|
||||
"Super Troopers (20012":
|
||||
title: "Super Troopers"
|
||||
year: 2001
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/201063
|
||||
|
||||
"Club Dread (2004)":
|
||||
@@ -29,3 +29,8 @@ metadata: #Posters found here https://theposterdb.com/set/121175
|
||||
title: "Super Troopers 2"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/201064
|
||||
|
||||
"Quasi (2023)":
|
||||
title: "Quasi"
|
||||
year: 2023
|
||||
url_poster: https://theposterdb.com/api/assets/351510
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||
metadata: #Posters found here https://theposterdb.com/poster/190859
|
||||
|
||||
#Films:
|
||||
####################################Movies################################
|
||||
"Antz (1998)":
|
||||
title: "Antz"
|
||||
year: 1998
|
||||
@@ -16,106 +16,46 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/190824
|
||||
|
||||
"Shrek (2001)":
|
||||
title: "Shrek"
|
||||
year: 2001
|
||||
url_poster: https://theposterdb.com/api/assets/190629
|
||||
|
||||
"Spirit: Stallion of the Cimarron (2002)":
|
||||
title: "Spirit: Stallion of the Cimarron"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/174095
|
||||
"Joseph: King of Dreams (2000)":
|
||||
title: "Joseph: King of Dreams"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/190837
|
||||
|
||||
"Sinbad: Legend of the Seven Seas (2003)":
|
||||
title: "Sinbad: Legend of the Seven Seas"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/190825
|
||||
|
||||
"Shrek 2 (2004)":
|
||||
title: "Shrek 2"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/190630
|
||||
|
||||
"Shark Tale (2004)":
|
||||
title: "Shark Tale"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/190826'
|
||||
|
||||
"Madagascar (2005)":
|
||||
title: "Madagascar"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/190784
|
||||
url_poster: https://theposterdb.com/api/assets/190826
|
||||
|
||||
"Over the Hedge (2006)":
|
||||
title: "Over the Hedge"
|
||||
year: 2006
|
||||
url_poster: https://theposterdb.com/api/assets/190827
|
||||
|
||||
"Shrek the Third (2007)":
|
||||
title: "Shrek the Third"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/190631
|
||||
|
||||
"Bee Movie (2007)":
|
||||
title: "Bee Movie"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/190828
|
||||
|
||||
"Kung Fu Panda (2008)":
|
||||
title: "Kung Fu Panda"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/190810
|
||||
|
||||
"Madagascar: Escape 2 Africa (2008)":
|
||||
title: "Madagascar: Escape 2 Africa"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/190785
|
||||
|
||||
"Monsters vs Aliens (2009)":
|
||||
title: "Monsters vs Aliens"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/190829
|
||||
|
||||
"How to Train Your Dragon (2010)":
|
||||
title: "How to Train Your Dragon"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/190611
|
||||
|
||||
"Shrek Forever After (2010)":
|
||||
title: "Shrek Forever After"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/190632
|
||||
|
||||
"Megamind (2010)":
|
||||
title: "Megamind"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/190830
|
||||
|
||||
"Kung Fu Panda 2 (2011)":
|
||||
title: "Kung Fu Panda 2"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/190813
|
||||
|
||||
"Puss in Boots (2011)":
|
||||
title: "Puss in Boots"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/190831
|
||||
|
||||
"Madagascar 3: Europe's Most Wanted (2012)":
|
||||
title: "Madagascar 3: Europe's Most Wanted"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/190787
|
||||
|
||||
"Rise of the Guardians (2012)":
|
||||
title: "Rise of the Guardians"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/190832
|
||||
|
||||
"The Croods (2013)":
|
||||
title: "The Croods"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/190791
|
||||
|
||||
"Turbo (2013)":
|
||||
title: "Turbo"
|
||||
year: 2013
|
||||
@@ -126,79 +66,299 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/190834
|
||||
|
||||
"How to Train Your Dragon 2 (2014)":
|
||||
title: "How to Train Your Dragon 2"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/190612
|
||||
"Abominable (2019)":
|
||||
title: "Abominable"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190836
|
||||
|
||||
"Home (2015)":
|
||||
title: "Home"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/190835
|
||||
|
||||
"Kung Fu Panda 3 (2016)":
|
||||
title: "Kung Fu Panda 3"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/190816
|
||||
|
||||
"Trolls (2016)":
|
||||
title: "Trolls"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/190651
|
||||
#################################Collections##############################
|
||||
#Boss Baby
|
||||
"The Boss Baby and Tim's Treasure Hunt Through Time (2017)":
|
||||
title: "The Boss Baby and Tim's Treasure Hunt Through Time"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/296277
|
||||
|
||||
"The Boss Baby (2017)":
|
||||
title: "The Boss Baby"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/176014
|
||||
|
||||
"Captain Underpants: The First Epic Movie (2017)":
|
||||
title: "Captain Underpants: The First Epic Movie"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/190838
|
||||
|
||||
"How to Train Your Dragon: The Hidden World (2019)":
|
||||
title: "How to Train Your Dragon: The Hidden World"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190613
|
||||
|
||||
"Abominable (2019)":
|
||||
title: "Abominable"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190836
|
||||
|
||||
"Trolls World Tour (2020)":
|
||||
title: "Trolls World Tour"
|
||||
"The Boss Baby: Get That Baby! (2020)":
|
||||
title: "The Boss Baby: Get That Baby!"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/190654
|
||||
|
||||
"The Croods: A New Age (2020)":
|
||||
title: "The Croods: A New Age"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/190792
|
||||
|
||||
"Spirit Untamed (2021)":
|
||||
title: "Spirit Untamed"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/174096
|
||||
url_poster: https://theposterdb.com/api/assets/296278
|
||||
|
||||
"The Boss Baby: Family Business (2021)":
|
||||
title: "The Boss Baby: Family Business"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/176015
|
||||
|
||||
#Short films:
|
||||
"The Boss Baby: Christmas Bonus (2022)":
|
||||
title: "The Boss Baby: Christmas Bonus"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/296279
|
||||
|
||||
#Captain Underpants
|
||||
"Captain Underpants: The First Epic Movie (2017)":
|
||||
title: "Captain Underpants: The First Epic Movie"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/190838
|
||||
|
||||
"The Spooky Tale of Captain Underpants: Hack-a-ween (2019)":
|
||||
title: "The Spooky Tale of Captain Underpants: Hack-a-ween"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/314674
|
||||
|
||||
"Captain Underpants: Mega Blissmas (2020)":
|
||||
title: "Captain Underpants: Mega Blissmas"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/314676
|
||||
|
||||
"Captain Underpants: Epic Choice-o-rama (2020)":
|
||||
title: "Captain Underpants: Epic Choice-o-rama"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/314675
|
||||
|
||||
#The Croods
|
||||
"The Croods (2013)":
|
||||
title: "The Croods"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/190791
|
||||
|
||||
"The Croods: A New Age (2020)":
|
||||
title: "The Croods: A New Age"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/190792
|
||||
|
||||
#Home
|
||||
"Almost Home (2014)":
|
||||
title: "Almost Home"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/307956
|
||||
|
||||
"Home (2015)":
|
||||
title: "Home"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/190835
|
||||
|
||||
"Trollhunters: Rise of the Titans (2021)":
|
||||
title: "Trollhunters: Rise of the Titans"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/190839
|
||||
|
||||
"Home: Adventures with Tip & Oh (2016)":
|
||||
year: 2016
|
||||
title: "Home: Adventures with Tip & Oh"
|
||||
url_poster: https://theposterdb.com/api/assets/307957
|
||||
|
||||
#How To Train Your Dragon
|
||||
"How to Train Your Dragon (2010)":
|
||||
title: "How to Train Your Dragon"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/190611
|
||||
|
||||
"Book of Dragons (2011)":
|
||||
title: "Book of Dragons"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/310199
|
||||
|
||||
"Dragons: Gift of the Night Fury (2011)":
|
||||
title: "Dragons: Gift of the Night Fury"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/190446
|
||||
|
||||
"Dragons: Dawn Of The Dragon Racers (2014)":
|
||||
title: "Dragons: Dawn Of The Dragon Racers"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/310196
|
||||
|
||||
"How to Train Your Dragon 2 (2014)":
|
||||
title: "How to Train Your Dragon 2"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/190612
|
||||
|
||||
"How to Train Your Dragon: Snoggletog Log (2019)":
|
||||
title: "How to Train Your Dragon: Snoggletog Log"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190614
|
||||
|
||||
"How to Train Your Dragon: The Hidden World (2019)":
|
||||
title: "How to Train Your Dragon: The Hidden World"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190613
|
||||
|
||||
"How to Train Your Dragon: Homecoming (2019)":
|
||||
title: "How to Train Your Dragon: Homecoming"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190445
|
||||
|
||||
#Kung Fu Panda
|
||||
"Kung Fu Panda: Secrets of the Furious Five (2008)":
|
||||
title: "Kung Fu Panda: Secrets of the Furious Five"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/190811
|
||||
|
||||
#Direct-to-video/streaming:
|
||||
"Joseph: King of Dreams (2000)":
|
||||
title: "Joseph: King of Dreams"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/190837
|
||||
"Kung Fu Panda (2008)":
|
||||
title: "Kung Fu Panda"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/190810
|
||||
|
||||
"Trollhunters: Rise Of The Titans (2021)":
|
||||
title: "Trollhunters: Rise Of The Titans"
|
||||
"Kung Fu Panda Holiday (2010)":
|
||||
title: "Kung Fu Panda Holiday"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/190812
|
||||
|
||||
"Kung Fu Panda: Secrets of the Masters (2011)":
|
||||
title: "Kung Fu Panda: Secrets of the Masters"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/190814
|
||||
|
||||
"Kung Fu Panda 2 (2011)":
|
||||
title: "Kung Fu Panda 2"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/190813
|
||||
|
||||
"Kung Fu Panda 3 (2016)":
|
||||
title: "Kung Fu Panda 3"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/190816
|
||||
|
||||
"Kung Fu Panda: Secrets of the Scroll (2016)":
|
||||
title: "Kung Fu Panda: Secrets of the Scroll"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/190815
|
||||
|
||||
#Madagascar
|
||||
"Madagascar (2005)":
|
||||
title: "Madagascar"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/190784
|
||||
|
||||
"The Madagascar Penguins in a Christmas Caper (2005)":
|
||||
title: "The Madagascar Penguins in a Christmas Caper"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/190444
|
||||
|
||||
"Madagascar: Escape 2 Africa (2008)":
|
||||
title: "Madagascar: Escape 2 Africa"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/190785
|
||||
|
||||
"Merry Madagascar (2009)":
|
||||
title: "Merry Madagascar"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/190786
|
||||
|
||||
"Madagascar 3: Europe's Most Wanted (2012)":
|
||||
title: "Madagascar 3: Europe's Most Wanted"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/190787
|
||||
|
||||
"Madly Madagascar (2013)":
|
||||
title: "Madly Madagascar"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/190788
|
||||
|
||||
"Penguins of Madagascar (2014)":
|
||||
title: "Penguins of Madagascar"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/190789
|
||||
|
||||
"Madagascar: A Little Wild Holiday Goose Chase (2021)":
|
||||
title: "Madagascar: A Little Wild Holiday Goose Chase"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/190839
|
||||
url_poster: https://theposterdb.com/api/assets/341108
|
||||
|
||||
#Puss In Boots
|
||||
"Puss in Boots (2011)":
|
||||
title: "Puss in Boots"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/190831
|
||||
|
||||
"Puss in Boots: The Three Diablos (2012)":
|
||||
title: "Puss in Boots: The Three Diablos"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/286088
|
||||
|
||||
"Puss in Book: Trapped in an Epic Tale (2017)":
|
||||
title: "Puss in Book: Trapped in an Epic Tale"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/286089
|
||||
|
||||
"Puss in Boots: The Last Wish (2022)":
|
||||
title: "Puss in Boots: The Last Wish"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/286090
|
||||
|
||||
#Shrek
|
||||
"Shrek (2001)":
|
||||
title: "Shrek"
|
||||
year: 2001
|
||||
url_poster: https://theposterdb.com/api/assets/190629
|
||||
|
||||
"Shrek 2 (2004)":
|
||||
title: "Shrek 2"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/190630
|
||||
|
||||
"Shrek the Third (2007)":
|
||||
title: "Shrek the Third"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/190631
|
||||
|
||||
"Donkey's Christmas Shrektacular (2010)":
|
||||
title: "Donkey's Christmas Shrektacular"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/190633
|
||||
|
||||
"Shrek Forever After (2010)":
|
||||
title: "Shrek Forever After"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/190632
|
||||
|
||||
"Shrek the Musical (2013)":
|
||||
title: "Shrek the Musical"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/175297
|
||||
|
||||
#Spirit
|
||||
"Spirit: Stallion of the Cimarron (2002)":
|
||||
title: "Spirit: Stallion of the Cimarron"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/174095
|
||||
|
||||
"Spirit Untamed (2021)":
|
||||
title: "Spirit Untamed"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/174096
|
||||
|
||||
"Spirit: Riding Free (2017)":
|
||||
year: 2017
|
||||
title: "Spirit: Riding Free"
|
||||
url_poster: https://theposterdb.com/api/assets/174097
|
||||
|
||||
#Trolls
|
||||
"Trolls (2016)":
|
||||
title: "Trolls"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/190651
|
||||
|
||||
"Trolla-Palooza Tour (2017)":
|
||||
title: "Trolla-Palooza Tour"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/190653
|
||||
|
||||
"Trolls Holiday (2017)":
|
||||
title: "Trolls Holiday"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/190652
|
||||
|
||||
"Trolls World Tour (2020)":
|
||||
title: "Trolls World Tour"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/190654
|
||||
|
||||
"Trolls Holiday in Harmony (2021)":
|
||||
title: "Trolls Holiday in Harmony"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/201225
|
||||
|
||||
@@ -264,3 +264,8 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
title: "Hustle"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/241838
|
||||
|
||||
"Murder Mystery 2 (2023)":
|
||||
title: "Murder Mystery 2"
|
||||
year: 2023
|
||||
url_poster: https://theposterdb.com/api/assets/343697
|
||||
|
||||
425
Frexe/Movies/Metadata/Studio/Marvel.yml
Normal file
@@ -0,0 +1,425 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/162417
|
||||
|
||||
"Captain America (1990)":
|
||||
title: "Captain America"
|
||||
year: 1990
|
||||
url_poster: https://theposterdb.com/api/assets/171162
|
||||
|
||||
#The Infinity Saga:
|
||||
####################### Phase One #######################
|
||||
"Iron Man (2008)":
|
||||
title: "Iron Man"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/170945
|
||||
|
||||
"The Incredible Hulk (2008)":
|
||||
title: "The Incredible Hulk"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/170946
|
||||
|
||||
"Iron Man 2 (2010)":
|
||||
title: "Iron Man 2"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/170947
|
||||
|
||||
"Thor (2011)":
|
||||
title: "Thor"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/170948
|
||||
|
||||
"Captain America: The First Avenger (2011)":
|
||||
title: "Captain America: The First Avenger"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/170949
|
||||
|
||||
"The Avengers (2012)":
|
||||
title: "The Avengers"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/170950
|
||||
|
||||
####################### Phase Two #######################
|
||||
"Iron Man 3 (2013)":
|
||||
title: "Iron Man 3"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/170951
|
||||
|
||||
"Thor: The Dark World (2013)":
|
||||
title: "Thor: The Dark World"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/170952
|
||||
|
||||
"Captain America: The Winter Soldier (2014)":
|
||||
title: "Captain America: The Winter Soldier"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/170953
|
||||
|
||||
"Guardians of the Galaxy (2014)":
|
||||
title: "Guardians of the Galaxy"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/170954
|
||||
|
||||
"Avengers: Age of Ultron (2015)":
|
||||
title: "Avengers: Age of Ultron"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/170955
|
||||
|
||||
"Ant-Man (2015)":
|
||||
title: "Ant-Man"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/170956
|
||||
|
||||
###################### Phase Three ######################
|
||||
"Captain America: Civil War (2016)":
|
||||
title: "Captain America: Civil War"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/170957
|
||||
|
||||
"Doctor Strange (2016)":
|
||||
title: "Doctor Strange"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/170958
|
||||
|
||||
"Guardians of the Galaxy Vol. 2 (2017)":
|
||||
title: "Guardians of the Galaxy Vol. 2"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/170959
|
||||
|
||||
"Spider-Man: Homecoming (2017)":
|
||||
title: "Spider-Man: Homecoming"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/170960
|
||||
|
||||
"Thor: Ragnarok (2017)":
|
||||
title: "Thor: Ragnarok"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/170961
|
||||
|
||||
"Black Panther (2018)":
|
||||
title: "Black Panther"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/170962
|
||||
|
||||
"Avengers: Infinity War (2018)":
|
||||
title: "Avengers: Infinity War"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/170963
|
||||
|
||||
"Ant-Man and the Wasp (2018)":
|
||||
title: "Ant-Man and the Wasp"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/170964
|
||||
|
||||
"Captain Marvel (2019)":
|
||||
title: "Captain Marvel"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/162387
|
||||
|
||||
"Avengers: Endgame (2019)":
|
||||
title: "Avengers: Endgame"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/170966
|
||||
|
||||
"Spider-Man: Far from Home (2019)":
|
||||
title: "Spider-Man: Far from Home"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/170967
|
||||
|
||||
####################### Phase Four #######################
|
||||
"Black Widow (2021)":
|
||||
title: "Black Widow"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/170968
|
||||
|
||||
"Shang-Chi and the Legend of the Ten Rings (2021)":
|
||||
title: "Shang-Chi and the Legend of the Ten Rings"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/170969
|
||||
|
||||
"Eternals (2021)":
|
||||
title: "Eternals"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/188138
|
||||
|
||||
"Spider-Man: No Way Home (2021)":
|
||||
title: "Spider-Man: No Way Home"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/188543
|
||||
|
||||
"Doctor Strange in the Multiverse of Madness (2022)":
|
||||
title: "Doctor Strange in the Multiverse of Madness"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/200217
|
||||
|
||||
"Thor: Love and Thunder (2022)":
|
||||
title: "Thor: Love and Thunder"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/248997
|
||||
|
||||
"Black Panther: Wakanda Forever (2022)":
|
||||
title: "Black Panther: Wakanda Forever"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/279102
|
||||
|
||||
"The Guardians of the Galaxy Holiday Special (2022)":
|
||||
title: "The Guardians of the Galaxy Holiday Special"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/291178
|
||||
|
||||
"The Marvels (2023)":
|
||||
title: "The Marvels"
|
||||
year: 2023
|
||||
url_poster:
|
||||
|
||||
"Guardians of the Galaxy Vol. 3 (2023)":
|
||||
title: "Guardians of the Galaxy Vol. 3"
|
||||
year: 2023
|
||||
url_poster:
|
||||
|
||||
"Ant-Man and the Wasp: Quantumania (2023)":
|
||||
title: "Ant-Man and the Wasp: Quantumania"
|
||||
year: 2023
|
||||
url_poster: https://theposterdb.com/api/assets/297409
|
||||
|
||||
#Marvel One-Shot:
|
||||
"Marvel One-Shot: The Consultant (2011)":
|
||||
title: "Marvel One-Shot: The Consultant"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/171199
|
||||
|
||||
"Marvel One-Shot: A Funny Thing Happened on the Way to Thor's Hammer (2011)":
|
||||
title: "Marvel One-Shot: A Funny Thing Happened on the Way to Thor's Hammer"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/171200
|
||||
|
||||
"Marvel One-Shot: Item 47 (2012)":
|
||||
title: "Marvel One-Shot: Item 47"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/171201
|
||||
|
||||
"Marvel One-Shot: Agent Carter (2013)":
|
||||
title: "Marvel One-Shot: Agent Carter"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/171202
|
||||
|
||||
"Marvel One-Shot: All Hail the King (2014)":
|
||||
title: "Marvel One-Shot: All Hail the King"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/171203
|
||||
|
||||
#Blade:
|
||||
"Blade (1998)":
|
||||
title: "Blade"
|
||||
year: 1998
|
||||
url_poster: https://theposterdb.com/api/assets/171126
|
||||
|
||||
"Blade II (2002)":
|
||||
title: "Blade II"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/171127
|
||||
|
||||
"Blade: Trinity (2004)":
|
||||
title: "Blade: Trinity"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/171128
|
||||
|
||||
#Daredevil:
|
||||
"Daredevil (2003)":
|
||||
title: "Daredevil"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/171146
|
||||
|
||||
"Elektra (2005)":
|
||||
title: "Elektra"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/171147
|
||||
|
||||
#Deadpool:
|
||||
"Deadpool (2016)":
|
||||
title: "Deadpool"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/171134
|
||||
|
||||
"Once Upon a Deadpool (2018)":
|
||||
title: "Once Upon a Deadpool"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/171136
|
||||
|
||||
"Deadpool 2 (2018)":
|
||||
title: "Deadpool 2"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/171135
|
||||
|
||||
#Fantastic Four:
|
||||
"Fantastic Four (2005)":
|
||||
title: "Fantastic Four"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/171130
|
||||
|
||||
"Fantastic 4: Rise of the Silver Surfer (2007)":
|
||||
title: "Fantastic 4: Rise of the Silver Surfer"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/171131
|
||||
|
||||
"Fantastic Four (2015)":
|
||||
title: "Fantastic Four"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/171132
|
||||
|
||||
#Ghost Rider:
|
||||
"Ghost Rider (2007)":
|
||||
title: "Ghost Rider"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/171143
|
||||
|
||||
"Ghost Rider: Spirit of Vengeance (2011)":
|
||||
title: "Ghost Rider: Spirit of Vengeance"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/171144
|
||||
|
||||
#In Association With Marvel:
|
||||
"Howard the Duck (1986)":
|
||||
title: "Howard the Duck"
|
||||
year: 1986
|
||||
url_poster: https://theposterdb.com/api/assets/171160
|
||||
|
||||
"Hulk (2003)":
|
||||
title: "Hulk"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/171161
|
||||
|
||||
"Morbius (2022)":
|
||||
title: "Morbius"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/235669
|
||||
|
||||
#The Punisher:
|
||||
"The Punisher (1989)":
|
||||
title: "The Punisher"
|
||||
year: 1989
|
||||
url_poster: https://theposterdb.com/api/assets/171138
|
||||
|
||||
"The Punisher (2004)":
|
||||
title: "The Punisher"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/171139
|
||||
|
||||
"Punisher: War Zone (2008)":
|
||||
title: "Punisher: War Zone"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/171140
|
||||
|
||||
"The Punisher: Dirty Laundry (2012)":
|
||||
title: "The Punisher: Dirty Laundry"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/171141
|
||||
|
||||
#Spiderman:
|
||||
"Spider-Man (2002)":
|
||||
title: "Spider-Man"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/171149
|
||||
|
||||
"Spider-Man 2 (2004)":
|
||||
title: "Spider-Man 2"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/171150
|
||||
|
||||
"Spider-Man 3 (2007)":
|
||||
title: "Spider-Man 3"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/171151
|
||||
|
||||
"Spider-Man: Into the Spider-Verse (2018)":
|
||||
title: "Spider-Man: Into the Spider-Verse"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/171157
|
||||
|
||||
#The Amazing Spiderman
|
||||
"The Amazing Spider-Man (2012)":
|
||||
title: "The Amazing Spider-Man"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/171153
|
||||
|
||||
"The Amazing Spider-Man 2 (2014)":
|
||||
title: "The Amazing Spider-Man 2"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/171154
|
||||
|
||||
#Venom:
|
||||
"Venom (2018)":
|
||||
title: "Venom"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/171155
|
||||
|
||||
"Venom: Let There Be Carnage (2021)":
|
||||
title: "Venom: Let There Be Carnage"
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/171156
|
||||
|
||||
#Wolverine:
|
||||
"X-Men Origins: Wolverine (2009)":
|
||||
title: "X-Men Origins: Wolverine"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/171122
|
||||
|
||||
"The Wolverine (2013)":
|
||||
title: "The Wolverine"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/171123
|
||||
|
||||
"Logan (2017)":
|
||||
title: "Logan"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/171124
|
||||
|
||||
#X-Men:
|
||||
"X-Men (2000)":
|
||||
title: "X-Men"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/171113
|
||||
|
||||
"X2: X-Men United (2003)":
|
||||
title: "X2: X-Men United"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/171114
|
||||
|
||||
"X-Men: The Last Stand (2006)":
|
||||
title: "X-Men: The Last Stand"
|
||||
year: 2006
|
||||
url_poster: https://theposterdb.com/api/assets/171115
|
||||
|
||||
"X-Men: First Class (2011)":
|
||||
title: "X-Men: First Class"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/171116
|
||||
|
||||
"X-Men: Days of Future Past (2014)":
|
||||
title: "X-Men: Days of Future Past"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/171117
|
||||
|
||||
"X-Men: Apocalypse (2016)":
|
||||
title: "X-Men: Apocalypse"
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/171118
|
||||
|
||||
"X-Men: Dark Phoenix (2019)":
|
||||
title: "X-Men: Dark Phoenix"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/171119
|
||||
|
||||
"The New Mutants (2020)":
|
||||
title: "The New Mutants"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/171120
|
||||
|
||||
#Wherewolf by Night:
|
||||
"Werewolf by Night (2022)":
|
||||
title: "Werewolf by Night"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/275852
|
||||
|
||||
"Director by Night (2022)":
|
||||
title: "Director by Night"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/288110
|
||||
@@ -1,5 +1,6 @@
|
||||
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||
metadata: #Posters found here https://theposterdb.com/poster/191971
|
||||
|
||||
####################################Movies################################
|
||||
"Snow White and the Seven Dwarfs (1937)":
|
||||
title: "Snow White and the Seven Dwarfs"
|
||||
year: 1937
|
||||
@@ -10,21 +11,11 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 1940
|
||||
url_poster: https://theposterdb.com/api/assets/191973
|
||||
|
||||
"Fantasia (1940)":
|
||||
title: "Fantasia"
|
||||
year: 1940
|
||||
url_poster: https://theposterdb.com/api/assets/191922
|
||||
|
||||
"Dumbo (1941)":
|
||||
title: "Dumbo"
|
||||
year: 1941
|
||||
url_poster: https://theposterdb.com/api/assets/191974
|
||||
|
||||
"Bambi (1942)":
|
||||
title: "Bambi"
|
||||
year: 1942
|
||||
url_poster: https://theposterdb.com/api/assets/191866
|
||||
|
||||
"Saludos Amigos (1942)":
|
||||
title: "Saludos Amigos"
|
||||
year: 1942
|
||||
@@ -50,51 +41,21 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 1948
|
||||
url_poster: https://theposterdb.com/api/assets/191977
|
||||
|
||||
"The Adventures of Ichabod and Mr. Toad (1949)":
|
||||
"The Adventures of Ichabod and Mr. Toad (1950)":
|
||||
title: "The Adventures of Ichabod and Mr. Toad"
|
||||
year: 1949
|
||||
url_poster: https://theposterdb.com/api/assets/191278
|
||||
|
||||
"Cinderella (1950)":
|
||||
title: "Cinderella"
|
||||
year: 1950
|
||||
url_poster: https://theposterdb.com/api/assets/191878
|
||||
url_poster: https://theposterdb.com/api/assets/191278
|
||||
|
||||
"Alice in Wonderland (1951)":
|
||||
title: "Alice in Wonderland"
|
||||
year: 1951
|
||||
url_poster: https://theposterdb.com/api/assets/191978
|
||||
|
||||
"Peter Pan (1953)":
|
||||
title: "Peter Pan"
|
||||
year: 1953
|
||||
url_poster: https://theposterdb.com/api/assets/191428
|
||||
|
||||
"Lady and the Tramp (1955)":
|
||||
title: "Lady and the Tramp"
|
||||
year: 1955
|
||||
url_poster: https://theposterdb.com/api/assets/191934
|
||||
|
||||
"Sleeping Beauty (1959)":
|
||||
title: "Sleeping Beauty"
|
||||
year: 1959
|
||||
url_poster: https://theposterdb.com/api/assets/191979
|
||||
|
||||
"One Hundred and One Dalmatians (1961)":
|
||||
title: "One Hundred and One Dalmatians"
|
||||
year: 1961
|
||||
url_poster: https://theposterdb.com/api/assets/191968
|
||||
|
||||
"The Sword in the Stone (1963)":
|
||||
title: "The Sword in the Stone"
|
||||
year: 1963
|
||||
url_poster: https://theposterdb.com/api/assets/191980
|
||||
|
||||
"The Jungle Book (1967)":
|
||||
title: "The Jungle Book"
|
||||
year: 1967
|
||||
url_poster: https://theposterdb.com/api/assets/191932
|
||||
|
||||
"The Aristocats (1970)":
|
||||
title: "The Aristocats"
|
||||
year: 1970
|
||||
@@ -105,21 +66,6 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 1973
|
||||
url_poster: https://theposterdb.com/api/assets/170292
|
||||
|
||||
"The Many Adventures of Winnie the Pooh (1977)":
|
||||
title: "The Many Adventures of Winnie the Pooh"
|
||||
year: 1977
|
||||
url_poster: https://theposterdb.com/api/assets/191526
|
||||
|
||||
"The Rescuers (1977)":
|
||||
title: "The Rescuers"
|
||||
year: 1977
|
||||
url_poster: https://theposterdb.com/api/assets/191955
|
||||
|
||||
"The Fox and the Hound (1981)":
|
||||
title: "The Fox and the Hound"
|
||||
year: 1981
|
||||
url_poster: https://theposterdb.com/api/assets/191924
|
||||
|
||||
"The Nightmare Before Christmas (1993)":
|
||||
title: "The Nightmare Before Christmas"
|
||||
year: 1993
|
||||
@@ -140,106 +86,16 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 1988
|
||||
url_poster: https://theposterdb.com/api/assets/191984
|
||||
|
||||
"The Little Mermaid (The Little Mermaid (1989)":
|
||||
title: "The Little Mermaid"
|
||||
year: 1989
|
||||
url_poster: https://theposterdb.com/api/assets/191943
|
||||
|
||||
"The Rescuers Down Under (1990)":
|
||||
title: "The Rescuers Down Under"
|
||||
year: 1990
|
||||
url_poster: https://theposterdb.com/api/assets/191956
|
||||
|
||||
"Beauty and the Beast (1991)":
|
||||
title: "Beauty and the Beast"
|
||||
year: 1991
|
||||
url_poster: https://theposterdb.com/api/assets/191870
|
||||
|
||||
"Aladdin (1992)":
|
||||
title: "Aladdin"
|
||||
year: 1992
|
||||
url_poster: https://theposterdb.com/api/assets/191863
|
||||
|
||||
"The Lion King (1994)":
|
||||
title: "The Lion King"
|
||||
year: 1994
|
||||
url_poster: https://theposterdb.com/api/assets/191940
|
||||
|
||||
"A Goofy Movie (1995)":
|
||||
title: "A Goofy Movie"
|
||||
year: 1995
|
||||
url_poster: https://theposterdb.com/api/assets/192068
|
||||
|
||||
"Pocahontas (1995)":
|
||||
title: "Pocahontas"
|
||||
year: 1995
|
||||
url_poster: https://theposterdb.com/api/assets/191949
|
||||
|
||||
"The Hunchback of Notre Dame (1996)":
|
||||
title: "The Hunchback of Notre Dame"
|
||||
year: 1996
|
||||
url_poster: https://theposterdb.com/api/assets/191930
|
||||
|
||||
"Hercules (1997)":
|
||||
title: "Hercules"
|
||||
year: 1997
|
||||
url_poster: https://theposterdb.com/api/assets/191928
|
||||
|
||||
"Mulan (1998)":
|
||||
title: "Mulan"
|
||||
year: 1998
|
||||
url_poster: https://theposterdb.com/api/assets/191946
|
||||
|
||||
"Tarzan (1999)":
|
||||
title: "Tarzan"
|
||||
year: 1999
|
||||
url_poster: https://theposterdb.com/api/assets/191245
|
||||
|
||||
"Fantasia 2000 (1999)":
|
||||
title: "Fantasia 2000"
|
||||
year: 1999
|
||||
url_poster: https://theposterdb.com/api/assets/191923
|
||||
|
||||
"An Extremely Goofy Movie (2000)":
|
||||
title: "An Extremely Goofy Movie"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/192179
|
||||
|
||||
"Dinosaur (2000)":
|
||||
title: "Dinosaur"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/191985
|
||||
|
||||
"The Emperor's New Groove (2000)":
|
||||
title: "The Emperor's New Groove"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/191881
|
||||
|
||||
"Atlantis: The Lost Empire (2001)":
|
||||
title: "Atlantis: The Lost Empire"
|
||||
year: 2001
|
||||
url_poster: https://theposterdb.com/api/assets/191868
|
||||
|
||||
"Lilo & Stitch (2002)":
|
||||
title: "Lilo & Stitch"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/191936
|
||||
|
||||
"Tarzan & Jane (2002)":
|
||||
title: "Tarzan & Jane"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/191246
|
||||
|
||||
"Treasure Planet (2002)":
|
||||
title: "Treasure Planet"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/191279
|
||||
|
||||
"Brother Bear (2003)":
|
||||
title: "Brother Bear"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/191875
|
||||
|
||||
"Home on the Range (2004)":
|
||||
title: "Home on the Range"
|
||||
year: 2004
|
||||
@@ -250,61 +106,21 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/191987
|
||||
|
||||
"Tarzan II (2005)":
|
||||
title: "Tarzan II"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/191247
|
||||
|
||||
"Meet the Robinsons (2007)":
|
||||
title: "Meet the Robinsons"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/191988
|
||||
|
||||
"Bolt (2008)":
|
||||
title: "Bolt"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/191873
|
||||
|
||||
"The Princess and the Frog (2009)":
|
||||
title: "The Princess and the Frog"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/191989
|
||||
|
||||
"Tangled (2010)":
|
||||
title: "Tangled"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/191952
|
||||
|
||||
"Winnie the Pooh (2011)":
|
||||
title: "Winnie the Pooh"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/191527
|
||||
|
||||
"Wreck-It Ralph (2012)":
|
||||
title: "Wreck-It Ralph"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/191435
|
||||
|
||||
"Frozen (2013)":
|
||||
title: "Frozen"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/190604
|
||||
|
||||
"Planes (2013)":
|
||||
title: "Planes"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/199868
|
||||
|
||||
"Big Hero 6 (2014)":
|
||||
title: "Big Hero 6"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/191990
|
||||
|
||||
"Planes: Fire & Rescue (2014)":
|
||||
title: "Planes: Fire & Rescue"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/199869
|
||||
|
||||
"Zootopia (2016)":
|
||||
title: "Zootopia"
|
||||
year: 2016
|
||||
@@ -315,15 +131,6 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 2016
|
||||
url_poster: https://theposterdb.com/api/assets/191992
|
||||
|
||||
"Ralph Breaks the Internet (2018)":
|
||||
title: "Ralph Breaks the Internet"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/191436
|
||||
|
||||
"Frozen II (2019)":
|
||||
title: "Frozen II"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190607
|
||||
|
||||
"Raya and the Last Dragon (2021)":
|
||||
title: "Raya and the Last Dragon"
|
||||
@@ -335,18 +142,468 @@ metadata: #Posters found here https://theposterdb.com/user/musikma
|
||||
year: 2021
|
||||
url_poster: https://theposterdb.com/api/assets/191994
|
||||
|
||||
#Shorts:
|
||||
#################################Collections##############################
|
||||
#101 Damatians
|
||||
"One Hundred and One Dalmatians (1961)":
|
||||
title: "One Hundred and One Dalmatians"
|
||||
year: 1961
|
||||
url_poster: https://theposterdb.com/api/assets/191968
|
||||
|
||||
"101 Dalmatians II: Patch's London Adventure (2003)":
|
||||
title: "101 Dalmatians II: Patch's London Adventure"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/191969
|
||||
|
||||
#Aladdin
|
||||
"Aladdin (1992)":
|
||||
title: "Aladdin"
|
||||
year: 1992
|
||||
url_poster: https://theposterdb.com/api/assets/191863
|
||||
|
||||
"The Return of Jafar (1994)":
|
||||
title: "The Return of Jafar"
|
||||
year: 1994
|
||||
url_poster: https://theposterdb.com/api/assets/191864
|
||||
|
||||
#Atlantis
|
||||
"Atlantis: The Lost Empire (2001)":
|
||||
title: "Atlantis: The Lost Empire"
|
||||
year: 2001
|
||||
url_poster: https://theposterdb.com/api/assets/191868
|
||||
|
||||
"Atlantis: Milo's Return (2003)":
|
||||
title: "Atlantis: Milo's Return"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/191869
|
||||
|
||||
#Bambi
|
||||
"Bambi (1942)":
|
||||
title: "Bambi"
|
||||
year: 1942
|
||||
url_poster: https://theposterdb.com/api/assets/191866
|
||||
|
||||
"Bambi II (2006)":
|
||||
title: "Bambi II"
|
||||
year: 2006
|
||||
url_poster: https://theposterdb.com/api/assets/191867
|
||||
|
||||
#Beauty & The Beast
|
||||
"Beauty and the Beast (1991)":
|
||||
title: "Beauty and the Beast"
|
||||
year: 1991
|
||||
url_poster: https://theposterdb.com/api/assets/191870
|
||||
|
||||
"Beauty and the Beast: The Enchanted Christmas (1997)":
|
||||
title: "Beauty and the Beast: The Enchanted Christmas"
|
||||
year: 1997
|
||||
url_poster: https://theposterdb.com/api/assets/190399
|
||||
|
||||
"Belle's Magical World (1998)":
|
||||
title: "Belle's Magical World"
|
||||
year: 1998
|
||||
url_poster: https://theposterdb.com/api/assets/191871
|
||||
|
||||
#Bolt
|
||||
"Bolt (2008)":
|
||||
title: "Bolt"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/191873
|
||||
|
||||
"Super Rhino (2009)":
|
||||
title: "Super Rhino"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/191874
|
||||
|
||||
#Brother Bear
|
||||
"Brother Bear (2003)":
|
||||
title: "Brother Bear"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/191875
|
||||
|
||||
"Brother Bear 2 (2006)":
|
||||
title: "Brother Bear 2"
|
||||
year: 2006
|
||||
url_poster: https://theposterdb.com/api/assets/191877
|
||||
|
||||
#Cinderella
|
||||
"Cinderella (1950)":
|
||||
title: "Cinderella"
|
||||
year: 1950
|
||||
url_poster: https://theposterdb.com/api/assets/191878
|
||||
|
||||
"Cinderella II: Dreams Come True (2002)":
|
||||
title: "Cinderella II: Dreams Come True"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/191879
|
||||
|
||||
"Cinderella III: A Twist in Time (2007)":
|
||||
title: "Cinderella III: A Twist in Time"
|
||||
year: 2007
|
||||
url_poster: https://theposterdb.com/api/assets/191880
|
||||
|
||||
##The Emperor's New Groove
|
||||
"The Emperor's New Groove (2000)":
|
||||
title: "The Emperor's New Groove"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/191881
|
||||
|
||||
"Kronk's New Groove (2005)":
|
||||
title: "Kronk's New Groove"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/191882
|
||||
|
||||
#Fantasia
|
||||
"Fantasia (1940)":
|
||||
title: "Fantasia"
|
||||
year: 1940
|
||||
url_poster: https://theposterdb.com/api/assets/191922
|
||||
|
||||
"Fantasia 2000 (1999)":
|
||||
title: "Fantasia 2000"
|
||||
year: 1999
|
||||
url_poster: https://theposterdb.com/api/assets/191923
|
||||
|
||||
#The Fox and the Hound
|
||||
"The Fox and the Hound (1981)":
|
||||
title: "The Fox and the Hound"
|
||||
year: 1981
|
||||
url_poster: https://theposterdb.com/api/assets/191924
|
||||
|
||||
"The Fox and the Hound 2 (2006)":
|
||||
title: "The Fox and the Hound 2"
|
||||
year: 2006
|
||||
url_poster: https://theposterdb.com/api/assets/191925
|
||||
|
||||
#Frozen
|
||||
"Frozen (2013)":
|
||||
title: "Frozen"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/190604
|
||||
|
||||
"Frozen Fever (2015)":
|
||||
title: "Frozen Fever"
|
||||
year: 2015
|
||||
url_poster: https://theposterdb.com/api/assets/190605
|
||||
|
||||
"LEGO Frozen Northern Lights (2017)":
|
||||
title: "LEGO Frozen Northern Lights"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/190606
|
||||
|
||||
"Olaf's Frozen Adventure (2017)":
|
||||
title: "Olaf's Frozen Adventure"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/190456
|
||||
|
||||
"Frozen II (2019)":
|
||||
title: "Frozen II"
|
||||
year: 2019
|
||||
url_poster: https://theposterdb.com/api/assets/190607
|
||||
|
||||
"Once Upon a Snowman (2020)":
|
||||
title: "Once Upon a Snowman"
|
||||
year: 2020
|
||||
url_poster: https://theposterdb.com/api/assets/190608
|
||||
|
||||
#A Goofy Movie
|
||||
"A Goofy Movie (1995)":
|
||||
title: "A Goofy Movie"
|
||||
year: 1995
|
||||
url_poster: https://theposterdb.com/api/assets/192068
|
||||
|
||||
"An Extremely Goofy Movie (2000)":
|
||||
title: "An Extremely Goofy Movie"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/192179
|
||||
|
||||
#Hercules
|
||||
"Hercules (1997)":
|
||||
title: "Hercules"
|
||||
year: 1997
|
||||
url_poster: https://theposterdb.com/api/assets/191928
|
||||
|
||||
"Hercules: Zero to Hero (1999)":
|
||||
title: "Hercules: Zero to Hero"
|
||||
year: 1999
|
||||
url_poster: https://theposterdb.com/api/assets/191929
|
||||
|
||||
#Hunchback Of Notre Dame
|
||||
"The Hunchback of Notre Dame (1996)":
|
||||
title: "The Hunchback of Notre Dame"
|
||||
year: 1996
|
||||
url_poster: https://theposterdb.com/api/assets/191930
|
||||
|
||||
"The Hunchback of Notre Dame II (2002)":
|
||||
title: "The Hunchback of Notre Dame II"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/191931
|
||||
|
||||
#Jungle Book
|
||||
"The Jungle Book (1967)":
|
||||
title: "The Jungle Book"
|
||||
year: 1967
|
||||
url_poster: https://theposterdb.com/api/assets/191932
|
||||
|
||||
"The Jungle Book 2 (2003)":
|
||||
title: "The Jungle Book 2"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/191933
|
||||
|
||||
#Lady And The Tramp
|
||||
"Lady and the Tramp (1955)":
|
||||
title: "Lady and the Tramp"
|
||||
year: 1955
|
||||
url_poster: https://theposterdb.com/api/assets/191934
|
||||
|
||||
"Lady and the Tramp II: Scamp's Adventure (2001)":
|
||||
title: "Lady and the Tramp II: Scamp's Adventure"
|
||||
year: 2001
|
||||
url_poster: https://theposterdb.com/api/assets/191935
|
||||
|
||||
#Lilo & Stitch
|
||||
"Lilo & Stitch (2002)":
|
||||
title: "Lilo & Stitch"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/191936
|
||||
|
||||
"Stitch! The Movie (2003)":
|
||||
title: "Stitch! The Movie"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/191937
|
||||
|
||||
"Lilo & Stitch 2: Stitch Has a Glitch (2005)":
|
||||
title: "Lilo & Stitch 2: Stitch Has a Glitch"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/191938
|
||||
|
||||
"Leroy & Stitch (2006)":
|
||||
title: "Leroy & Stitch"
|
||||
year: 2006
|
||||
url_poster: https://theposterdb.com/api/assets/191939
|
||||
|
||||
#The Lion King
|
||||
"The Lion King (1994)":
|
||||
title: "The Lion King"
|
||||
year: 1994
|
||||
url_poster: https://theposterdb.com/api/assets/191940
|
||||
|
||||
"The Lion King II: Simba's Pride (1998)":
|
||||
title: "The Lion King II: Simba's Pride"
|
||||
year: 1998
|
||||
url_poster: https://theposterdb.com/api/assets/191941
|
||||
|
||||
"The Lion King 1½ (2004)":
|
||||
title: "The Lion King 1½"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/191942
|
||||
|
||||
#The Little Mermaid
|
||||
"The Little Mermaid (1989)":
|
||||
title: "The Little Mermaid"
|
||||
year: 1989
|
||||
url_poster: https://theposterdb.com/api/assets/191943
|
||||
|
||||
"The Little Mermaid II: Return to the Sea (2000)":
|
||||
title: "The Little Mermaid II: Return to the Sea"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/191944
|
||||
|
||||
"The Little Mermaid: Ariel's Beginning (2008)":
|
||||
title: "The Little Mermaid: Ariel's Beginning"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/191945
|
||||
|
||||
#Mulan
|
||||
"Mulan (1998)":
|
||||
title: "Mulan"
|
||||
year: 1998
|
||||
url_poster: https://theposterdb.com/api/assets/191946
|
||||
|
||||
"Mulan II (2004)":
|
||||
title: "Mulan II"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/191947
|
||||
|
||||
#Peter Pan
|
||||
"Peter Pan (1953)":
|
||||
title: "Peter Pan"
|
||||
year: 1953
|
||||
url_poster: https://theposterdb.com/api/assets/191428
|
||||
|
||||
"Peter Pan (2003)":
|
||||
title: "Peter Pan"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/175199
|
||||
|
||||
#Planes
|
||||
"Planes (2013)":
|
||||
title: "Planes"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/199868
|
||||
|
||||
"Planes: Fire & Rescue (2014)":
|
||||
title: "Planes: Fire & Rescue"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/199869
|
||||
|
||||
#Pocahontas
|
||||
"Pocahontas (1995)":
|
||||
title: "Pocahontas"
|
||||
year: 1995
|
||||
url_poster: https://theposterdb.com/api/assets/191949
|
||||
|
||||
"Pocahontas II: Journey to a New World (1998)":
|
||||
title: "Pocahontas II: Journey to a New World"
|
||||
year: 1998
|
||||
url_poster: https://theposterdb.com/api/assets/191950
|
||||
|
||||
#The Rescuers
|
||||
"The Rescuers (1977)":
|
||||
title: "The Rescuers"
|
||||
year: 1977
|
||||
url_poster: https://theposterdb.com/api/assets/191955
|
||||
|
||||
"The Rescuers Down Under (1990)":
|
||||
title: "The Rescuers Down Under"
|
||||
year: 1990
|
||||
url_poster: https://theposterdb.com/api/assets/191956
|
||||
|
||||
#Tangled
|
||||
"Tangled (2010)":
|
||||
title: "Tangled"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/191952
|
||||
|
||||
"Tangled Ever After (2012)":
|
||||
title: "Tangled Ever After"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/191953
|
||||
|
||||
"Tangled: Before Ever After (2017)":
|
||||
title: "Tangled: Before Ever After"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/191954
|
||||
|
||||
#Tarzan
|
||||
"Tarzan (1999)":
|
||||
title: "Tarzan"
|
||||
year: 1999
|
||||
url_poster: https://theposterdb.com/api/assets/191245
|
||||
|
||||
"Tarzan & Jane (2002)":
|
||||
title: "Tarzan & Jane"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/191246
|
||||
|
||||
"Tarzan II (2005)":
|
||||
title: "Tarzan II"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/191247
|
||||
|
||||
"The Legend of Tarzan (2001)":
|
||||
year: 2001
|
||||
title: "The Legend of Tarzan"
|
||||
url_poster: https://theposterdb.com/api/assets/191248
|
||||
|
||||
#Tinker Bell
|
||||
"Tinker Bell (2008)":
|
||||
title: "Tinker Bell"
|
||||
year: 2008
|
||||
url_poster: https://theposterdb.com/api/assets/191958
|
||||
|
||||
"Tinker Bell and the Lost Treasure (2009)":
|
||||
title: "Tinker Bell and the Lost Treasure"
|
||||
year: 2009
|
||||
url_poster: https://theposterdb.com/api/assets/191959
|
||||
|
||||
"Tinker Bell and the Great Fairy Rescue (2010)":
|
||||
title: "Tinker Bell and the Great Fairy Rescue"
|
||||
year: 2010
|
||||
url_poster: https://theposterdb.com/api/assets/192385
|
||||
|
||||
"Pixie Hollow Games (2011)":
|
||||
title: "Pixie Hollow Games"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/191960
|
||||
|
||||
"Secret of the Wings (2012)":
|
||||
title: "Secret of the Wings"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/191961
|
||||
|
||||
"Pixie Hollow Bake Off (2013)":
|
||||
title: "Pixie Hollow Bake Off"
|
||||
year: 2013
|
||||
url_poster: https://theposterdb.com/api/assets/191962
|
||||
|
||||
"Tinker Bell and the Legend of the NeverBeast (2014)":
|
||||
title: "Tinker Bell and the Legend of the NeverBeast"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/191964
|
||||
|
||||
"Tinker Bell and the Pirate Fairy (2014)":
|
||||
title: "Tinker Bell and the Pirate Fairy"
|
||||
year: 2014
|
||||
url_poster: https://theposterdb.com/api/assets/191963
|
||||
|
||||
#Winnie The Pooh
|
||||
"The Many Adventures of Winnie the Pooh (1977)":
|
||||
title: "The Many Adventures of Winnie the Pooh"
|
||||
year: 1977
|
||||
url_poster: https://theposterdb.com/api/assets/191526
|
||||
|
||||
"Wild West Winnie (1983)":
|
||||
title: "Wild West Winnie"
|
||||
year: 1983
|
||||
url_poster: https://theposterdb.com/api/assets/192349
|
||||
|
||||
"Winnie the Pooh: Seasons of Giving (1999)":
|
||||
title: "Winnie the Pooh: Seasons of Giving"
|
||||
year: 1999
|
||||
url_poster: https://theposterdb.com/api/assets/192350
|
||||
|
||||
"The Tigger Movie (2000)":
|
||||
title: "The Tigger Movie"
|
||||
year: 2000
|
||||
url_poster: https://theposterdb.com/api/assets/192351
|
||||
|
||||
"Winnie the Pooh: A Very Merry Pooh Year (2002)":
|
||||
title: "Winnie the Pooh: A Very Merry Pooh Year"
|
||||
year: 2002
|
||||
url_poster: https://theposterdb.com/api/assets/190467
|
||||
|
||||
"Piglet's Big Movie (2003)":
|
||||
title: "Piglet's Big Movie"
|
||||
year: 2003
|
||||
url_poster: https://theposterdb.com/api/assets/192352
|
||||
|
||||
"Winnie the Pooh: Springtime with Roo (2004)":
|
||||
title: "Winnie the Pooh: Springtime with Roo"
|
||||
year: 2004
|
||||
url_poster: https://theposterdb.com/api/assets/192353
|
||||
|
||||
"Pooh's Heffalump Movie (2005)":
|
||||
title: "Pooh's Heffalump Movie"
|
||||
year: 2005
|
||||
url_poster: https://theposterdb.com/api/assets/192354
|
||||
|
||||
"Winnie the Pooh (2011)":
|
||||
title: "Winnie the Pooh"
|
||||
year: 2011
|
||||
url_poster: https://theposterdb.com/api/assets/191527
|
||||
|
||||
"Goodbye Christopher Robin (2017)":
|
||||
title: "Goodbye Christopher Robin"
|
||||
year: 2017
|
||||
url_poster: https://theposterdb.com/api/assets/191525
|
||||
|
||||
#Wreck-It Ralph
|
||||
"Wreck-It Ralph (2012)":
|
||||
title: "Wreck-It Ralph"
|
||||
year: 2012
|
||||
url_poster: https://theposterdb.com/api/assets/191435
|
||||
|
||||
"Ralph Breaks the Internet (2018)":
|
||||
title: "Ralph Breaks the Internet"
|
||||
year: 2018
|
||||
url_poster: https://theposterdb.com/api/assets/191436
|
||||
|
||||
@@ -164,3 +164,8 @@ metadata: #Posters found here https://theposterdb.com/set/98242
|
||||
title: "Disenchanted"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/288104
|
||||
|
||||
"Chip 'n Dale: Rescue Rangers (2022)":
|
||||
title: "Chip 'n Dale: Rescue Rangers"
|
||||
year: 2022
|
||||
url_poster: https://theposterdb.com/api/assets/237979
|
||||
|
||||
9
Frexe/TV-Shows/Metadata/Anime/Baki Hanma.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/300469
|
||||
|
||||
"Baki Hanma (2021)":
|
||||
year: 2021
|
||||
title: "Baki Hanma"
|
||||
url_poster: https://theposterdb.com/api/assets/300469
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/300470
|
||||
11
Frexe/TV-Shows/Metadata/Anime/Erased.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351571
|
||||
|
||||
"ERASED (2016)":
|
||||
year: 2016
|
||||
title: "ERASED"
|
||||
url_poster: https://theposterdb.com/api/assets/351571
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351572
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351573
|
||||
29
Frexe/TV-Shows/Metadata/Anime/Gintama.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351595
|
||||
|
||||
"Gintama (2006)":
|
||||
year: 2006
|
||||
title: "Gintama"
|
||||
url_poster: https://theposterdb.com/api/assets/351595
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351596
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351597
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/351598
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/351599
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/351600
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/351601
|
||||
6:
|
||||
url_poster: https://theposterdb.com/api/assets/351602
|
||||
7:
|
||||
url_poster: https://theposterdb.com/api/assets/351603
|
||||
8:
|
||||
url_poster: https://theposterdb.com/api/assets/351604
|
||||
9:
|
||||
url_poster: https://theposterdb.com/api/assets/351605
|
||||
10:
|
||||
url_poster: https://theposterdb.com/api/assets/351606
|
||||
9
Frexe/TV-Shows/Metadata/Anime/Golden time.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351631
|
||||
|
||||
"Golden Time (2013)":
|
||||
year: 2013
|
||||
title: "Golden Time"
|
||||
url_poster: https://theposterdb.com/api/assets/351631
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351632
|
||||
9
Frexe/TV-Shows/Metadata/Anime/Grand blue.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351640
|
||||
|
||||
"Grand Blue (2018)":
|
||||
year: 2018
|
||||
title: "Grand Blue"
|
||||
url_poster: https://theposterdb.com/api/assets/351640
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351641
|
||||
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351644
|
||||
|
||||
"Haven't You Heard? I'm Sakamoto (2016)":
|
||||
year: 2016
|
||||
title: "Haven't You Heard? I'm Sakamoto"
|
||||
url_poster: https://theposterdb.com/api/assets/351644
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351645
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351646
|
||||
9
Frexe/TV-Shows/Metadata/Anime/Horimiya.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351647
|
||||
|
||||
"Horimiya (2021)":
|
||||
year: 2021
|
||||
title: "Horimiya"
|
||||
url_poster: https://theposterdb.com/api/assets/351647
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351648
|
||||
@@ -1,15 +1,21 @@
|
||||
metadata: #Posters found here https://theposterdb.com/set/127545
|
||||
metadata: #Posters found here https://theposterdb.com/poster/297461
|
||||
|
||||
"Hunter x Hunter (2011)":
|
||||
"Hunter x Hunter (2011)":
|
||||
year: 2011
|
||||
title: "Hunter x Hunter"
|
||||
url_poster: https://theposterdb.com/api/assets/211528
|
||||
url_poster: https://theposterdb.com/api/assets/297461
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/211529
|
||||
url_poster: https://theposterdb.com/api/assets/297462
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/211530
|
||||
url_poster: https://theposterdb.com/api/assets/297463
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/211531
|
||||
url_poster: https://theposterdb.com/api/assets/297464
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/211532
|
||||
url_poster: https://theposterdb.com/api/assets/297465
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/297466
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/297467
|
||||
6:
|
||||
url_poster: https://theposterdb.com/api/assets/297468
|
||||
|
||||
11
Frexe/TV-Shows/Metadata/Anime/Hyouka.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351649
|
||||
|
||||
"Hyouka (2012)":
|
||||
year: 2012
|
||||
title: "Hyouka"
|
||||
url_poster: https://theposterdb.com/api/assets/351649
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351650
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351651
|
||||
21
Frexe/TV-Shows/Metadata/Anime/Initial D.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351657
|
||||
|
||||
"Initial D (1998)":
|
||||
year: 1998
|
||||
title: "Initial D"
|
||||
url_poster: https://theposterdb.com/api/assets/351657
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351658
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351659
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/351660
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/351661
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/351662
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/351663
|
||||
6:
|
||||
url_poster: https://theposterdb.com/api/assets/351664
|
||||
19
Frexe/TV-Shows/Metadata/Anime/Jojos Bizarre Adventure.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/295854
|
||||
|
||||
"JoJo's Bizarre Adventure (2012)":
|
||||
year: 2012
|
||||
title: "JoJo's Bizarre Adventure"
|
||||
url_poster: https://theposterdb.com/api/assets/295854
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/295855
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/295856
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/295857
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/295858
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/295859
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/295860
|
||||
9
Frexe/TV-Shows/Metadata/Anime/Katanagatari.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351711
|
||||
|
||||
"Katanagatari (2010)":
|
||||
year: 2010
|
||||
title: "Katanagatari"
|
||||
url_poster: https://theposterdb.com/api/assets/351711
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351712
|
||||
15
Frexe/TV-Shows/Metadata/Anime/Log horizon.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351719
|
||||
|
||||
"Log Horizon (2013)":
|
||||
year: 2013
|
||||
title: "Log Horizon"
|
||||
url_poster: https://theposterdb.com/api/assets/351719
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351720
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351721
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/351722
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/351723
|
||||
11
Frexe/TV-Shows/Metadata/Anime/Nierautomata-ver11a.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/315426
|
||||
|
||||
"NieR:Automata Ver1.1a (2023)":
|
||||
year: 2023
|
||||
title: "NieR:Automata Ver1.1a"
|
||||
url_poster: https://theposterdb.com/api/assets/315426
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/315427
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/315428
|
||||
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/315421
|
||||
|
||||
"The Misfit of Demon King Academy (2020)":
|
||||
year: 2020
|
||||
title: "The Misfit of Demon King Academy"
|
||||
url_poster: https://theposterdb.com/api/assets/315421
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/315422
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/315423
|
||||
11
Frexe/TV-Shows/Metadata/Anime/The god of high school.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351621
|
||||
|
||||
"The God of High School (2020)":
|
||||
year: 2020
|
||||
title: "The God of High School"
|
||||
url_poster: https://theposterdb.com/api/assets/351621
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351622
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351623
|
||||
9
Frexe/TV-Shows/Metadata/TV/1899.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/293636
|
||||
|
||||
"1899 (2022)":
|
||||
year: 2022
|
||||
title: "1899"
|
||||
url_poster: https://theposterdb.com/api/assets/293636
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/293637
|
||||
13
Frexe/TV-Shows/Metadata/TV/After life.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/330163
|
||||
|
||||
"After Life - Ricky Gervais (2019)":
|
||||
year: 2019
|
||||
title: "After Life - Ricky Gervais"
|
||||
url_poster: https://theposterdb.com/api/assets/330160
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/330161
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/330162
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/330163
|
||||
15
Frexe/TV-Shows/Metadata/TV/Black sails.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/330933
|
||||
|
||||
"Black Sails (2014)":
|
||||
year: 2014
|
||||
title: "Black Sails"
|
||||
url_poster: https://theposterdb.com/api/assets/330933
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/330934
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/330935
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/330936
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/330937
|
||||
35
Frexe/TV-Shows/Metadata/TV/Bobs burgers.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/351485
|
||||
|
||||
"Bob's Burgers (2011)":
|
||||
year: 2011
|
||||
title: "Bob's Burgers"
|
||||
url_poster: https://theposterdb.com/api/assets/351485
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/351486
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/351487
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/351488
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/351489
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/351490
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/351491
|
||||
6:
|
||||
url_poster: https://theposterdb.com/api/assets/351492
|
||||
7:
|
||||
url_poster: https://theposterdb.com/api/assets/351493
|
||||
8:
|
||||
url_poster: https://theposterdb.com/api/assets/351494
|
||||
9:
|
||||
url_poster: https://theposterdb.com/api/assets/351495
|
||||
10:
|
||||
url_poster: https://theposterdb.com/api/assets/351496
|
||||
11:
|
||||
url_poster: https://theposterdb.com/api/assets/351497
|
||||
12:
|
||||
url_poster: https://theposterdb.com/api/assets/351498
|
||||
13:
|
||||
url_poster: https://theposterdb.com/api/assets/351499
|
||||
11
Frexe/TV-Shows/Metadata/TV/Carksons Farm.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/330900
|
||||
|
||||
"Clarkson's Farm (2021)":
|
||||
year: 2021
|
||||
title: "Clarkson's Farm"
|
||||
url_poster: https://theposterdb.com/api/assets/330900
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/330901
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/330902
|
||||
@@ -320,6 +320,14 @@ metadata: #Posters found here https://theposterdb.com/poster/23936
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/262431
|
||||
|
||||
"Sweet Tooth (2021)":
|
||||
year: 2021
|
||||
title: "Sweet Tooth"
|
||||
url_poster: https://theposterdb.com/api/assets/345622
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/345623
|
||||
|
||||
"Peacemaker (2022)":
|
||||
year: 2022
|
||||
title: "Peacemaker"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
metadata:
|
||||
metadata: #Posters found here https://theposterdb.com/poster/325849
|
||||
|
||||
"Eureka (2006)":
|
||||
year: 2006
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/337438
|
||||
|
||||
"I Think You Should Leave with Tim Robinson (2019)":
|
||||
year: 2019
|
||||
title: "I Think You Should Leave with Tim Robinson"
|
||||
url_poster: https://theposterdb.com/api/assets/337438
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/337439
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/337440
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/337441
|
||||
9
Frexe/TV-Shows/Metadata/TV/Inside job.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/330941
|
||||
|
||||
"Inside Job (2021)":
|
||||
year: 2021
|
||||
title: "Inside Job"
|
||||
url_poster: https://theposterdb.com/api/assets/330941
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/330942
|
||||
11
Frexe/TV-Shows/Metadata/TV/Mayor of Kingstown.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/334215
|
||||
|
||||
"Mayor of Kingstown (2021)":
|
||||
year: 2021
|
||||
title: "Mayor of Kingstown"
|
||||
url_poster: https://theposterdb.com/api/assets/334215
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/334216
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/334217
|
||||
19
Frexe/TV-Shows/Metadata/TV/Money Heist.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/325898
|
||||
|
||||
"Money Heist (2017)":
|
||||
year: 2017
|
||||
title: "Money Heist"
|
||||
url_poster: https://theposterdb.com/api/assets/325898
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/325899
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/325900
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/325901
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/325902
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/325903
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/325904
|
||||
11
Frexe/TV-Shows/Metadata/TV/Nine perfect strangers.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/344336
|
||||
|
||||
"Nine Perfect Strangers (2021)":
|
||||
year: 2021
|
||||
title: "Nine Perfect Strangers"
|
||||
url_poster: https://theposterdb.com/api/assets/344336
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/344337
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/344339
|
||||
11
Frexe/TV-Shows/Metadata/TV/Raised by wolves.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/333004
|
||||
|
||||
"Raised by Wolves (2020)":
|
||||
year: 2020
|
||||
title: "Raised by Wolves"
|
||||
url_poster: https://theposterdb.com/api/assets/333004
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/333005
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/333006
|
||||
31
Frexe/TV-Shows/Metadata/TV/Shameless.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/345014
|
||||
|
||||
"Shameless (2011)":
|
||||
year: 2011
|
||||
title: "Shameless"
|
||||
url_poster: https://theposterdb.com/api/assets/345014
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/345015
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/345016
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/345017
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/345018
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/345019
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/345020
|
||||
6:
|
||||
url_poster: https://theposterdb.com/api/assets/345021
|
||||
7:
|
||||
url_poster: https://theposterdb.com/api/assets/345022
|
||||
8:
|
||||
url_poster: https://theposterdb.com/api/assets/345023
|
||||
9:
|
||||
url_poster: https://theposterdb.com/api/assets/345024
|
||||
10:
|
||||
url_poster: https://theposterdb.com/api/assets/345025
|
||||
11:
|
||||
url_poster: https://theposterdb.com/api/assets/345026
|
||||
13
Frexe/TV-Shows/Metadata/TV/Sky rojo.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/339126
|
||||
|
||||
"Sky Rojo (2021)":
|
||||
year: 2021
|
||||
title: "Sky Rojo"
|
||||
url_poster: https://theposterdb.com/api/assets/339126
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/339127
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/339128
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/339129
|
||||
15
Frexe/TV-Shows/Metadata/TV/Solar opposites.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/344350
|
||||
|
||||
"Solar Opposites (2020)":
|
||||
year: 2020
|
||||
title: "Solar Opposites"
|
||||
url_poster: https://theposterdb.com/api/assets/344350
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/344351
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/344352
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/344353
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/344354
|
||||
27
Frexe/TV-Shows/Metadata/TV/Suits.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/330409
|
||||
|
||||
"Suits (2011)":
|
||||
year: 2011
|
||||
title: "Suits"
|
||||
url_poster: https://theposterdb.com/api/assets/330409
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://theposterdb.com/api/assets/330410
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/330411
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/330412
|
||||
3:
|
||||
url_poster: https://theposterdb.com/api/assets/330413
|
||||
4:
|
||||
url_poster: https://theposterdb.com/api/assets/330414
|
||||
5:
|
||||
url_poster: https://theposterdb.com/api/assets/330415
|
||||
6:
|
||||
url_poster: https://theposterdb.com/api/assets/330416
|
||||
7:
|
||||
url_poster: https://theposterdb.com/api/assets/330417
|
||||
8:
|
||||
url_poster: https://theposterdb.com/api/assets/330418
|
||||
9:
|
||||
url_poster: https://theposterdb.com/api/assets/330419
|
||||
9
Frexe/TV-Shows/Metadata/TV/That dirty black bag.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/346157
|
||||
|
||||
"That Dirty Black Bag (2022)":
|
||||
year: 2022
|
||||
title: "That Dirty Black Bag"
|
||||
url_poster: https://theposterdb.com/api/assets/346157
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/346158
|
||||
9
Frexe/TV-Shows/Metadata/TV/Velma.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/333171
|
||||
|
||||
"Velma (2023)":
|
||||
year: 2023
|
||||
title: "Velma"
|
||||
url_poster: https://theposterdb.com/api/assets/333171
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/333172
|
||||
9
Frexe/TV-Shows/Metadata/TV/Wednesday.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
metadata: #Posters found here https://theposterdb.com/poster/292774
|
||||
|
||||
"Wednesday (2022)":
|
||||
year: 2022
|
||||
title: "Wednesday"
|
||||
url_poster: https://theposterdb.com/api/assets/292774
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/292775
|
||||
11
Frexe/TV-Shows/Metadata/TV/Yellowjackets.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
metadata: #Posters found here: https://theposterdb.com/poster/323147
|
||||
|
||||
"Yellowjackets (2021)":
|
||||
year: 2021
|
||||
title: "Yellowjackets"
|
||||
url_poster: https://theposterdb.com/api/assets/323147
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://theposterdb.com/api/assets/323148
|
||||
2:
|
||||
url_poster: https://theposterdb.com/api/assets/344814
|
||||
46
Frexe/TV-Shows/NetworkENG.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
templates:
|
||||
set:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: 000<<collection_name>>
|
||||
sync_mode: sync
|
||||
url_poster: <<poster>>
|
||||
|
||||
collections:
|
||||
|
||||
Apple TV+:
|
||||
template: { name: set, network: "2552", poster: https://theposterdb.com/api/assets/322100, }
|
||||
summary: "Apple TV+ is an American subscription streaming service owned and operated by Apple Inc. Launched on November 1, 2019, it offers a selection of original production film and television series called Apple Originals."
|
||||
|
||||
HBO:
|
||||
template: { name: set, network: "49", poster: https://theposterdb.com/api/assets/323584, }
|
||||
summary:
|
||||
|
||||
Channel 4:
|
||||
template: { name: set, network: "26", poster: https://theposterdb.com/api/assets/328981, }
|
||||
summary: "Channel 4 is a British free-to-air public broadcast television channel owned and operated by the state-owned Channel Four Television Corporation. It is publicly owned but, unlike the BBC, it receives no public funding and is instead funded entirely by its own commercial activities, including publicity."
|
||||
|
||||
Discovery+:
|
||||
template: { name: set, network: "4883, 4353", poster: https://theposterdb.com/api/assets/345090, }
|
||||
summary: "Discovery+ is an American streaming service owned by Warner Bros. Discovery . The service focuses on factual programming drawn from the libraries of Discovery's main channel brands, as well as original series (including spin-offs of programs from Discovery's television networks), and other acquired content."
|
||||
|
||||
FOX:
|
||||
template: { name: set, network: "19", poster: https://theposterdb.com/api/assets/327338, }
|
||||
summary: "Twenty-First Century Fox, Inc., doing business as 21st Century Fox (21CF), was an American multinational mass media and entertainment conglomerate that was based in Midtown Manhattan, New York City. It was one of the two companies formed on June 28, 2013, following a spin-off of the publishing assets of the old News Corporation as News Corp."
|
||||
|
||||
Hulu:
|
||||
template: { name: set, network: "453", poster: https://theposterdb.com/api/assets/326888, }
|
||||
summary: "Hulu LLC is an American subscription streaming service majority-owned by The Walt Disney Company, with Comcast's NBCUniversal holding a minority stake (until 2024) (1:2). It was launched on October 29, 2007 and it offers a library of films and television series from studios including 20th Century Studios, Searchlight Pictures, Disney Television Studios, ABC, Freeform, and FX Networks among others, as well as Hulu original programming."
|
||||
|
||||
Paramount+:
|
||||
template: { name: set, network: "4330, 5506, 6100, 2076", poster: https://theposterdb.com/api/assets/327988, }
|
||||
summary: "Paramount+ is an American subscription video on-demand service owned by Paramount Global. The service's content is drawn primarily from the libraries of CBS Media Ventures (including CBS Studios), Paramount Media Networks (formerly Viacom Media Networks and ViacomCBS Domestic Media Networks), and Paramount Pictures, while also including original series and films, live streaming sports coverage, and in the U.S., live streaming of local CBS broadcast stations."
|
||||
|
||||
Prime Video:
|
||||
template: { name: set, network: "1024", poster: https://theposterdb.com/api/assets/323914, }
|
||||
summary: "Amazon Prime Video, or simply Prime Video, is an American subscription video on-demand over-the-top streaming and rental service of Amazon offered as a standalone service or as part of Amazon's Prime subscription. The service primarily distributes films and television series produced by Amazon Studios and MGM Holdings or licensed to Amazon, as Amazon Originals, with the service also hosting content from other providers, content add-ons, live sporting events, and video rental and purchasing services."
|
||||
|
||||
TLC:
|
||||
template: { name: set, network: "84", poster: https://theposterdb.com/api/assets/357377, }
|
||||
summary: "TLC is an American cable television channel owned by Warner Bros. Discovery. First established in 1980 as The Learning Channel, it initially focused on educational and instructional programming."
|
||||
14
Frexe/TV-Shows/NetworkNOR.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
templates:
|
||||
set:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: 000<<collection_name>>
|
||||
sync_mode: sync
|
||||
url_poster: <<poster>>
|
||||
|
||||
collections:
|
||||
|
||||
Discovery+:
|
||||
template: { name: set, network: "4784", poster: https://theposterdb.com/api/assets/345090, }
|
||||
summary: "Discovery+ er en amerikansk strømmetjeneste som eies av Warner Bros. Discovery. Tjenesten fokuserer på faktaprogrammering hentet fra bibliotekene til Discoverys viktigste kanalmerker, samt originale serier og annet anskaffet innhold. Den ble først lansert i India 23. mars 2020."
|
||||
@@ -12,14 +12,6 @@ templates:
|
||||
sort_title: +<<collection_name>>
|
||||
summary: <<library_type>>s From the Streaming Service <<collection_name>>
|
||||
url_poster: https://theposterdb.com/api/assets/<<poster>>
|
||||
discovery:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?companies=co0834810
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
sort_title: +<<collection_name>>
|
||||
summary: <<library_type>>s From the Streaming Service <<collection_name>>
|
||||
url_poster: https://theposterdb.com/api/assets/<<poster>>
|
||||
|
||||
collections:
|
||||
AppleTVPlus:
|
||||
@@ -36,7 +28,7 @@ collections:
|
||||
template: {name: network, type: peacock, poster: 205411}
|
||||
Disney:
|
||||
template: {name: network, type: disney, poster: 204376}
|
||||
HBO:
|
||||
template: {name: network, type: hbomax, poster: 168825}
|
||||
Max:
|
||||
template: {name: network, type: max, poster: 168825}
|
||||
DiscoveryPlus:
|
||||
template: {name: discovery, poster: 220371}
|
||||
template: {name: network, type: discovery, poster: 220371}
|
||||
BIN
anon_fawkes/overlays/images/Max-Round.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
anon_fawkes/overlays/images/Max-Square.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
@@ -49,11 +49,12 @@ queues:
|
||||
horizontal_align: center
|
||||
vertical_offset: 10
|
||||
vertical_align: bottom
|
||||
- horizontal_offset: 360 # This is the third position
|
||||
- horizontal_offset: 360 # This is the fourth position
|
||||
horizontal_align: center
|
||||
vertical_offset: 10
|
||||
vertical_align: bottom
|
||||
|
||||
|
||||
templates:
|
||||
Streaming:
|
||||
optional:
|
||||
@@ -61,12 +62,14 @@ templates:
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: right
|
||||
horizontal_align: center
|
||||
vertical_offset: 15
|
||||
vertical_align: bottom
|
||||
weight_<<key>>: <<weight>>
|
||||
style: Round
|
||||
ignore_blank_results: true
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/plexmetamanager/<<type>>-<<library_type>>s/
|
||||
overlay:
|
||||
name: <<overlay_name>>
|
||||
queue: stream
|
||||
@@ -80,67 +83,82 @@ templates:
|
||||
|
||||
overlays:
|
||||
STREAMBLANK:
|
||||
template:
|
||||
- name: Streaming
|
||||
template: {name: Streaming, type: netflix}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK1:
|
||||
template: {name: Streaming, type: amazon}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK2:
|
||||
template: {name: Streaming, type: hulu}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK3:
|
||||
template: {name: Streaming, type: paramount}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK4:
|
||||
template: {name: Streaming, type: peacock}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK5:
|
||||
template: {name: Streaming, type: discovery}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK6:
|
||||
template: {name: Streaming, type: disney}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK7:
|
||||
template: {name: Streaming, type: max}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
|
||||
STREAMBLANK8:
|
||||
template: {name: Streaming, type: appletv}
|
||||
overlay:
|
||||
name: STREAMBLANK
|
||||
git: anon_fawkes/overlays/images/STREAMBLANK
|
||||
plex_search:
|
||||
validate: false
|
||||
any:
|
||||
collection:
|
||||
- AppleTVPlus
|
||||
- Prime
|
||||
- Hulu
|
||||
- Paramount
|
||||
- Peacock
|
||||
- DiscoveryPlus
|
||||
- Disney
|
||||
- HBO
|
||||
- Netflix
|
||||
|
||||
Netflix:
|
||||
template: {name: Streaming, weight: 900, slug: netflix}
|
||||
plex_search:
|
||||
all:
|
||||
collection: Netflix
|
||||
template: {name: Streaming, weight: 900, slug: netflix, type: netflix}
|
||||
|
||||
Prime:
|
||||
template: {name: Streaming, weight: 800, slug: prime}
|
||||
plex_search:
|
||||
all:
|
||||
collection: Prime
|
||||
template: {name: Streaming, weight: 800, slug: prime, type: amazon}
|
||||
|
||||
Hulu:
|
||||
template: {name: Streaming, weight: 700, slug: hulu}
|
||||
plex_search:
|
||||
all:
|
||||
collection: Hulu
|
||||
template: {name: Streaming, weight: 700, slug: hulu, type: hulu}
|
||||
|
||||
Paramount:
|
||||
template: {name: Streaming, weight: 600, slug: paramount}
|
||||
plex_search:
|
||||
all:
|
||||
collection: Paramount
|
||||
template: {name: Streaming, weight: 600, slug: paramount, type: paramount}
|
||||
|
||||
Peacock:
|
||||
template: {name: Streaming, weight: 500, slug: peacock}
|
||||
plex_search:
|
||||
all:
|
||||
collection: Peacock
|
||||
template: {name: Streaming, weight: 500, slug: peacock, type: peacock}
|
||||
|
||||
DiscoveryPlus:
|
||||
template: {name: Streaming, weight: 400, slug: discovery}
|
||||
plex_search:
|
||||
all:
|
||||
collection: DiscoveryPlus
|
||||
template: {name: Streaming, weight: 400, slug: discovery, type: discovery}
|
||||
|
||||
Disney:
|
||||
template: {name: Streaming, weight: 300, slug: disney}
|
||||
plex_search:
|
||||
all:
|
||||
collection: Disney
|
||||
HBO:
|
||||
template: {name: Streaming, weight: 200, slug: hbo}
|
||||
plex_search:
|
||||
all:
|
||||
collection: HBO
|
||||
template: {name: Streaming, weight: 300, slug: disney, type: disney}
|
||||
|
||||
Max:
|
||||
template: {name: Streaming, weight: 200, slug: max, type: max}
|
||||
|
||||
AppleTVPlus:
|
||||
template: {name: Streaming, weight: 100, slug: apple}
|
||||
plex_search:
|
||||
all:
|
||||
collection: AppleTVPlus
|
||||
template: {name: Streaming, weight: 100, slug: apple, type: appletv}
|
||||
@@ -15,6 +15,74 @@ Unzip the fonts into `config/metadata/overlays/fonts/` to use this config withou
|
||||
|
||||
You can put the fonts elsewhere, but if you choose to do that, you will need to adjust the ratings section (rating1_font:, rating2_font:, rating3_font:) of the overlays within the config.yml file to point to the location you chose.
|
||||
|
||||
I also prefer to have a copy of the local assets so that if I need to recover to the original posters, they are there. I use grab-all-posters.py from chazlarson's repo to help with that: https://github.com/chazlarson/Media-Scripts/tree/main/Plex-Meta-Manager and the following in my .env:
|
||||
```
|
||||
ARTWORK=1
|
||||
BACKGROUND_NAME=background
|
||||
CAST_DEPTH=100
|
||||
CURRENT_POSTER_DIR=\\nzwhs01\data\media\posters\
|
||||
DELAY=1
|
||||
KEEP_COLLECTIONS=bing,bang # List of collections to keep
|
||||
INCLUDE_COLLECTION_ARTWORK=1 # should get-all-posters retrieve collection posters?
|
||||
ONLY_COLLECTION_ARTWORK=0 # should get-all-posters retrieve ONLY collection posters?
|
||||
GRAB_SEASONS=1 # should get-all-posters retrieve season posters?
|
||||
GRAB_EPISODES=1 # should get-all-posters retrieve episode posters? [requires GRAB_SEASONS]
|
||||
GRAB_BACKGROUNDS=1 # should get-all-posters retrieve backgrounds?
|
||||
ONLY_CURRENT=1 # should get-all-posters retrieve ONLY current artwork?
|
||||
LOCAL_RESET_ARCHIVE=1 # should reset-posters-tmdb keep a local archive of posters?
|
||||
USE_ASSET_NAMING=1 # should grab-all-posters name images to match PMM's Asset Directory requirements?
|
||||
USE_ASSET_FOLDERS=1 # should those PMM-Asset-Directory names use asset folders?
|
||||
ASSETS_BY_LIBRARIES=1 # should those PMM-Asset-Directory images be sorted into library folders?
|
||||
ASSET_DIR=assets # top-level directory for those PMM-Asset-Directory images
|
||||
GRAB_EPISODES=1
|
||||
GRAB_SEASONS=1
|
||||
GRAB_BACKGROUNDS=0
|
||||
KEEP_JUNK=0
|
||||
TRACK_COMPLETION=0
|
||||
INCLUDE_COLLECTION_ARTWORK=0
|
||||
KEEP_COLLECTIONS=bing,bang
|
||||
LIBRARY_MAP={"LIBRARY_ON_PLEX":"LIBRARY_ON_TARGET_PLEX", ...}
|
||||
LIBRARY_NAMES=TV Shows, Movies
|
||||
LOCAL_RESET_ARCHIVE=1
|
||||
NAME_IN_TITLE=1
|
||||
ONLY_COLLECTION_ARTWORK=0
|
||||
PLEX_OWNER=bullmoose
|
||||
PLEX_PATHS=0
|
||||
PLEX_TOKEN='(redacted)'
|
||||
PLEX_URL='http://192.168.2.242:32400'
|
||||
POSTER_CONSOLIDATE=0
|
||||
POSTER_DEPTH=0
|
||||
POSTER_DIR=extracted_posters
|
||||
POSTER_DOWNLOAD=1
|
||||
POSTER_NAME=poster
|
||||
REMOVE_LABELS=1
|
||||
RESET_EPISODES=1
|
||||
RESET_SEASONS=1
|
||||
TARGET_LABELS=bing,bang,boing
|
||||
TMDB_KEY=(redacted)
|
||||
TARGET_PLEX_OWNER=yournamehere
|
||||
TARGET_PLEX_TOKEN=PLEX-TOKEN-TWO
|
||||
TARGET_PLEX_URL=https://plex.otherdomain.tld
|
||||
TOP_COUNT=10
|
||||
TRACK_RESET_STATUS=1
|
||||
TVDB_KEY=TVDB_V4_API_KEY
|
||||
UNDO=0
|
||||
LOG_FILE_ACTIONS=1
|
||||
OPTIMIZE_DB=0
|
||||
PERSON_DEPTH=10
|
||||
DB_PATH=\\NZWHS01\appdata\plex\Plug-in Support\Databases
|
||||
DELETE=0
|
||||
DIR_PATH=\\NZWHS01\appdata\plex\Metadata
|
||||
EMPTY_TRASH=0
|
||||
CLEAN_BUNDLES=0
|
||||
RENAME=0
|
||||
TC_DEL=0
|
||||
TC_PATH=\\NZWHS01\appdata\plex\Cache\PhotoTranscoder
|
||||
TMP_DIR=c:\folder\plex_db
|
||||
SLEEP=60
|
||||
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
Feel free to ask me questions in the PMM Discord channel.
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
### Must be on NIGHTLY 1.17.3-develop188 or greater
|
||||
### Must be on DEVELOP 1.19.0 or greater
|
||||
libraries:
|
||||
Movies: # Must match a library name in your Plex
|
||||
report_path: config/missing/Movies_report.yml
|
||||
template_variables:
|
||||
sep_style: gray # use the gray separators globally for this library
|
||||
collection_mode: hide # hide the collections
|
||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have tranlsated
|
||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
||||
placeholder_imdb_id: tt8579674 # 1917 (2019) placeholder id for the separators
|
||||
metadata_path:
|
||||
- pmm: based # collections based on a book, comic, story, video game
|
||||
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Testing only)
|
||||
# - file: config/metadata/both/aspect.yml # Creates collections based on aspect ratio of media item
|
||||
- git: bullmoose20/movies_refresh # tells plex to refresh media items added within the last 7 days
|
||||
- pmm: separator_award # An "index card"
|
||||
- pmm: bafta # BAFTA Awards
|
||||
@@ -28,12 +31,12 @@ libraries:
|
||||
- pmm: golden # Golden Globes Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: 1943
|
||||
starting: 1944
|
||||
ending: current_year
|
||||
- pmm: oscars # The Oscars
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: 1927
|
||||
starting: 1928
|
||||
ending: current_year
|
||||
- pmm: other_award # Other award collections
|
||||
- pmm: spirit # Independent Spirit Awards
|
||||
@@ -57,20 +60,35 @@ libraries:
|
||||
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.)
|
||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
||||
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||
- pmm: actor
|
||||
template_variables:
|
||||
collection_section: "001"
|
||||
use_separator: false
|
||||
style: diiivoycolor
|
||||
name_format: "🎂 Anniversaire de <<key_name>>"
|
||||
translation_key: birthday
|
||||
sort_by: audience_rating.desc
|
||||
title_format: <<key_name>>'s Birthday
|
||||
data:
|
||||
depth: 20
|
||||
limit: 100
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- pmm: actor # Actors
|
||||
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
style: signature
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- pmm: director # Directors
|
||||
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
style: signature
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- pmm: producer # Producers
|
||||
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
exclude: # ever have some random person... you can exclude them if you want
|
||||
- Jeremy Kleiner
|
||||
- Thomas Hayslip
|
||||
@@ -79,17 +97,22 @@ libraries:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- pmm: writer # Writers
|
||||
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
exclude: # ever have some random person... you can exclude them if you want
|
||||
- Donald Kaufman
|
||||
style: signature
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||
- pmm: content_rating_us # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||
- pmm: content_rating_uk # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- pmm: genre # Action, Comedy, Drama, etc.
|
||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
template_variables:
|
||||
style: standards
|
||||
# template_variables:
|
||||
# style: standards
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- pmm: studio_anime # Anime Studios etc.
|
||||
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
@@ -100,7 +123,7 @@ libraries:
|
||||
ending: current_year
|
||||
- pmm: country # Country associated to the media item
|
||||
- pmm: decade # Decade the media item was released
|
||||
# - pmm: franchise
|
||||
# - pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise.html#franchise-collections
|
||||
# template_variables:
|
||||
# minimum_items: 2
|
||||
# delete_below_minimum: true
|
||||
@@ -124,10 +147,13 @@ libraries:
|
||||
- remove_overlays: false # Set to true if you want to remove overlays
|
||||
- reapply_overlays: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
||||
# - reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||
# - file: config/metadata/overlays/aspect.yml # Creates overlays based on aspect ratio of media item
|
||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||
- pmm: commonsense # Age 2+, Age 14+, etc.
|
||||
# - pmm: direct_play
|
||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||
- pmm: content_rating_us_movie # US MPAA content ratings
|
||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - pmm: direct_play # Show direct play only overlay
|
||||
- pmm: flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left
|
||||
template_variables:
|
||||
position: left
|
||||
@@ -173,16 +199,23 @@ libraries:
|
||||
- pmm: resolution # 4K HDR, 1080P FHD, etc.
|
||||
- pmm: ribbon # Used for ribbon in bottom right
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||
# template_variables:
|
||||
# back_color: "#f5289180"
|
||||
# vertical_offset: 0
|
||||
# horizontal_offset: 0
|
||||
# back_width: 2000
|
||||
# back_height: 3000
|
||||
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/movies/
|
||||
prioritize_assets: true
|
||||
- config/assets/Movies/
|
||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||
|
||||
operations:
|
||||
split_duplicates: false
|
||||
assets_for_all: false
|
||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||
assets_for_all: false # Search in assets for images for every item in your library
|
||||
delete_unmanaged_collections: true # Any manually added collection outside of PMM will be deleted
|
||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||
@@ -190,7 +223,7 @@ libraries:
|
||||
mass_genre_update: tmdb # Update all genres from tmdb
|
||||
mass_content_rating_update: mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age
|
||||
mass_originally_available_update: tmdb # Update all original available date from tmdb
|
||||
mass_imdb_parental_labels: without_none
|
||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||
|
||||
TV Shows: # Must match a library name in your Plex
|
||||
@@ -198,10 +231,14 @@ libraries:
|
||||
template_variables:
|
||||
sep_style: gray # use the gray separators globally for this library
|
||||
collection_mode: hide # hide the collections
|
||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have tranlsated
|
||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
||||
placeholder_imdb_id: tt1190634 # The Boys (2019) placeholder id for the separators
|
||||
metadata_path:
|
||||
- git: bullmoose20/tv_refresh # tells plex to refresh media items added within the last 7 days
|
||||
- pmm: based # collections based on a book, comic, story, video game
|
||||
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Test g only)
|
||||
# - file: config/metadata/both/aspect.yml # Creates collections based on aspect ratio of media item
|
||||
- git: bullmoose20/money_heist # Custom metadata file for Money Heist
|
||||
- git: bullmoose20/tv_refresh # Tells plex to refresh media items added within the last 7 days
|
||||
- pmm: separator_award # An "index card"
|
||||
- pmm: choice # Critic's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
@@ -211,12 +248,12 @@ libraries:
|
||||
- pmm: golden # Golden Globes Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: 1943
|
||||
starting: 1944
|
||||
ending: current_year
|
||||
- pmm: emmy # Emmy Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: 1947
|
||||
starting: 1948
|
||||
ending: current_year
|
||||
- pmm: separator_chart # An "index card"
|
||||
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
@@ -229,8 +266,25 @@ libraries:
|
||||
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.)
|
||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
||||
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||
- pmm: actor
|
||||
template_variables:
|
||||
collection_section: "001"
|
||||
use_separator: false
|
||||
style: diiivoycolor
|
||||
name_format: "🎂 Anniversaire de <<key_name>>"
|
||||
translation_key: birthday
|
||||
sort_by: audience_rating.desc
|
||||
title_format: <<key_name>>'s Birthday
|
||||
exclude: # ever have some random person... you can exclude them if you want
|
||||
- Macy Nyman
|
||||
data:
|
||||
depth: 20
|
||||
limit: 100
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- pmm: actor # Actors
|
||||
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||
exclude: # ever have some random person... you can exclude them if you want
|
||||
- Macy Nyman
|
||||
style: signature
|
||||
@@ -239,10 +293,13 @@ libraries:
|
||||
limit: 15
|
||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||
- pmm: content_rating_us # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||
- pmm: content_rating_uk # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- pmm: genre # Action, Comedy, Drama, etc.
|
||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
template_variables:
|
||||
style: standards
|
||||
# template_variables:
|
||||
# style: standards
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- pmm: studio_anime # Anime Studios etc.
|
||||
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
@@ -253,13 +310,23 @@ libraries:
|
||||
ending: current_year
|
||||
- pmm: country # Country associated to the media item
|
||||
- pmm: decade # Decade the media item was released
|
||||
# - pmm: franchise
|
||||
# - pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise.html#franchise-collections
|
||||
# template_variables:
|
||||
# minimum_items: 2
|
||||
# delete_below_minimum: true
|
||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
overlay_path:
|
||||
- remove_overlays: false # Set to true if you want to remove overlays
|
||||
- reapply_overlays: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
||||
# - reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||
# - file: config/metadata/overlays/aspect.yml # Creates aspect ratio overlay
|
||||
# - file: config/metadata/overlays/aspect.yml
|
||||
# template_variables:
|
||||
# overlay_level: episode
|
||||
# - file: config/metadata/overlays/aspect.yml
|
||||
# template_variables:
|
||||
# overlay_level: season
|
||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
- pmm: audio_codec
|
||||
template_variables:
|
||||
@@ -267,20 +334,49 @@ libraries:
|
||||
- pmm: audio_codec
|
||||
template_variables:
|
||||
overlay_level: season
|
||||
- pmm: commonsense # Age 2+, Age 14+, etc. and works with overlay_level show, episode, and season
|
||||
- pmm: commonsense
|
||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||
# - pmm: content_rating_uk
|
||||
# template_variables:
|
||||
# overlay_level: episode
|
||||
# - pmm: content_rating_uk
|
||||
# template_variables:
|
||||
# overlay_level: season
|
||||
- pmm: content_rating_us_show # US MPAA content ratings
|
||||
- pmm: content_rating_us_show
|
||||
template_variables:
|
||||
overlay_level: episode
|
||||
- pmm: commonsense
|
||||
- pmm: content_rating_us_show
|
||||
template_variables:
|
||||
overlay_level: season
|
||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - pmm: commonsense
|
||||
# template_variables:
|
||||
# overlay_level: episode
|
||||
# - pmm: commonsense
|
||||
# template_variables:
|
||||
# overlay_level: season
|
||||
# - pmm: direct_play
|
||||
# - pmm: direct_play
|
||||
# template_variables:
|
||||
# overlay_level: episode
|
||||
# template_variables:
|
||||
# overlay_level: episode
|
||||
# - pmm: direct_play
|
||||
# template_variables:
|
||||
# overlay_level: season
|
||||
# template_variables:
|
||||
# overlay_level: season
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- pmm: studio
|
||||
template_variables:
|
||||
overlay_level: episode
|
||||
- pmm: studio
|
||||
template_variables:
|
||||
overlay_level: season
|
||||
- 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
|
||||
template_variables:
|
||||
overlay_level: episode
|
||||
@@ -314,6 +410,13 @@ libraries:
|
||||
use_subtitles: true
|
||||
overlay_level: season
|
||||
- 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
|
||||
template_variables:
|
||||
overlay_level: episode
|
||||
- pmm: network
|
||||
template_variables:
|
||||
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
|
||||
template_variables:
|
||||
rating1: user
|
||||
@@ -358,31 +461,29 @@ libraries:
|
||||
- pmm: resolution
|
||||
template_variables:
|
||||
overlay_level: season
|
||||
- pmm: ribbon # Used for ribbon in bottom right and works with overlay_level show and season
|
||||
- pmm: ribbon
|
||||
template_variables:
|
||||
overlay_level: season
|
||||
- pmm: ribbon # Used for ribbon in bottom right
|
||||
- pmm: runtimes # Runtime information in bottom right and works with overlay_level episode
|
||||
template_variables:
|
||||
overlay_level: episode
|
||||
- pmm: status # Airing, Returning, Ended, Canceled and works with overlay_level show
|
||||
# template_variables:
|
||||
# last: 110
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc. and works with overlay_level show, episode, and season
|
||||
- pmm: streaming
|
||||
template_variables:
|
||||
overlay_level: episode
|
||||
- pmm: streaming
|
||||
template_variables:
|
||||
overlay_level: season
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||
template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
overlay_level: episode
|
||||
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||
template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
overlay_level: season
|
||||
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||
template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
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
|
||||
@@ -393,12 +494,12 @@ libraries:
|
||||
overlay_level: season
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv/
|
||||
prioritize_assets: true
|
||||
- config/assets/TV Shows/
|
||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||
|
||||
operations:
|
||||
split_duplicates: false
|
||||
assets_for_all: false
|
||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||
assets_for_all: false # Search in assets for images for every item in your library
|
||||
delete_unmanaged_collections: true # Any manually added collection outside of PMM will be deleted
|
||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||
@@ -408,7 +509,7 @@ libraries:
|
||||
mass_originally_available_update: tmdb # Update all original available date from tmdb
|
||||
mass_episode_critic_rating_update: imdb # Update critic ratings with imdb for episodes
|
||||
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
||||
mass_imdb_parental_labels: without_none
|
||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||
playlist_files:
|
||||
- pmm: playlist
|
||||
@@ -452,13 +553,15 @@ settings: # Can be individually specif
|
||||
custom_repo:
|
||||
verify_ssl: true
|
||||
check_nightly: true
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: notifiarr
|
||||
run_start: notifiarr
|
||||
run_end: notifiarr
|
||||
playlist_exclude_users:
|
||||
webhooks: (redacted)
|
||||
error: (redacted)
|
||||
run_start: (redacted)
|
||||
run_end: (redacted)
|
||||
changes:
|
||||
- notifiarr
|
||||
version:
|
||||
delete:
|
||||
plex: # Can be individually specified per library as well; REQUIRED for the script to run
|
||||
url: (redacted)
|
||||
token: (redacted)
|
||||
@@ -496,6 +599,7 @@ radarr: # Can be individually specified
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
upgrade_existing: false
|
||||
ignore_cache: false
|
||||
sonarr: # Can be individually specified per library as well
|
||||
url: (redacted)
|
||||
token: (redacted)
|
||||
@@ -513,9 +617,14 @@ sonarr: # Can be individually specified
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
upgrade_existing: false
|
||||
ignore_cache: false
|
||||
anidb:
|
||||
password: z^(redacted)*(redacted)
|
||||
username: bullmoose20
|
||||
password: (redacted)
|
||||
username: (redacted)
|
||||
client: (redacted)
|
||||
version: (redacted)
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
############################################
|
||||
trakt:
|
||||
client_id: (redacted)
|
||||
@@ -523,19 +632,20 @@ trakt:
|
||||
authorization:
|
||||
access_token: (redacted)
|
||||
token_type: Bearer
|
||||
expires_in: 7889238
|
||||
expires_in: 7889237
|
||||
refresh_token: (redacted)
|
||||
scope: public
|
||||
created_at: 1666127087
|
||||
created_at: 1682103376
|
||||
pin:
|
||||
############################################
|
||||
############################################
|
||||
mal:
|
||||
client_id: (redacted)
|
||||
client_secret: (redacted)
|
||||
authorization:
|
||||
access_token: (redacted)
|
||||
token_type: Bearer
|
||||
expires_in: 2678400
|
||||
expires_in: 2592000
|
||||
refresh_token: (redacted)
|
||||
localhost_url:
|
||||
cache_expiration: 60
|
||||
|
||||
|
||||
205
bullmoose20/money_heist.yml
Normal file
@@ -0,0 +1,205 @@
|
||||
metadata:
|
||||
327417:
|
||||
seasons:
|
||||
1:
|
||||
episodes:
|
||||
1:
|
||||
summary: "The Professor recruits a young female robber and seven other criminals for a grand heist, targeting the Royal Mint of Spain."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/sPzQIZQn8V4GyXHbIEPzNWIFSkh.jpg
|
||||
2:
|
||||
summary: "Hostage negotiator Raquel makes initial contact with the Professor. One of the hostages is a crucial part of the thieves' plans."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/6x8FbMaFP2gQZPoGT21KpDHWH5I.jpg
|
||||
3:
|
||||
summary: "Police grab an image of the face of one of the robbers. Raquel is suspicious of the gentleman she meets at a bar."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/yPWMTENl8vGHXuckVcSUfXTcKEm.jpg
|
||||
4:
|
||||
summary: "Raquel suffers a personal crisis with her ex. The hostages are frightened by the gunshots they overheard. The thieves argue among themselves."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/lBsTymYrk7DsnYlrHyWQ8JiT0wV.jpg
|
||||
5:
|
||||
summary: "The thieves let a medical team enter the Mint, and an undercover policeman sneaks in with them. Can the Professor stay one step ahead of Raquel?"
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/ows2pUj3S9LHPmoeL0uViLTDPZn.jpg
|
||||
6:
|
||||
summary: "Mónica's condition worsens. The Professor enjoys the spoils of his latest trick. Río is disturbed by news he sees on the television."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/hJoPcmCXB9WtihoBjlHD567PPSb.jpg
|
||||
7:
|
||||
summary: "A break in the investigation and a mistake by one of the thieves puts the Professor at serious risk of being discovered."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/hXld4b0GuqlZZFZlG86RRLsTAcg.jpg
|
||||
8:
|
||||
summary: "Tokyo catches Alison chatting with Río and confronts her. The police suspect a spy is in their midst."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/w7JVqdrnBGqKcrW8dKBmJjitaAH.jpg
|
||||
9:
|
||||
summary: "The Professor races to stop a witness from identifying him. Berlín seeks revenge once his own name is revealed and slandered in the press."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/wTCY4Ts6qJlen1aGpITkiN1FEpJ.jpg
|
||||
10:
|
||||
summary: "Raquel enters the Mint to ascertain that all of the hostages are still alive and well. Nairobi gives Alison advice."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/xrJMPSlBcE3pyyE5Kc85HO7XXpu.jpg
|
||||
11:
|
||||
summary: "Ángel and Raquel question each other's loyalties. Mónica makes a move on Denver. Río is faced with a difficult decision."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/o6xyD8VY5ap38kXhuKPwGGw2NPo.jpg
|
||||
12:
|
||||
summary: "Arturo continues to formulate an escape plan for a group of hostages. The Professor reveals who gave him the idea for the heist."
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/i2sHJ8dNefoBB15RcOMQwUjxgrP.jpg
|
||||
13:
|
||||
summary: "The Professor meets Raquel's mother under stressful circumstances. At the Mint, the thieves offer the hostages a decision: money or freedom?"
|
||||
originally_available: 2017-12-20
|
||||
url_poster: https://www.themoviedb.org/t/p/original/tlCcnUQmXOVSMvze52CNLmvgIeW.jpg
|
||||
2:
|
||||
episodes:
|
||||
1:
|
||||
summary: "As forensic experts comb the Toledo country house for DNA, the Professor loses control. Inside the Mint, the robbers' nerves reach a breaking point."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/7bNPcst124woLRSsvmQ6DGpHFI0.jpg
|
||||
2:
|
||||
summary: "The police interrogate the first robber to be captured. Furious over Berlín's recent actions, Río takes a stand against him."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/tNIQdKqZHrrb3aTBmYSHnbocVsK.jpg
|
||||
3:
|
||||
summary: "Hoping to learn the Professor's identity, Raquel appeals to her captive's emotions. A punishment for ´high treason´ sparks a revolt among the robbers."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/xpHOhiqil45iPIB5toMurzGO1qW.jpg
|
||||
4:
|
||||
summary: "Recognizing their plan isn't working out, the robbers instead aim to win over the public via the press. Raquel plots a trap to capture the Professor."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/d20hjaLdfCn9MHZVECwxMNDvxP0.jpg
|
||||
5:
|
||||
summary: "Arturo tries to set another escape plan in motion. During a conversation with Salva, Raquel spots a tiny detail that gets her mind racing."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/l3juyigXsPRF3tkR1IKDr1FG26f.jpg
|
||||
6:
|
||||
summary: "After confessing a long-held secret, Moscow loses his son's trust. A contingency plan to free Tokyo hits a snag, forcing her to improvise."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/oearLYAxR0yUyP8QJmqrpmQsS6.jpg
|
||||
7:
|
||||
summary: "With one of their own critically injured, the robbers race against time to save his life. During a moment alone, Ariadna makes a confession to Mónica."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/kbNZzujd537BFg2pqKrnKhBVoqG.jpg
|
||||
8:
|
||||
summary: "After being removed from the case due to her relationship with the Professor, Raquel sets out to conduct her own search for the mastermind."
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/jCwAKF53ExQde0DgcliPcAezPyI.jpg
|
||||
9:
|
||||
summary: "As the police enter the Mint, Berlín leads the robbers in a final showdown. Will they escape with the 984 million euros—and with their lives intact?"
|
||||
originally_available: 2018-04-06
|
||||
url_poster: https://www.themoviedb.org/t/p/original/iX6hcSZpzH9R19xEEdgTn81xLak.jpg
|
||||
3:
|
||||
episodes:
|
||||
1:
|
||||
summary: "When Rio is captured, a distraught Tokyo turns to the Professor for help. Armed with a bold new plan, they reunite the team in order to rescue him."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/vHrz83swVVJ8iPmK3DcsfIzGxVf.jpg
|
||||
2:
|
||||
summary: "The Professor recruits Martin to put his brother's plan into action and target the Bank of Spain. First step? Create total chaos."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/wg7nd7r0Iptr2W8kW37OSed1C4q.jpg
|
||||
3:
|
||||
summary: "Tokyo and Nairobi's efforts go drastically awry. The Professor recalls Berlin detailing how they'd steal the gold from the water-logged vault."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/aZ9Ipswcn8UzeR15G0gahUCX0eM.jpg
|
||||
4:
|
||||
summary: "Tamayo's breaches of protocol surprise the Professor. Bogota calms Denver's anxieties. With time running out, Palermo initiates the ´Flipper´ plan."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/z0EfI5uIhU3i72AvN0BypDJvaCn.jpg
|
||||
5:
|
||||
summary: "The Professor shocks officials with his latest stunt, but in response, a new inspector rattles Raquel. Palermo and Nairobi get into a heated argument."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/zZmgnMUdb0WadXK45k3zYjnEhnL.jpg
|
||||
6:
|
||||
summary: "Just as Inspector Sierra orchestrates a plan to sneak a team into the Bank of Spain, the Professor and Raquel lose communication with Palermo."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/xwC5rYKGxmmgQSyl5CdsZrinc7W.jpg
|
||||
7:
|
||||
summary: "Tokyo's happiness turns bittersweet. Angel closes in on a quarreling Raquel and the Professor. Authorities offer a multimillion-dollar reward for tips."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/rdEe6T90dIwwvbY0S7lvMRuiW54.jpg
|
||||
8:
|
||||
summary: "Tokyo attempts to drown her sorrows. Sierra uses personal tactics to target a vulnerable Nairobi, while Suarez continues to hunt down Raquel."
|
||||
originally_available: 2019-07-19
|
||||
url_poster: https://www.themoviedb.org/t/p/original/eCPX3gwiC1I9rklbnpFczLgH1c8.jpg
|
||||
4:
|
||||
episodes:
|
||||
1:
|
||||
summary: "Anger and grief heighten tensions between the group. The Professor, while in mourning, attempts to make a daring and dangerous escape."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/6M4lJXIRAwWBH9C2cZfm6YjwV9o.jpg
|
||||
2:
|
||||
summary: "Palermo shocks the group with his actions. Sierra pressures her subject to take a deal. The Professor remembers his brother's wedding."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/5SBoRUwJd1gEZpdTzE3FE1MfQJM.jpg
|
||||
3:
|
||||
summary: "The Professor's mole attempts to pass along his message to the person inside the tent. Denver's jealousy toward Mónica and Rio's friendship heightens."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/f8X4FBmSFeZMFQd7eppYzegxNTB.jpg
|
||||
4:
|
||||
summary: "In the past, Berlin predicts that Gandía will cause problems for the operation. Sierra's interrogation of Lisboa leads to a personal revelation."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/n2bwgzPiPD834xqmN1PaD2RGQis.jpg
|
||||
5:
|
||||
summary: "Denver turns to an undercover source for help. Nairobi attempts to motivate her team as the danger around them intensifies."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/5GeudJkpHc0TuCmF59wah8oWyVj.jpg
|
||||
6:
|
||||
summary: "With Nairobi held hostage, Gandía negotiates with the crew. The Professor desperately seeks a new plan to save his team."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/etw1tw6CoJciWKhsQOqCdYY61sg.jpg
|
||||
7:
|
||||
summary: "The group reels following the attack on one of their own. The Professor puts his adjusted plan in motion with the help of new recruits and Palermo."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/8Wux83X2Ff6q1z3bItIuUpuQdlz.jpg
|
||||
8:
|
||||
summary: "The Professor, Benjamin and the others attempt to free Lisboa. Tokyo's anger threatens her faith in the plan. Sierra takes matters into her own hands."
|
||||
originally_available: 2020-04-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/tTmzHsIA2tsLYIK9lHTRLvBpZqs.jpg
|
||||
5:
|
||||
episodes:
|
||||
1:
|
||||
summary: "The Professor faces off with Sierra as Tamayo raises the stakes of the negotiations by calling the army. In the past, Berlin meets with a family member."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/vsuCslrn4bqNIBAoAr60kjcfKIq.jpg
|
||||
2:
|
||||
summary: "Arturo seizes an opportunity to fight back while escalating a personal vengeance. Lisbon makes a crucial discovery."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/yWlo42n3faN9y6bx6xWfm1qsvYE.jpg
|
||||
3:
|
||||
summary: "A betrayal and an emergency both catch Sierra by surprise. Palermo rallies the troops as the army closes in on the gang."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/fHFvxdoZImxQ3zIEWLZjDsRG9Dl.jpg
|
||||
4:
|
||||
summary: "With Helsinki's life in danger, the thieves mount a covert counter attack. Years earlier, Berlin and his son conduct their first heist together."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/z6TR4IsbvZmyLXn72VmPGU1Hu93.jpg
|
||||
5:
|
||||
summary: "While surrounded by gunfire and trapped in the kitchen, Tokyo reminisces about her first love and her initial encounter with the Professor."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/bDLP0zhFCgJIZuzSyHevh8PJgAm.jpg
|
||||
6:
|
||||
summary: "Sierra takes advantage of the Professor's grief and gains the upper hand. Meanwhile, the team deals with the emotional fallout of their dead friend."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/kyFggNyULzYtXma2MsqDdzrQgXO.jpg
|
||||
7:
|
||||
summary: "Tamayo mounts a manhunt in his neighborhood as his foes hide. In the past, Berlin and Palermo explain how they plan on getting the gold out of the bank."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/dycCBXEIZJaLe6LX2tg4AP377V4.jpg
|
||||
8:
|
||||
summary: "Tamayo hunts for the gold as the team races against the clock. Mónica worries she's having a psychotic break. Years earlier, Berlin is deceived."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/gtP4Hja3ktZVOiMAYLkEk9dSuRD.jpg
|
||||
9:
|
||||
summary: "The Professor is left reeling after his tactics are used against him, and when it seems like all hope is lost, he makes a bold decision."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/AtD92LLJiHVjIJqNDaSw1qZeMIb.jpg
|
||||
10:
|
||||
summary: "With multiple lives on the line and Spain's economy at stake, the Professor and Tamayo engage in one final showdown."
|
||||
originally_available: 2021-09-03
|
||||
url_poster: https://www.themoviedb.org/t/p/original/ilpHAUoDo7xM9YBBD2oFi1q6krQ.jpg
|
||||
@@ -39,7 +39,8 @@ collections:
|
||||
- 2020
|
||||
- 2021
|
||||
- 2022
|
||||
collection_order: release
|
||||
- 2023
|
||||
collection_order: release.desc
|
||||
collection_mode: default
|
||||
IMDB Top 250:
|
||||
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=25
|
||||
|
||||
20
holl595/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
This config will add UK BBFC raitings as overlays using Commonsense Overlay
|
||||
|
||||
|
||||
**Install:**
|
||||
|
||||
Copy bbfc.yml and the bbcf folder to your config directory
|
||||
|
||||
|
||||
Add it in your config.yml like so:
|
||||
```
|
||||
libraries:
|
||||
Movies:
|
||||
overlay_path:
|
||||
- file: /config/bbfc.yml
|
||||
```
|
||||
|
||||
|
||||
After a sucessfull run, you should have something like this:
|
||||
|
||||

|
||||
BIN
holl595/Screenshot.png
Normal file
|
After Width: | Height: | Size: 232 KiB |
55
holl595/bbfc.yml
Executable file
@@ -0,0 +1,55 @@
|
||||
##############################################################################
|
||||
# Commonsense Overlay #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/overlays/commonsense.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
default:
|
||||
key: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 30
|
||||
vertical_align: bottom
|
||||
file: config/bbfc/<<overlay_name>>.png
|
||||
|
||||
templates:
|
||||
commonsense:
|
||||
ignore_blank_results: true
|
||||
plex_search:
|
||||
validate: false
|
||||
any:
|
||||
content_rating: <<rating>>
|
||||
|
||||
overlays:
|
||||
GB_BBFC_U:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: commonsense, rating: "U, gb/U, gb/0+, G, TV-Y, TV-G, E, gb/E"}
|
||||
GB_BBFC_PG:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: commonsense, rating: "PG, gb/PG, gb/9+, TV-PG, TV-Y7, TV-Y7-FV, gb/6+"}
|
||||
GB_BBFC_12:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: commonsense, rating: "12, gb/12"}
|
||||
GB_BBFC_12A:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: commonsense, rating: "12A, gb/12A, 12+, PG-13, TV-13"}
|
||||
GB_BBFC_15:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: commonsense, rating: "15, gb/15, gb/14+, TV-14, gb/Caution"}
|
||||
GB_BBFC_18:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: commonsense, rating: "18, gb/18, MA-17, TVMA, TV-MA, R"}
|
||||
GB_BBFC_R18:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: commonsense, rating: "R18, gb/R18, gb/X, X, NC-17"}
|
||||
BIN
holl595/bbfc/GB_BBFC_12.png
Executable file
|
After Width: | Height: | Size: 15 KiB |
BIN
holl595/bbfc/GB_BBFC_12A.png
Executable file
|
After Width: | Height: | Size: 17 KiB |
BIN
holl595/bbfc/GB_BBFC_15.png
Executable file
|
After Width: | Height: | Size: 15 KiB |
BIN
holl595/bbfc/GB_BBFC_18.png
Executable file
|
After Width: | Height: | Size: 16 KiB |
BIN
holl595/bbfc/GB_BBFC_PG.png
Executable file
|
After Width: | Height: | Size: 15 KiB |
BIN
holl595/bbfc/GB_BBFC_R18.png
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
holl595/bbfc/GB_BBFC_U.png
Executable file
|
After Width: | Height: | Size: 13 KiB |
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
|
||||