Compare commits
54 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c03850570c | ||
|
|
176bd8822a | ||
|
|
f2822025c6 | ||
|
|
f9453bbf8a | ||
|
|
1971af806a | ||
|
|
e598405270 | ||
|
|
f66490cf07 | ||
|
|
87ea431f1d | ||
|
|
9c0642b144 | ||
|
|
083cfc35b5 | ||
|
|
2a5130d647 | ||
|
|
79717d355c | ||
|
|
187191770e | ||
|
|
b9946fd011 | ||
|
|
6658b509d9 | ||
|
|
11facf0bc8 | ||
|
|
f33f366ed1 | ||
|
|
1082de92f0 | ||
|
|
4efc29a065 | ||
|
|
60c5a30fec | ||
|
|
94ac724f02 | ||
|
|
ba1435192d | ||
|
|
ad384822be | ||
|
|
0a24c60068 | ||
|
|
c59f169629 | ||
|
|
892df8a121 | ||
|
|
00e098a493 | ||
|
|
e0cce98cf0 | ||
|
|
97467eb037 | ||
|
|
17fb2fd3b2 | ||
|
|
95363a1ed0 | ||
|
|
f1f70a332a | ||
|
|
d4e13eb6d3 | ||
|
|
d394aa6a10 | ||
|
|
61a3cb1e66 | ||
|
|
7229dc705a | ||
|
|
1771ff946e | ||
|
|
d5b821c0d8 | ||
|
|
e407b54757 | ||
|
|
59569a083d | ||
|
|
7547603174 | ||
|
|
3f2d8a0599 | ||
|
|
489dea3500 | ||
|
|
a2fd67e21e | ||
|
|
e3df7cefe8 | ||
|
|
05365f1801 | ||
|
|
211166c1a7 | ||
|
|
691e9b22c1 | ||
|
|
139c90b993 | ||
|
|
7d7a7f5a80 | ||
|
|
46357d530a | ||
|
|
d9e41e26cf | ||
|
|
1642210bf3 | ||
|
|
3bad97228b |
15
.gitignore
vendored
@@ -1,13 +1,4 @@
|
||||
.idea
|
||||
*/desktop.ini
|
||||
/.vscode
|
||||
.DS_Store
|
||||
.github/.DS_Store
|
||||
Adam-Pope/.DS_Store
|
||||
Buzzie/.DS_Store
|
||||
Draper/.DS_Store
|
||||
Frexe/.DS_Store
|
||||
JJJonesJr33/.DS_Store
|
||||
nwithan8/.DS_Store
|
||||
sysmoon/.DS_Store
|
||||
yozora/.DS_Store
|
||||
.idea
|
||||
/.vscode
|
||||
desktop.ini
|
||||
11
Adam-Pope/Movies/international_feature.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
collections:
|
||||
Oscars International Feature Winners:
|
||||
trakt_list: https://trakt.tv/users/popeadam/lists/academy-awards-best-international-feature-film
|
||||
sync_mode: sync
|
||||
summary: Winners of the Best Foreign Feature Film and International Feature Film categories at the Academy Awards/Oscars
|
||||
url_poster: https://i.ibb.co/sH8ytfm/international-feature-winners.png
|
||||
Oscars International Feature Nominees:
|
||||
trakt_list: https://trakt.tv/users/popeadam/lists/academy-awards-international-feature-film-nominees
|
||||
sync_mode: sync
|
||||
summary: Winners and nominees of the Best Foreign Feature Film and International Feature FIlm categories at the Academy Awards/Oscars
|
||||
url_poster:: https://i.ibb.co/sH8ytfm/international-feature-winners.png
|
||||
14
Adam-Pope/Movies/overlay_years.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
overlays:
|
||||
year:
|
||||
overlay:
|
||||
name: text(<<originally_available[%Y]>>)
|
||||
horizontal_offset: 45
|
||||
vertical_offset: 45
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
back_color: "#00000099"
|
||||
back_radius: 5
|
||||
back_padding: 20
|
||||
plex_all: true
|
||||
@@ -1,6 +1,6 @@
|
||||
# Alternative Geography Collections (plus doublebonus Audio Language Overlay)
|
||||
# Alternative Geography Collections, Oscars International Feature Film Winners and Nominees Collections, and Audio Language Overlay
|
||||
|
||||
Add the following code to your config.yml file to create collections for a seven continent configuration (as opposed to the six UN regions used by the default); and a version of the countries.yml which groups countries with low output that are culturally similar - such as 'Balkans', 'Nordic', 'Middle East' and 'Pacific Island'.
|
||||
Add the following code to your config.yml file to create collections for a seven continent configuration (as opposed to the six UN regions used by the default); a version of the countries.yml which groups countries with low output that are culturally similar - such as 'Balkans', 'Nordic', 'Middle East' and 'Pacific Island', and collections for the Oscar International Film Winners and Nominees
|
||||
|
||||
The overlay yml adds a country flag defined by the audio language of the entry to the top right corner. Note that languages are not countries. Portuguese is great for films from Portugal; but its flag on a Brazilian film could be confusing. Furthermore, many films have an unknown audio language in Plex - this requires fixing at the file level with a tool such as mkvtoolnix.
|
||||
|
||||
@@ -15,24 +15,25 @@ libraries:
|
||||
- git: Adam-Pope/Movies/regions.yml
|
||||
template_variables:
|
||||
style: color # defaults to white
|
||||
- pmm: country
|
||||
- default: country
|
||||
template_variables:
|
||||
style: color
|
||||
collection_section: "082"
|
||||
collection_section: "!082"
|
||||
- git: Adam-Pope/Movies/international_feature.yml
|
||||
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
- git: Adam-Pope/TV/continents.yml
|
||||
template_variables:
|
||||
style: color # defaults to white
|
||||
collection_section: "080" # puts continents before regions
|
||||
collection_section: "!080" # puts continents before regions
|
||||
- git: Adam-Pope/TV/regions.yml
|
||||
template_variables:
|
||||
style: color # defaults to white
|
||||
- pmm: country
|
||||
- default: country
|
||||
template_variables:
|
||||
style: color
|
||||
collection_section: "082"
|
||||
collection_section: "!082"
|
||||
|
||||
overlay_path:
|
||||
- pmm: resolution
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This repo contains community-sourced configurations.
|
||||
|
||||
They are not maintained, warranted, or tested by the PMM team.
|
||||
They are not maintained, warranted, or tested by the Kometa team.
|
||||
|
||||
They may or may not:
|
||||
1. do what you want
|
||||
|
||||
@@ -6,7 +6,7 @@ external_templates:
|
||||
templates:
|
||||
network:
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/plexmetamanager/<<type>>-<<library_type>>s/
|
||||
url: https://mdblist.com/lists/k0meta/<<type>>-<<library_type>>s/
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
sort_title: +<<collection_name>>
|
||||
@@ -31,4 +31,4 @@ collections:
|
||||
Max:
|
||||
template: {name: network, type: max, poster: 168825}
|
||||
DiscoveryPlus:
|
||||
template: {name: network, type: discovery, poster: 220371}
|
||||
template: {name: network, type: discovery, poster: 220371}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# bullmoose20 PMM files
|
||||
# bullmoose20 Kometa files
|
||||
## Basics
|
||||
I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.6. At the top of my config.yml file I will usually specify the version that this config.yml file works with.
|
||||
I run Kometa nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.10. At the top of my config.yml file I will usually specify the version that this config.yml file works with.
|
||||
|
||||
|
||||
|
||||
## Instructions
|
||||
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. Search for `db_cache` which is for Plex and now available to set via PMM. I use 2048 MB (2GB) as my system has 168 GB of RAM. You will want to improve it from the default 40 MB that Plex sets.
|
||||
Take what you need from my config.yml. I run everything stock from the github default Kometa and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. Search for `db_cache` which is for Plex and now available to set via Kometa. I use 2048 MB (2GB) as my system has 168 GB of RAM. You will want to improve it from the default 40 MB that Plex sets.
|
||||
|
||||
> [!TIP]
|
||||
> Maybe a good starting point if you have enough RAM is 1024 MB which is 1GB.
|
||||
> Maybe a good starting point if you have enough RAM is 1024 MB which is 1 GB.
|
||||
|
||||
> [!NOTE]
|
||||
> If you want to set the language file to something other than fr (french) do not forget to make that change to `language: fr` lines in the config.yml file before running. As for the `placeholder_imdb_id:` ensure that you read and understand those lines as you may need to choose your own **Movie** or **TV Show** as your library may not have the two references that I have.
|
||||
@@ -23,32 +23,32 @@ Unzip the fonts into `config/metadata/overlays/fonts/` to use this config withou
|
||||
## Assets
|
||||
|
||||
> [!IMPORTANT]
|
||||
> I also prefer to have a copy of the local assets so that if I need to recover to the original posters, they are there. I use PlexPosterMaker.ps1 from FSCorrupt's repo to help with that: https://github.com/fscorrupt/Plex-Poster-Maker . I also use PMM's assets in a folder structure as described in the wiki here: https://metamanager.wiki/en/latest/pmm/guides/assets/
|
||||
> 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 Posterizarr.ps1 from FSCorrupt's repo to help with that: https://github.com/fscorrupt/Posterizarr . I also use Kometa's assets in a folder structure as described in the wiki here: https://kometa.wiki/en/nightly/kometa/guides/assets/
|
||||
|
||||
Essentially, I prefer `tmdb` as a source and textless images all around with a fallback to English and then German(`["xx", "en", "de"]`). Then I apply a gradient of my choice (`bottom-up-fade.png` & `bottom-up-fade-background.png`), and font of my choice (`Comfortaa-Medium.ttf`) which happens to match the PMM defaults for Collections. The secrets to all of this are found in the `bullmoose20config.json` file found in the ppm subdirectory along with the font and the gradient files.
|
||||
Essentially, I prefer `tmdb` as a source and textless images all around `["xx"]`. Then I apply a gradient of my choice (`bottom-up-fade.png` & `bottom-up-fade-background.png`), and font of my choice (`Comfortaa-Medium.ttf`) which happens to match the Kometa defaults for Collections. The secrets to all of this are found in the `bullmoose20config.json` file found in the posterizarr subdirectory along with the font and the gradient files.
|
||||
|
||||
Unraid Docker-Compose file is also shared and when prompted in Unraid to add a UI Label Icon, use this link: https://raw.githubusercontent.com/fscorrupt/Plex-Poster-Maker/main/images/webhook.png
|
||||
Unraid Docker-Compose file is also shared and when prompted in Unraid to add a UI Label Icon, use this link: https://raw.githubusercontent.com/fscorrupt/Posterizarr/main/images/webhook.png
|
||||
|
||||
After PPM applies my settings Movie example:
|
||||
After Posterizarr applies my settings Movie example:
|
||||
|
||||

|
||||

|
||||
|
||||
After PMM applies overlays to Movie example:
|
||||
After Kometa applies overlays to Movie example:
|
||||
|
||||

|
||||

|
||||
|
||||
After PPM applies my settings Show example:
|
||||
After Posterizarr applies my settings Show example:
|
||||
|
||||

|
||||

|
||||
|
||||
After PMM applies overlays to Show example:
|
||||
After Kometa applies overlays to Show example:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
<br>
|
||||
|
||||
Feel free to ask me questions in the PMM Discord channel.
|
||||
Feel free to ask me questions in the Kometa Discord channel.
|
||||
|
||||
<br>
|
||||
|
||||
@@ -1,101 +1,115 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/json-schema/config-schema.json
|
||||
### Highly recommend using Visual Studio Code with indent-rainbow by oderwat extension and YAML by Red Hat extension. VSC will also leverage the above link to enhance pmm yml edits.
|
||||
### Must be on Version 1.20.0-nightly34 or greater
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/json-schema/config-schema.json
|
||||
# .------------------------------------------------------------.
|
||||
# | ____ _ _ ____ ___ |
|
||||
# || __ ) _ _| | |_ __ ___ ___ ___ ___ ___|___ \ / _ \ |
|
||||
# || _ \| | | | | | '_ ` _ \ / _ \ / _ \/ __|/ _ \ __) | | | ||
|
||||
# || |_) | |_| | | | | | | | | (_) | (_) \__ \ __// __/| |_| ||
|
||||
# ||____/ \__,_|_|_|_| |_| |_|\___/ \___/|___/\___|_____|\___/ |
|
||||
# '------------------------------------------------------------'
|
||||
### Highly recommend using Visual Studio Code with indent-rainbow by oderwat extension and YAML by Red Hat extension. VSC will also leverage the above link to enhance Kometa yml edits.
|
||||
### Must be on Kometa Version 2.0.1-nightly1 or greater
|
||||
libraries:
|
||||
# .-------------------------------.
|
||||
# | __ __ _ |
|
||||
# || \/ | _____ _(_) ___ ___ |
|
||||
# || |\/| |/ _ \ \ / / |/ _ \/ __||
|
||||
# || | | | (_) \ V /| | __/\__ \|
|
||||
# ||_| |_|\___/ \_/ |_|\___||___/|
|
||||
# '-------------------------------'
|
||||
Movies: # Must match a library name in your Plex
|
||||
report_path: config/missing/Movies_report.yml
|
||||
remove_overlays: false # Set to true if you want to remove overlays
|
||||
reapply_overlays: false # Before setting this to true, you should know what you are doing and open a #pmm-help beforehand
|
||||
reapply_overlays: false # Before setting this to true, you should know what you are doing and open a #kometa-help beforehand
|
||||
# reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||
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 translated
|
||||
language: en # 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_files: # These files contain metadata: attributes
|
||||
- git: bullmoose20/godzilla # Custom metadata file for Godzilla stuff
|
||||
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||
- pmm: based # collections based on a book, comic, story, video game
|
||||
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Testing only)
|
||||
- pmm: aspect # Creates collections based on aspect ratio of media item
|
||||
- default: 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)
|
||||
- default: aspect # Creates collections based on aspect ratio of media item
|
||||
- git: bullmoose20/movies_refresh # tells plex to refresh media items added within the last 7 days
|
||||
- pmm: separator_award # An "index card"
|
||||
- pmm: nfr # National Film Registry Awards
|
||||
- default: separator_award # An "index card"
|
||||
- default: nfr # National Film Registry Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: pca # People's Choice Awards
|
||||
- default: pca # People's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: sag # Screen Actors Guild Awards
|
||||
- default: sag # Screen Actors Guild Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: tiff # Toronto International Film Festival Awards
|
||||
- default: tiff # Toronto International Film Festival Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: berlinale # Berlinale Awards
|
||||
- default: berlinale # Berlinale Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: razzie # Razzie Awards
|
||||
- default: razzie # Razzie Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: venice # Venice Awards
|
||||
- default: venice # Venice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: cesar # Cesar Awards
|
||||
- default: cesar # Cesar Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: bafta # BAFTA Awards
|
||||
- default: bafta # BAFTA Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: cannes # Cannes Film Festival Awards
|
||||
- default: cannes # Cannes Film Festival Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: choice # Critic's Choice Awards
|
||||
- default: choice # Critic's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: emmy # Emmy Awards
|
||||
- default: emmy # Emmy Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: golden # Golden Globes Awards
|
||||
- default: golden # Golden Globes Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: oscars # The Oscars
|
||||
- default: oscars # The Oscars
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: spirit # Independent Spirit Awards
|
||||
- default: spirit # Independent Spirit Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: sundance # Sundance Film Festival Awards
|
||||
- default: sundance # Sundance Film Festival Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: separator_chart # An "index card"
|
||||
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- pmm: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- pmm: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
||||
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
- default: separator_chart # An "index card"
|
||||
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- default: basic # Some basic chart collections based on recently released media in your library
|
||||
- default: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||
- pmm: actor
|
||||
- default: actor
|
||||
template_variables:
|
||||
collection_section: '001'
|
||||
use_separator: false
|
||||
@@ -109,19 +123,19 @@ libraries:
|
||||
limit: 100
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- pmm: actor # Actors
|
||||
- default: actor # Actors
|
||||
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
|
||||
- default: director # Directors
|
||||
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
|
||||
- default: producer # Producers
|
||||
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
|
||||
@@ -130,7 +144,7 @@ libraries:
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- pmm: writer # Writers
|
||||
- default: writer # Writers
|
||||
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
|
||||
@@ -138,42 +152,42 @@ libraries:
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- pmm: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- pmm: genre # Action, Comedy, Drama, etc.
|
||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
- default: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- default: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- default: genre # Action, Comedy, Drama, etc.
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
# template_variables:
|
||||
# style: standards
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- pmm: year # Year the media item was released starting from 1880 to current_year
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- default: year # Year the media item was released starting from 1880 to current_year
|
||||
template_variables:
|
||||
data:
|
||||
starting: 1880
|
||||
ending: current_year
|
||||
- pmm: country # Country associated to the media item
|
||||
- default: country # Country associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- pmm: region # Region associated to the media item
|
||||
- default: region # Region associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- pmm: continent # Continent associated to the media item
|
||||
- default: continent # Continent associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- pmm: decade # Decade the media item was released
|
||||
- default: decade # Decade the media item was released
|
||||
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||
- default: franchise # https://kometa.wiki/en/latest/defaults/movie/franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||
- pmm: seasonal # Christmas, Halloween, etc.
|
||||
- default: seasonal # Christmas, Halloween, etc.
|
||||
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
||||
schedule_years: daily
|
||||
schedule_valentine: daily
|
||||
@@ -195,19 +209,27 @@ libraries:
|
||||
schedule_lgbtq: daily
|
||||
schedule_latinx: daily
|
||||
schedule_women: daily
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
# .--------------------------------------------------------.
|
||||
# | _ _ _ ___ _ |
|
||||
# || | (_) |__ / _ \__ _____ _ __| | __ _ _ _ ___ |
|
||||
# || | | | '_ \ | | | \ \ / / _ \ '__| |/ _` | | | / __||
|
||||
# || |___| | |_) | | |_| |\ V / __/ | | | (_| | |_| \__ \|
|
||||
# ||_____|_|_.__/ \___/ \_/ \___|_| |_|\__,_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '--------------------------------------------------------'
|
||||
overlay_files: # These files contain overlays: attributes
|
||||
- pmm: aspect # Creates overlays based on aspect ratio of media item
|
||||
- default: aspect # Creates overlays based on aspect ratio of media item
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_align: top
|
||||
vertical_offset: 517
|
||||
- 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
|
||||
- default: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
- default: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||
################### CONTENT RATING SECTION ###################
|
||||
# - pmm: content_rating_nz # NZ content ratings
|
||||
# - pmm: content_rating_au # AU content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# template_variables:
|
||||
# horizontal_align: left
|
||||
# vertical_align: bottom
|
||||
@@ -218,30 +240,30 @@ libraries:
|
||||
# back_height: 1
|
||||
# # url: (redacted)
|
||||
# # color: false
|
||||
# - pmm: content_rating_de # DE FSK content ratings
|
||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||
- pmm: content_rating_us_movie # US MPAA content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
- default: content_rating_us_movie # US MPAA content ratings
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_align: top
|
||||
vertical_offset: 637
|
||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - default: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
################### CONTENT RATING SECTION END ###############
|
||||
# - pmm: direct_play # Show direct play only overlay
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
# - default: direct_play # Show direct play only overlay
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
# template_variables:
|
||||
# back_color: "#FFFFFF00"
|
||||
# font_color: "#FFFFFF00"
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
back_color: '#FFFFFF00'
|
||||
font_color: '#FFFFFF00'
|
||||
use_subtitles: true
|
||||
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||
- default: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||
# template_variables:
|
||||
# vertical_offset: 145
|
||||
# horizontal_offset: 15
|
||||
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
|
||||
- default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
|
||||
template_variables:
|
||||
rating1: user
|
||||
rating1_image: rt_tomato
|
||||
@@ -274,38 +296,53 @@ libraries:
|
||||
# font: config/metadata/overlays/fonts/Claspo-ND-Medium.ttf
|
||||
# rating_source: Rotten
|
||||
# font: config/metadata/overlays/fonts/Adlib.ttf
|
||||
- pmm: resolution # 4K HDR, 1080P FHD, etc.
|
||||
- pmm: ribbon # Used for ribbon in bottom right
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc.
|
||||
- default: ribbon # Used for ribbon in bottom right
|
||||
template_variables:
|
||||
style: red
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 757
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 877
|
||||
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
# template_variables:
|
||||
# back_color: "#f5289180"
|
||||
# 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
|
||||
- default: video_format # Remux, DVD, Blu-Ray, etc. in bottom left
|
||||
# .------------------------------------------------------.
|
||||
# | _ _ _ ____ _ _ _ |
|
||||
# || | (_) |__ / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | | | '_ \ \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |___| | |_) | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# ||_____|_|_.__/ |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '------------------------------------------------------'
|
||||
settings:
|
||||
asset_directory: config/assets/Movies/
|
||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||
|
||||
# .------------------------------------------------------------------.
|
||||
# | _ _ _ ___ _ _ |
|
||||
# || | (_) |__ / _ \ _ __ ___ _ __ __ _| |_(_) ___ _ __ ___ |
|
||||
# || | | | '_ \ | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \/ __||
|
||||
# || |___| | |_) | | |_| | |_) | __/ | | (_| | |_| | (_) | | | \__ \|
|
||||
# ||_____|_|_.__/ \___/| .__/ \___|_| \__,_|\__|_|\___/|_| |_|___/|
|
||||
# | |_| |
|
||||
# '------------------------------------------------------------------'
|
||||
operations:
|
||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||
assets_for_all: true # Search in assets for images for every item in your library
|
||||
delete_collections:
|
||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific Kometa run).
|
||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the Kometa label)
|
||||
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||
@@ -325,7 +362,13 @@ libraries:
|
||||
- omdb # Update all original available date from omdb(imdb) if not from tvdb
|
||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||
|
||||
# .-----------------------------------------------.
|
||||
# | _______ __ ____ _ |
|
||||
# ||_ _\ \ / / / ___|| |__ _____ _____ |
|
||||
# | | | \ \ / / \___ \| '_ \ / _ \ \ /\ / / __||
|
||||
# | | | \ V / ___) | | | | (_) \ V V /\__ \|
|
||||
# | |_| \_/ |____/|_| |_|\___/ \_/\_/ |___/|
|
||||
# '-----------------------------------------------'
|
||||
TV Shows: # Must match a library name in your Plex
|
||||
report_path: config/missing/TV_report.yml
|
||||
remove_overlays: false # Set to true if you want to remove overlays
|
||||
@@ -334,44 +377,44 @@ 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 translated
|
||||
language: en # 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_files: # These files contain metadata: attributes
|
||||
- git: bullmoose20/money_heist # Custom metadata file for Money Heist
|
||||
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||
- pmm: based # collections based on a book, comic, story, video game
|
||||
# - file: config/metadata/overlay_label.yml # Creates collection of all items with an Overlay label (Testing only)
|
||||
- pmm: aspect # Creates collections based on aspect ratio of media item
|
||||
- default: 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)
|
||||
- default: aspect # Creates collections based on aspect ratio of media item
|
||||
- git: bullmoose20/tv_refresh # Tells plex to refresh media items added within the last 7 days
|
||||
- pmm: separator_award # An "index card"
|
||||
- pmm: pca # People's Choice Awards
|
||||
- default: separator_award # An "index card"
|
||||
- default: pca # People's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: choice # Critic's Choice Awards
|
||||
- default: choice # Critic's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: golden # Golden Globes Awards
|
||||
- default: golden # Golden Globes Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: emmy # Emmy Awards
|
||||
- default: emmy # Emmy Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- pmm: separator_chart # An "index card"
|
||||
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- pmm: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- pmm: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
||||
- pmm: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
- default: separator_chart # An "index card"
|
||||
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- default: basic # Some basic chart collections based on recently released media in your library
|
||||
- default: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||
- pmm: actor
|
||||
- default: actor
|
||||
template_variables:
|
||||
collection_section: '001'
|
||||
use_separator: false
|
||||
@@ -387,7 +430,7 @@ libraries:
|
||||
limit: 100
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- pmm: actor # Actors
|
||||
- default: actor # Actors
|
||||
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
|
||||
@@ -395,194 +438,205 @@ libraries:
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- pmm: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- pmm: genre # Action, Comedy, Drama, etc.
|
||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
- default: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- default: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- default: genre # Action, Comedy, Drama, etc.
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
# template_variables:
|
||||
# style: standards
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- pmm: year # Year the media item was released starting from 1880 to current_year
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- default: year # Year the media item was released starting from 1880 to current_year
|
||||
template_variables:
|
||||
data:
|
||||
starting: 1880
|
||||
ending: current_year
|
||||
- pmm: country # Country associated to the media item
|
||||
- default: country # Country associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- pmm: region # Region associated to the media item
|
||||
- default: region # Region associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- pmm: continent # Continent associated to the media item
|
||||
- default: continent # Continent associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- pmm: decade # Decade the media item was released
|
||||
- default: decade # Decade the media item was released
|
||||
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||
- default: franchise # https://kometa.wiki/en/latest/defaults/movie/franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
# .--------------------------------------------------------.
|
||||
# | _ _ _ ___ _ |
|
||||
# || | (_) |__ / _ \__ _____ _ __| | __ _ _ _ ___ |
|
||||
# || | | | '_ \ | | | \ \ / / _ \ '__| |/ _` | | | / __||
|
||||
# || |___| | |_) | | |_| |\ V / __/ | | | (_| | |_| \__ \|
|
||||
# ||_____|_|_.__/ \___/ \_/ \___|_| |_|\__,_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '--------------------------------------------------------'
|
||||
overlay_files:
|
||||
- pmm: aspect # Creates aspect ratio overlay
|
||||
- default: aspect # Creates aspect ratio overlay
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_align: top
|
||||
vertical_offset: 510
|
||||
- pmm: aspect
|
||||
- default: aspect
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_align: top
|
||||
vertical_offset: 510
|
||||
builder_level: season
|
||||
- pmm: aspect
|
||||
- default: aspect
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: bottom
|
||||
vertical_align: bottom
|
||||
vertical_offset: 390
|
||||
builder_level: episode
|
||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
- default: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
template_variables:
|
||||
vertical_offset: 95
|
||||
- pmm: audio_codec
|
||||
- default: audio_codec
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- pmm: audio_codec
|
||||
- default: audio_codec
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
################### CONTENT RATING SECTION ###################
|
||||
# - pmm: content_rating_nz # NZ content ratings
|
||||
# - pmm: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - pmm: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
# - pmm: content_rating_au # AU content ratings
|
||||
# - pmm: content_rating_au # AU content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - pmm: content_rating_au # AU content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
# - pmm: content_rating_de # DE FSK content ratings
|
||||
# - pmm: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - pmm: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
- pmm: content_rating_us_show # US MPAA content ratings
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_align: top
|
||||
vertical_offset: 630
|
||||
- pmm: content_rating_us_show # US MPAA content ratings
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_align: top
|
||||
vertical_offset: 630
|
||||
builder_level: season
|
||||
- pmm: content_rating_us_show # US MPAA content ratings
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - pmm: commonsense
|
||||
# - default: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - default: commonsense
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - pmm: commonsense
|
||||
# - default: commonsense
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
################### CONTENT RATING SECTION END ###############
|
||||
# - pmm: direct_play
|
||||
# - pmm: direct_play
|
||||
# - default: direct_play
|
||||
# - default: direct_play
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - pmm: direct_play
|
||||
# - default: direct_play
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 750
|
||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 870
|
||||
- pmm: studio
|
||||
- default: studio
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 870
|
||||
builder_level: season
|
||||
- pmm: studio
|
||||
- default: studio
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- pmm: episode_info # SE##E## information in bottom right and works with builder_level episode
|
||||
- default: episode_info # SE##E## information in bottom right and works with builder_level episode
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with builder_level show, episode, and season
|
||||
- pmm: language_count
|
||||
- default: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with builder_level show, episode, and season
|
||||
- default: language_count
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- pmm: language_count
|
||||
- default: language_count
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: bottom
|
||||
vertical_offset: 630
|
||||
builder_level: episode
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
use_subtitles: true
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
use_subtitles: true
|
||||
builder_level: season
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
use_subtitles: true
|
||||
builder_level: episode
|
||||
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits and works with builder_level show
|
||||
- default: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits and works with builder_level show
|
||||
template_variables:
|
||||
vertical_offset: 95
|
||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 990
|
||||
- pmm: network
|
||||
- default: network
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 990
|
||||
builder_level: season
|
||||
- pmm: network
|
||||
- default: network
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. builder_level: show has 3 ratings max
|
||||
- default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. builder_level: show has 3 ratings max
|
||||
template_variables:
|
||||
rating1: user
|
||||
rating1_image: rt_tomato
|
||||
@@ -600,7 +654,7 @@ libraries:
|
||||
rating3_font_size: 70
|
||||
|
||||
horizontal_position: right
|
||||
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. builder_level: episode has 2 ratings max
|
||||
- default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. builder_level: episode has 2 ratings max
|
||||
template_variables:
|
||||
# rating1: user
|
||||
# rating1_image: rt_tomato
|
||||
@@ -619,24 +673,24 @@ libraries:
|
||||
|
||||
horizontal_position: right
|
||||
builder_level: episode
|
||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. and works with builder_level show, episode, and season
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. and works with builder_level show, episode, and season
|
||||
template_variables:
|
||||
vertical_offset: 95
|
||||
- pmm: resolution
|
||||
- default: resolution
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- pmm: resolution
|
||||
- default: resolution
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- pmm: ribbon # Used for ribbon in bottom right
|
||||
- default: ribbon # Used for ribbon in bottom right
|
||||
template_variables:
|
||||
style: red
|
||||
- pmm: runtimes # Runtime information in bottom right and works with builder_level episode
|
||||
- default: runtimes # Runtime information in bottom right and works with builder_level episode
|
||||
template_variables:
|
||||
back_width: 305
|
||||
text: ''
|
||||
builder_level: episode
|
||||
- pmm: status # Airing, Returning, Ended, Canceled and works with builder_level show
|
||||
- default: status # Airing, Returning, Ended, Canceled and works with builder_level show
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
@@ -650,40 +704,58 @@ libraries:
|
||||
back_color_returning: '#81007F'
|
||||
back_color_canceled: '#B52222'
|
||||
back_color_ended: '#000847'
|
||||
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
# template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
# back_color: "#f52891cc"
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
# back_color: "#f52891cc"
|
||||
builder_level: season
|
||||
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
# back_color: "#f52891cc"
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
horizontal_offset: 335
|
||||
builder_level: episode
|
||||
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with builder_level show, episode, and season
|
||||
- pmm: video_format
|
||||
- default: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with builder_level show, episode, and season
|
||||
- default: video_format
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- pmm: video_format
|
||||
- default: video_format
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
# .------------------------------------------------------.
|
||||
# | _ _ _ ____ _ _ _ |
|
||||
# || | (_) |__ / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | | | '_ \ \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |___| | |_) | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# ||_____|_|_.__/ |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '------------------------------------------------------'
|
||||
settings:
|
||||
asset_directory: config/assets/TV Shows/
|
||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||
|
||||
# .------------------------------------------------------------------.
|
||||
# | _ _ _ ___ _ _ |
|
||||
# || | (_) |__ / _ \ _ __ ___ _ __ __ _| |_(_) ___ _ __ ___ |
|
||||
# || | | | '_ \ | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \/ __||
|
||||
# || |___| | |_) | | |_| | |_) | __/ | | (_| | |_| | (_) | | | \__ \|
|
||||
# ||_____|_|_.__/ \___/| .__/ \___|_| \__,_|\__|_|\___/|_| |_|___/|
|
||||
# | |_| |
|
||||
# '------------------------------------------------------------------'
|
||||
operations:
|
||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||
assets_for_all: true # Search in assets for images for every item in your library
|
||||
delete_collections:
|
||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific Kometa run).
|
||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the Kometa label)
|
||||
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||
@@ -705,10 +777,26 @@ libraries:
|
||||
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||
# mass_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
|
||||
- default: playlist
|
||||
template_variables:
|
||||
libraries: Movies, TV Shows
|
||||
# .--------------------------------------------------------------------.
|
||||
# | ____ _ _ _ ____ _ _ _ |
|
||||
# | / ___| | ___ | |__ __ _| | / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | _| |/ _ \| '_ \ / _` | | \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |_| | | (_) | |_) | (_| | | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# | \____|_|\___/|_.__/ \__,_|_| |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '--------------------------------------------------------------------'
|
||||
settings: # Can be individually specified per library as well
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
@@ -745,13 +833,22 @@ settings: # Can be individually specif
|
||||
playlist_report: true
|
||||
custom_repo:
|
||||
verify_ssl: true
|
||||
check_nightly: true
|
||||
playlist_exclude_users:
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
overlay_artwork_filetype: jpg # Default is jpg. webp or png are also available
|
||||
overlay_artwork_quality: 75 # Default is 75 if left blank, otherwise, for jpg or webp, going above 95 not recommended as excessive file sizes could be created and then not able to be uploaded to plex
|
||||
# .------------------------------------------------------------------.
|
||||
# | ___ _ _ ____ _ _ _ |
|
||||
# | / _ \| |_| |__ ___ _ __ / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | | | __| '_ \ / _ \ '__| \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |_| | |_| | | | __/ | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# | \___/ \__|_| |_|\___|_| |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '------------------------------------------------------------------'
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: (redacted)
|
||||
run_start: (redacted)
|
||||
@@ -771,7 +868,7 @@ plex: # Can be individually specif
|
||||
tmdb: # REQUIRED for the script to run
|
||||
apikey: (redacted)
|
||||
language: en
|
||||
region: CA # Upper case ISO 3166-1 Code
|
||||
region: CA # Upper case ISO 3166-1 Code
|
||||
cache_expiration: 60
|
||||
tautulli: # Can be individually specified per library as well
|
||||
url: (redacted)
|
||||
@@ -791,7 +888,7 @@ radarr: # Can be individually specified
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile: Any
|
||||
tag: pmm
|
||||
tag: kometa
|
||||
search: false
|
||||
radarr_path:
|
||||
plex_path:
|
||||
@@ -809,7 +906,7 @@ sonarr: # Can be individually specified
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag: pmm
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path:
|
||||
|
||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@@ -5,18 +5,33 @@
|
||||
"FanartTvAPIKey": "fanart.tv token - free",
|
||||
"PlexToken": "plex token - free",
|
||||
"FavProvider": "tmdb",
|
||||
"PreferredLanguageOrder": ["xx", "en", "de"]
|
||||
"PreferredLanguageOrder": [
|
||||
"xx"
|
||||
],
|
||||
"PreferredSeasonLanguageOrder": [
|
||||
"xx"
|
||||
]
|
||||
},
|
||||
"PlexPart":{
|
||||
"LibstoExclude": ["", "", "TestMovies", "TestTV Shows", "Other Videos", "Music", "Photos", "Test Videos", "Playlists" ],
|
||||
"PlexPart": {
|
||||
"LibstoExclude": [
|
||||
"Movies",
|
||||
"TV Shows",
|
||||
"TestMovies",
|
||||
"TestTV Shows",
|
||||
"Other Videos",
|
||||
"Music",
|
||||
"Photos",
|
||||
"Test Videos",
|
||||
"Playlists"
|
||||
],
|
||||
"PlexUrl": "http://192.168.2.242:32400"
|
||||
},
|
||||
"Notification":{
|
||||
"SendNotification":"true",
|
||||
"Notification": {
|
||||
"SendNotification": "true",
|
||||
"AppriseUrl": "discord://{WebhookID}/{WebhookToken}/",
|
||||
"Discord": "https://discord.com/api/webhooks/add-your-discord-webhook-here"
|
||||
},
|
||||
"PrerequisitePart":{
|
||||
"PrerequisitePart": {
|
||||
"AssetPath": "./assets",
|
||||
"magickinstalllocation": "./magick",
|
||||
"maxLogs": "5",
|
||||
@@ -27,16 +42,80 @@
|
||||
"backgroundoverlayfile": "bottom-up-fade-background.png",
|
||||
"titlecardoverlayfile": "bottom-up-fade-background.png",
|
||||
"LibraryFolders": "true",
|
||||
"Posters": "true",
|
||||
"Posters": "true",
|
||||
"SeasonPosters": "true",
|
||||
"BackgroundPosters": "true",
|
||||
"TitleCards": "true"
|
||||
"TitleCards": "true",
|
||||
"show_skipped": "true",
|
||||
"logLevel": "3",
|
||||
"SkipTBA": "true",
|
||||
"SkipJapTitle": "false",
|
||||
"AssetCleanup": "true",
|
||||
"AutoUpdateIM": "true"
|
||||
},
|
||||
"OverlayPart":{
|
||||
"OverlayPart": {
|
||||
"ImageProcessing": "true",
|
||||
"outputQuality": "100%"
|
||||
"outputQuality": "92%"
|
||||
},
|
||||
"PosterOverlayPart":{
|
||||
"PosterOverlayPart": {
|
||||
"fontAllCaps": "true",
|
||||
"AddBorder": "false",
|
||||
"AddText": "true",
|
||||
"AddOverlay": "true",
|
||||
"fontcolor": "white",
|
||||
"bordercolor": "white",
|
||||
"minPointSize": "83",
|
||||
"maxPointSize": "250",
|
||||
"borderwidth": "30",
|
||||
"MaxWidth": "1200",
|
||||
"MaxHeight": "485",
|
||||
"text_offset": "+300"
|
||||
},
|
||||
"BackgroundOverlayPart": {
|
||||
"fontAllCaps": "true",
|
||||
"AddOverlay": "false",
|
||||
"AddBorder": "false",
|
||||
"AddText": "false",
|
||||
"fontcolor": "white",
|
||||
"bordercolor": "white",
|
||||
"minPointSize": "95",
|
||||
"maxPointSize": "250",
|
||||
"borderwidth": "30",
|
||||
"MaxWidth": "3000",
|
||||
"MaxHeight": "500",
|
||||
"text_offset": "+200"
|
||||
},
|
||||
"TitleCardOverlayPart": {
|
||||
"UseBackgroundAsTitleCard": "false",
|
||||
"AddOverlay": "true",
|
||||
"AddBorder": "false",
|
||||
"bordercolor": "white",
|
||||
"borderwidth": "30",
|
||||
"BackgroundFallback": "false"
|
||||
},
|
||||
"TitleCardTitleTextPart": {
|
||||
"fontAllCaps": "true",
|
||||
"AddEPTitleText": "true",
|
||||
"fontcolor": "white",
|
||||
"minPointSize": "95",
|
||||
"maxPointSize": "250",
|
||||
"MaxWidth": "2500",
|
||||
"MaxHeight": "300",
|
||||
"text_offset": "+290"
|
||||
},
|
||||
"TitleCardEPTextPart": {
|
||||
"fontAllCaps": "true",
|
||||
"AddEPText": "true",
|
||||
"fontcolor": "white",
|
||||
"minPointSize": "80",
|
||||
"maxPointSize": "120",
|
||||
"MaxWidth": "1600",
|
||||
"MaxHeight": "150",
|
||||
"text_offset": "+140",
|
||||
"SeasonTCText": "Season",
|
||||
"EpisodeTCText": "Episode"
|
||||
},
|
||||
"SeasonPosterOverlayPart": {
|
||||
"fontAllCaps": "true",
|
||||
"AddBorder": "false",
|
||||
"AddText": "true",
|
||||
@@ -49,45 +128,5 @@
|
||||
"MaxWidth": "1200",
|
||||
"MaxHeight": "485",
|
||||
"text_offset": "+300"
|
||||
},
|
||||
"BackgroundOverlayPart":{
|
||||
"fontAllCaps": "true",
|
||||
"AddBorder": "false",
|
||||
"AddText": "false",
|
||||
"AddOverlay": "false",
|
||||
"fontcolor": "white",
|
||||
"bordercolor": "white",
|
||||
"minPointSize": "95",
|
||||
"maxPointSize": "250",
|
||||
"borderwidth": "30",
|
||||
"MaxWidth": "3000",
|
||||
"MaxHeight": "500",
|
||||
"text_offset": "+200"
|
||||
},
|
||||
"TitleCardOverlayPart":{
|
||||
"AddOverlay": "true",
|
||||
"AddBorder": "false",
|
||||
"bordercolor": "white",
|
||||
"borderwidth": "30"
|
||||
},
|
||||
"TitleCardTitleTextPart":{
|
||||
"fontAllCaps": "true",
|
||||
"AddEPTitleText": "true",
|
||||
"fontcolor": "white",
|
||||
"minPointSize": "95",
|
||||
"maxPointSize": "250",
|
||||
"MaxWidth": "2500",
|
||||
"MaxHeight": "300",
|
||||
"text_offset": "+290"
|
||||
},
|
||||
"TitleCardEPTextPart":{
|
||||
"fontAllCaps": "true",
|
||||
"AddEPText": "true",
|
||||
"fontcolor": "white",
|
||||
"minPointSize": "80",
|
||||
"maxPointSize": "120",
|
||||
"MaxWidth": "1600",
|
||||
"MaxHeight": "150",
|
||||
"text_offset": "+140"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
ppm:
|
||||
hostname: "ppm"
|
||||
container_name: "ppm"
|
||||
posterizarr:
|
||||
hostname: "posterizarr"
|
||||
container_name: "posterizarr"
|
||||
environment:
|
||||
- "PGID=100"
|
||||
- "PUID=99"
|
||||
@@ -10,12 +9,12 @@ services:
|
||||
- "UMASK=002"
|
||||
- "TERM=xterm"
|
||||
- "RUN_TIME=10:30,19:30"
|
||||
image: "ghcr.io/fscorrupt/docker-ppm:latest"
|
||||
image: "ghcr.io/fscorrupt/docker-posterizarr:latest"
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- "ppm"
|
||||
- "posterizarr"
|
||||
volumes:
|
||||
- "/mnt/user/appdata/ppm:/config:rw"
|
||||
- "/mnt/user/appdata/posterizarr:/config:rw"
|
||||
networks:
|
||||
ppm:
|
||||
posterizarr:
|
||||
driver: bridge
|
||||
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 216 KiB |
|
Before Width: | Height: | Size: 382 KiB After Width: | Height: | Size: 382 KiB |
|
Before Width: | Height: | Size: 492 KiB After Width: | Height: | Size: 492 KiB |
|
Before Width: | Height: | Size: 866 KiB After Width: | Height: | Size: 866 KiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
@@ -2,11 +2,11 @@
|
||||
# Franchise Separator Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/movie/franchise/ #
|
||||
# https://kometa.wiki/en/latest/defaults/movie/franchise/ #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
default: templates
|
||||
template_variables:
|
||||
collection_section: "035"
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
## Assets
|
||||
|
||||
> [!IMPORTANT]
|
||||
> I use my own script `PlexPosterMaker.ps1` to get textless posters https://github.com/fscorrupt/Plex-Poster-Maker .
|
||||
> I use my own script `Posterizarr.ps1` to get textless posters https://github.com/fscorrupt/Posterizarr .
|
||||
>
|
||||
> I also use PMM's assets with folder structure as described in the wiki here: https://metamanager.wiki/en/latest/pmm/guides/assets/
|
||||
> I also use Kometa's assets with folder structure as described in the wiki here: https://metamanager.wiki/en/latest/kometa/guides/assets/
|
||||
|
||||
### Here are some Examples of PPM (Plex-Poster-Maker), before the PMM run:
|
||||

|
||||
### Here are some Examples of Posterizarr, before the Kometa run:
|
||||

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

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

|
||||
|
||||
@@ -2,28 +2,28 @@
|
||||
|
||||
libraries:
|
||||
4K Movies:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
#schedule: hourly(9),hourly(19)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
#- file: config/collections.yml
|
||||
overlay_files:
|
||||
- pmm: commonsense
|
||||
- default: commonsense
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_offset: 255
|
||||
back_width: 230
|
||||
- pmm: languages
|
||||
- default: languages
|
||||
template_variables:
|
||||
overlay_limit: 5
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- pmm: runtimes
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_align: center
|
||||
@@ -39,33 +39,33 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/4K Movies
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
Movies:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
#schedule: hourly(9),hourly(19)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
#- file: config/collections.yml
|
||||
overlay_files:
|
||||
- pmm: commonsense
|
||||
- default: commonsense
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_offset: 255
|
||||
back_width: 230
|
||||
- pmm: languages
|
||||
- default: languages
|
||||
template_variables:
|
||||
overlay_limit: 5
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- pmm: runtimes
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_align: center
|
||||
@@ -81,32 +81,32 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Movies
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
Kids Movies:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
#- file: config/Genre.yml
|
||||
overlay_files:
|
||||
- pmm: commonsense
|
||||
- default: commonsense
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_offset: 255
|
||||
back_width: 230
|
||||
- pmm: languages
|
||||
- default: languages
|
||||
template_variables:
|
||||
overlay_limit: 5
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- pmm: runtimes
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_align: center
|
||||
@@ -122,32 +122,32 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Kids Movies
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
Anime:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
#- file: config/Genre.yml
|
||||
overlay_files:
|
||||
- pmm: commonsense
|
||||
- default: commonsense
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_offset: 255
|
||||
back_width: 230
|
||||
- pmm: languages
|
||||
- default: languages
|
||||
template_variables:
|
||||
overlay_limit: 5
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- pmm: runtimes
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
vertical_offset: 37
|
||||
horizontal_align: center
|
||||
@@ -163,37 +163,37 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Anime
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
TV Shows:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/TVShows.yml
|
||||
#- file: config/Genre.yml
|
||||
overlay_files:
|
||||
#- reapply_overlays: true
|
||||
- pmm: network
|
||||
- default: network
|
||||
template_variables:
|
||||
builder_level: season
|
||||
vertical_position: bottom
|
||||
horizontal_position: center
|
||||
horizontal_offset: 30
|
||||
vertical_offset: 50
|
||||
- pmm: languages
|
||||
vertical_offset: 50
|
||||
- default: languages
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
overlay_limit: 5
|
||||
horizontal_position: right
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
back_width: 102
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- pmm: status
|
||||
- default: status
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
@@ -208,10 +208,10 @@ libraries:
|
||||
font_color_canceled: '#ED1F1F'
|
||||
font_color_ended: '#FF0000'
|
||||
back_color: '#FFFFFF'
|
||||
- pmm: runtimes
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
horizontal_align: left
|
||||
horizontal_align: right
|
||||
back_color: '#00000099'
|
||||
back_height: 80
|
||||
vertical_offset: 20
|
||||
@@ -227,35 +227,35 @@ libraries:
|
||||
4K_banner: false
|
||||
settings:
|
||||
asset_directory: /assets/TV Shows
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
assets_for_all: true
|
||||
assets_for_all: true
|
||||
Kids Shows:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/KidsShows.yml
|
||||
overlay_files:
|
||||
#- reapply_overlays: true
|
||||
- pmm: network
|
||||
- default: network
|
||||
template_variables:
|
||||
builder_level: season
|
||||
vertical_position: bottom
|
||||
horizontal_position: center
|
||||
horizontal_offset: 30
|
||||
vertical_offset: 50
|
||||
- pmm: languages
|
||||
vertical_offset: 50
|
||||
- default: languages
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
overlay_limit: 5
|
||||
horizontal_position: right
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
back_width: 102
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- pmm: status
|
||||
- default: status
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
@@ -270,10 +270,10 @@ libraries:
|
||||
font_color_canceled: '#ED1F1F'
|
||||
font_color_ended: '#FF0000'
|
||||
back_color: '#FFFFFF'
|
||||
- pmm: runtimes
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
horizontal_align: left
|
||||
horizontal_align: right
|
||||
back_color: '#00000099'
|
||||
back_height: 80
|
||||
vertical_offset: 20
|
||||
@@ -289,35 +289,35 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Kids Shows
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
assets_for_all: true
|
||||
assets_for_all: true
|
||||
Anime Shows:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/AnimeShows.yml
|
||||
overlay_files:
|
||||
#- reapply_overlays: true
|
||||
- pmm: network
|
||||
- default: network
|
||||
template_variables:
|
||||
builder_level: season
|
||||
vertical_position: bottom
|
||||
horizontal_position: center
|
||||
horizontal_offset: 30
|
||||
vertical_offset: 50
|
||||
- pmm: languages
|
||||
- default: languages
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
overlay_limit: 5
|
||||
horizontal_position: right
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
back_width: 102
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- pmm: status
|
||||
- default: status
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
@@ -332,10 +332,10 @@ libraries:
|
||||
font_color_canceled: '#ED1F1F'
|
||||
font_color_ended: '#FF0000'
|
||||
back_color: '#FFFFFF'
|
||||
- pmm: runtimes
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
horizontal_align: left
|
||||
horizontal_align: right
|
||||
back_color: '#00000099'
|
||||
back_height: 80
|
||||
vertical_offset: 20
|
||||
@@ -351,9 +351,9 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Anime Shows
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
assets_for_all: true
|
||||
assets_for_all: true
|
||||
playlist_files:
|
||||
- file: config/playlist.yml
|
||||
template_variables:
|
||||
@@ -403,6 +403,8 @@ settings: # Can be individually specified
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
overlay_artwork_filetype: jpg
|
||||
overlay_artwork_quality: 75
|
||||
plex: # Can be individually specified per library as well
|
||||
url: http://plex:32400
|
||||
token:
|
||||
@@ -436,7 +438,7 @@ radarr: # Can be individually specified
|
||||
monitor: false
|
||||
availability: announced
|
||||
quality_profile: 1080p
|
||||
tag: pmm
|
||||
tag: kometa
|
||||
search: false
|
||||
add_existing: false
|
||||
radarr_path:
|
||||
@@ -454,7 +456,7 @@ sonarr: # Can be individually specified
|
||||
language_profile: German
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag: pmm
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
add_existing: false
|
||||
|
||||
|
Before Width: | Height: | Size: 7.7 KiB |
@@ -41,7 +41,7 @@ overlays:
|
||||
horizontal_align: center
|
||||
vertical_offset: 0
|
||||
vertical_align: bottom
|
||||
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_High.png
|
||||
url: https://raw.githubusercontent.com/fscorrupt/Kometa-Overlays/main/ratings/Rating_High.png
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 6.5
|
||||
@@ -53,7 +53,7 @@ overlays:
|
||||
horizontal_align: center
|
||||
vertical_offset: 0
|
||||
vertical_align: bottom
|
||||
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Mid.png
|
||||
url: https://raw.githubusercontent.com/fscorrupt/Kometa-Overlays/main/ratings/Rating_Mid.png
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 4.5
|
||||
@@ -66,7 +66,7 @@ overlays:
|
||||
horizontal_align: center
|
||||
vertical_offset: 0
|
||||
vertical_align: bottom
|
||||
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Low.png
|
||||
url: https://raw.githubusercontent.com/fscorrupt/Kometa-Overlays/main/ratings/Rating_Low.png
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 0.1
|
||||
@@ -110,7 +110,7 @@ overlays:
|
||||
Force-Filter:
|
||||
overlay:
|
||||
name: Force-Filter
|
||||
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/Force-Filter.png
|
||||
url: https://raw.githubusercontent.com/fscorrupt/Kometa-Overlays/main/Force-Filter.png
|
||||
vertical_align: bottom
|
||||
plex_search:
|
||||
all:
|
||||
|
||||
@@ -41,7 +41,7 @@ overlays:
|
||||
horizontal_align: center
|
||||
vertical_offset: 0
|
||||
vertical_align: bottom
|
||||
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_High.png
|
||||
url: https://raw.githubusercontent.com/fscorrupt/Kometa-Overlays/main/ratings/Rating_High.png
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 6.5
|
||||
@@ -53,7 +53,7 @@ overlays:
|
||||
horizontal_align: center
|
||||
vertical_offset: 0
|
||||
vertical_align: bottom
|
||||
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Mid.png
|
||||
url: https://raw.githubusercontent.com/fscorrupt/Kometa-Overlays/main/ratings/Rating_Mid.png
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 4.5
|
||||
@@ -66,7 +66,7 @@ overlays:
|
||||
horizontal_align: center
|
||||
vertical_offset: 0
|
||||
vertical_align: bottom
|
||||
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Low.png
|
||||
url: https://raw.githubusercontent.com/fscorrupt/Kometa-Overlays/main/ratings/Rating_Low.png
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 0.1
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# playlist_files: #
|
||||
# - git: PMM/playlist #
|
||||
# - git: kometa/playlist #
|
||||
# template_variables: #
|
||||
# # Sets the names of the libraries to use #
|
||||
# libraries: Movies, TV Shows #
|
||||
@@ -80,7 +80,7 @@ templates:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: <<libraries>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/playlist/<<playlist_name_encoded>>.jpg
|
||||
url_poster: https://raw.githubusercontent.com/Kometa-Team/Default-Images/master/playlist/<<playlist_name_encoded>>.jpg
|
||||
|
||||
playlists:
|
||||
The Walking Dead Universe (Timeline Order):
|
||||
|
||||
@@ -1,78 +1,10 @@
|
||||
This is my Plex Meta Manager Config - heavily inspired by WhoDat104 and bullmoose20
|
||||
This is my Kometa Config - heavily inspired by WhoDat104 and bullmoose20 and probably a bajillion other people. Thanks!
|
||||
|
||||
Creates a whole bunch of collections, including Music collections.
|
||||
|
||||
This should create the below collections:
|
||||
|
||||
**PMM Default Collections:**
|
||||
Movies
|
||||
- Based on
|
||||
- Oscars
|
||||
- Actor Birthdays
|
||||
- Australian Content Ratings
|
||||
- Common Sense Media Recommended
|
||||
- Continent
|
||||
- Oceania
|
||||
- Seasonal
|
||||
- added Pride Month
|
||||
TV Shows
|
||||
- Based on
|
||||
- Actor Birthdays
|
||||
- Australian Content Ratings
|
||||
- Common Sense Media Recommended
|
||||
- Universe
|
||||
- Continent
|
||||
- Oceania
|
||||
|
||||
|
||||
**Custom Collections:**
|
||||
|
||||
Movies
|
||||
Collections:
|
||||
- Expanded Genres #WhoDat104
|
||||
- Franchises #WhoDat104
|
||||
- Subgenres #WhoDat104
|
||||
- Topics #WhoDat104
|
||||
|
||||
TV Shows
|
||||
Collections:
|
||||
- TV Documentaries #WhoDat104
|
||||
- Avatar Universe
|
||||
- Expanded Genres #WhoDat104
|
||||
- Topics #WhoDat104
|
||||
- Franchises #WhoDat104
|
||||
|
||||
Music WORK IN PROGRESS
|
||||
Collections:
|
||||
- Top 10 <<mood>> Albums
|
||||
- Top 100 <<mood>> Tracks
|
||||
- Top 5 <<style>> Artists
|
||||
- Top 20 <<style>> Albums
|
||||
- Continents
|
||||
|
||||
Most posters are linked through Github
|
||||
|
||||
Credits not limited to but include:
|
||||
- AwesomeAustin
|
||||
- meisnate12
|
||||
- ICHIMOKU
|
||||
- SiskoUrso
|
||||
- YozoraXCII
|
||||
- Frexe
|
||||
- Glastil
|
||||
- JJJonesJr33
|
||||
- WhoDat104
|
||||
- bullmoose20
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
[Tv and Movie Playlists](https://github.com/ladywhiskers/Plex-Meta-Manager-Configs/assets/99696830/7ea9a53b-5ee9-43f2-a048-e5f53207fc95)
|
||||
|
||||

|
||||

|
||||
movies_subgenre, movies_topics, tvshows_documentaries & tvshows_topics don't create collections, but tag items for use with the default genre collection.
|
||||
|
||||
Posters are (slowly) being made for collections using the Create Poster script by bullmoose20
|
||||
- https://github.com/bullmoose20/Plex-Stuff#create_poster
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@@ -1,253 +1,215 @@
|
||||
libraries:
|
||||
Movies:
|
||||
schedule_overlays: weekly(monday|wednesday|friday|sunday)
|
||||
template_variables:
|
||||
use_separator: false
|
||||
metadata_files:
|
||||
- folder: config/metadata_folders
|
||||
collection_files:
|
||||
- folder: config/movies
|
||||
- pmm: actor
|
||||
template_variables:
|
||||
collection_section: '001'
|
||||
use_separator: false
|
||||
style: diiivoycolor
|
||||
name_format: "\U0001F382 <<key_name>>'s Birthday"
|
||||
translation_key: birthday
|
||||
sort_by: audience_rating.desc
|
||||
title_format: <<key_name>>'s Birthday
|
||||
data:
|
||||
depth: 10
|
||||
limit: 20
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- pmm: bafta
|
||||
- pmm: cannes
|
||||
- pmm: content_rating_au
|
||||
- pmm: continent
|
||||
template_variables:
|
||||
include:
|
||||
- Oceania
|
||||
- pmm: genre
|
||||
- pmm: oscars
|
||||
- pmm: other_chart
|
||||
template_variables:
|
||||
use_anidb: false
|
||||
use_stevenlu: false
|
||||
use_pirated: false
|
||||
visible_library_commonsense: true
|
||||
visible_home_commonsense: true
|
||||
visible_shared_commonsense: true - pmm: razzie
|
||||
- pmm: seasonal
|
||||
template_variables:
|
||||
use_patrick: false
|
||||
use_memorial: false
|
||||
schedule_father: range(09/01-09/07)
|
||||
use_independence: false
|
||||
use_labor: false
|
||||
use_veteran: false
|
||||
use_thanksgiving: false
|
||||
use_aapi: false
|
||||
- pmm: studio
|
||||
template_variables:
|
||||
include:
|
||||
- A24
|
||||
- DreamWorks Studios
|
||||
- DreamWorks Pictures
|
||||
- Pixar
|
||||
- pmm: tautulli
|
||||
- pmm: universe
|
||||
schedule_overlays: weekly(saturday)
|
||||
- folder: config/movies
|
||||
- default: content_rating_au
|
||||
- default: continent
|
||||
template_variables:
|
||||
include:
|
||||
- Oceania
|
||||
- default: franchise
|
||||
template_variables:
|
||||
title_override:
|
||||
33514: The Twilight Saga
|
||||
9743: Hannibal Lecter
|
||||
489724: Trolls
|
||||
#- default: genre
|
||||
- default: letterboxd
|
||||
template_variables:
|
||||
use_imdb_top_250: true
|
||||
use_oscars: true
|
||||
use_cannes: true
|
||||
visible_library_top_250: true
|
||||
visible_home_top_250: true
|
||||
visible_shared_top_250: true
|
||||
- default: other_chart
|
||||
template_variables:
|
||||
use_anidb: false
|
||||
use_stevenlu: false
|
||||
use_pirated: false
|
||||
visible_library_commonsense: true
|
||||
visible_home_commonsense: true
|
||||
visible_shared_commonsense: true
|
||||
- default: razzie
|
||||
- default: seasonal
|
||||
template_variables:
|
||||
use_patrick: false
|
||||
use_memorial: false
|
||||
schedule_father: range(09/01-09/07)
|
||||
use_independence: false
|
||||
use_labor: false
|
||||
use_veteran: false
|
||||
use_thanksgiving: false
|
||||
use_aapi: false
|
||||
- default: studio
|
||||
template_variables:
|
||||
include:
|
||||
- A24
|
||||
- Blue Sky Studios
|
||||
- DreamWorks Studios
|
||||
- DreamWorks Pictures
|
||||
- Pixar
|
||||
- Studio Ghibli
|
||||
- Walt Disney Animation Studios
|
||||
- Walt Disney Pictures
|
||||
- Walt Disney Productions
|
||||
- default: tautulli
|
||||
- default: universe
|
||||
#- default: collectionless
|
||||
overlay_files:
|
||||
- pmm: commonsense
|
||||
- pmm: mediastinger
|
||||
- pmm: ratings
|
||||
template_variables:
|
||||
rating1: user
|
||||
rating1_image: rt_tomato
|
||||
rating1_font: config/metadata/overlays/fonts/Adlib.ttf
|
||||
rating1_font_size: 63
|
||||
rating2: critic
|
||||
rating2_image: imdb
|
||||
rating2_font: config/metadata/overlays/fonts/Impact.ttf
|
||||
rating2_font_size: 70
|
||||
rating3: audience
|
||||
rating3_image: tmdb
|
||||
rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
||||
rating3_font_size: 70
|
||||
horizontal_position: right
|
||||
- pmm: resolution
|
||||
template_variables:
|
||||
use_resolution: false
|
||||
use_edition: true
|
||||
- pmm: ribbon
|
||||
- pmm: versions
|
||||
- default: commonsense
|
||||
- default: mediastinger
|
||||
- default: resolution
|
||||
template_variables:
|
||||
use_resolution: false
|
||||
use_edition: true
|
||||
- default: ribbon
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/Movies/
|
||||
- config/assets/Movies/
|
||||
- config/assets/Collections/
|
||||
prioritize_assets: false
|
||||
operations:
|
||||
- schedule: daily
|
||||
delete_collections:
|
||||
configured: false
|
||||
managed: true
|
||||
metadata_backup:
|
||||
path: config/backups/Movies_Metadata_Backup.yml
|
||||
sync_tags: true
|
||||
add_blank_entries: false
|
||||
genre_mapper:
|
||||
Sci-Fi: Science Fiction
|
||||
Action & Adventure: Action
|
||||
- schedule: weekly(friday)
|
||||
mass_user_rating_update: mdb_tomatoes
|
||||
mass_critic_rating_update: imdb
|
||||
mass_audience_rating_update: tmdb
|
||||
mass_genre_update: omdb
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
mass_originally_available_update: tmdb
|
||||
mass_imdb_parental_labels: none
|
||||
split_duplicates: false
|
||||
assets_for_all: true
|
||||
- schedule: daily
|
||||
assets_for_all: true
|
||||
delete_collections:
|
||||
configured: false
|
||||
metadata_backup:
|
||||
path: config/backups/Movies_Metadata_Backup.yml
|
||||
sync_tags: true
|
||||
add_blank_entries: false
|
||||
- schedule: Weekly (monday)
|
||||
mass_user_rating_update: mdb_tomatoes
|
||||
- schedule: Weekly (tuesday)
|
||||
mass_critic_rating_update: imdb
|
||||
- schedule: Weekly (wednesday)
|
||||
mass_audience_rating_update: tmdb
|
||||
- schedule: yearly(01/01)
|
||||
mass_genre_update:
|
||||
- tmdb
|
||||
- imdb
|
||||
- omdb
|
||||
- tvdb
|
||||
- schedule: Weekly (friday)
|
||||
mass_content_rating_update:
|
||||
- mdb_commonsense
|
||||
- omdb
|
||||
- schedule: Weekly (saturday)
|
||||
mass_studio_update:
|
||||
- tmdb
|
||||
- tvdb
|
||||
- omdb
|
||||
- schedule: Weekly (sunday)
|
||||
mass_originally_avaliable_update:
|
||||
- tmdb
|
||||
- tvdb
|
||||
- omdb
|
||||
TV Shows:
|
||||
schedule_overlays: weekly(tuesday|thursday|saturday)
|
||||
report_path: config/missing/TV_report.yml
|
||||
template_variables:
|
||||
use_separator: false
|
||||
library_name: TV Shows
|
||||
collection_files:
|
||||
- folder: config/tvshows
|
||||
- pmm: actor
|
||||
template_variables:
|
||||
collection_section: '001'
|
||||
use_separator: false
|
||||
style: diiivoycolor
|
||||
name_format: "\U0001F382 <<key_name>>'s Birthday"
|
||||
translation_key: birthday
|
||||
sort_by: audience_rating.desc
|
||||
title_format: <<key_name>>'s Birthday
|
||||
data:
|
||||
depth: 10
|
||||
limit: 20
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- pmm: based
|
||||
- pmm: content_rating_au
|
||||
- pmm: continent
|
||||
template_variables:
|
||||
include:
|
||||
- Oceania
|
||||
- pmm: genre
|
||||
- pmm: other_chart
|
||||
template_variables:
|
||||
use_anidb: false
|
||||
use_stevenlu: false
|
||||
use_pirated: false
|
||||
visible_library_commonsense: true
|
||||
visible_home_commonsense: true
|
||||
visible_shared_commonsense: true
|
||||
- pmm: tautulli
|
||||
- pmm: universe
|
||||
schedule_overlays: weekly(friday)
|
||||
- folder: config/tvshows
|
||||
# - default: based
|
||||
- default: content_rating_au
|
||||
- default: continent
|
||||
template_variables:
|
||||
include:
|
||||
- Oceania
|
||||
- default: franchise
|
||||
- default: genre
|
||||
- default: other_chart
|
||||
template_variables:
|
||||
use_anidb: false
|
||||
use_stevenlu: false
|
||||
use_pirated: false
|
||||
visible_library_commonsense: true
|
||||
visible_home_commonsense: true
|
||||
visible_shared_commonsense: true
|
||||
- default: tautulli
|
||||
- default: universe
|
||||
metadata_files:
|
||||
- folder: config/metadata_folders
|
||||
overlay_files:
|
||||
- pmm: commonsense
|
||||
- pmm: commonsense
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- pmm: commonsense
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- pmm: ratings
|
||||
template_variables:
|
||||
rating1: user
|
||||
rating1_image: rt_tomato
|
||||
rating1_font: config/metadata/overlays/fonts/Adlib.ttf
|
||||
rating1_font_size: 63
|
||||
rating2: critic
|
||||
rating2_image: imdb
|
||||
rating2_font: config/metadata/overlays/fonts/Impact.ttf
|
||||
rating2_font_size: 70
|
||||
rating3: audience
|
||||
rating3_image: tmdb
|
||||
rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
||||
rating3_font_size: 70
|
||||
horizontal_position: right
|
||||
- pmm: ratings
|
||||
template_variables:
|
||||
rating1: critic
|
||||
rating1_image: imdb
|
||||
rating1_font: config/metadata/overlays/fonts/Impact.ttf
|
||||
rating1_font_size: 70
|
||||
rating2: audience
|
||||
rating2_image: tmdb
|
||||
rating2_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
||||
rating2_font_size: 70
|
||||
horizontal_position: right
|
||||
builder_level: episode
|
||||
- pmm: ribbon
|
||||
- pmm: runtimes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- pmm: status
|
||||
- pmm: versions
|
||||
template_variables:
|
||||
builder_level: show
|
||||
- pmm: versions
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- pmm: ribbon
|
||||
- default: commonsense
|
||||
- default: status
|
||||
- default: ribbon
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/TV Shows/
|
||||
prioritize_assets: false
|
||||
- config/assets/TV Shows/
|
||||
- config/assets/Collections/
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
- schedule: daily
|
||||
delete_collections:
|
||||
configured: false
|
||||
managed: true
|
||||
metadata_backup:
|
||||
path: config/backups/Movies_Metadata_Backup.yml
|
||||
sync_tags: true
|
||||
- schedule: daily
|
||||
assets_for_all: true
|
||||
delete_collections:
|
||||
configured: false
|
||||
metadata_backup:
|
||||
path: config/backups/TVShows_Metadata_Backup.yml
|
||||
sync_tags: true
|
||||
add_blank_entries: false
|
||||
genre_mapper:
|
||||
Sci-Fi: Science Fiction
|
||||
Action & Adventure: Action
|
||||
- schedule: weekly(wednesday)
|
||||
mass_user_rating_update: mdb_tomatoes
|
||||
mass_critic_rating_update: imdb
|
||||
mass_audience_rating_update: tmdb
|
||||
mass_genre_update: omdb
|
||||
- schedule: weekly (thursday)
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
mass_originally_available_update: tmdb
|
||||
mass_episode_critic_rating_update: imdb
|
||||
mass_episode_audience_rating_update: tmdb
|
||||
mass_imdb_parental_labels: none
|
||||
split_duplicates: false
|
||||
assets_for_all: true
|
||||
- schedule: Weekly (monday)
|
||||
mass_user_rating_update: mdb_tomatoes
|
||||
- schedule: Weekly (tuesday)
|
||||
mass_critic_rating_update: imdb
|
||||
- schedule: Weekly (wednesday)
|
||||
mass_audience_rating_update: tmdb
|
||||
- schedule: yearly (01/01)
|
||||
mass_genre_update:
|
||||
- tmdb
|
||||
- imdb
|
||||
- omdb
|
||||
- tvdb
|
||||
- schedule: Weekly (friday)
|
||||
mass_content_rating_update:
|
||||
- mdb_commonsense
|
||||
- omdb
|
||||
- schedule: Weekly (saturday)
|
||||
mass_studio_update:
|
||||
- tmdb
|
||||
- tvdb
|
||||
- omdb
|
||||
- schedule: Weekly (sunday)
|
||||
mass_originally_avaliable_update:
|
||||
- tmdb
|
||||
- tvdb
|
||||
- omdb
|
||||
Music:
|
||||
schedule: weekly (sunday)
|
||||
remove_overlays: true
|
||||
schedule: weekly (tuesday|thursday|sunday)
|
||||
library_name: Music
|
||||
#collection_files:
|
||||
# - folder: config/music
|
||||
collection_files:
|
||||
- folder: config/music
|
||||
settings:
|
||||
asset_directory: config/assets/Music
|
||||
playlist_files:
|
||||
- pmm: playlist
|
||||
template_variables:
|
||||
libraries: 'Movies, TV Shows'
|
||||
- folder: config/playlists
|
||||
- default: playlist
|
||||
template_variables:
|
||||
libraries: Movies, TV Shows
|
||||
- folder: config/playlists
|
||||
settings:
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
cache_expiration: 2048
|
||||
asset_directory: config/assets
|
||||
report_path: config/missing
|
||||
asset_folders: true
|
||||
asset_depth: 1
|
||||
create_asset_folders: false
|
||||
create_asset_folders: true
|
||||
prioritize_assets: false
|
||||
dimensional_asset_rename: true
|
||||
download_url_assets: false
|
||||
download_url_assets: true
|
||||
show_missing_season_assets: false
|
||||
show_missing_episode_assets: false
|
||||
show_asset_not_needed: false
|
||||
sync_mode: sync
|
||||
minimum_items: 1
|
||||
default_collection_order: null
|
||||
default_collection_order:
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
run_again_delay: 2
|
||||
@@ -261,27 +223,29 @@ settings:
|
||||
show_missing_assets: false
|
||||
save_report: false
|
||||
tvdb_language: eng
|
||||
ignore_ids: null
|
||||
ignore_imdb_ids: null
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
item_refresh_delay: 0
|
||||
playlist_sync_to_user: all
|
||||
playlist_exclude_users: null
|
||||
playlist_exclude_users:
|
||||
playlist_report: false
|
||||
verify_ssl: true
|
||||
custom_repo: null
|
||||
verify_ssl: false
|
||||
custom_repo:
|
||||
check_nightly: true
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
overlay_artwork_filetype: jpg
|
||||
overlay_artwork_quality:
|
||||
webhooks:
|
||||
error: notifiarr
|
||||
version: notifiarr
|
||||
run_start: notifiarr
|
||||
run_end: notifiarr
|
||||
changes: notifiarr
|
||||
delete: null
|
||||
delete:
|
||||
plex:
|
||||
url: http://localhost:32400
|
||||
token: [REDACTED]
|
||||
|
||||
15
ladywhiskers/metadata_folders/laura_posters.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
metadata:
|
||||
##0-99##
|
||||
4951: # 10 Things I Hate About You (1999) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20003
|
||||
url_poster: https://api.mediux.pro/assets/d21890ee-60e4-4ee7-b75e-06b32f7fdaae
|
||||
64688: # 21 Jump Street (2012) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20108
|
||||
url_poster: https://api.mediux.pro/assets/a083dbd0-cd7d-452e-9343-7b6dce98caeb
|
||||
187017: # 22 Jump Street (2014) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20004
|
||||
url_poster: https://api.mediux.pro/assets/0916ce15-bc12-49d1-956e-a0c989c23143
|
||||
##A##
|
||||
##B##
|
||||
##C##
|
||||
##D##
|
||||
##S##
|
||||
15121: # The Sound of Music (1965) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20207
|
||||
url_poster: https://api.mediux.pro/assets/119aab2a-8c1c-4394-8ee4-db3538500bcd
|
||||
203
ladywhiskers/metadata_folders/mediux_asoiaf.yml
Normal file
@@ -0,0 +1,203 @@
|
||||
######################################################
|
||||
# ASOIAF #
|
||||
######################################################
|
||||
metadata:
|
||||
121361: # TVDB id for Game of Thrones. Set by willtong93 on MediUX. https://mediux.pro/sets/7917
|
||||
url_poster: https://api.mediux.pro/assets/288a6eda-9680-4762-a3b1-32c026f42c43
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/cf4bea8d-b489-4bbc-8f3f-73810ea26054
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/87841aed-8f48-43fc-b409-9936b97a915e
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/f7a7c727-3c7e-4a9f-9b04-668010be72e4
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/ebbd2ae3-0422-4f8b-83ac-4c161d7e8b07
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/8d3d7240-ea72-46d3-a518-8437fec27bef
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/a9f9c5a4-8a95-4a93-bbb0-ba609b7b922b
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/1a72ed86-f9e1-4a52-9f9c-082c7db372a9
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/a5690ad5-ed80-44ce-8fa3-6a44ef172000
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/d84a4e3c-d475-4840-ae5d-6bfa3860e9b5
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/d45dba27-97e0-47fd-8bbc-5df0b3faa6c5
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/a08de129-01e4-4040-8f10-0bd803a4f112
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/9ea4fc9e-6677-4d5c-9530-a11a2df63233
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/aa961dd8-333a-4cfc-98e9-874ef1a0e5ce
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/fa6d8991-dc19-4b23-ba21-dd68760f9501
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/dd027a3c-a0ba-4b9d-874c-8e88a36341a0
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/346894f2-7a39-414a-b895-41f6f1b2a1aa
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/7605d4a8-9c48-4e28-96b7-7c582bfd8a32
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/cfa07f71-ee3d-4399-aded-59def1d6c685
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/cca28575-0571-4c95-b8ea-dc73bef7d9ec
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/3bad82d4-3baf-4a51-866a-d956d7e2558c
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/fb9ea81f-6ab6-4c3c-8b1a-2b471e829e65
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/5b2d5eca-23ab-4736-a328-102ec12b2c23
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/714820d9-6fe2-436b-8be4-499d8ee7c602
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8981cb4a-9bd2-4db7-b6b6-eb945a201b10
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/2378c609-1cf3-4988-b10b-b2b5c8fa2cf4
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/f0af3f2a-de06-4a91-870f-f6c11f284629
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/5bb0fbf7-4fc7-4d09-ac42-60039c936500
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/23b4f6ee-e2c6-4805-b5ce-7eb77206620a
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/3f72aaf9-d06d-42a6-acd5-38caf06b1a49
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/3abacdda-dfa0-46e3-bdd4-dd1a066c6f82
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/685939d0-1f44-4961-9810-e86038b77770
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/3c8fa71d-cd50-4f8f-a34f-c6029908b33d
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/65e94242-4ca5-420d-8dc9-aaf0fe0b3746
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/66ca33c5-2165-45db-bb85-0fa44754d289
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c17c15bf-1187-4df2-b16b-842c8e73be0f
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/61fb4053-ffb5-408c-abc6-f2dd2124beed
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/39147b02-b0eb-4eae-aa2b-9f3e017dff43
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/ef0b831a-14a9-41f7-b918-ca68b8d70969
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/da1351f6-0b70-408d-bdfc-aa8667bdfddb
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/94d4fb8a-fd83-4647-a371-05ef2cb824a6
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/8944de95-2868-4bc3-829b-257384622e28
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/df54a91e-1425-4b93-bdbe-dd19529d80e0
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/3a20638a-14ce-47ef-a833-919f13ca1724
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/dfb5fcc0-204a-49bf-9250-f54480aa7592
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/f5890e1b-5f1f-4614-89ad-e66bafb978bb
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/279d68b3-0880-47a2-bdc2-87c2f19fe959
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/608d315b-8686-4a00-9820-9692b22ff193
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/681d0c2b-f4ea-421d-8a8c-2aedaf76a4ff
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/4688bbe8-5c7d-423f-b324-ab55cf7fd94c
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/b10c27c5-43fb-453e-8760-ba372030eef7
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/3b1a9d0e-6266-40e4-8787-815016194ae0
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/1ea81d20-3f78-427a-9b95-adc5ff58557c
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/26195197-e4fa-46d4-9e33-2db1fea14b72
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/9ccacd6d-7901-440a-8bb5-1ee8d57bd28d
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/53c3e76b-718e-48be-acfe-79785ab4e789
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/42540812-b3b5-49e8-b59d-0e3c71ff5833
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/45500ec0-32bc-4542-b745-e8a3a10de29a
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/79171e64-4242-441b-ac71-230c0c983bae
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/c1733ae1-a3cf-443d-8b8a-b1563ba00159
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/96016e54-5beb-4c97-89ad-e2007efd79a7
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/a5fd005e-64eb-4f0e-8ed9-44db9cfd225f
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/342da035-3ca9-4a23-8429-187e146e38bf
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/96fba48f-7be0-4d5f-b0d2-b94002593815
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/b464ea33-bce5-4716-98bf-f978b72f29a1
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/b71f547e-2443-481d-93a5-0803db918dad
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/55c38150-d55a-47df-b166-db7672fe926e
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/3ba91ba0-924a-4cac-b8df-86624dc3fef6
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/4874b620-f222-490d-a457-b0266125a4cc
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/a071c2e8-2060-47fd-bf02-2aabcfdd809b
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/014645b5-c509-43af-9ffc-26007e068dd3
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/faf1a21d-649e-4383-92ba-e6ccc6d163f7
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/6919b4d7-41b1-44d7-85bc-1a1e919162ee
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/e0c11600-f3cf-4900-80dc-f1fc36ec4556
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/47096b11-db5f-432c-82fe-cb75df4a121a
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/c77217d3-be5b-4d6f-a974-87b0ba247c70
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/d534ecea-4032-4ba4-a6e1-73c18d5d643a
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/de25a6ab-56ba-4567-a17e-53989c1e9ad3
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/287347a2-92c6-401a-b73c-da88db769df7
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/943b74a6-8051-48e5-aa7b-5021842ea197
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/d2b51714-4d38-483a-b8f7-e7299c4e9710
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/e9b5e393-9f1d-43a3-b65a-087aecd4d97b
|
||||
371572: # TVDB id for House of the Dragon. Set by willtong93 on MediUX. https://mediux.pro/sets/8785
|
||||
url_poster: https://api.mediux.pro/assets/ec4e0015-f195-4708-8c53-126b04e2e9f5
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/92f6ffb2-36ab-4191-8ce1-f0b3cf6c02f1
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/4f422b61-8160-4aad-ae43-fd71c5b2b049
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/3dc76500-0e3e-4e19-a62a-57a533b9e7c2
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/bb57db63-8857-4ef3-b17f-9324e95e1a74
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/af1606db-762a-4201-9e76-17e1ce054524
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/7ea3c907-10dc-4d1c-847d-3126dd95795a
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/b4b2eed6-e6fd-4533-81f9-a277df4d291e
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/40e643b3-5490-4e72-82d5-94666f7575f9
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/ddbe570c-8df6-48f3-8fef-497f10b6c96b
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/d24c3eac-33ff-469a-8446-ded7aa515974
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/9095422e-82ce-44b1-89b3-7f4f72dbf9ea
|
||||
8
ladywhiskers/metadata_folders/mediux_barbie.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
metadata:
|
||||
418330: # TVDB id for Barbie: It Takes Two. Set by fwlolx on MediUX. https://mediux.pro/sets/13727
|
||||
url_poster: https://api.mediux.pro/assets/e5969d3d-b234-4ff6-97e2-c037e2505ea8
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/2443e372-f5d1-44a5-a3ec-6852c0e7f09f
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/9322f2b9-1af6-4c6f-9544-d6d7a73265e2
|
||||
554
ladywhiskers/metadata_folders/mediux_buffyverse.yml
Normal file
@@ -0,0 +1,554 @@
|
||||
######################################################
|
||||
# Buffyverse #
|
||||
######################################################
|
||||
metadata:
|
||||
71035: # TVDB id for Angel. Set by r3draid3r04 on MediUX. https://mediux.pro/sets/7578
|
||||
seasons:
|
||||
1:
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/b23f50ee-2dd8-468c-a776-07561825da68
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/83c89f27-8cd1-4e14-a1dc-4bbbb47b5bb4
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/adbc0d81-5a6b-4b0f-822b-0c21b5884d32
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/ccc28e37-0418-4b0e-81f3-ad446a33296f
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/d2352135-d5f4-4211-8741-18bf82f36588
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/9f2f0f72-42c9-4574-8d46-b1c908f964a6
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/91ff73f4-8aa2-48bb-b1b8-b8a85092cf8c
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/428d2383-a985-45d8-af27-78db5f1c295b
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/7bc64492-7bd9-4a6e-b201-02feb0ca674e
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/0abee1c2-176d-4497-9d22-5c453cca28c9
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/432cb8b2-86cb-4377-bdfe-2cabdfb554aa
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/40b2d2ad-a94a-4bee-b40e-8342abd85534
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/f1db6b8a-c49b-4aa5-ad9e-ef9288f2be8d
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/791dfa86-f506-4c50-a95e-18c0a1fdb32c
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/3fbe7c19-47b6-4f99-9d73-04874284f837
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/4fcd6a9c-4e43-4651-8396-6e8a668130df
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/03ac83a9-e084-46e6-8bf1-fa310b82d0fc
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/f754fa0c-453d-47f6-90ab-eb96e6be372e
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/dcf88380-5d3e-4b64-8b6b-dd904ea79bcf
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/95aeaf65-12b6-4cf4-a94f-9edd49c74ddb
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/82baa156-486b-456b-9755-ed5f0ec8fa8c
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/e16e8350-81ae-4f87-922a-b29e76da4ce1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/a07577c7-646d-4079-bef4-cb516bc4a374
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c4c33d06-b445-40be-830d-11f01dd2e963
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/ed2877a3-cbb9-4662-924f-87f88c1fc969
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/3782d301-ceaf-4adc-b033-49d125e13a77
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/f36a8655-c40b-478b-be7a-af4be8ad652f
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/9961b587-42d2-413a-b276-a956fd68e74f
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/de1b53b3-8293-4322-b63c-47b9b449dedc
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/f00e451f-4475-4146-b0b6-5b8d3f538584
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/ad5eaa80-2b26-4632-8fdd-527b321fb4a4
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/cb852810-0528-40e8-bf79-51242ce487cf
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/09e64d70-4230-4d98-a5de-b3f12a124cc9
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/971b9fce-8b2f-4332-8865-39ef8a2e6d19
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/6abcda30-bf8d-44a0-9f39-8c31df38c985
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/d955ad2a-847f-4f8f-82ea-70d719371869
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/b89d7e5c-e140-4c3e-a05f-839dd311a0f7
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/2a349b97-4d05-42cc-aa30-958d2cdf7e32
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/03b3d006-bbea-49a0-b638-0bce56d4a6cd
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/46e27d32-8727-4798-9296-e8d475acb7bf
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/3324bf42-8761-43b1-81a2-6deb4c05afc3
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/6d21099a-78f1-4642-9805-147305ccfa68
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/df0253e8-05fb-48a5-9be4-58b3af5e17a4
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/b29a69fd-9440-4ba4-86e5-7128f2471b09
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/0bdf1366-3937-4d2a-873b-4b823b306b30
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/1527c67d-9369-44bd-a04d-a3827c246a07
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/0b962964-c194-432d-bdfd-6e7812b396e1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/29a1027c-a843-4df2-9e30-b10f103009c6
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/8cc7a124-28f6-4c8c-8bfd-8f9924796d69
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/dd83d7d9-f82e-46b1-b9b4-3d5fd626bcc2
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/1cb30690-a9e5-486e-92ab-6758c9019eee
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/c61edb78-a209-4efb-acd5-0a0476e52c18
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/2814dc03-8976-4f29-b04b-3a9f5e8eb567
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/027fb8eb-5af4-4f99-a737-286100f630ab
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/acb4956d-4961-4dcd-a6e2-596aeb1da2bb
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/91d2f4fb-f9ab-4432-b587-342556c47205
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/ebf91f36-bf45-4065-adbb-50868df7c1f9
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/a53bc49d-00ac-486a-9095-5f7330444f09
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/d1c7dd6c-d819-487f-9007-660e54c6347a
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/eb173ce0-45f1-4447-9010-15a45bcf1102
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/73d7f23d-5560-4f6d-80b7-65e28d74f2b1
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/8402a8c9-c9dd-4f6f-a8fc-3e65074854a9
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/f8735235-aabf-4fcf-9db4-d30eca99d220
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/ba31831f-5e67-4113-bc85-5c32e4484838
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/b8ad9a69-50db-44a4-be2d-1e97039b5a33
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/a2d2f110-e62d-4efb-b4ea-c3a139695839
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/e34824e8-d8da-4255-b4f3-a7f332936dcb
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/c07c51ef-bf14-4618-91f4-8473fc87b92b
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/69db7192-9330-4c98-b651-ccca5b04e9ee
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8436ecc2-2645-4ebb-8170-70a74cabdb38
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/b790c504-2ccb-4b5a-920d-016561e2ed0f
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/177f018b-e9a9-4801-adfe-28c0ee09aff0
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/4a0aed44-4a6f-44c1-a8b8-f3ff8e615114
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/1e6aab7e-571b-4c6f-a3dd-7af20f226941
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/a93a72ef-c24e-4bbc-b4b1-feb564a8dfd4
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/1d3d2135-7ce1-4078-9ea6-b69e47197810
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/05fe02fb-1c9f-4866-ab82-cbd33c213a17
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/353cd21a-f2a4-47a5-aa7d-25b4c2bdb97d
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/50dbe041-aef3-4a2c-869c-790002ada563
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/acb01541-31dd-4f7b-9170-9e62e8a1af2a
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/540f9838-79ec-44c5-a37a-f3e6e78ec5db
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/570fe0de-04d5-4737-baf2-f1e4ba2ace1f
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/2d8d4a38-aae8-475c-a058-47b9229c47b2
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/7e4b64c6-950a-41ba-903d-8f0a6a6eab81
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/594e619e-0cb3-48bb-85a5-7c2985376f4d
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/8347e643-13ef-4978-85df-6d8a8e37cca0
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/f684127f-1ca6-4c20-bfa9-f858d1ca811a
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/2250d991-be79-44a7-8b76-001ceb71a8f6
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/5f238f3e-84bf-492f-87c5-16881d5c93e5
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/1bc6d2f9-4468-46b2-8ceb-984ef0c75683
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/1a430572-8419-41ee-9c0c-d93f1c2821f1
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/13a42dba-9974-41b2-8fd8-4db8b7a101d9
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/bfd6caf9-61d1-4248-bf1e-9621df689e4e
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/c2695600-a778-4029-9cb5-37b01d82fbb1
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/039dfb46-430c-4f33-9f39-c00c43b86252
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/33e7a998-3629-4a29-bed6-912fa1ac3ed1
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/a984c4a7-483b-4af3-9ce8-6046a87ba439
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/153e1f4f-44e2-43e6-bd4d-e61f560b901b
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/c852da64-4a3d-4692-8641-5a5325ebce63
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/1ad9ef9d-2735-4524-a624-77dfc24abd7f
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/4776411a-4351-4c0f-97ed-74dca94a5e4c
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/081d5546-f172-4654-927d-9ca139170645
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/722415c7-4de0-40b5-a02a-26c58ac8caab
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/aa580194-93eb-49b6-87d9-c779aaca9f1b
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/0af48d9e-2683-4bd1-b249-ef64748bd6c3
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/213bb7ea-8ccb-4015-ae28-b278f1a6a9b2
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/5f796a33-8603-4255-80b9-83ad706c2bf6
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/e6b12283-6291-4577-9b78-868b3e547391
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/8e77ed0f-891a-41be-8881-b231dbc6224a
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/b05a1e1d-097a-414c-9d32-e09f924df0d2
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/c37e539d-69b1-4fd8-839f-4cfe6a9aa3cb
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/789e99d9-6e42-4779-96b8-c401b7526883
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/47339bbf-446d-4588-903e-3ede285465e1
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/8fb62fe3-e8cc-4817-a365-cc1f96380db8
|
||||
70327: # TVDB id for Buffy the Vampire Slayer. Set by Sarrius on MediUX. https://mediux.pro/sets/16172
|
||||
url_poster: https://api.mediux.pro/assets/0da5dff1-f5f1-4dde-b1a4-2f9738b3211e
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/eb1fbac6-4b9c-454b-993b-d4b88bb9f869
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/9c1a3711-0613-444d-a399-6a4720d6ea72
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/d2f3fef2-155f-4d51-9c4c-ad241436ffb5
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/7d31ff32-2002-4381-8f95-2622f2a7e98f
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/0e136263-f2ab-4813-bcf6-4de76b1a4f71
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/fcefff89-042e-4ea3-a8ba-77f05d8520e9
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/8989eae1-2f6e-482e-8baf-b4423508af98
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/ddd7cd41-a22d-4183-b78a-0809eeb2a364
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/623a88b0-2d70-46bd-becc-538f8a5a6d44
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/6c673e36-95fd-4ccc-81ff-3fc9ee478049
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/deab9b71-b7b9-4a80-a66a-cd7a07df3ffd
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/6c268471-be48-4b13-b961-a8c107c419be
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/c00ed32e-6c01-48a5-bf84-6f927429d742
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/ea9ca142-b068-4af0-b8de-211136500ae8
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/2e00d43e-1a6e-4ac3-a284-c9dbd5e68781
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/ed211919-ec57-40ee-b503-54c24d9c26b5
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/683ff3ef-6771-49c0-9ea9-9f57d68a151c
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/a7dd1560-c478-48d9-a24a-f7826ac6c7ad
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e0f5f3f4-6506-4749-8679-7277ac8beed7
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/ad92a64f-5654-466a-b379-c520a3b82ef9
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/2e17c312-fc5a-4918-9de4-d3a630fd37b2
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/65b1e98f-46e8-4e63-af65-3828ca377afc
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/1df137a2-8a90-48a7-aa6d-562807ec7924
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/ab82f911-71ec-4e03-bedf-9c845c6101b8
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/0a802a3d-8130-4cae-a44d-3515988b1ca5
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/74ae84d4-1b3f-45e9-95b4-27dd04c989cc
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/d95a1116-82f4-4cb3-8d84-263a6a67fe32
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/683485d8-b71e-4670-8213-fb9450e31cb9
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/e0125362-cf7c-4613-a2c8-6add7bc2cbcb
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/f7a9d2e8-f100-413f-80dc-f7f4b3164495
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/8a332330-1090-466d-874f-5076dc0dd9f4
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/dbf7a837-d6ce-4726-8ba6-f8027e25b860
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/deea1ff1-38b6-451a-b868-0f2c5d08e3bc
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/55abf669-19ea-4c68-a188-aa012e5d6e26
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/df583bf0-7cad-4020-96a0-f8e4f389155e
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/618ec17b-795c-4139-8ae6-6331f93d3e12
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/66469387-5ad7-41c7-a57b-ee6f7f83c8eb
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/4d5e556a-1e08-4a4e-a171-caee65b72b64
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/e3b5837b-bc7b-47bc-a1a4-1cdbc97a4400
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/eb574a75-a53c-449c-be15-e630f8ca05af
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/b7af0c42-950b-4649-b552-c556ee8ac52e
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e30a02c5-c356-4d4f-88f7-837460771bc8
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/88e45d9b-eea7-4ab8-bfa9-5141b8f754d0
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/a8e8f6b8-7068-486a-82a0-31375e960804
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/cafd89ec-ea79-4b31-a9b4-8424597678be
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/e1cb4426-5e62-41d4-a9cd-d79b111cd6fe
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/60e719ca-c425-4c5b-898d-ac4a07ac07d8
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/8910e2e7-b63e-426d-8dcd-f74ab3315eb1
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/346aa463-2531-436d-9122-1517b9068a41
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/8ffbcad2-5663-4729-b1cc-078b22a1a57d
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/fe064e76-15e0-4148-8809-63ddc369b526
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/84ed0a81-a9df-4e05-b62d-4bf806beb7cb
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/88f96816-b60c-4dae-bb0b-505f144ff005
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/5bd322e4-d101-48de-bf5b-70dd13278616
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/974b7bb8-cbed-4c87-837b-ba7b3e9f32e7
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/f3d03fe5-c7be-458b-a0f2-25532824e16d
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/a7d16db2-da6d-498f-a741-0597155f38fd
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/1464a272-8008-497d-97ff-8a31c1359b68
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/d59d507c-06d3-4d52-8673-bea23de37f00
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/5f871f0d-4c4b-41ba-9758-114a04b40725
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/1e7bb5e5-756f-4023-9889-938e132377bc
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/df25b918-6f4e-4c82-92ea-327f23938f1b
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/4e3f0d55-0a1c-4e9a-8847-9b37e3acf653
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/8f700432-5c18-4a9c-a893-76fed4c3e984
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/10173274-5a16-45d4-9c32-58da9735cc6c
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/3a6b5977-80af-4798-90c0-50b0e2c53e52
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/d5400e67-4998-481a-bcf3-5d3e8b6bf9e4
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/d19aecfd-a133-4517-b02a-43eb53ab0675
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/afb656a4-65a3-40cd-b432-87da6d5b14bd
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/925c29de-d0c6-413e-88e1-3b3825549a80
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/33e0a228-096c-484b-a1dc-2563c8dd050e
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/1f882e1e-33ca-46f9-917f-ebf65994e8e6
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/4206da91-f11b-4bf2-838c-0308d592b9a6
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/934663a3-d104-4035-adce-eb716552ec30
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/1ef120e3-716f-4152-a0a1-8010a60aa18f
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/67615980-0c47-40f0-b6ac-762359ac5050
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/37e623fa-3c45-4ab2-8a58-cdf9fb3a3d26
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/3690000e-9f82-4446-942b-73bb00e3446b
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/b38d6091-aa9e-4613-8dfb-5253b08969f6
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/fbb60dee-89e3-431d-8c48-5b877e3263e4
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/3d137343-ed68-4394-85c9-b7af71c7db03
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/328e7f16-d4b9-4507-86a5-3cc4e77a9aa6
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/cfb279ed-acdd-4855-a0de-3178bafd1cc8
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/06916328-7336-40ea-b485-4ba1af81b755
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/97496355-e917-49db-987f-340d0adf70ff
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/a51f7a5a-0759-4c75-a7fa-e3222bd81bb4
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/596e46ed-3ed3-4c42-9de6-a53e1b2261d6
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/75f7adcf-2672-4915-b4bb-72f52dd18c74
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/902a7ba5-d1f3-4cb9-a5d6-0d668f5e41fd
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/2ff49944-7f2d-49ef-9ee0-8390ae3bb885
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/22f123e4-12aa-4f94-892b-d4b0c738dc69
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/b55306cf-eecf-4932-99e9-ebbd2a2ced8b
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/600b5b18-f086-448f-8406-91fcf953f464
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/b5e53f19-1245-42c4-ba0f-a2003a4faf3f
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/799ce0d9-cbce-463b-ac79-507d833b56c6
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/8bcbf3e3-bea5-4210-9e6f-e4e1135084fa
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/1d1590b4-9a31-47d1-b777-3f99a34d0020
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/410872b7-796f-4819-932d-7c7f0be24680
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/6190e98a-8876-4b99-9b29-1cf3578b911b
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/d3f7bb03-c4dc-4502-bd11-866c944b6a6b
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/e681891e-9413-424b-ae2b-faa5ec85aca7
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/d3f3b22d-2328-4a08-8919-bec8773b74a6
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/daa79653-3d68-41e1-b4cb-d3bb460c11e5
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/e3ccff2e-95d6-439f-944c-039325c0076e
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/0920cad9-2116-4604-94fa-179a1f3b7ea1
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/78a8de2b-fcd0-42cb-acc8-4c0926a6f2ae
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/a5f27699-5818-4430-aa91-c9d9bee900ba
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/7a790ed2-6b07-4518-be13-f36c48d201b1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/951a8b44-b379-4904-8874-a9da8581aa59
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/1656c1b1-57ac-46f5-8204-b7502248029d
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/4ce63d60-e546-43c4-91c3-69ac451a68a0
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/9b0fac78-565c-4d16-a16b-1a5f5f242798
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/01eeeb1d-261f-4560-8d1d-2d05b1477152
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/81bf7907-085e-438f-98e9-f8ce6fa22ede
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/b5d7d93b-deaa-4c82-8d4f-9fd1856714d1
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/3adf7027-e8ad-4a0b-90a6-ee2dad125907
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/e815f6bc-c805-48b3-a855-82553bbae1a5
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/88d2312d-e6ba-4c2c-8bb5-febea44e6c68
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/c47815f0-186b-454d-8a34-e920eaf0a8bb
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/2f68d2f6-d1ab-4d0c-b47c-f3358699e931
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/ee90179c-fb96-4fd6-9193-b65bda4afdd9
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/6b3e0578-f996-4422-a215-a6ac4704aad6
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/976da4bc-bf29-493c-b801-4fa814d43afb
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/28873e45-991f-4da1-b9a0-087cba3f73b9
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/fb27d363-8653-48d5-a933-7257b327c41b
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/5b228099-c8d8-4abb-aa9d-1ba9749dfc79
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/3b9ef37a-7892-4a18-9a80-fd2ef3c727dc
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/ddc1ab29-a000-457d-9a81-8f85bbd524d3
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/09e5e569-318b-4b27-837f-15f1ac6f8518
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/3e45a9f1-16e0-4897-8a83-2839e7ff2ed3
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/94b47756-51ae-452b-9f0e-d77963e8853a
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/e8e37352-5960-4e05-9c09-2cedd7311d55
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/711f39e7-0f29-4330-af2e-5a065942aef3
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/8bee11fe-efb3-4de3-b10c-af97ea78c398
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/1c98952e-1158-4da3-8800-f0785a136e95
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/1c38c0e7-0d0f-4294-9858-3ef0b62d8760
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/bf3cc673-34c8-4a36-bc98-bd6413d43a8f
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/f895a6b1-a976-42b9-a44b-b237e994eb5d
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/9a7d2f5a-2eea-423b-9c7f-2eb42a321a32
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/071641d6-1191-4dad-9bde-a9eb2743b764
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/782ded60-b1b8-4447-bfc5-0b62e6c256b8
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/2802a2e9-bd9b-4cfa-ae01-3062aeae0f71
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/05e9cdd8-36d3-463a-bcef-3bc4bf159f69
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/fc3089e9-8f09-41d9-93ac-94964b74458a
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/ed44346d-d5aa-43ad-8cb8-faae15c70b0d
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/39507e57-b385-4f9b-963b-1941e6db0ad1
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/20b45802-f8b0-451c-83b8-5cbe61da0cfb
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/dca11c49-3666-406f-8cc0-f3cbab4473f0
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/09e49c35-8acd-4993-bd08-80bb1930116a
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/04c1c789-8f28-4966-9283-cff1af0ed61e
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/78e19950-7807-4a9c-8880-095a2776a13a
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/d8d62d0c-3848-49ae-b558-eda3d950c32b
|
||||
@@ -0,0 +1,3 @@
|
||||
metadata:
|
||||
10206: # Buffy the Vampire Slayer (1992) Poster by Aloha_Alona on MediUX. https://mediux.pro/sets/4380
|
||||
url_poster: https://api.mediux.pro/assets/c58894d1-457d-41fd-92e7-752cfdb263ae
|
||||
63
ladywhiskers/metadata_folders/mediux_stargate.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
metadata:
|
||||
784993: # Stargate SG-1: Children of the Gods (2009) Poster by fwlolx on MediUX. https://mediux.pro/sets/11019
|
||||
url_poster: https://api.mediux.pro/assets/0bfdccc5-0e15-4166-b073-698b28439320
|
||||
13001: # Stargate: The Ark of Truth (2008) Poster by fwlolx on MediUX. https://mediux.pro/sets/11018
|
||||
url_poster: https://api.mediux.pro/assets/139e4895-5861-404d-83f7-54aea7229516
|
||||
12914: # Stargate: Continuum (2008) Poster by fwlolx on MediUX. https://mediux.pro/sets/11017
|
||||
url_poster: https://api.mediux.pro/assets/07475fa5-7343-4bdd-8168-4e9daa0a9404
|
||||
2164: # Stargate (1994) Poster by fwlolx on MediUX. https://mediux.pro/sets/11016
|
||||
url_poster: https://api.mediux.pro/assets/c00b20fd-b6a4-4d55-a097-237b03f81fc9
|
||||
339552: # TVDB id for Stargate Origins. Set by fwlolx on MediUX. https://mediux.pro/sets/11013
|
||||
url_poster: https://api.mediux.pro/assets/b4e23d5a-5313-4f7d-b619-047c94e23e60
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/9d417ca3-0638-4d99-8bfd-60d246a1f493
|
||||
83237: # TVDB id for Stargate Universe. Set by fwlolx on MediUX. https://mediux.pro/sets/11012
|
||||
url_poster: https://api.mediux.pro/assets/97ee2205-3807-467b-a190-982adf101c5b
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/12114a5b-7dd0-44dd-acd5-a4eeb81ca766
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/3d21c6b2-8196-4606-9235-98e9d0aee4f7
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/6402afec-2e07-4d6b-ace5-8342d65ccc5b
|
||||
70851: # TVDB id for Stargate Atlantis. Set by fwlolx on MediUX. https://mediux.pro/sets/11011
|
||||
url_poster: https://api.mediux.pro/assets/755db585-04e3-4217-a942-462782727487
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/abc56243-2132-4224-b735-1868b1ada3c7
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/be878cb8-6cc3-4fb2-9291-8159fc6e9a58
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/3369b79f-7cc6-416d-8c3f-7de308e812e0
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/1faaa39f-26a1-4bf1-8aa6-2d9501c191c3
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/a65e4320-c3ef-4151-82cd-e34f299eafc7
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/72f6e086-e16b-4af9-977d-cb0716b27989
|
||||
72449: # TVDB id for Stargate SG-1. Set by fwlolx on MediUX. https://mediux.pro/sets/11010
|
||||
url_poster: https://api.mediux.pro/assets/32f985d4-de65-4f39-859d-7bdccd1249a6
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/0403deb9-9cdf-4562-a3e0-927b12398059
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a4c764e9-ced0-4729-87c7-0ae262960721
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/1f97c901-0586-4a55-8fcc-d9913c9e8e7f
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/7a3441c7-ffe4-45d0-9778-00b458b25b5d
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e5925471-e445-43c5-b01f-3b4e46f9ed09
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/b2ab4246-4483-47e1-9b9e-24243440f1d3
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/bad8446d-65dc-4158-9b41-71e51a50df9e
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/b5086d9f-4b1a-45ee-b74e-4090c7320001
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/c0c4d772-bc2e-44a6-8300-b371bf09fee0
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/2bd76a1c-ac2f-410a-aa29-55a02d97aa39
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/4304feaa-da0c-4dd5-9a28-5977b5c5bdca
|
||||
1943
ladywhiskers/metadata_folders/mediux_tvmetadata.yml
Normal file
1114
ladywhiskers/metadata_folders/mediux_whoniverse.yml
Normal file
89
ladywhiskers/metadata_folders/meidux_attenbourough.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
metadata:
|
||||
438710: # TVDB id for Secret World of Sound with David Attenborough. Set by fwlolx on MediUX. https://mediux.pro/sets/14127
|
||||
url_poster: https://api.mediux.pro/assets/e07388ac-491e-41d6-8d75-621e64388280
|
||||
418505: # TVDB id for Prehistoric Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11880
|
||||
url_poster: https://api.mediux.pro/assets/389813b5-7341-4fa0-b92d-fd1d415e5781
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/264b92d9-1594-4729-9197-809453b5e746
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/b3dc32d0-52d0-4c37-b912-582164d96dec
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/847512e2-0a15-47df-9f71-a5ca2211ccff
|
||||
355229: # TVDB id for Our Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11877
|
||||
url_poster: https://api.mediux.pro/assets/e5bfef9f-2124-446d-bc3e-146f8640f8ae
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a26e8494-8e71-4566-a168-216fea55a27e
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/aa8d3ff8-8876-49e6-9908-5adb4745ee65
|
||||
359250: # TVDB id for The Green Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11876
|
||||
url_poster: https://api.mediux.pro/assets/21d90bfb-fe01-4eca-b80d-39a62c580413
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/ef1d2153-b718-4c9a-8624-09026b93f83e
|
||||
417395: # TVDB id for Frozen Planet II. Set by fwlolx on MediUX. https://mediux.pro/sets/11874
|
||||
url_poster: https://api.mediux.pro/assets/b488cd94-0b59-4e4d-9c4c-ec1da70f7471
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/58e43702-79cd-494b-9f5b-dee1b1314e12
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f70f29a6-44fd-47ff-a76b-4e16acf90530
|
||||
251418: # TVDB id for Frozen Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11871
|
||||
url_poster: https://api.mediux.pro/assets/a54850a8-ed8c-4578-8ded-47a71e9dbd8e
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/75ac8f6b-8cd6-4e85-b6ac-614b8f0dd0e2
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/0a56db01-89cf-4b3c-813e-efc3e019fb78
|
||||
330942: # TVDB id for Blue Planet II. Set by fwlolx on MediUX. https://mediux.pro/sets/11869
|
||||
url_poster: https://api.mediux.pro/assets/87a1f661-457d-4736-a41c-9dca16ca751c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/a66038f3-507e-45d4-844d-12f10659ddb8
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/e76df251-7f2f-4787-b48f-ac06e06cb853
|
||||
74372: # TVDB id for The Blue Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11866
|
||||
url_poster: https://api.mediux.pro/assets/92dbac59-d1fa-4b1b-9f80-62f0033bcf83
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/ab0c31b0-f1ff-4ed4-bdf0-83d1b7628de2
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c3b927d3-bc9e-478e-837b-ee9d14c9b65b
|
||||
359365: # TVDB id for A Perfect Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11864
|
||||
url_poster: https://api.mediux.pro/assets/67e48086-49a0-4273-8ae3-19ea570e708b
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/6b654da6-9355-4922-b363-fc5cd9157ac2
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/b045213e-1069-4482-baba-6cf60a6b790c
|
||||
413197: # TVDB id for Planet Earth III. Set by fwlolx on MediUX. https://mediux.pro/sets/11863
|
||||
url_poster: https://api.mediux.pro/assets/bbbf9a8e-ec78-4221-8352-11a931179af9
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/5c234eea-c133-4efc-959d-d732cee9414a
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8c871212-950a-4605-bfb2-41b8099ee213
|
||||
318408: # TVDB id for Planet Earth II. Set by fwlolx on MediUX. https://mediux.pro/sets/11860
|
||||
url_poster: https://api.mediux.pro/assets/ae5eacb2-b7df-41a2-a20f-f9fc378b92eb
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/71013416-fe4b-425d-a510-e8f60f0c744e
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/de2728b2-2941-46b7-804f-5cd7ff244dc8
|
||||
79257: # TVDB id for Planet Earth. Set by fwlolx on MediUX. https://mediux.pro/sets/11857
|
||||
url_poster: https://api.mediux.pro/assets/2df2b201-007f-4c9e-8847-a847727da29c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/16c4bcf2-d2e7-4367-8522-21e3b9377a70
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8650f2a9-36dc-4bb5-bfa6-794266f9df66
|
||||
823800: # Planet Earth: A Celebration (2020) Poster by fwlolx on MediUX. https://mediux.pro/sets/11887
|
||||
url_poster: https://api.mediux.pro/assets/cec32635-1b80-4510-beee-23367d985af2
|
||||
621561: # Our Planet: Behind The Scenes (2019) Poster by fwlolx on MediUX. https://mediux.pro/sets/11885
|
||||
url_poster: https://api.mediux.pro/assets/6f1f27e1-8dd1-4621-9c0e-327fd2e2c8e6
|
||||
359251: # TVDB id for Seven Worlds, One Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11882
|
||||
url_poster: https://api.mediux.pro/assets/996e7ed0-8efe-40d7-bb01-7978ddbc33b9
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c9cf1ffe-47bc-4a95-8643-331f633e90ad
|
||||
@@ -11,33 +11,17 @@ external_templates:
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
|
||||
templates:
|
||||
Rotten Tomatoes:
|
||||
Rotten Tomatoes:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
|
||||
sync_mode: sync
|
||||
collection_mode: default
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
||||
schedule: yearly(01/30)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
|
||||
|
||||
schedule: monthly(01)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
|
||||
collections:
|
||||
"100 Years... 100 Movies":
|
||||
imdb_list: https://www.imdb.com/list/ls027841309/
|
||||
collection_order: custom
|
||||
sort_title: "!130_AFI 1!"
|
||||
schedule: yearly(01/30)
|
||||
Razzies Golden Raspberry Winners:
|
||||
variables:
|
||||
key: razzie
|
||||
template:
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
image: award/razzies/winner
|
||||
translation_key: razzie_worst
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners
|
||||
Rotten Tomatoes Best All-Time:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
|
||||
sync_mode: sync
|
||||
@@ -45,7 +29,7 @@ collections:
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten !1"
|
||||
schedule: monthly(10)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
|
||||
Rotten Tomatoes Best Horror:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
||||
sync_mode: sync
|
||||
@@ -53,7 +37,7 @@ collections:
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten !2"
|
||||
schedule: monthly(10)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
|
||||
Rotten Tomatoes Best Rom Com:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
||||
sync_mode: sync
|
||||
@@ -61,7 +45,7 @@ collections:
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten !3"
|
||||
schedule: monthly(10)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
|
||||
|
||||
dynamic_collections:
|
||||
Rotten Tomatoes Best of:
|
||||
|
||||
@@ -1,507 +0,0 @@
|
||||
##################################
|
||||
# #
|
||||
# Franchise #
|
||||
# #
|
||||
##################################
|
||||
templates:
|
||||
Collection:
|
||||
optional:
|
||||
- collection
|
||||
- movie
|
||||
tmdb_collection_details: <<collection>>
|
||||
tmdb_movie: <<movie>>
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
schedule: monthly(20)
|
||||
collections:
|
||||
3 Ninjas:
|
||||
template: {name: Collection, collection: 71458}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/3 Ninjas.jpg
|
||||
101 Dalmatians:
|
||||
template: {name: Collection, collection: "100693, 124916", movie: 337404}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/101 Dalmatians.jpg
|
||||
"28 Days/Weeks Later":
|
||||
template: {name: Collection, collection: 1565}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/28%20Days%20Weeks%20Later.jpg
|
||||
A Nightmare on Elm Street:
|
||||
template: {name: Collection, collection: 8581, movie: "6466, 23437"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/A%20Nightmare%20on%20Elm%20Street.jpg
|
||||
All Dogs Go to Heaven:
|
||||
template: {name: Collection, collection: 140910}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/All Dogs Go to Heaven.jpg
|
||||
Alvin and the Chipmunks:
|
||||
template: {name: Collection, collection: 167613}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Alvin and the Chipmunks.jpg
|
||||
American Pie:
|
||||
template: {name: Collection, collection: "2806, 298820"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/American%20Pie.jpg
|
||||
Anaconda:
|
||||
template: {name: Collection, collection: 105995, movie: 336560}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Anaconda.jpg
|
||||
Angels in the:
|
||||
template: {name: Collection, collection: 508334}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Angels%20In%20The.jpg
|
||||
Back to the Future:
|
||||
template: {name: Collection, collection: 264}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Back to the Future.jpg
|
||||
Barbershop:
|
||||
template: {name: Collection, collection: 176097, movie: 14177}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Barbershop.jpg
|
||||
Batman:
|
||||
template: {name: Collection, collection: "120794, 263, 948485"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Batman.jpg
|
||||
Battlestar Galactica:
|
||||
template: {name: Collection, collection: 91697}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Battlestar Galactica.jpg
|
||||
Beauty and the Beast:
|
||||
template: {name: Collection, collection: 153010, movie: 321612}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Beauty and the Beast.jpg
|
||||
Blade:
|
||||
template: {name: Collection, collection: 735}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Blade.jpg
|
||||
Bourne:
|
||||
template: {name: Collection, collection: 31562}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Bourne.jpg
|
||||
Captain America:
|
||||
template: {name: Collection, collection: 131295}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Captain America.jpg
|
||||
Charlie Brown:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls054850259/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Charlie%20Brown.jpg
|
||||
Child's Play:
|
||||
template: {name: Collection, collection: 10455}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Child's Play.jpg
|
||||
Children of the Corn:
|
||||
template: {name: Collection, collection: 115225}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Children of the Corn.jpg
|
||||
Cloverfield:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls096108041/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Cloverfield.jpg
|
||||
Cornetto Trilogy:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls068623110/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Cornetto%20Trilogy.jpg
|
||||
DC SuperHero Girls:
|
||||
template: {name: Collection, collection: "477208, 557495"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/DC%20Super%20Hero%20Girls.jpg
|
||||
Deadpool:
|
||||
template: {name: Collection, collection: 448150, movie: 567604}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Deadpool.jpg
|
||||
Despicable Me:
|
||||
template: {name: Collection, collection: "86066, 544669"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Despicable%20Me.jpg
|
||||
Die Hard:
|
||||
template: {name: Collection, collection: 1570}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Die Hard.jpg
|
||||
Ernest:
|
||||
template: {name: Collection, collection: 330555}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Ernest.jpg
|
||||
Escape From:
|
||||
template: {name: Collection, collection: 115838}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Escape%20From.jpg
|
||||
Evil Dead:
|
||||
template: {name: Collection, collection: 1960}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Evil Dead.jpg
|
||||
Fear Street:
|
||||
template: {name: Collection, collection: 790370}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Fear Street.jpg
|
||||
Fifty Shades of Grey:
|
||||
template: {name: Collection, collection: 344830}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Fifty Shades of Grey.jpg
|
||||
Final Destination:
|
||||
template: {name: Collection, collection: 8864}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Final Destination.jpg
|
||||
Final Fantasy:
|
||||
template: {name: Collection, collection: 140760}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Final%20Fantasy.jpg
|
||||
Friday the 13th:
|
||||
template: {name: Collection, collection: 9735, movie: "6466, 222724"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Friday%20the%2013th.jpg
|
||||
Frozen:
|
||||
template: {name: Collection, collection: 386382, movie: "326359, 460793"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Frozen.jpg
|
||||
Futurama:
|
||||
template: {name: Collection, collection: 13800}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Futurama.jpg
|
||||
Garfield:
|
||||
template: {name: Collection, collection: "86115, 373918"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Garfield.jpg
|
||||
Ghostbusters:
|
||||
template: {name: Collection, collection: 2980, movie: 43074}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Ghostbusters.jpg
|
||||
Godzilla:
|
||||
template: {name: Collection, collection: "535313, 374509, 374511, 374512", movie: "293167, 18983, 39256, 18983, 39256, 293167"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Godzilla.jpg
|
||||
"Halloween: Michael Myers":
|
||||
template: {name: Collection, collection: "91361, 126209, 424139, 610253, 616820"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Halloween.jpg
|
||||
Halloweentown:
|
||||
template: {name: Collection, collection: 87252}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Halloweentown.jpg
|
||||
Halo:
|
||||
template: {name: Collection, collection: 606301}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Halo.jpg
|
||||
Hannibal Lecter:
|
||||
template: {name: Collection, collection: 9743, movie: 11454}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Hannibal%20Lecter.jpg
|
||||
Has Fallen:
|
||||
template: {name: Collection, collection: 386534}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Has%20Fallen.jpg
|
||||
Hellraiser:
|
||||
template: {name: Collection, collection: 8917}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hellraiser.jpg
|
||||
Highlander:
|
||||
template: {name: Collection, collection: 8050}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Highlander.jpg
|
||||
Home Alone:
|
||||
template: {name: Collection, collection: 9888}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Home Alone.jpg
|
||||
Hostel:
|
||||
template: {name: Collection, collection: 86578}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hostel.jpg
|
||||
Hotel Transylvania:
|
||||
template: {name: Collection, collection: 185103}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hotel Transylvania.jpg
|
||||
How to Train Your Dragon:
|
||||
template: {name: Collection, collection: 89137}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/How to Train Your Dragon.jpg
|
||||
I Know What You Did Last Summer:
|
||||
template: {name: Collection, collection: 3601}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/I Know What You Did Last Summer.jpg
|
||||
Ice Age:
|
||||
template: {name: Collection, collection: 8354, movie: "79218, 717095, 387893"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Ice%20Age.jpg
|
||||
Indiana Jones:
|
||||
template: {name: Collection, collection: 84}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Indiana%20Jones.jpg
|
||||
Insidious:
|
||||
template: {name: Collection, collection: 228446}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Insidious.jpg
|
||||
IP Man:
|
||||
template: {name: Collection, collection: 70068, movie: "658009, 643413, 450001, 751391, 44249, 182127, 44865"}
|
||||
collection_order: alpha
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/IP%20Man.jpg
|
||||
Iron Man:
|
||||
template: {name: Collection, collection: 131292}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Iron Man.jpg
|
||||
James Bond:
|
||||
template: {name: Collection, collection: 645}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/James%20Bond%20007.jpg
|
||||
Jack Ryan:
|
||||
template: {name: Collection, collection: 192492, movie: "4614, 137094"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jack Ryan.jpg
|
||||
Jaws:
|
||||
template: {name: Collection, collection: 2366}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jaws.jpg
|
||||
Jumanji:
|
||||
template: {name: Collection, collection: 495527}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jumanji.jpg
|
||||
Jurassic Park:
|
||||
template: {name: Collection, collection: 328, movie: 630322}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Jurassic%20Park.jpg
|
||||
Justice League:
|
||||
template: {name: Collection, collection: 256287}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Justice League.jpg
|
||||
Karate Kid:
|
||||
template: {name: Collection, collection: 8580, movie: 38575}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Karate%20Kid.jpg
|
||||
Kingsman:
|
||||
template: {name: Collection, collection: 391860}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Kingsman.jpg
|
||||
Kung Fu Panda:
|
||||
template: {name: Collection, collection: 77816}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Kung Fu Panda.jpg
|
||||
Lake Placid:
|
||||
template: {name: Collection, collection: 97768}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lake Placid.jpg
|
||||
Legally Blonde:
|
||||
template: {name: Collection, collection: 86024}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Legally Blonde.jpg
|
||||
Leprechaun:
|
||||
template: {name: Collection, collection: 19285}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Leprechaun.jpg
|
||||
Lethal Weapon:
|
||||
template: {name: Collection, collection: 945}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lethal Weapon.jpg
|
||||
Lilo & Stitch:
|
||||
template: {name: Collection, collection: 97461}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lilo & Stitch.jpg
|
||||
Look Who's Talking:
|
||||
template: {name: Collection, collection: 9521}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Look Who's Talking.jpg
|
||||
Mad Max:
|
||||
template: {name: Collection, collection: 8945}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Mad Max.jpg
|
||||
Madagascar:
|
||||
template: {name: Collection, collection: 14740, movie: "161143, 25472, 270946"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Madagascar.jpg
|
||||
Marx Brothers:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls068486735/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Marx%20Brothers.jpg
|
||||
Meet the Parents:
|
||||
template: {name: Collection, collection: 51509}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Meet the Parents.jpg
|
||||
Men In Black:
|
||||
template: {name: Collection, collection: 86055}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Men In Black.jpg
|
||||
Missing in Action:
|
||||
template: {name: Collection, collection: 46512}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Missing in Action.jpg
|
||||
"Mission: Impossible":
|
||||
template: {name: Collection, collection: 87359}
|
||||
name_mapping: Mission Impossible
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Mission%20Impossible.jpg
|
||||
Monty Python:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls072012494/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Monty%20Python.jpg
|
||||
Mortal Kombat:
|
||||
template: {name: Collection, collection: "9818, 931431", movie: 664767}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Mortal%20Kombat.jpg
|
||||
National Lampoon Vacation:
|
||||
template: {name: Collection, collection: 108693, movie: "11155, 296099"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/National Lampoon Vacation.jpg
|
||||
Night at the Museum:
|
||||
template: {name: Collection, collection: 85943}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night at the Museum.jpg
|
||||
Night of the Demons:
|
||||
template: {name: Collection, collection: 136218}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night of the Demons.jpg
|
||||
Night of the Living Dead:
|
||||
template: {name: Collection, collection: 261590, movie: "13025, 29426"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night of the Living Dead.jpg
|
||||
"Ocean's":
|
||||
template: {name: Collection, collection: 304}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Ocean's.jpg
|
||||
Oz:
|
||||
template: {name: Collection, collection: 627517, movie: "13155, 68728"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Oz.jpg
|
||||
Pet Semetary:
|
||||
template: {name: Collection, collection: 10789, movie: 157433}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pet%20Sematary.jpg
|
||||
Pirates of the Caribbean:
|
||||
template: {name: Collection, collection: 295}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pirates%20of%20the%20Caribbean.jpg
|
||||
Pitch Perfect:
|
||||
template: {name: Collection, collection: 306031}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Pitch Perfect.jpg
|
||||
Planet of the Apes:
|
||||
template: {name: Collection, collection: "1709, 173710"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Planet%20of%20the%20Apes.jpg
|
||||
Police Academy:
|
||||
template: {name: Collection, collection: 9338}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Police Academy.jpg
|
||||
Police Story:
|
||||
template: {name: Collection, collection: 269098}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Police Story.jpg
|
||||
Poltergeist:
|
||||
template: {name: Collection, collection: 10453}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Poltergeist.jpg
|
||||
Power Rangers:
|
||||
template: {name: Collection, collection: 708816, movie: "305470, 306264"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Power%20Rangers.jpg
|
||||
Prom Night:
|
||||
template: {name: Collection, collection: 123255}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Prom Night.jpg
|
||||
Rambo:
|
||||
template: {name: Collection, collection: 5039}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Rambo.jpg
|
||||
RoboCop:
|
||||
template: {name: Collection, collection: 5547}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/RoboCop.jpg
|
||||
Resident Evil:
|
||||
template: {name: Collection, collection: "17255, 133352"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Resident%20Evil.jpg
|
||||
Return of the Living Dead:
|
||||
template: {name: Collection, collection: 101471}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Return of the Living Dead.jpg
|
||||
Rugrats:
|
||||
template: {name: Collection, collection: 57129}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Rugrats.jpg
|
||||
Saw:
|
||||
template: {name: Collection, collection: 656}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Saw.jpg
|
||||
Scanners:
|
||||
template: {name: Collection, collection: 88574}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scanners.jpg
|
||||
Scary Movie:
|
||||
template: {name: Collection, collection: 4246}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scary Movie.jpg
|
||||
"Scooby-Doo!":
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls505230642/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Scooby-Doo!.jpg
|
||||
Scream:
|
||||
template: {name: Collection, collection: 2602}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scream.jpg
|
||||
Shaft:
|
||||
template: {name: Collection, collection: "495, 608103"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Shaft.jpg
|
||||
Sharknado:
|
||||
template: {name: Collection, collection: 286023}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Sharknado.jpg
|
||||
Shrek:
|
||||
template: {name: Collection, collection: 2150}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Shrek.jpg
|
||||
Species:
|
||||
template: {name: Collection, collection: 9887}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Species.jpg
|
||||
Spider-Man:
|
||||
template: {name: Collection, collection: "531241, 556, 573436"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Spider-Man.jpg
|
||||
Stargate:
|
||||
template: {name: Collection, collection: 44215, movie: 2164}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Stargate.jpg
|
||||
Starship Troopers:
|
||||
template: {name: Collection, collection: 10522}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Starship Troopers.jpg
|
||||
Street Fighter:
|
||||
template: {name: Collection, collection: 190435, movie: "687354, 11667"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Street%20Fighter.jpg
|
||||
Stuart Little:
|
||||
template: {name: Collection, collection: 99727}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Stuart Little.jpg
|
||||
Superman:
|
||||
template: {name: Collection, collection: "8537, 209131"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Superman.jpg
|
||||
Taken:
|
||||
template: {name: Collection, collection: 135483}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Taken.jpg
|
||||
Tales From the Hood:
|
||||
template: {name: Collection, collection: 551890}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tales From the Hood.jpg
|
||||
Tarzan:
|
||||
template: {name: Collection, collection: 106768}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tarzan.jpg
|
||||
Teenage Mutant Ninja Turtles:
|
||||
template: {name: Collection, collection: "1582, 401562", movie: 1273}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Teenage%20Mutant%20Ninja%20Turtles.jpg
|
||||
Terminator:
|
||||
template: {name: Collection, collection: 528}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Terminator.jpg
|
||||
The Amityville Horror:
|
||||
template: {name: Collection, collection: 397842}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Amityville Horror.jpg
|
||||
The Avengers:
|
||||
template: {name: Collection, collection: 86311}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Avengers.jpg
|
||||
The Chronicles of Narnia:
|
||||
template: {name: Collection, collection: 420}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Chronicles of Narnia.jpg
|
||||
The Chronicles of Riddick:
|
||||
template: {name: Collection, collection: 2794}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Chronicles of Riddick.jpg
|
||||
The Conjuring:
|
||||
template: {name: Collection, collection: 313086}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Conjuring.jpg
|
||||
The Crow:
|
||||
template: {name: Collection, collection: 9436}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Crow.jpg
|
||||
The Exorcist:
|
||||
template: {name: Collection, collection: 12263}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Exorcist.jpg
|
||||
The Expendables:
|
||||
template: {name: Collection, collection: 126125}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Expendables.jpg
|
||||
The Godfather:
|
||||
template: {name: Collection, collection: 230}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Godfather.jpg
|
||||
The Grudge:
|
||||
template: {name: Collection, collection: 1974, movie: 465086}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Grudge.jpg
|
||||
The Hangover:
|
||||
template: {name: Collection, collection: 86119}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Hangover.jpg
|
||||
The Hills Have Eyes:
|
||||
template: {name: Collection, collection: "267922, 8918"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Hills Have Eyes.jpg
|
||||
The Hunger Games:
|
||||
template: {name: Collection, collection: 131635}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Hunger%20Games.jpg
|
||||
The Lion King:
|
||||
template: {name: Collection, collection: 94032, movie: "420818"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Lion King.jpg
|
||||
The Little Mermaid:
|
||||
template: {name: Collection, collection: 33085}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Little Mermaid.jpg
|
||||
The Man With No Name:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls023916334/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Man%20With%20No%20Name.jpg
|
||||
The Maze Runner:
|
||||
template: {name: Collection, collection: 295130}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Maze Runner.jpg
|
||||
The Matrix:
|
||||
template: {name: Collection, collection: 2344}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Matrix.jpg
|
||||
The Mighty Ducks:
|
||||
template: {name: Collection, collection: 10709}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Mighty Ducks.jpg
|
||||
The Naked Gun:
|
||||
template: {name: Collection, collection: 37139}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Naked Gun.jpg
|
||||
The Neverending Story:
|
||||
template: {name: Collection, collection: 91430}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Neverending Story.jpg
|
||||
The Omen:
|
||||
template: {name: Collection, collection: 10919, movie: 806}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Omen.jpg
|
||||
The Purge:
|
||||
template: {name: Collection, collection: 256322}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Purge.jpg
|
||||
The Santa Clause:
|
||||
template: {name: Collection, collection: 53159}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Santa Clause.jpg
|
||||
The Texas Chainsaw Massacre:
|
||||
template: {name: Collection, collection: "111751, 425175"}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Texas%20Chainsaw%20Massacre.jpg
|
||||
Thor:
|
||||
template: {name: Collection, collection: 131296}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Thor.jpg
|
||||
The Three Stooges:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls075972675/
|
||||
tmdb_movie: 76489
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Three%20Stooges.jpg
|
||||
The Transporter:
|
||||
template: {name: Collection, collection: 9518}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Transporter.jpg
|
||||
Tom and Jerry:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls022966050/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tom%20and%20Jerry.jpg
|
||||
Tomb Raider:
|
||||
template: {name: Collection, collection: "2467, 621142", movie: 550760}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tomb%20Raider.jpg
|
||||
Toy Story:
|
||||
template: {name: Collection, collection: 10194, movie: 130925}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Toy%20Story.jpg
|
||||
Transformers:
|
||||
template: {name: Collection, collection: 8650}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Transformers.jpg
|
||||
Tremors:
|
||||
template: {name: Collection, collection: 91799}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tremors.jpg
|
||||
TRON:
|
||||
template: {name: Collection, collection: 63043, movie: 73362}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tron.jpg
|
||||
Twilight:
|
||||
template: {name: Collection, collection: 33514}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Twilight.jpg
|
||||
Unbreakable:
|
||||
template: {name: Collection}
|
||||
imdb_list: https://www.imdb.com/list/ls022101006/
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Unbreakable.jpg
|
||||
Universal Soldier:
|
||||
template: {name: Collection, collection: 10713}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Universal Soldier.jpg
|
||||
Wallace & Gromit:
|
||||
template: {name: Collection, collection: 529}
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Wallace%20%26%20Gromit.jpg
|
||||
Watchmen:
|
||||
tmdb_list: https://www.themoviedb.org/list/8196349}
|
||||
sort_title: "!040_Watchmen"
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Watchmen.jpg
|
||||
@@ -5,95 +5,39 @@ templates:
|
||||
Collection:
|
||||
optional:
|
||||
- poster
|
||||
url_poster: <<poster>>
|
||||
sync_mode: sync
|
||||
#url_poster: <<poster>>
|
||||
collection_order: audience_rating.desc
|
||||
sort_title: "!060_<<collection_name>>"
|
||||
schedule: weekly(tuesday|thursday)
|
||||
schedule: monthly(29)
|
||||
item_genre: <<collection_name>>
|
||||
build_collection: false
|
||||
|
||||
#######################################################################################################
|
||||
collections:
|
||||
Conspiracy:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567287307/
|
||||
Dark Comedy:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Comedy.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls561047438/
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword: dark comedy
|
||||
Dystopian:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dystopian.jpg}
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword: dystopia
|
||||
Football:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Football.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Football.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567409329/
|
||||
Inspirational:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Inspirational.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Inspirational.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567409348/
|
||||
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
|
||||
Mind-Bend:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mind-Bend.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567402143/
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/mindfuck
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/mindfuck-movies
|
||||
Natural Disaster:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Natural%20Disaster.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Natural%20Disaster.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567402383/
|
||||
Pandemic:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Pandemic.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567402655/
|
||||
trakt_list: https://trakt.tv/users/mraniki/lists/theme-pandemic
|
||||
Parody:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Parody.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567404864/
|
||||
tvdb_movie: 138435
|
||||
Prison:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567409066/
|
||||
Seductive:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Seductive.jpg}
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword: seduction
|
||||
Space:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls5674097
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword.any: space, astronaut
|
||||
Spy:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567409179
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword.any: spy, espionage
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Spy.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567409179
|
||||
Stand-up Comedy:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stand-Up%20Comedy.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stand-Up%20Comedy.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567409881/
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword: stand-up comedy
|
||||
collection_order: release.desc
|
||||
Time Travel:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567408798/
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword: time travel
|
||||
Unexpectedly Amazing:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Unexpectedly%20Amazing.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Unexpectedly%20Amazing.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567408147/
|
||||
Witch:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Witch.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567408343/
|
||||
imdb_search:
|
||||
votes.gte: 100
|
||||
keyword: witch
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Witch.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567408343/
|
||||
|
||||
44
ladywhiskers/movies/movies_watchlist.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
#######################################
|
||||
# Movie Watchlist #
|
||||
#######################################
|
||||
collections:
|
||||
Laura's Watchlist:
|
||||
plex_watchlist: critic_rating.desc
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
sort_title: "!0001_<<collection_name>>"
|
||||
collection_mode: show
|
||||
visible_home: true
|
||||
Movies to Watch with Britty:
|
||||
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
visible_home: range(01/01-12/31)
|
||||
visible_shared: range(01/01-12/31)
|
||||
sort_title: "!0001_<<collection_name>>"
|
||||
Bec's Best Becommendations:
|
||||
trakt_list: https://trakt.tv/users/fuschaitea/lists/recommendations-by-bec
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: show
|
||||
sort_title: "!0002_<<collection_name>>"
|
||||
visible_home: range(01/01-12/31)
|
||||
visible_shared: range(01/01-12/31)
|
||||
🍿 What Movie Should I Watch?:
|
||||
smart_filter:
|
||||
sort_by: random
|
||||
all:
|
||||
unplayed: true
|
||||
release: 3650
|
||||
limit: 5
|
||||
url_poster: https://i.imgur.com/OMrEyGg.jpeg
|
||||
collection_mode: hide
|
||||
sort_title: "+1_1_next"
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
schedule: weekly(wednesday)
|
||||
Julia Donaldson:
|
||||
smart_filter:
|
||||
all:
|
||||
writer: tmdb
|
||||
tmdb_person: 592851
|
||||
3769
ladywhiskers/music/Music-Genre.yml
Normal file
@@ -1,77 +0,0 @@
|
||||
external_templates:
|
||||
file: config/music/musictemplates.yml
|
||||
template_variables:
|
||||
collection_section: "082"
|
||||
|
||||
templates:
|
||||
mood collection:
|
||||
smart_filter:
|
||||
limit: 10
|
||||
minimum_items: 10
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
artist_mood: <<value>>
|
||||
album mood collection:
|
||||
builder_level: album
|
||||
smart_filter:
|
||||
limit: 20
|
||||
minimum_items: 20
|
||||
delete_below_minimum: true
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
album_mood: <<value>>
|
||||
track mood collection:
|
||||
builder_level: track
|
||||
smart_filter:
|
||||
limit: 100
|
||||
minimum_items: 100
|
||||
delete_below_minimum: true
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
track_mood: <<value>>
|
||||
style collection:
|
||||
smart_filter:
|
||||
limit: 10
|
||||
minimum_items: 10
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
artist_style: <<value>>
|
||||
album style collection:
|
||||
builder_level: album
|
||||
smart_filter:
|
||||
limit: 20
|
||||
minimum_items: 20
|
||||
delete_below_minimum: true
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
album_style: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
# Moods:
|
||||
# type: mood
|
||||
# title_format: Top 10 <<key_name>> Artists
|
||||
# template: mood collection
|
||||
Album Moods:
|
||||
type: album_mood
|
||||
title_format: Top 10 <<key_name>> Albums
|
||||
template:
|
||||
- album mood collection
|
||||
- shared
|
||||
Track Moods:
|
||||
type: track_mood
|
||||
title_format: Top 100 <<key_name>> Tracks
|
||||
template:
|
||||
- track mood collection
|
||||
- shared
|
||||
Artist Styles:
|
||||
type: style
|
||||
title_format: Top 5 <<key_name>> Artists
|
||||
template:
|
||||
- style collection
|
||||
- shared
|
||||
Album Styles:
|
||||
type: style
|
||||
title_format: Top 20 <<key_name>> Albums
|
||||
template:
|
||||
- album style collection
|
||||
- shared
|
||||
@@ -1,38 +0,0 @@
|
||||
external_templates:
|
||||
file: config/music/musictemplates.yml
|
||||
template_variables:
|
||||
collection_section: "002"
|
||||
|
||||
templates:
|
||||
album mood collection:
|
||||
builder_level: album
|
||||
smart_filter:
|
||||
limit: 20
|
||||
minimum_items: 20
|
||||
delete_below_minimum: true
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
album_mood: <<value>>
|
||||
album style collection:
|
||||
builder_level: album
|
||||
smart_filter:
|
||||
limit: 20
|
||||
minimum_items: 20
|
||||
delete_below_minimum: true
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
album_style: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Album Moods:
|
||||
type: album_mood
|
||||
title_format: Top 10 <<key_name>> Albums
|
||||
template:
|
||||
- album mood collection
|
||||
- shared
|
||||
Album Styles:
|
||||
type: style
|
||||
title_format: Top 20 <<key_name>> Albums
|
||||
template:
|
||||
- album style collection
|
||||
- shared
|
||||
@@ -1,32 +0,0 @@
|
||||
external_templates:
|
||||
file: config/music/musictemplates.yml
|
||||
template_variables:
|
||||
collection_section: "003"
|
||||
|
||||
templates:
|
||||
mood collection:
|
||||
smart_filter:
|
||||
limit: 10
|
||||
minimum_items: 10
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
artist_mood: <<value>>
|
||||
style collection:
|
||||
smart_filter:
|
||||
limit: 10
|
||||
minimum_items: 10
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
artist_style: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
# Moods:
|
||||
# type: mood
|
||||
# title_format: Top 10 <<key_name>> Artists
|
||||
# template: mood collection
|
||||
Artist Styles:
|
||||
type: style
|
||||
title_format: Top 5 <<key_name>> Artists
|
||||
template:
|
||||
- style collection
|
||||
- shared
|
||||
@@ -7,7 +7,7 @@
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
file: config/music/musictemplates.yml
|
||||
file: config/templates/musictemplates.yml
|
||||
template_variables:
|
||||
collection_section: "001"
|
||||
templates:
|
||||
@@ -422,4 +422,4 @@ dynamic_collections:
|
||||
- Tonga
|
||||
- Tuvalu
|
||||
- Wallis and Futuna Islands
|
||||
- Wallis and Futuna # Wallis and Futuna Islands
|
||||
- Wallis and Futuna # Wallis and Futuna Islands
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
external_templates:
|
||||
file: config/music/musictemplates.yml
|
||||
file: config/templates/musictemplates.yml
|
||||
template_variables:
|
||||
collection_section: "004"
|
||||
|
||||
@@ -14,10 +14,10 @@ templates:
|
||||
all:
|
||||
track_mood: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Track Moods:
|
||||
type: track_mood
|
||||
title_format: Top 100 <<key_name>> Tracks
|
||||
template:
|
||||
- track mood collection
|
||||
- shared
|
||||
#dynamic_collections:
|
||||
# Track Moods:
|
||||
# type: track_mood
|
||||
# title_format: Top 100 <<key_name>> Tracks
|
||||
# template:
|
||||
# - track mood collection
|
||||
# - shared
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
templates:
|
||||
|
||||
separator:
|
||||
default:
|
||||
key: separator
|
||||
@@ -134,38 +133,6 @@ templates:
|
||||
minimum_items: <<minimum_items_<<key>>>>
|
||||
delete_collections_named: <<delete_collections_named>>
|
||||
|
||||
trakt:
|
||||
optional:
|
||||
- trakt_list
|
||||
trakt_list: <<trakt_list>>
|
||||
|
||||
imdb:
|
||||
optional:
|
||||
- imdb_list
|
||||
imdb_list: <<imdb_list>>
|
||||
|
||||
tmdb_person:
|
||||
default:
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-People-<<style>>/master/<<key_name_first_letter>>/Images/<<key_encoded>><<extra>>.jpg
|
||||
url_poster_<<key>>: <<url_poster>>
|
||||
tmdb_person_offset_<<key>>: <<tmdb_person_offset>>
|
||||
optional:
|
||||
- tmdb_person
|
||||
- tmdb_person_offset
|
||||
- tmdb_birthday
|
||||
tmdb_person: <<tmdb_person>>
|
||||
tmdb_birthday: <<tmdb_birthday>>
|
||||
tmdb_person_offset: <<tmdb_person_offset_<<key>>>>
|
||||
delete_not_scheduled: true
|
||||
url_poster: <<url_poster_<<key>>>>
|
||||
conditionals:
|
||||
extra:
|
||||
default: ""
|
||||
conditions:
|
||||
- tmdb_person_offset.exists: true
|
||||
tmdb_person_offset.not: 0
|
||||
value: " (<<tmdb_person_offset_<<key>>>>)"
|
||||
|
||||
smart_filter:
|
||||
default:
|
||||
sort_by: release.desc
|
||||
@@ -288,4 +255,6 @@ templates:
|
||||
optional:
|
||||
- use_year_collections
|
||||
run_definition: <<use_year_collections>>
|
||||
sort_title: <<sort_title>>
|
||||
sort_title: <<sort_title>>
|
||||
|
||||
collections:
|
||||
@@ -1,67 +0,0 @@
|
||||
#######################################################
|
||||
# SiskoUrso #
|
||||
# TV Collection + Mods #
|
||||
#######################################################
|
||||
templates:
|
||||
Collection:
|
||||
optional:
|
||||
- list
|
||||
- show
|
||||
- poster
|
||||
tvdb_list_details: <<list>>
|
||||
tvdb_show: <<show>>
|
||||
url_poster: <<poster>>
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
collections:
|
||||
Archie Comics:
|
||||
template: {name: Collection, show: "73619, 77056, 74883, 78116, 78137, 90241, 311954, 338947, 360898", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Archie%20Comics.jpg}
|
||||
summary: Collection of Archie Comic Shows.
|
||||
Attenborough:
|
||||
template: {name: Collection}
|
||||
plex_all: true
|
||||
filter:
|
||||
actor: David Attenborough
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Attenborough.jpg
|
||||
summary: Collection of David Attenborough TV Shows.
|
||||
Avatar:
|
||||
template: {name: Collection, show: "74852, 251085" }
|
||||
Battlestar Galactica:
|
||||
template: {name: Collection, show: "71173, 73545, 85040, 204781"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Battlestar Galactica.jpg
|
||||
summary: Collection of Battlestar Galactica Shows.
|
||||
C.S.I:
|
||||
template: {name: Collection, show: "72546, 78310, 73696, 281551, 400248", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/CSI.jpg}
|
||||
summary: Collection of CSI TV Shows.
|
||||
Doctor Who:
|
||||
template: {name: Collection, show: "76107, 78804, 112671, 79511, 79708, 309893, 72710", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Doctor%20Who.jpg}
|
||||
summary: Collection of Dr. Who Tv Shows.
|
||||
Law & Order:
|
||||
template: {name: Collection, show: "72368, 75692, 71489, 328518, 74191, 168161, 383397", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Law%20%26%20Order.jpg}
|
||||
summary: Collection of Law & Order Shows.
|
||||
Narcos:
|
||||
template: {name: Collection, show: "282670, 353232"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Narcos.jpg
|
||||
summary: Anthology of Netflix shows about the Columbia and Mexican drug cartells rise to power in the 1980's.
|
||||
NCIS:
|
||||
template: {name: Collection, show: "73710, 72108, 95441, 278125, 401630", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/NCIS.jpg}
|
||||
summary: Collection of shows starting from JAG which then spins into NCIS.
|
||||
Pretty Little Liars:
|
||||
template: {name: Collection, show: "146711, 268126, 358590, 389085", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pretty%20Little%20Liars.jpg}
|
||||
summary: Collection of Pretty Little Liars Shows.
|
||||
Stargate:
|
||||
template: {name: Collection, show: "72449, 70851, 83237, 70852, 339552", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Stargate.jpg}
|
||||
summary: Collection of Stargate TV Shows.
|
||||
The Twilight Zone:
|
||||
template: {name: Collection, show: "73587, 72176, 78611, 358915", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Twilight%20Zone.jpg}
|
||||
summary: Collection of The Twilight Zone Shows.
|
||||
The Walking Dead:
|
||||
template: {name: Collection, show: "153021, 290853, 372787, 411314, 252861", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Walking%20Dead.jpg}
|
||||
summary: Collection of Walking Dead TV Shows.
|
||||
The X-Files:
|
||||
template: {name: Collection, show: "77398, 76245"}
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The X Files.jpg
|
||||
summary: Collection of shows from the X-Files.
|
||||
Yellowstone:
|
||||
template: {name: Collection, show: "341164, 396390, 416491, 416503, 403011", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Yellowstone.jpg}
|
||||
summary: Collection of Yellowstone Shows.
|
||||
@@ -1,67 +0,0 @@
|
||||
#######################################
|
||||
# TV Collections #
|
||||
#######################################
|
||||
|
||||
templates:
|
||||
Collection:
|
||||
optional:
|
||||
- show
|
||||
- poster
|
||||
tvdb_show: <<show>>
|
||||
url_poster: <<poster>>
|
||||
sync_mode: sync
|
||||
collection_order: audience_rating.desc
|
||||
sort_title: "!060_<<collection_name>>"
|
||||
|
||||
collections:
|
||||
Anthology:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567937024/
|
||||
schedule: monthly(15)
|
||||
Apocalypse:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527128700/
|
||||
schedule: monthly(15)
|
||||
Football:
|
||||
template: {name: Collection, show: "343609, 74094", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Football.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527481559/
|
||||
sync_mode: append
|
||||
schedule: monthly(15)
|
||||
Historical Fiction:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Historical%20Fiction.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147593/
|
||||
schedule: monthly(15)
|
||||
Medical:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls064005250/
|
||||
- https://www.imdb.com/list/ls567394825/
|
||||
schedule: monthly(15)
|
||||
Mystery Box:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mystery%20Box.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls520446971/
|
||||
Seductive:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Seductive.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567399815/
|
||||
schedule: monthly(15)
|
||||
Slice of Life:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Slice%20of%20Life.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147618/
|
||||
schedule: monthly(15)
|
||||
Spy:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147789/
|
||||
schedule: monthly(15)
|
||||
Stephen King:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stephen%20King.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567399416/
|
||||
schedule: monthly(15)
|
||||
Supernatural:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Supernatural.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527140144/
|
||||
schedule: monthly(15)
|
||||
Time Travel:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147299/
|
||||
schedule: monthly(15)
|
||||
20
ladywhiskers/tvshows/tvshows_Attenborough.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
templates:
|
||||
Collection:
|
||||
optional:
|
||||
- list
|
||||
- show
|
||||
- poster
|
||||
tvdb_list_details: <<list>>
|
||||
tvdb_show: <<show>>
|
||||
url_poster: <<poster>>
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
sort_title: "!050_<<collection_name>>"
|
||||
collections:
|
||||
Attenborough:
|
||||
template: {name: Collection}
|
||||
plex_all: true
|
||||
filter:
|
||||
actor: David Attenborough
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Franchises/main/Attenborough.jpg
|
||||
summary: Collection of David Attenborough TV Shows.
|
||||
@@ -7,61 +7,64 @@ templates:
|
||||
Collection:
|
||||
optional:
|
||||
- poster
|
||||
url_poster: <<poster>>
|
||||
#url_poster: <<poster>>
|
||||
sync_mode: sync
|
||||
sort_title: "!060_<<collection_name>>"
|
||||
collection_order: release.desc
|
||||
schedule: weekly(tuesday)
|
||||
item_genre: <<collection_name>>
|
||||
build_collection: false
|
||||
|
||||
collections:
|
||||
America:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/America.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/America.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567617875/
|
||||
tvdb_show: 309958, 342167, 321784
|
||||
Animal:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Animal.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Animal.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567611777/
|
||||
tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527
|
||||
Apocalypse Documentary:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg}
|
||||
Apocalypse :
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Apocalypse.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567611328/
|
||||
tvdb_show: 101421, 279117
|
||||
The Arts:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/The%20Arts.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/The%20Arts.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567611610/
|
||||
tvdb_show: 362158, 353954, 418474, 266866
|
||||
Building:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Building.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Building.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567611261/
|
||||
tvdb_show: 400435, 280472, 363422, 269355, 379326
|
||||
Conspiracy:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Conspiracy.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567611457/
|
||||
tvdb_show: 37043, 111931, 287495, 386899
|
||||
Dinosaur:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dinosaur.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Dinosaur.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567611901/
|
||||
tvdb_show: 419593, 416319
|
||||
Engineering:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Engineering.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Engineering.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567611972/ #All other Engineering List
|
||||
- https://www.imdb.com/list/ls567611261/ #Building List
|
||||
- https://www.imdb.com/list/ls567611821/ #Engineering Disaster List
|
||||
tvdb_show: 410587, 375980, 370754, 369458, 345959, 122401, 280472, 282106, 370754, 400435, 399511, 420420
|
||||
Engineering Disaster:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Engineering%20Disaster.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Engineering%20Disaster.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567611821/
|
||||
tvdb_show: 410587, 375980, 370754, 369458, 345959
|
||||
Fringe:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fringe.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Fringe.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567613015/ #All other Fringe List
|
||||
- https://www.imdb.com/list/ls567611457/ #Conpsiracy List
|
||||
- https://www.imdb.com/list/ls567616578/ #Paranormal List
|
||||
- https://www.imdb.com/list/ls567637035/ #UFO List
|
||||
tvdb_show: 37043, 111931, 287495, 386899, 261380, 111931, 255855, 417262, 290249, 370439, 336514, 413801, 111931, 311398, 255855, 370439, 376545, 420534
|
||||
History Documentary:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/History.jpg}
|
||||
History :
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/History.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567613721/
|
||||
tvdb_show: 84970, 119811, 290249, 136411, 311398, 287495, 362158, 356885, 400435, 418474, 413801, 421687, 361079, 420420, 80620, 376545, 360852, 427595, 363422, 355566, 420534, 269355
|
||||
# smart_filter:
|
||||
@@ -71,16 +74,16 @@ collections:
|
||||
# any:
|
||||
# genre: biography, war
|
||||
Human Body:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Human%20Body.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Human%20Body.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567613933/
|
||||
tvdb_show: 370439, 324346, 333111
|
||||
tmdb_show: 207778
|
||||
Manufacturing:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Manufacturing.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Manufacturing.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567613987/
|
||||
tvdb_show: 421687, 399511
|
||||
Nature:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Nature.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Nature.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567613846/ #All other Nature List
|
||||
- https://www.imdb.com/list/ls567611777/ #Animals List
|
||||
@@ -90,39 +93,32 @@ collections:
|
||||
- https://www.imdb.com/list/ls567637089/ #Weather List
|
||||
tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527, 419593, 416319, 268119, 388660, 356885, 333247, 387478, 136411, 377071, 390520, 269320, 255951, 286699, 370598, 80865, 419048, 398721, 433852
|
||||
Paranormal:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Paranormal.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Paranormal.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567616578/
|
||||
tvdb_show: 261380
|
||||
Plant:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Plant.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Plant.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567616526/
|
||||
tvdb_show: 298146
|
||||
Space:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Space.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls567616754/ #All other Space List
|
||||
- https://www.imdb.com/list/ls567637035/ #UFO List
|
||||
tvdb_show: 377071, 364784
|
||||
Sport Documentary:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg}
|
||||
Sport :
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Sport.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567616746/
|
||||
tvdb_show: 362158, 398117
|
||||
Technology:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Technology.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Technology.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567616111/
|
||||
tvdb_show: 122401, 362158, 282106, 358433, 410168, 417262
|
||||
True Crime:
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/True%20Crime.jpg
|
||||
sort_title: "!017_True Crime"
|
||||
smart_filter:
|
||||
sort_by: year.asc
|
||||
all:
|
||||
genre: crime, documentary
|
||||
tvdb_show: 122401, 362158, 282106, 358433, 410168, 41726
|
||||
UFO:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ufo.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Ufo.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567637035/
|
||||
tvdb_show: 111931, 255855
|
||||
Weather:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Weather.jpg}
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Weather.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567637089/
|
||||
tvdb_show: 390520, 269320, 255951, 286699, 370598, 80865, 419048
|
||||
48
ladywhiskers/tvshows/tvshows_topic.yml
Normal file
@@ -0,0 +1,48 @@
|
||||
#######################################
|
||||
# TV Topics #
|
||||
#######################################
|
||||
|
||||
templates:
|
||||
Collection:
|
||||
optional:
|
||||
- show
|
||||
- poster
|
||||
tvdb_show: <<show>>
|
||||
#url_poster: <<poster>>
|
||||
sync_mode: sync
|
||||
collection_order: audience_rating.desc
|
||||
sort_title: "!060_<<collection_name>>"
|
||||
schedule: weekly(tuesday)
|
||||
item_genre: <<collection_name>>
|
||||
build_collection: false
|
||||
|
||||
collections:
|
||||
Anthology:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567937024/
|
||||
Apocalypse:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Apocalypse.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527128700/
|
||||
Historical Fiction:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Historical%20Fiction.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147593/
|
||||
Medical:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Medical.jpg}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls064005250/
|
||||
- https://www.imdb.com/list/ls567394825/
|
||||
Slice of Life:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Slice%20of%20Life.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147618/
|
||||
Spy:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Spy.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147789/
|
||||
Stephen King:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stephen%20King.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls567399416/
|
||||
Supernatural:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Supernatural.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527140144/
|
||||
Time Travel:
|
||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Time%20Travel.jpg}
|
||||
imdb_list: https://www.imdb.com/list/ls527147299/
|
||||
25
ladywhiskers/tvshows/tvshows_watchlist.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
#######################################
|
||||
# TV Watchlist #
|
||||
#######################################
|
||||
collections:
|
||||
Laura's Watchlist:
|
||||
plex_watchlist: critic_rating.desc
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
sort_title: "!0001_<<collection_name>>"
|
||||
collection_mode: show
|
||||
Shows to Watch with Britty:
|
||||
trakt_list: https://trakt.tv/users/fuschaitea/lists/shows-to-watch-with-britty
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: show
|
||||
sort_title: "!0001_<<collection_name>>"
|
||||
Bec's Watchlist:
|
||||
trakt_userlist:
|
||||
userlist: watchlist
|
||||
user: polkadotteapot
|
||||
sort_by: released
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
sort_title: "!0002_<<collection_name>>"
|
||||
@@ -1,138 +0,0 @@
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +1_<<num>><<collection_name>>
|
||||
sync_mode: sync
|
||||
network:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +2_<<collection_name>>
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
#######################################################
|
||||
# Charts #
|
||||
#######################################################
|
||||
|
||||
######################################################
|
||||
# TV Series #
|
||||
######################################################
|
||||
Naruto:
|
||||
tmdb_show: 46260
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
Naruto Shippuden:
|
||||
tmdb_show: 31910
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
A&E:
|
||||
template:
|
||||
name: network
|
||||
network: "129, 2639, 3688"
|
||||
ABC:
|
||||
template:
|
||||
name: network
|
||||
network: "2, 75, 2791"
|
||||
schedule: weekly(sunday)
|
||||
Adult Swim:
|
||||
template:
|
||||
name: network
|
||||
network: "80"
|
||||
Apple+:
|
||||
template:
|
||||
name: network
|
||||
network: "2552"
|
||||
Amazon:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
AMC:
|
||||
template:
|
||||
name: network
|
||||
network: "174, 4661"
|
||||
Cartoon Network:
|
||||
template:
|
||||
name: network
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
CBS:
|
||||
template:
|
||||
name: network
|
||||
network: "16, 2528, 1709, 2621"
|
||||
schedule: weekly(sunday)
|
||||
Cinemax:
|
||||
template:
|
||||
name: network
|
||||
network: "359"
|
||||
Discovery:
|
||||
template:
|
||||
name: network
|
||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
Disney+:
|
||||
template:
|
||||
name: network
|
||||
network: "2739, 2919"
|
||||
Fox:
|
||||
template:
|
||||
name: network
|
||||
network: "19"
|
||||
Freeform:
|
||||
template:
|
||||
name: network
|
||||
network: "1267"
|
||||
FX:
|
||||
template:
|
||||
name: network
|
||||
network: "88"
|
||||
FXX:
|
||||
template:
|
||||
name: network
|
||||
network: "1035"
|
||||
HBO:
|
||||
template:
|
||||
name: network
|
||||
network: "49, 2593, 3186, 3308"
|
||||
HGTV:
|
||||
template:
|
||||
name: network
|
||||
network: "210"
|
||||
Hulu:
|
||||
template:
|
||||
name: network
|
||||
network: "453"
|
||||
National Geographic:
|
||||
template:
|
||||
name: network
|
||||
network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
Netflix:
|
||||
template:
|
||||
name: network
|
||||
network: "213"
|
||||
schedule: weekly(sunday)
|
||||
Prime Video:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
Showtime:
|
||||
template:
|
||||
name: network
|
||||
network: "67"
|
||||
Starz:
|
||||
template:
|
||||
name: network
|
||||
network: "318, 758, 4906"
|
||||
Syfy:
|
||||
template:
|
||||
name: network
|
||||
network: "77, 3701"
|
||||
TBS:
|
||||
template:
|
||||
name: network
|
||||
network: "68, 160, 4888"
|
||||
YouTube:
|
||||
template:
|
||||
name: network
|
||||
network: "247, 1436, 4869"
|
||||
@@ -9,107 +9,14 @@ templates:
|
||||
sort_title: +2_<<collection_name>>
|
||||
sync_mode: sync
|
||||
|
||||
######################################################
|
||||
# Charts #
|
||||
######################################################
|
||||
# Collections listed here are simply to add custom assets
|
||||
collections:
|
||||
|
||||
######################################################
|
||||
# TV Series #
|
||||
######################################################
|
||||
Paw Patrol:
|
||||
tmdb_show: 57532
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
|
||||
sync_mode: append # must be append when using 'build_collection: false'
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
A&E:
|
||||
template:
|
||||
name: network
|
||||
network: "129, 2639, 3688"
|
||||
ABC:
|
||||
template:
|
||||
name: network
|
||||
network: "2, 75, 2791"
|
||||
Adult Swim:
|
||||
template:
|
||||
name: network
|
||||
network: 80
|
||||
Apple+:
|
||||
template:
|
||||
name: network
|
||||
network: 2552
|
||||
AMC:
|
||||
template:
|
||||
name: network
|
||||
network: "174, 4661"
|
||||
Cartoon Network:
|
||||
template:
|
||||
name: network
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
Cinemax:
|
||||
template:
|
||||
name: network
|
||||
network: 359
|
||||
Discovery:
|
||||
template:
|
||||
name: network
|
||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
Disney+:
|
||||
template:
|
||||
name: network
|
||||
network: "2739, 2919"
|
||||
FX:
|
||||
template:
|
||||
name: network
|
||||
network: 88
|
||||
FXX:
|
||||
template:
|
||||
name: network
|
||||
network: 1035
|
||||
HBO:
|
||||
template:
|
||||
name: network
|
||||
network: "49, 2593, 3186, 3308"
|
||||
HGTV:
|
||||
template:
|
||||
name: network
|
||||
network: 210
|
||||
Hulu:
|
||||
template:
|
||||
name: network
|
||||
network: 453
|
||||
National Geographic:
|
||||
template:
|
||||
name: network
|
||||
network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
Netflix:
|
||||
template:
|
||||
name: network
|
||||
network: 213
|
||||
Prime Video:
|
||||
template:
|
||||
name: network
|
||||
network: 1024
|
||||
Showtime:
|
||||
template:
|
||||
name: network
|
||||
network: 67
|
||||
Starz:
|
||||
template:
|
||||
name: network
|
||||
network: "318, 758, 4906"
|
||||
Syfy:
|
||||
template:
|
||||
name: network
|
||||
network: "77, 3701"
|
||||
TBS:
|
||||
template:
|
||||
name: network
|
||||
network: "68, 160, 4888"
|
||||
YouTube:
|
||||
template:
|
||||
name: network
|
||||
network: "247, 1436, 4869"
|
||||
# Removed in favor of PMM default; "- pmm: network"
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
templates:
|
||||
Resolution:
|
||||
optional:
|
||||
- overlay_level
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
collection_level: <<overlay_level>>
|
||||
overlay:
|
||||
name: <<overlay_name>>
|
||||
git: PMM/overlays/images/<<overlay>>
|
||||
group: res
|
||||
weight: <<weight>>
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
|
||||
4K-DV:
|
||||
default:
|
||||
4K: true
|
||||
DV: true
|
||||
allowed_library_types: <<4K>>, <<DV>>
|
||||
|
||||
4K-HDR:
|
||||
default:
|
||||
4K: true
|
||||
HDR: true
|
||||
allowed_library_types: <<4K>>, <<HDR>>
|
||||
|
||||
4K_banner:
|
||||
default:
|
||||
4K_banner: false
|
||||
allowed_library_types: <<4K_banner>>
|
||||
|
||||
4K:
|
||||
default:
|
||||
4K: false
|
||||
allowed_library_types: <<4K>>
|
||||
|
||||
overlays:
|
||||
4K_banner:
|
||||
template:
|
||||
name: 4K_banner
|
||||
overlay:
|
||||
name: 4K_banner
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4K'
|
||||
4K:
|
||||
template:
|
||||
name: 4K
|
||||
overlay:
|
||||
name: 4K
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
plex_search:
|
||||
type: episodes
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4K'
|
||||
@@ -1,234 +1,371 @@
|
||||
libraries: # Library mappings must have a colon (:) placed after them
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/json-schema/config-schema.json
|
||||
|
||||
libraries:
|
||||
4K Movies:
|
||||
report_path: /config/reports/4kmovies.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
operations:
|
||||
mass_critic_rating_update: mdb_tomatoesaudience
|
||||
assets_for_all: true
|
||||
split_duplicates: true
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/Movies.yml
|
||||
schedule: weekly(sunday)
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
schedule: weekly(monday)
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
schedule: weekly(tuesday)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
- pmm: other_chart #StevenLu's Popular and Top 10 Pirated
|
||||
schedule: weekly(wednesday)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
use_anidb: false
|
||||
use_commonsense: false
|
||||
- pmm: imdb #IMDb Top 250
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: oscars # Oscar winners for the last 5 years
|
||||
schedule: monthly(15)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: seasonal # Create holiday collections that follow schedules
|
||||
schedule: weekly(thursday)
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_easter: false
|
||||
use_mother: false
|
||||
use_memorial: false
|
||||
use_father: false
|
||||
use_labor: false
|
||||
- pmm: decade # "Best of" by decade
|
||||
schedule: weekly(friday)
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
overlay_path:
|
||||
- pmm: resolution # Add a "4K Ultra HD" banner to poster
|
||||
template_variables:
|
||||
file: overlays\4K.png
|
||||
use_edition: false
|
||||
use_1080p: false
|
||||
use_720p: false
|
||||
use_576p: false
|
||||
use_480p: false
|
||||
use_dv: false
|
||||
use_hdr: false
|
||||
- pmm: ribbon # Oscars/IMDB top 250
|
||||
template_variables:
|
||||
use_rotten: false
|
||||
use_metacritic: false
|
||||
use_common: false
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/movies.yml
|
||||
schedule: weekly(sunday)
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
|
||||
- default: content_rating_cs
|
||||
template_variables:
|
||||
item_label: kids
|
||||
include:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/movie/decade/
|
||||
- default: decade
|
||||
schedule: weekly(friday)
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# StevenLu's Popular, Top 10 Pirated, and Common Sense - https://kometa.wiki/en/latest/defaults/chart/other/
|
||||
- default: other_chart
|
||||
schedule: weekly(wednesday)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_stevenlu: true
|
||||
use_commonsense: true
|
||||
use_pirated: true
|
||||
# Oscar winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/oscars/
|
||||
- default: oscars
|
||||
schedule: monthly(15)
|
||||
template_variables:
|
||||
use_best_picture: false
|
||||
use_best_director: false
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# Create seasonal collections based on holidays - https://kometa.wiki/en/latest/defaults/movie/seasonal/
|
||||
- default: seasonal
|
||||
schedule: weekly(thursday)
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_all: false
|
||||
use_years: true
|
||||
use_valentine: true
|
||||
use_patrick: true
|
||||
use_easter: true
|
||||
use_mother: true
|
||||
use_independence: true
|
||||
use_halloween: true
|
||||
use_veteran: true
|
||||
use_thanksgiving: true
|
||||
use_christmas: true
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
schedule: weekly(monday)
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of movies Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top movies Watched on Plex for the last week."
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
overlay_files:
|
||||
- reapply_overlays: false
|
||||
# Add a 4K* + Edition to the top left - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
radarr:
|
||||
url: http://radarr4k:7878
|
||||
url: 'http://radarr4k:7878'
|
||||
token: <redacted>
|
||||
root_folder_path: /mnt/unionfs/media/4kmovies
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile: Ultra-HD
|
||||
tag:
|
||||
tag: kometa
|
||||
search: false
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
upgrade_existing: true
|
||||
radarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
radarr_path: null
|
||||
plex_path: null
|
||||
ignore_cache: false
|
||||
monitor_existing: false
|
||||
Movies:
|
||||
report_path: /config/reports/movies.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
operations:
|
||||
mass_critic_rating_update: mdb_tomatoesaudience
|
||||
assets_for_all: true
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/Movies.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
- pmm: other_chart #StevenLu's Popular and Top 10 Pirated
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
use_anidb: false
|
||||
use_commonsense: false
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: oscars # Oscar winners for the last 5 years
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: seasonal # Create holiday collections that follow schedules
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_easter: false
|
||||
use_mother: false
|
||||
use_memorial: false
|
||||
use_father: false
|
||||
use_labor: false
|
||||
- pmm: decade # "Best of" by decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
overlay_path:
|
||||
- pmm: ribbon # Oscars/IMDB top 250
|
||||
template_variables:
|
||||
use_rotten: false
|
||||
use_metacritic: false
|
||||
use_common: false
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/movies.yml
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
|
||||
- default: content_rating_cs
|
||||
template_variables:
|
||||
sort_by: title.asc
|
||||
item_label: kids
|
||||
include:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/movie/decade/
|
||||
- default: decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# Oscar winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/oscars/
|
||||
- default: oscars
|
||||
template_variables:
|
||||
use_best_picture: false
|
||||
use_best_director: false
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# StevenLu's Popular, Top 10 Pirated, and Common Sense - https://kometa.wiki/en/latest/defaults/chart/other/
|
||||
- default: other_chart
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_stevenlu: true
|
||||
use_commonsense: true
|
||||
use_pirated: true
|
||||
# Create seasonal collections based on holidays - https://kometa.wiki/en/latest/defaults/movie/seasonal/
|
||||
- default: seasonal
|
||||
schedule: weekly(thursday)
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_all: false
|
||||
use_years: true
|
||||
use_valentine: true
|
||||
use_patrick: true
|
||||
use_easter: true
|
||||
use_mother: true
|
||||
use_independence: true
|
||||
use_halloween: true
|
||||
use_veteran: true
|
||||
use_thanksgiving: true
|
||||
use_christmas: true
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of movies Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top movies Watched on Plex for the last week."
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
overlay_files:
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
4K TV Shows:
|
||||
report_path: /config/reports/4ktvshows.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
- config/assets/tvshows
|
||||
- config/assets/tvshow_collections
|
||||
operations:
|
||||
#assets_for_all: true
|
||||
mass_critic_rating_update: tmdb
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/TV Shows.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
- pmm: show/decade # "Best of" by decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
overlay_path:
|
||||
- pmm: resolution # Add a small "4K UHD" image in the top left corner
|
||||
template_variables:
|
||||
use_edition: false
|
||||
use_1080p: false
|
||||
use_720p: false
|
||||
use_576p: false
|
||||
use_480p: false
|
||||
use_dv: false
|
||||
use_hdr: false
|
||||
- pmm: ribbon # Oscars/IMDB top 250
|
||||
template_variables:
|
||||
use_rotten: false
|
||||
use_metacritic: false
|
||||
use_common: false
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/tvshows.yml
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of shows Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top shows Watched on Plex for the last week."
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/show/decade/
|
||||
- default: decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
- default: network
|
||||
overlay_files:
|
||||
# Add a banner to the top of the show poster that states whether the show is airing, returning, cancelled, or ended - https://kometa.wiki/en/latest/defaults/overlays/status/
|
||||
- default: status
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
vertical_offset: 0
|
||||
horizontal_offset: 0
|
||||
back_height: 85
|
||||
back_width: 1100
|
||||
font: config/fonts/Avenir_95_Black.ttf
|
||||
font_size: 60
|
||||
back_color_airing: '#016920'
|
||||
back_color_returning: '#81007F'
|
||||
back_color_canceled: '#B52222'
|
||||
back_color_ended: '#000847'
|
||||
# Add a 4K* to the top left of the show poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a 4K* to the top left of the season poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
builder_level: season
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a 4K* to the top left of the episode poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
sonarr:
|
||||
url: http://sonarr4k:8989
|
||||
url: 'http://sonarr4k:8989'
|
||||
token: <redacted>
|
||||
root_folder_path: /mnt/unionfs/media/4ktvshows
|
||||
monitor: all
|
||||
@@ -236,127 +373,174 @@ libraries: # Library mappings must have a c
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag:
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
upgrade_existing: true
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
sonarr_path: null
|
||||
plex_path: null
|
||||
ignore_cache: false
|
||||
TV Shows:
|
||||
report_path: /config/reports/tvshows.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
- config/assets/tvshows
|
||||
- config/assets/tvshow_collections
|
||||
operations:
|
||||
#assets_for_all: true
|
||||
mass_critic_rating_update: tmdb
|
||||
assets_for_all: true
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/TV Shows.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
Anime:
|
||||
settings:
|
||||
#assets_for_all: true
|
||||
asset_directory: config/assets/anime
|
||||
template_variables: # Disable the separator for collections
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/Anime.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
template_variables:
|
||||
use_year_collections: false
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
sonarr:
|
||||
root_folder_path: /mnt/unionfs/media/anime
|
||||
series_type: anime
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/tvshows.yml
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of shows Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top shows Watched on Plex for the last week."
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/show/decade/
|
||||
- default: decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
- default: network
|
||||
overlay_files:
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
# Add a banner to the top of the show poster that states whether the show is airing, returning, cancelled, or ended - https://kometa.wiki/en/latest/defaults/overlays/status/
|
||||
- default: status
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
vertical_offset: 0
|
||||
horizontal_offset: 0
|
||||
back_height: 85
|
||||
back_width: 1100
|
||||
font: config/fonts/Avenir_95_Black.ttf
|
||||
font_size: 60
|
||||
back_color_airing: '#016920'
|
||||
back_color_returning: '#81007F'
|
||||
back_color_canceled: '#B52222'
|
||||
back_color_ended: '#000847'
|
||||
Kid's TV:
|
||||
report_path: /config/reports/kidstv.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
- config/assets/tvshows
|
||||
- config/assets/tvshow_collections
|
||||
operations:
|
||||
#assets_for_all: true
|
||||
mass_critic_rating_update: tmdb
|
||||
template_variables: # Disable the separator for collections
|
||||
assets_for_all: true
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/KidsTV.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/kidstv.yml
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of shows Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top shows Watched on Plex for the last week."
|
||||
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
|
||||
- default: content_rating_cs
|
||||
template_variables:
|
||||
use_other: false
|
||||
include:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
- default: network
|
||||
sonarr:
|
||||
url: 'http://sonarr:8989'
|
||||
token: <redacted>
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
root_folder_path: /mnt/unionfs/media/kidstv
|
||||
settings: # Can be individually specified per library as well
|
||||
# General Settings
|
||||
monitor: all
|
||||
quality_profile: Any
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path: null
|
||||
plex_path: null
|
||||
upgrade_existing: false
|
||||
ignore_cache: false
|
||||
settings:
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
cache_expiration: 30
|
||||
run_again_delay: 2
|
||||
save_report: false
|
||||
save_report: true
|
||||
tvdb_language: eng
|
||||
item_refresh_delay: 0
|
||||
verify_ssl: true
|
||||
custom_repo:
|
||||
check_nightly: false
|
||||
# Asset Settings
|
||||
custom_repo: null
|
||||
asset_directory: config/assets
|
||||
asset_folders: true
|
||||
asset_depth: 1
|
||||
create_asset_folders: false
|
||||
prioritize_assets: false
|
||||
prioritize_assets: true
|
||||
dimensional_asset_rename: false
|
||||
download_url_assets: false
|
||||
show_missing_assets: false
|
||||
show_missing_season_assets: true
|
||||
show_missing_episode_assets: true
|
||||
show_missing_assets: true
|
||||
show_missing_season_assets: false
|
||||
show_missing_episode_assets: false
|
||||
show_asset_not_needed: false
|
||||
# Collection Settings
|
||||
sync_mode: sync
|
||||
minimum_items: 3
|
||||
default_collection_order:
|
||||
default_collection_order: null
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
missing_only_released: true
|
||||
@@ -365,34 +549,39 @@ settings: # Can be individually specified
|
||||
show_filtered: false
|
||||
show_options: false
|
||||
show_missing: false
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
# Playlist Settings
|
||||
playlist_sync_to_user: all
|
||||
ignore_ids: '116718,138435,340995,335912'
|
||||
ignore_imdb_ids: null
|
||||
playlist_sync_to_users: all
|
||||
playlist_report: false
|
||||
show_unconfigured: true
|
||||
playlist_exclude_users:
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: https://discord.com/api/webhooks/<redacted>/<redacted>
|
||||
version:
|
||||
run_start:
|
||||
run_end: https://discord.com/api/webhooks/<redacted>/<redacted>
|
||||
changes:
|
||||
delete:
|
||||
plex: # Can be individually specified per library as well
|
||||
url: http://plex:32400
|
||||
playlist_exclude_users: null
|
||||
overlay_artwork_filetype: jpg
|
||||
overlay_artwork_quality: 75
|
||||
webhooks:
|
||||
error: >-
|
||||
https://discord.com/api/webhooks/1121510900596224060/-YMjoX0sE8fEn4BnMik80Z49Mo55NrlKIvuXAeE5Zh_SXSlmNFvZwX1Y2H8clshYR-_9
|
||||
version: null
|
||||
run_start: null
|
||||
run_end: >-
|
||||
https://discord.com/api/webhooks/1121510900596224060/-YMjoX0sE8fEn4BnMik80Z49Mo55NrlKIvuXAeE5Zh_SXSlmNFvZwX1Y2H8clshYR-_9
|
||||
changes: null
|
||||
delete: null
|
||||
plex:
|
||||
url: 'http://plex:32400'
|
||||
token: <redacted>
|
||||
timeout: 60
|
||||
clean_bundles: false
|
||||
empty_trash: false
|
||||
optimize: false
|
||||
db_cache: 4096
|
||||
verify_ssl: false
|
||||
tmdb:
|
||||
apikey: <redacted>
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
region:
|
||||
tautulli: # Can be individually specified per library as well
|
||||
url: http://tautulli:8181
|
||||
region: US
|
||||
tautulli:
|
||||
url: 'http://tautulli:8181'
|
||||
apikey: <redacted>
|
||||
omdb:
|
||||
apikey: <redacted>
|
||||
@@ -400,15 +589,8 @@ omdb:
|
||||
mdblist:
|
||||
apikey: <redacted>
|
||||
cache_expiration: 60
|
||||
notifiarr:
|
||||
apikey:
|
||||
anidb: # Not required for AniDB builders unless you want mature content
|
||||
username:
|
||||
password:
|
||||
language: en
|
||||
client:
|
||||
radarr: # Can be individually specified per library as well
|
||||
url: http://radarr:7878
|
||||
radarr:
|
||||
url: 'http://radarr:7878'
|
||||
token: <redacted>
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
@@ -416,13 +598,15 @@ radarr: # Can be individually specified
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile: Any
|
||||
tag:
|
||||
search: false
|
||||
radarr_path:
|
||||
plex_path:
|
||||
tag: kometa
|
||||
search: true
|
||||
radarr_path: null
|
||||
plex_path: null
|
||||
upgrade_existing: false
|
||||
sonarr: # Can be individually specified per library as well
|
||||
url: http://sonarr:8989
|
||||
ignore_cache: false
|
||||
monitor_existing: false
|
||||
sonarr:
|
||||
url: 'http://sonarr:8989'
|
||||
token: <redacted>
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
@@ -432,30 +616,22 @@ sonarr: # Can be individually specified
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag:
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
sonarr_path: null
|
||||
plex_path: null
|
||||
upgrade_existing: false
|
||||
ignore_cache: false
|
||||
monitor_existing: false
|
||||
trakt:
|
||||
client_id: <redacted>
|
||||
client_secret: <redacted>
|
||||
pin:
|
||||
pin: null
|
||||
authorization:
|
||||
access_token: <redacted>
|
||||
token_type:
|
||||
token_type: Bearer
|
||||
expires_in:
|
||||
refresh_token: <redacted>
|
||||
scope:
|
||||
created_at:
|
||||
mal:
|
||||
client_id:
|
||||
client_secret:
|
||||
authorization:
|
||||
# everything below is autofilled by the script
|
||||
access_token:
|
||||
<redacted>
|
||||
expires_in:
|
||||
refresh_token:
|
||||
<redacted>
|
||||
scope: public
|
||||
created_at:
|
||||
BIN
shayne55434/fonts/Adlib.ttf
Normal file
BIN
shayne55434/fonts/Avenir_95_Black.ttf
Normal file
BIN
shayne55434/fonts/Claspo-ND-Medium.ttf
Normal file
BIN
shayne55434/fonts/Handel Gothic ITC W01 Heavy.ttf
Normal file
BIN
shayne55434/fonts/HelveticaNowDisplay-ExtBlk.ttf
Normal file
BIN
shayne55434/fonts/Impact.ttf
Normal file
BIN
shayne55434/fonts/Myriad Bold.otf
Normal file
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
BIN
shayne55434/overlays/4K_mini.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
shayne55434/overlays/Dolby.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
shayne55434/overlays/HDR.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
@@ -1,16 +1,29 @@
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +1_<<num>><<collection_name>>
|
||||
sync_mode: sync
|
||||
sync_mode: append
|
||||
network:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +2_<<collection_name>>
|
||||
sync_mode: sync
|
||||
sync_mode: append
|
||||
|
||||
collections:
|
||||
######################################################
|
||||
# Custom #
|
||||
######################################################
|
||||
Continue Watching:
|
||||
summary: Shows that have been played, but contain unwatched episodes.
|
||||
sort_title: "!000_Continue Watching"
|
||||
# plex_search:
|
||||
smart_filter:
|
||||
any:
|
||||
episode_progress: true
|
||||
all:
|
||||
unplayed_episodes: true
|
||||
plays.gt: 0
|
||||
######################################################
|
||||
# Charts #
|
||||
######################################################
|
||||
|
||||
@@ -65,6 +78,10 @@ collections:
|
||||
tmdb_show: 1416
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
It's Always Sunny in Philadelphia:
|
||||
tmdb_show: 2710
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
The Mandalorian:
|
||||
tmdb_show: 82856
|
||||
item_assets: true
|
||||
@@ -101,6 +118,10 @@ collections:
|
||||
tmdb_show: 31910
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
New Girl:
|
||||
tmdb_show: 1420
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
Once Upon a Time:
|
||||
tmdb_show: 39272
|
||||
item_assets: true
|
||||
@@ -116,7 +137,7 @@ collections:
|
||||
Rick and Morty:
|
||||
tmdb_show: 60625
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
# build_collection: false
|
||||
Sherlock:
|
||||
tmdb_show: 19885
|
||||
item_assets: true
|
||||
@@ -177,110 +198,110 @@ collections:
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
A&E:
|
||||
template:
|
||||
name: network
|
||||
network: "129, 2639, 3688"
|
||||
ABC:
|
||||
template:
|
||||
name: network
|
||||
network: "2, 75, 2791"
|
||||
schedule: weekly(sunday)
|
||||
Adult Swim:
|
||||
template:
|
||||
name: network
|
||||
network: "80"
|
||||
Apple+:
|
||||
template:
|
||||
name: network
|
||||
network: "2552"
|
||||
Amazon:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
AMC:
|
||||
template:
|
||||
name: network
|
||||
network: "174, 4661"
|
||||
Cartoon Network:
|
||||
template:
|
||||
name: network
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
CBS:
|
||||
template:
|
||||
name: network
|
||||
network: "16, 2528, 1709, 2621"
|
||||
schedule: weekly(sunday)
|
||||
Cinemax:
|
||||
template:
|
||||
name: network
|
||||
network: "359"
|
||||
Discovery:
|
||||
template:
|
||||
name: network
|
||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
Disney+:
|
||||
template:
|
||||
name: network
|
||||
network: "2739, 2919"
|
||||
Fox:
|
||||
template:
|
||||
name: network
|
||||
network: "19"
|
||||
Freeform:
|
||||
template:
|
||||
name: network
|
||||
network: "1267"
|
||||
FX:
|
||||
template:
|
||||
name: network
|
||||
network: "88"
|
||||
FXX:
|
||||
template:
|
||||
name: network
|
||||
network: "1035"
|
||||
HBO:
|
||||
template:
|
||||
name: network
|
||||
network: "49, 2593, 3186, 3308"
|
||||
HGTV:
|
||||
template:
|
||||
name: network
|
||||
network: "210"
|
||||
Hulu:
|
||||
template:
|
||||
name: network
|
||||
network: "453"
|
||||
National Geographic:
|
||||
template:
|
||||
name: network
|
||||
network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
Netflix:
|
||||
template:
|
||||
name: network
|
||||
network: "213"
|
||||
schedule: weekly(sunday)
|
||||
Prime Video:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
Showtime:
|
||||
template:
|
||||
name: network
|
||||
network: "67"
|
||||
Starz:
|
||||
template:
|
||||
name: network
|
||||
network: "318, 758, 4906"
|
||||
Syfy:
|
||||
template:
|
||||
name: network
|
||||
network: "77, 3701"
|
||||
TBS:
|
||||
template:
|
||||
name: network
|
||||
network: "68, 160, 4888"
|
||||
YouTube:
|
||||
template:
|
||||
name: network
|
||||
network: "247, 1436, 4869"
|
||||
# A&E:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "129, 2639, 3688"
|
||||
# ABC:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "2, 75, 2791"
|
||||
# schedule: weekly(sunday)
|
||||
# Adult Swim:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "80"
|
||||
# Apple+:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "2552"
|
||||
# Amazon:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1024"
|
||||
# AMC:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "174, 4661"
|
||||
# Cartoon Network:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
# CBS:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "16, 2528, 1709, 2621"
|
||||
# schedule: weekly(sunday)
|
||||
# Cinemax:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "359"
|
||||
# Discovery:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
# Disney+:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "2739, 2919"
|
||||
# Fox:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "19"
|
||||
# Freeform:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1267"
|
||||
# FX:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "88"
|
||||
# FXX:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1035"
|
||||
# HBO:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "49, 2593, 3186, 3308"
|
||||
# HGTV:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "210"
|
||||
# Hulu:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "453"
|
||||
# National Geographic:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
# Netflix:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "213"
|
||||
# schedule: weekly(sunday)
|
||||
# Prime Video:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1024"
|
||||
# Showtime:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "67"
|
||||
# Starz:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "318, 758, 4906"
|
||||
# Syfy:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "77, 3701"
|
||||
# TBS:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "68, 160, 4888"
|
||||
# YouTube:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "247, 1436, 4869"
|
||||