Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1082de92f0 | ||
|
|
4efc29a065 | ||
|
|
60c5a30fec | ||
|
|
94ac724f02 | ||
|
|
ba1435192d | ||
|
|
ad384822be | ||
|
|
0a24c60068 | ||
|
|
c59f169629 | ||
|
|
892df8a121 | ||
|
|
00e098a493 | ||
|
|
e0cce98cf0 | ||
|
|
97467eb037 | ||
|
|
17fb2fd3b2 | ||
|
|
95363a1ed0 | ||
|
|
f1f70a332a | ||
|
|
d4e13eb6d3 | ||
|
|
d394aa6a10 | ||
|
|
61a3cb1e66 | ||
|
|
7229dc705a | ||
|
|
1771ff946e | ||
|
|
d5b821c0d8 | ||
|
|
e407b54757 | ||
|
|
59569a083d | ||
|
|
7547603174 |
@@ -1,14 +1,14 @@
|
|||||||
# bullmoose20 PMM files
|
# bullmoose20 Kometa files
|
||||||
## Basics
|
## 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
|
## 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]
|
> [!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]
|
> [!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.
|
> 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,9 +23,9 @@ Unzip the fonts into `config/metadata/overlays/fonts/` to use this config withou
|
|||||||
## Assets
|
## Assets
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!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 Posterizarr.ps1 from FSCorrupt's repo to help with that: https://github.com/fscorrupt/Posterizarr . 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. (`["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 PMM 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.
|
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/Posterizarr/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
|
||||||
|
|
||||||
@@ -33,22 +33,22 @@ After Posterizarr applies my settings Movie example:
|
|||||||
|
|
||||||

|

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

|

|
||||||
|
|
||||||
After Posterizarr 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>
|
<br>
|
||||||
|
|
||||||
Feel free to ask me questions in the PMM Discord channel.
|
Feel free to ask me questions in the Kometa Discord channel.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@@ -1,101 +1,115 @@
|
|||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/json-schema/config-schema.json
|
# 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 pmm yml edits.
|
# .------------------------------------------------------------.
|
||||||
### Must be on Version 1.20.0-nightly34 or greater
|
# | ____ _ _ ____ ___ |
|
||||||
|
# || __ ) _ _| | |_ __ ___ ___ ___ ___ ___|___ \ / _ \ |
|
||||||
|
# || _ \| | | | | | '_ ` _ \ / _ \ / _ \/ __|/ _ \ __) | | | ||
|
||||||
|
# || |_) | |_| | | | | | | | | (_) | (_) \__ \ __// __/| |_| ||
|
||||||
|
# ||____/ \__,_|_|_|_| |_| |_|\___/ \___/|___/\___|_____|\___/ |
|
||||||
|
# '------------------------------------------------------------'
|
||||||
|
### 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.0-nightly4 or greater
|
||||||
libraries:
|
libraries:
|
||||||
|
# .-------------------------------.
|
||||||
|
# | __ __ _ |
|
||||||
|
# || \/ | _____ _(_) ___ ___ |
|
||||||
|
# || |\/| |/ _ \ \ / / |/ _ \/ __||
|
||||||
|
# || | | | (_) \ V /| | __/\__ \|
|
||||||
|
# ||_| |_|\___/ \_/ |_|\___||___/|
|
||||||
|
# '-------------------------------'
|
||||||
Movies: # Must match a library name in your Plex
|
Movies: # Must match a library name in your Plex
|
||||||
report_path: config/missing/Movies_report.yml
|
report_path: config/missing/Movies_report.yml
|
||||||
remove_overlays: false # Set to true if you want to remove overlays
|
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
|
# reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||||
template_variables:
|
template_variables:
|
||||||
sep_style: gray # use the gray separators globally for this library
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide # hide the collections
|
collection_mode: hide # hide the collections
|
||||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
language: 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
|
placeholder_imdb_id: tt8579674 # 1917 (2019) placeholder id for the separators
|
||||||
metadata_files: # These files contain metadata: attributes
|
metadata_files: # These files contain metadata: attributes
|
||||||
- git: bullmoose20/godzilla # Custom metadata file for Godzilla stuff
|
- git: bullmoose20/godzilla # Custom metadata file for Godzilla stuff
|
||||||
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||||
- pmm: based # collections based on a book, comic, story, video game
|
- 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)
|
# - 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: aspect # Creates collections based on aspect ratio of media item
|
||||||
- git: bullmoose20/movies_refresh # tells plex to refresh media items added within the last 7 days
|
- git: bullmoose20/movies_refresh # tells plex to refresh media items added within the last 7 days
|
||||||
- pmm: separator_award # An "index card"
|
- default: separator_award # An "index card"
|
||||||
- pmm: nfr # National Film Registry Awards
|
- default: nfr # National Film Registry Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: pca # People's Choice Awards
|
- default: pca # People's Choice Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: sag # Screen Actors Guild Awards
|
- default: sag # Screen Actors Guild Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
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
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: berlinale # Berlinale Awards
|
- default: berlinale # Berlinale Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: razzie # Razzie Awards
|
- default: razzie # Razzie Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: venice # Venice Awards
|
- default: venice # Venice Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: cesar # Cesar Awards
|
- default: cesar # Cesar Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: bafta # BAFTA Awards
|
- default: bafta # BAFTA Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: cannes # Cannes Film Festival Awards
|
- default: cannes # Cannes Film Festival Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: choice # Critic's Choice Awards
|
- default: choice # Critic's Choice Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: emmy # Emmy Awards
|
- default: emmy # Emmy Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: golden # Golden Globes Awards
|
- default: golden # Golden Globes Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: oscars # The Oscars
|
- default: oscars # The Oscars
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: spirit # Independent Spirit Awards
|
- default: spirit # Independent Spirit Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: sundance # Sundance Film Festival Awards
|
- default: sundance # Sundance Film Festival Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: separator_chart # An "index card"
|
- default: separator_chart # An "index card"
|
||||||
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||||
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: myanimelist # MAL Charts (Popular, Trending, etc.)
|
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||||
- pmm: other_chart # Other Charts (Popular, Trending, etc.)
|
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||||
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
- default: 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: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||||
- pmm: actor
|
- default: actor
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: '001'
|
collection_section: '001'
|
||||||
use_separator: false
|
use_separator: false
|
||||||
@@ -109,19 +123,19 @@ libraries:
|
|||||||
limit: 100
|
limit: 100
|
||||||
tmdb_birthday:
|
tmdb_birthday:
|
||||||
this_month: true
|
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
|
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
|
style: signature
|
||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
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
|
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
|
style: signature
|
||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
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
|
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
|
exclude: # ever have some random person... you can exclude them if you want
|
||||||
- Jeremy Kleiner
|
- Jeremy Kleiner
|
||||||
@@ -130,7 +144,7 @@ libraries:
|
|||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
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
|
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
|
exclude: # ever have some random person... you can exclude them if you want
|
||||||
- Donald Kaufman
|
- Donald Kaufman
|
||||||
@@ -138,42 +152,42 @@ libraries:
|
|||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
- default: 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||||
- pmm: genre # Action, Comedy, Drama, etc.
|
- default: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# style: standards
|
# style: standards
|
||||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||||
- pmm: year # Year the media item was released starting from 1880 to current_year
|
- default: year # Year the media item was released starting from 1880 to current_year
|
||||||
template_variables:
|
template_variables:
|
||||||
data:
|
data:
|
||||||
starting: 1880
|
starting: 1880
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: country # Country associated to the media item
|
- default: country # Country associated to the media item
|
||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: region # Region associated to the media item
|
- default: region # Region associated to the media item
|
||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: continent # Continent associated to the media item
|
- default: continent # Continent associated to the media item
|
||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
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
|
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
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:
|
template_variables:
|
||||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
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
|
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
||||||
schedule_years: daily
|
schedule_years: daily
|
||||||
schedule_valentine: daily
|
schedule_valentine: daily
|
||||||
@@ -195,19 +209,27 @@ libraries:
|
|||||||
schedule_lgbtq: daily
|
schedule_lgbtq: daily
|
||||||
schedule_latinx: daily
|
schedule_latinx: daily
|
||||||
schedule_women: daily
|
schedule_women: daily
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||||
|
# .--------------------------------------------------------.
|
||||||
|
# | _ _ _ ___ _ |
|
||||||
|
# || | (_) |__ / _ \__ _____ _ __| | __ _ _ _ ___ |
|
||||||
|
# || | | | '_ \ | | | \ \ / / _ \ '__| |/ _` | | | / __||
|
||||||
|
# || |___| | |_) | | |_| |\ V / __/ | | | (_| | |_| \__ \|
|
||||||
|
# ||_____|_|_.__/ \___/ \_/ \___|_| |_|\__,_|\__, |___/|
|
||||||
|
# | |___/ |
|
||||||
|
# '--------------------------------------------------------'
|
||||||
overlay_files: # These files contain overlays: attributes
|
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:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 517
|
vertical_offset: 517
|
||||||
- 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
|
||||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
- default: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||||
################### CONTENT RATING SECTION ###################
|
################### CONTENT RATING SECTION ###################
|
||||||
# - pmm: content_rating_nz # NZ content ratings
|
# - default: content_rating_nz # NZ content ratings
|
||||||
# - pmm: content_rating_au # AU content ratings
|
# - default: content_rating_au # AU content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# horizontal_align: left
|
# horizontal_align: left
|
||||||
# vertical_align: bottom
|
# vertical_align: bottom
|
||||||
@@ -218,30 +240,30 @@ libraries:
|
|||||||
# back_height: 1
|
# back_height: 1
|
||||||
# # url: (redacted)
|
# # url: (redacted)
|
||||||
# # color: false
|
# # color: false
|
||||||
# - pmm: content_rating_de # DE FSK content ratings
|
# - default: content_rating_de # DE FSK content ratings
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
# - default: content_rating_uk # UK BBFC content ratings
|
||||||
- pmm: content_rating_us_movie # US MPAA content ratings
|
- default: content_rating_us_movie # US MPAA content ratings
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 637
|
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 ###############
|
################### CONTENT RATING SECTION END ###############
|
||||||
# - pmm: direct_play # Show direct play only overlay
|
# - default: direct_play # Show direct play only overlay
|
||||||
- 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:
|
# template_variables:
|
||||||
# back_color: "#FFFFFF00"
|
# back_color: "#FFFFFF00"
|
||||||
# font_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:
|
template_variables:
|
||||||
back_color: '#FFFFFF00'
|
back_color: '#FFFFFF00'
|
||||||
font_color: '#FFFFFF00'
|
font_color: '#FFFFFF00'
|
||||||
use_subtitles: true
|
use_subtitles: true
|
||||||
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
- default: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# vertical_offset: 145
|
# vertical_offset: 145
|
||||||
# horizontal_offset: 15
|
# 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:
|
template_variables:
|
||||||
rating1: user
|
rating1: user
|
||||||
rating1_image: rt_tomato
|
rating1_image: rt_tomato
|
||||||
@@ -274,38 +296,53 @@ libraries:
|
|||||||
# font: config/metadata/overlays/fonts/Claspo-ND-Medium.ttf
|
# font: config/metadata/overlays/fonts/Claspo-ND-Medium.ttf
|
||||||
# rating_source: Rotten
|
# rating_source: Rotten
|
||||||
# font: config/metadata/overlays/fonts/Adlib.ttf
|
# font: config/metadata/overlays/fonts/Adlib.ttf
|
||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc.
|
- default: resolution # 4K HDR, 1080P FHD, etc.
|
||||||
- pmm: ribbon # Used for ribbon in bottom right
|
- default: ribbon # Used for ribbon in bottom right
|
||||||
template_variables:
|
template_variables:
|
||||||
style: red
|
style: red
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 757
|
vertical_offset: 757
|
||||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 877
|
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:
|
# template_variables:
|
||||||
# back_color: "#f5289180"
|
# back_color: "#f5289180"
|
||||||
# vertical_offset: 0
|
# vertical_offset: 0
|
||||||
# horizontal_offset: 0
|
# horizontal_offset: 0
|
||||||
# back_width: 2000
|
# back_width: 2000
|
||||||
# back_height: 3000
|
# 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:
|
settings:
|
||||||
asset_directory: config/assets/Movies/
|
asset_directory: config/assets/Movies/
|
||||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||||
|
# .------------------------------------------------------------------.
|
||||||
|
# | _ _ _ ___ _ _ |
|
||||||
|
# || | (_) |__ / _ \ _ __ ___ _ __ __ _| |_(_) ___ _ __ ___ |
|
||||||
|
# || | | | '_ \ | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \/ __||
|
||||||
|
# || |___| | |_) | | |_| | |_) | __/ | | (_| | |_| | (_) | | | \__ \|
|
||||||
|
# ||_____|_|_.__/ \___/| .__/ \___|_| \__,_|\__|_|\___/|_| |_|___/|
|
||||||
|
# | |_| |
|
||||||
|
# '------------------------------------------------------------------'
|
||||||
operations:
|
operations:
|
||||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||||
assets_for_all: true # Search in assets for images for every item in your library
|
assets_for_all: true # Search in assets for images for every item in your library
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific Kometa run).
|
||||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the Kometa label)
|
||||||
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
||||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||||
@@ -325,7 +362,13 @@ libraries:
|
|||||||
- omdb # Update all original available date from omdb(imdb) if not from tvdb
|
- omdb # Update all original available date from omdb(imdb) if not from tvdb
|
||||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||||
|
# .-----------------------------------------------.
|
||||||
|
# | _______ __ ____ _ |
|
||||||
|
# ||_ _\ \ / / / ___|| |__ _____ _____ |
|
||||||
|
# | | | \ \ / / \___ \| '_ \ / _ \ \ /\ / / __||
|
||||||
|
# | | | \ V / ___) | | | | (_) \ V V /\__ \|
|
||||||
|
# | |_| \_/ |____/|_| |_|\___/ \_/\_/ |___/|
|
||||||
|
# '-----------------------------------------------'
|
||||||
TV Shows: # Must match a library name in your Plex
|
TV Shows: # Must match a library name in your Plex
|
||||||
report_path: config/missing/TV_report.yml
|
report_path: config/missing/TV_report.yml
|
||||||
remove_overlays: false # Set to true if you want to remove overlays
|
remove_overlays: false # Set to true if you want to remove overlays
|
||||||
@@ -334,44 +377,44 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
sep_style: gray # use the gray separators globally for this library
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide # hide the collections
|
collection_mode: hide # hide the collections
|
||||||
language: fr # could be default(which is en), da, de, fr, pt-br or another lang code that we have translated
|
language: 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
|
placeholder_imdb_id: tt1190634 # The Boys (2019) placeholder id for the separators
|
||||||
metadata_files: # These files contain metadata: attributes
|
metadata_files: # These files contain metadata: attributes
|
||||||
- git: bullmoose20/money_heist # Custom metadata file for Money Heist
|
- git: bullmoose20/money_heist # Custom metadata file for Money Heist
|
||||||
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||||
- pmm: based # collections based on a book, comic, story, video game
|
- 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)
|
# - 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: aspect # Creates collections based on aspect ratio of media item
|
||||||
- git: bullmoose20/tv_refresh # Tells plex to refresh media items added within the last 7 days
|
- git: bullmoose20/tv_refresh # Tells plex to refresh media items added within the last 7 days
|
||||||
- pmm: separator_award # An "index card"
|
- default: separator_award # An "index card"
|
||||||
- pmm: pca # People's Choice Awards
|
- default: pca # People's Choice Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: choice # Critic's Choice Awards
|
- default: choice # Critic's Choice Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: golden # Golden Globes Awards
|
- default: golden # Golden Globes Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: emmy # Emmy Awards
|
- default: emmy # Emmy Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: first
|
starting: first
|
||||||
- pmm: separator_chart # An "index card"
|
- default: separator_chart # An "index card"
|
||||||
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||||
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: myanimelist # MAL Charts (Popular, Trending, etc.)
|
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||||
- pmm: other_chart # Other Charts (Popular, Trending, etc.)
|
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||||
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
- pmm: basic # Some basic chart collections based on recently released media in your library
|
- default: 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: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||||
- pmm: actor
|
- default: actor
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: '001'
|
collection_section: '001'
|
||||||
use_separator: false
|
use_separator: false
|
||||||
@@ -387,7 +430,7 @@ libraries:
|
|||||||
limit: 100
|
limit: 100
|
||||||
tmdb_birthday:
|
tmdb_birthday:
|
||||||
this_month: true
|
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
|
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
|
exclude: # ever have some random person... you can exclude them if you want
|
||||||
- Macy Nyman
|
- Macy Nyman
|
||||||
@@ -395,194 +438,205 @@ libraries:
|
|||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
- default: 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||||
- pmm: genre # Action, Comedy, Drama, etc.
|
- default: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# style: standards
|
# style: standards
|
||||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||||
- pmm: year # Year the media item was released starting from 1880 to current_year
|
- default: year # Year the media item was released starting from 1880 to current_year
|
||||||
template_variables:
|
template_variables:
|
||||||
data:
|
data:
|
||||||
starting: 1880
|
starting: 1880
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: country # Country associated to the media item
|
- default: country # Country associated to the media item
|
||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: region # Region associated to the media item
|
- default: region # Region associated to the media item
|
||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: continent # Continent associated to the media item
|
- default: continent # Continent associated to the media item
|
||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
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
|
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
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:
|
template_variables:
|
||||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
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.
|
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||||
|
# .--------------------------------------------------------.
|
||||||
|
# | _ _ _ ___ _ |
|
||||||
|
# || | (_) |__ / _ \__ _____ _ __| | __ _ _ _ ___ |
|
||||||
|
# || | | | '_ \ | | | \ \ / / _ \ '__| |/ _` | | | / __||
|
||||||
|
# || |___| | |_) | | |_| |\ V / __/ | | | (_| | |_| \__ \|
|
||||||
|
# ||_____|_|_.__/ \___/ \_/ \___|_| |_|\__,_|\__, |___/|
|
||||||
|
# | |___/ |
|
||||||
|
# '--------------------------------------------------------'
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- pmm: aspect # Creates aspect ratio overlay
|
- default: aspect # Creates aspect ratio overlay
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 510
|
vertical_offset: 510
|
||||||
- pmm: aspect
|
- default: aspect
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 510
|
vertical_offset: 510
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: aspect
|
- default: aspect
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: bottom
|
vertical_align: bottom
|
||||||
vertical_offset: 390
|
vertical_offset: 390
|
||||||
builder_level: episode
|
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:
|
template_variables:
|
||||||
vertical_offset: 95
|
vertical_offset: 95
|
||||||
- pmm: audio_codec
|
- default: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: audio_codec
|
- default: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
################### CONTENT RATING SECTION ###################
|
################### CONTENT RATING SECTION ###################
|
||||||
# - pmm: content_rating_nz # NZ content ratings
|
# - default: content_rating_nz # NZ content ratings
|
||||||
# - pmm: content_rating_nz # NZ content ratings
|
# - default: content_rating_nz # NZ content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: season
|
# builder_level: season
|
||||||
# - pmm: content_rating_nz # NZ content ratings
|
# - default: content_rating_nz # NZ content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
# - pmm: content_rating_au # AU content ratings
|
# - default: content_rating_au # AU content ratings
|
||||||
# - pmm: content_rating_au # AU content ratings
|
# - default: content_rating_au # AU content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: season
|
# builder_level: season
|
||||||
# - pmm: content_rating_au # AU content ratings
|
# - default: content_rating_au # AU content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
# - pmm: content_rating_de # DE FSK content ratings
|
# - default: content_rating_de # DE FSK content ratings
|
||||||
# - pmm: content_rating_de # DE FSK content ratings
|
# - default: content_rating_de # DE FSK content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: season
|
# builder_level: season
|
||||||
# - pmm: content_rating_de # DE FSK content ratings
|
# - default: content_rating_de # DE FSK content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
# - default: content_rating_uk # UK BBFC content ratings
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
# - default: content_rating_uk # UK BBFC content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: season
|
# builder_level: season
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
# - default: content_rating_uk # UK BBFC content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
- pmm: content_rating_us_show # US MPAA content ratings
|
- default: content_rating_us_show # US MPAA content ratings
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 630
|
vertical_offset: 630
|
||||||
- pmm: content_rating_us_show # US MPAA content ratings
|
- default: content_rating_us_show # US MPAA content ratings
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 630
|
vertical_offset: 630
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: content_rating_us_show # US MPAA content ratings
|
- default: content_rating_us_show # US MPAA content ratings
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
# - default: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||||
# - pmm: commonsense
|
# - default: commonsense
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: season
|
# builder_level: season
|
||||||
# - pmm: commonsense
|
# - default: commonsense
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
################### CONTENT RATING SECTION END ###############
|
################### CONTENT RATING SECTION END ###############
|
||||||
# - pmm: direct_play
|
# - default: direct_play
|
||||||
# - pmm: direct_play
|
# - default: direct_play
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: season
|
# builder_level: season
|
||||||
# - pmm: direct_play
|
# - default: direct_play
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# builder_level: episode
|
# builder_level: episode
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 750
|
vertical_offset: 750
|
||||||
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 870
|
vertical_offset: 870
|
||||||
- pmm: studio
|
- default: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 870
|
vertical_offset: 870
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: studio
|
- default: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
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:
|
template_variables:
|
||||||
builder_level: episode
|
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
|
- default: 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
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: language_count
|
- default: language_count
|
||||||
template_variables:
|
template_variables:
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: bottom
|
||||||
|
vertical_offset: 630
|
||||||
builder_level: episode
|
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
|
||||||
- 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:
|
template_variables:
|
||||||
use_subtitles: true
|
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:
|
template_variables:
|
||||||
builder_level: season
|
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:
|
template_variables:
|
||||||
use_subtitles: true
|
use_subtitles: true
|
||||||
builder_level: season
|
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:
|
template_variables:
|
||||||
builder_level: episode
|
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:
|
template_variables:
|
||||||
use_subtitles: true
|
use_subtitles: true
|
||||||
builder_level: episode
|
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:
|
template_variables:
|
||||||
vertical_offset: 95
|
vertical_offset: 95
|
||||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 990
|
vertical_offset: 990
|
||||||
- pmm: network
|
- default: network
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
vertical_offset: 990
|
vertical_offset: 990
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: network
|
- default: network
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
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:
|
template_variables:
|
||||||
rating1: user
|
rating1: user
|
||||||
rating1_image: rt_tomato
|
rating1_image: rt_tomato
|
||||||
@@ -600,7 +654,7 @@ libraries:
|
|||||||
rating3_font_size: 70
|
rating3_font_size: 70
|
||||||
|
|
||||||
horizontal_position: right
|
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:
|
template_variables:
|
||||||
# rating1: user
|
# rating1: user
|
||||||
# rating1_image: rt_tomato
|
# rating1_image: rt_tomato
|
||||||
@@ -619,24 +673,24 @@ libraries:
|
|||||||
|
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
builder_level: episode
|
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:
|
template_variables:
|
||||||
vertical_offset: 95
|
vertical_offset: 95
|
||||||
- pmm: resolution
|
- default: resolution
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: resolution
|
- default: resolution
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
- pmm: ribbon # Used for ribbon in bottom right
|
- default: ribbon # Used for ribbon in bottom right
|
||||||
template_variables:
|
template_variables:
|
||||||
style: red
|
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:
|
template_variables:
|
||||||
back_width: 305
|
back_width: 305
|
||||||
text: ''
|
text: ''
|
||||||
builder_level: episode
|
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:
|
template_variables:
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
@@ -650,40 +704,58 @@ libraries:
|
|||||||
back_color_returning: '#81007F'
|
back_color_returning: '#81007F'
|
||||||
back_color_canceled: '#B52222'
|
back_color_canceled: '#B52222'
|
||||||
back_color_ended: '#000847'
|
back_color_ended: '#000847'
|
||||||
- pmm: 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:
|
# template_variables:
|
||||||
# back_width: 1000
|
# back_width: 1000
|
||||||
# back_height: 1500
|
# back_height: 1500
|
||||||
# back_color: "#f52891cc"
|
# back_color: "#f52891cc"
|
||||||
- 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:
|
template_variables:
|
||||||
# back_width: 1000
|
# back_width: 1000
|
||||||
# back_height: 1500
|
# back_height: 1500
|
||||||
# back_color: "#f52891cc"
|
# back_color: "#f52891cc"
|
||||||
builder_level: season
|
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:
|
template_variables:
|
||||||
# back_width: 1000
|
# back_width: 1000
|
||||||
# back_height: 1500
|
# back_height: 1500
|
||||||
# back_color: "#f52891cc"
|
# back_color: "#f52891cc"
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_align: top
|
||||||
|
horizontal_offset: 335
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with builder_level show, episode, and season
|
- default: 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
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: season
|
builder_level: season
|
||||||
- pmm: video_format
|
- default: video_format
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
|
# .------------------------------------------------------.
|
||||||
|
# | _ _ _ ____ _ _ _ |
|
||||||
|
# || | (_) |__ / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||||
|
# || | | | '_ \ \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||||
|
# || |___| | |_) | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||||
|
# ||_____|_|_.__/ |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||||
|
# | |___/ |
|
||||||
|
# '------------------------------------------------------'
|
||||||
settings:
|
settings:
|
||||||
asset_directory: config/assets/TV Shows/
|
asset_directory: config/assets/TV Shows/
|
||||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||||
|
# .------------------------------------------------------------------.
|
||||||
|
# | _ _ _ ___ _ _ |
|
||||||
|
# || | (_) |__ / _ \ _ __ ___ _ __ __ _| |_(_) ___ _ __ ___ |
|
||||||
|
# || | | | '_ \ | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \/ __||
|
||||||
|
# || |___| | |_) | | |_| | |_) | __/ | | (_| | |_| | (_) | | | \__ \|
|
||||||
|
# ||_____|_|_.__/ \___/| .__/ \___|_| \__,_|\__|_|\___/|_| |_|___/|
|
||||||
|
# | |_| |
|
||||||
|
# '------------------------------------------------------------------'
|
||||||
operations:
|
operations:
|
||||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||||
assets_for_all: true # Search in assets for images for every item in your library
|
assets_for_all: true # Search in assets for images for every item in your library
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific PMM run).
|
configured: false # False - Collection must be an Unconfigured Collection to be deleted (collection is not in the config file of the specific Kometa run).
|
||||||
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the PMM label)
|
managed: false # False - Collection must be an Unmanaged Collection to be deleted (the collection does not have the Kometa label)
|
||||||
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
less: 99999 # Effectively all collections regardless of teh number of items in the collection
|
||||||
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||||
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||||
@@ -705,10 +777,26 @@ libraries:
|
|||||||
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
||||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||||
|
# .---------------------------------.
|
||||||
|
# | ____ _ _ _ _ |
|
||||||
|
# || _ \| | __ _ _ _| (_)___| |_ |
|
||||||
|
# || |_) | |/ _` | | | | | / __| __||
|
||||||
|
# || __/| | (_| | |_| | | \__ \ |_ |
|
||||||
|
# ||_| |_|\__,_|\__, |_|_|___/\__||
|
||||||
|
# | |___/ |
|
||||||
|
# '---------------------------------'
|
||||||
playlist_files:
|
playlist_files:
|
||||||
- pmm: playlist
|
- default: playlist
|
||||||
template_variables:
|
template_variables:
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
|
# .--------------------------------------------------------------------.
|
||||||
|
# | ____ _ _ _ ____ _ _ _ |
|
||||||
|
# | / ___| | ___ | |__ __ _| | / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||||
|
# || | _| |/ _ \| '_ \ / _` | | \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||||
|
# || |_| | | (_) | |_) | (_| | | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||||
|
# | \____|_|\___/|_.__/ \__,_|_| |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||||
|
# | |___/ |
|
||||||
|
# '--------------------------------------------------------------------'
|
||||||
settings: # Can be individually specified per library as well
|
settings: # Can be individually specified per library as well
|
||||||
cache: true
|
cache: true
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
@@ -752,6 +840,16 @@ settings: # Can be individually specif
|
|||||||
- metadata
|
- metadata
|
||||||
- collections
|
- collections
|
||||||
- overlays
|
- 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 reccomended 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
|
webhooks: # Can be individually specified per library as well
|
||||||
error: (redacted)
|
error: (redacted)
|
||||||
run_start: (redacted)
|
run_start: (redacted)
|
||||||
@@ -791,7 +889,7 @@ radarr: # Can be individually specified
|
|||||||
monitor: true
|
monitor: true
|
||||||
availability: announced
|
availability: announced
|
||||||
quality_profile: Any
|
quality_profile: Any
|
||||||
tag: pmm
|
tag: kometa
|
||||||
search: false
|
search: false
|
||||||
radarr_path:
|
radarr_path:
|
||||||
plex_path:
|
plex_path:
|
||||||
@@ -809,7 +907,7 @@ sonarr: # Can be individually specified
|
|||||||
language_profile: English
|
language_profile: English
|
||||||
series_type: standard
|
series_type: standard
|
||||||
season_folder: true
|
season_folder: true
|
||||||
tag: pmm
|
tag: kometa
|
||||||
search: false
|
search: false
|
||||||
cutoff_search: false
|
cutoff_search: false
|
||||||
sonarr_path:
|
sonarr_path:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ApiPart": {
|
"ApiPart":{
|
||||||
"tvdbapi": "tvdb api key - free",
|
"tvdbapi": "tvdb api key - free",
|
||||||
"tmdbtoken": "This is the super long token from tmdb - free",
|
"tmdbtoken": "This is the super long token from tmdb - free",
|
||||||
"FanartTvAPIKey": "fanart.tv token - free",
|
"FanartTvAPIKey": "fanart.tv token - free",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 216 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 #
|
# Franchise Separator Collections #
|
||||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
# 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:
|
external_templates:
|
||||||
pmm: templates
|
default: templates
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: "035"
|
collection_section: "035"
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
## Assets
|
## Assets
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!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:
|
libraries:
|
||||||
4K Movies:
|
4K Movies:
|
||||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
#schedule: hourly(9),hourly(19)
|
#schedule: hourly(9),hourly(19)
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/collections.yml
|
#- file: config/collections.yml
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- default: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_offset: 255
|
horizontal_offset: 255
|
||||||
back_width: 230
|
back_width: 230
|
||||||
- pmm: languages
|
- default: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: left
|
horizontal_position: left
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
text: ""
|
text: ''
|
||||||
final_name: <<key>>
|
final_name: <<key>>
|
||||||
- pmm: runtimes
|
- default: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
@@ -44,28 +44,28 @@ libraries:
|
|||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
Movies:
|
Movies:
|
||||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
#schedule: hourly(9),hourly(19)
|
#schedule: hourly(9),hourly(19)
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/collections.yml
|
#- file: config/collections.yml
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- default: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_offset: 255
|
horizontal_offset: 255
|
||||||
back_width: 230
|
back_width: 230
|
||||||
- pmm: languages
|
- default: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: left
|
horizontal_position: left
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
text: ""
|
text: ''
|
||||||
final_name: <<key>>
|
final_name: <<key>>
|
||||||
- pmm: runtimes
|
- default: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
@@ -86,27 +86,27 @@ libraries:
|
|||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
Kids Movies:
|
Kids Movies:
|
||||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/Genre.yml
|
#- file: config/Genre.yml
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- default: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_offset: 255
|
horizontal_offset: 255
|
||||||
back_width: 230
|
back_width: 230
|
||||||
- pmm: languages
|
- default: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: left
|
horizontal_position: left
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
text: ""
|
text: ''
|
||||||
final_name: <<key>>
|
final_name: <<key>>
|
||||||
- pmm: runtimes
|
- default: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
@@ -127,27 +127,27 @@ libraries:
|
|||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
Anime:
|
Anime:
|
||||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
#- file: config/Genre.yml
|
#- file: config/Genre.yml
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- default: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_offset: 255
|
horizontal_offset: 255
|
||||||
back_width: 230
|
back_width: 230
|
||||||
- pmm: languages
|
- default: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: left
|
horizontal_position: left
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
text: ""
|
text: ''
|
||||||
final_name: <<key>>
|
final_name: <<key>>
|
||||||
- pmm: runtimes
|
- default: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
vertical_offset: 37
|
vertical_offset: 37
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
@@ -168,32 +168,32 @@ libraries:
|
|||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
TV Shows:
|
TV Shows:
|
||||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/TVShows.yml
|
- file: config/TVShows.yml
|
||||||
#- file: config/Genre.yml
|
#- file: config/Genre.yml
|
||||||
overlay_files:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
- pmm: network
|
- default: network
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: season
|
builder_level: season
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
horizontal_position: center
|
horizontal_position: center
|
||||||
horizontal_offset: 30
|
horizontal_offset: 30
|
||||||
vertical_offset: 50
|
vertical_offset: 50
|
||||||
- pmm: languages
|
- default: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: right
|
horizontal_position: left
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
back_width: 102
|
back_width: 102
|
||||||
text: ""
|
text: ''
|
||||||
final_name: <<key>>
|
final_name: <<key>>
|
||||||
- pmm: status
|
- default: status
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
@@ -208,10 +208,10 @@ libraries:
|
|||||||
font_color_canceled: '#ED1F1F'
|
font_color_canceled: '#ED1F1F'
|
||||||
font_color_ended: '#FF0000'
|
font_color_ended: '#FF0000'
|
||||||
back_color: '#FFFFFF'
|
back_color: '#FFFFFF'
|
||||||
- pmm: runtimes
|
- default: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
horizontal_align: left
|
horizontal_align: right
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
back_height: 80
|
back_height: 80
|
||||||
vertical_offset: 20
|
vertical_offset: 20
|
||||||
@@ -231,31 +231,31 @@ libraries:
|
|||||||
operations:
|
operations:
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
Kids Shows:
|
Kids Shows:
|
||||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/KidsShows.yml
|
- file: config/KidsShows.yml
|
||||||
overlay_files:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
- pmm: network
|
- default: network
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: season
|
builder_level: season
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
horizontal_position: center
|
horizontal_position: center
|
||||||
horizontal_offset: 30
|
horizontal_offset: 30
|
||||||
vertical_offset: 50
|
vertical_offset: 50
|
||||||
- pmm: languages
|
- default: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: right
|
horizontal_position: left
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
back_width: 102
|
back_width: 102
|
||||||
text: ""
|
text: ''
|
||||||
final_name: <<key>>
|
final_name: <<key>>
|
||||||
- pmm: status
|
- default: status
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
@@ -270,10 +270,10 @@ libraries:
|
|||||||
font_color_canceled: '#ED1F1F'
|
font_color_canceled: '#ED1F1F'
|
||||||
font_color_ended: '#FF0000'
|
font_color_ended: '#FF0000'
|
||||||
back_color: '#FFFFFF'
|
back_color: '#FFFFFF'
|
||||||
- pmm: runtimes
|
- default: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
horizontal_align: left
|
horizontal_align: right
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
back_height: 80
|
back_height: 80
|
||||||
vertical_offset: 20
|
vertical_offset: 20
|
||||||
@@ -293,31 +293,31 @@ libraries:
|
|||||||
operations:
|
operations:
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
Anime Shows:
|
Anime Shows:
|
||||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/AnimeShows.yml
|
- file: config/AnimeShows.yml
|
||||||
overlay_files:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
- pmm: network
|
- default: network
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: season
|
builder_level: season
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
horizontal_position: center
|
horizontal_position: center
|
||||||
horizontal_offset: 30
|
horizontal_offset: 30
|
||||||
vertical_offset: 50
|
vertical_offset: 50
|
||||||
- pmm: languages
|
- default: languages
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
overlay_limit: 5
|
overlay_limit: 5
|
||||||
horizontal_position: right
|
horizontal_position: left
|
||||||
vertical_position: bottom
|
vertical_position: bottom
|
||||||
style: square
|
style: square
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
back_width: 102
|
back_width: 102
|
||||||
text: ""
|
text: ''
|
||||||
final_name: <<key>>
|
final_name: <<key>>
|
||||||
- pmm: status
|
- default: status
|
||||||
template_variables:
|
template_variables:
|
||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_align: top
|
vertical_align: top
|
||||||
@@ -332,10 +332,10 @@ libraries:
|
|||||||
font_color_canceled: '#ED1F1F'
|
font_color_canceled: '#ED1F1F'
|
||||||
font_color_ended: '#FF0000'
|
font_color_ended: '#FF0000'
|
||||||
back_color: '#FFFFFF'
|
back_color: '#FFFFFF'
|
||||||
- pmm: runtimes
|
- default: runtimes
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
horizontal_align: left
|
horizontal_align: right
|
||||||
back_color: '#00000099'
|
back_color: '#00000099'
|
||||||
back_height: 80
|
back_height: 80
|
||||||
vertical_offset: 20
|
vertical_offset: 20
|
||||||
@@ -436,7 +436,7 @@ radarr: # Can be individually specified
|
|||||||
monitor: false
|
monitor: false
|
||||||
availability: announced
|
availability: announced
|
||||||
quality_profile: 1080p
|
quality_profile: 1080p
|
||||||
tag: pmm
|
tag: kometa
|
||||||
search: false
|
search: false
|
||||||
add_existing: false
|
add_existing: false
|
||||||
radarr_path:
|
radarr_path:
|
||||||
@@ -454,7 +454,7 @@ sonarr: # Can be individually specified
|
|||||||
language_profile: German
|
language_profile: German
|
||||||
series_type: standard
|
series_type: standard
|
||||||
season_folder: true
|
season_folder: true
|
||||||
tag: pmm
|
tag: kometa
|
||||||
search: false
|
search: false
|
||||||
cutoff_search: false
|
cutoff_search: false
|
||||||
add_existing: false
|
add_existing: false
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 32 KiB |
@@ -41,7 +41,7 @@ overlays:
|
|||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
vertical_align: bottom
|
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:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 6.5
|
audience_rating.gte: 6.5
|
||||||
@@ -53,7 +53,7 @@ overlays:
|
|||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
vertical_align: bottom
|
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:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 4.5
|
audience_rating.gte: 4.5
|
||||||
@@ -66,7 +66,7 @@ overlays:
|
|||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
vertical_align: bottom
|
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:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 0.1
|
audience_rating.gte: 0.1
|
||||||
@@ -110,7 +110,7 @@ overlays:
|
|||||||
Force-Filter:
|
Force-Filter:
|
||||||
overlay:
|
overlay:
|
||||||
name: Force-Filter
|
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
|
vertical_align: bottom
|
||||||
plex_search:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ overlays:
|
|||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
vertical_align: bottom
|
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:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 6.5
|
audience_rating.gte: 6.5
|
||||||
@@ -53,7 +53,7 @@ overlays:
|
|||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
vertical_align: bottom
|
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:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 4.5
|
audience_rating.gte: 4.5
|
||||||
@@ -66,7 +66,7 @@ overlays:
|
|||||||
horizontal_align: center
|
horizontal_align: center
|
||||||
vertical_offset: 0
|
vertical_offset: 0
|
||||||
vertical_align: bottom
|
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:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 0.1
|
audience_rating.gte: 0.1
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# If nothing is specified these are the defaults #
|
# If nothing is specified these are the defaults #
|
||||||
# #
|
# #
|
||||||
# playlist_files: #
|
# playlist_files: #
|
||||||
# - git: PMM/playlist #
|
# - git: kometa/playlist #
|
||||||
# template_variables: #
|
# template_variables: #
|
||||||
# # Sets the names of the libraries to use #
|
# # Sets the names of the libraries to use #
|
||||||
# libraries: Movies, TV Shows #
|
# libraries: Movies, TV Shows #
|
||||||
@@ -80,7 +80,7 @@ templates:
|
|||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: <<libraries>>
|
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:
|
playlists:
|
||||||
The Walking Dead Universe (Timeline Order):
|
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.
|
movies_subgenre, movies_topics, tvshows_documentaries & tvshows_topics don't create collections, but tag items for use with the default genre collection.
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|
Posters are (slowly) being made for collections using the Create Poster script by bullmoose20
|
||||||
|
- https://github.com/bullmoose20/Plex-Stuff#create_poster
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|||||||
@@ -1,26 +1,26 @@
|
|||||||
libraries:
|
libraries:
|
||||||
Movies:
|
Movies:
|
||||||
schedule_overlays: weekly(saturday)
|
schedule_overlays: weekly(monday|wednesday|friday|sunday)
|
||||||
template_variables:
|
template_variables:
|
||||||
use_separator: false
|
use_separator: false
|
||||||
|
metadata_files:
|
||||||
|
- folder: config/metadata_folders
|
||||||
collection_files:
|
collection_files:
|
||||||
- folder: config/movies
|
- folder: config/movies
|
||||||
- git: bullmoose20/movies_refresh
|
- default: content_rating_au
|
||||||
- pmm: content_rating_au
|
- default: continent
|
||||||
- pmm: continent
|
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
include:
|
||||||
- Oceania
|
- Oceania
|
||||||
- pmm: franchise
|
- default: franchise
|
||||||
template_variables:
|
template_variables:
|
||||||
title_override:
|
title_override:
|
||||||
33514: The Twilight Saga
|
33514: The Twilight Saga
|
||||||
9743: Hannibal Lecter
|
9743: Hannibal Lecter
|
||||||
489724: Trolls
|
489724: Trolls
|
||||||
124916: 101 Dalmatians
|
- default: genre
|
||||||
- pmm: genre
|
- default: oscars
|
||||||
- pmm: oscars
|
- default: other_chart
|
||||||
- pmm: other_chart
|
|
||||||
template_variables:
|
template_variables:
|
||||||
use_anidb: false
|
use_anidb: false
|
||||||
use_stevenlu: false
|
use_stevenlu: false
|
||||||
@@ -28,8 +28,8 @@ libraries:
|
|||||||
visible_library_commonsense: true
|
visible_library_commonsense: true
|
||||||
visible_home_commonsense: true
|
visible_home_commonsense: true
|
||||||
visible_shared_commonsense: true
|
visible_shared_commonsense: true
|
||||||
- pmm: razzie
|
- default: razzie
|
||||||
- pmm: seasonal
|
- default: seasonal
|
||||||
template_variables:
|
template_variables:
|
||||||
use_patrick: false
|
use_patrick: false
|
||||||
use_memorial: false
|
use_memorial: false
|
||||||
@@ -40,7 +40,7 @@ libraries:
|
|||||||
use_veteran: false
|
use_veteran: false
|
||||||
use_thanksgiving: false
|
use_thanksgiving: false
|
||||||
use_aapi: false
|
use_aapi: false
|
||||||
- pmm: studio
|
- default: studio
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
include:
|
||||||
- A24
|
- A24
|
||||||
@@ -52,91 +52,74 @@ libraries:
|
|||||||
- Walt Disney Animation Studios
|
- Walt Disney Animation Studios
|
||||||
- Walt Disney Pictures
|
- Walt Disney Pictures
|
||||||
- Walt Disney Productions
|
- Walt Disney Productions
|
||||||
- pmm: tautulli
|
- default: tautulli
|
||||||
- pmm: universe
|
- default: universe
|
||||||
#- pmm: collectionless
|
#- default: collectionless
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- default: commonsense
|
||||||
- pmm: mediastinger
|
- default: mediastinger
|
||||||
- pmm: ratings
|
- default: resolution
|
||||||
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:
|
template_variables:
|
||||||
use_resolution: false
|
use_resolution: false
|
||||||
use_edition: true
|
use_edition: true
|
||||||
- pmm: ribbon
|
- default: ribbon
|
||||||
- pmm: versions
|
|
||||||
settings:
|
settings:
|
||||||
asset_directory:
|
asset_directory:
|
||||||
- config/assets/Movies/
|
- config/assets/Movies/
|
||||||
- config/assets/Collections/
|
- config/assets/Collections/
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
operations:
|
operations:
|
||||||
- schedule: daily
|
- schedule: daily
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false
|
configured: false
|
||||||
metadata_backup:
|
metadata_backup:
|
||||||
path: config/backups/Movies_Metadata_Backup.yml
|
path: config/backups/Movies_Metadata_Backup.yml
|
||||||
sync_tags: true
|
sync_tags: true
|
||||||
add_blank_entries: false
|
add_blank_entries: false
|
||||||
- schedule: Weekly (monday)
|
- schedule: Weekly (monday)
|
||||||
mass_user_rating_update: mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes
|
||||||
- schedule: Weekly (tuesday)
|
- schedule: Weekly (tuesday)
|
||||||
mass_critic_rating_update: imdb
|
mass_critic_rating_update: imdb
|
||||||
- schedule: Weekly (wednesday)
|
- schedule: Weekly (wednesday)
|
||||||
mass_audience_rating_update: tmdb
|
mass_audience_rating_update: tmdb
|
||||||
- schedule: yearly(01/01)
|
- schedule: yearly(01/01)
|
||||||
mass_genre_update:
|
mass_genre_update:
|
||||||
- tmdb
|
- tmdb
|
||||||
- imdb
|
- imdb
|
||||||
- omdb
|
- omdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- schedule: Weekly (friday)
|
- schedule: Weekly (friday)
|
||||||
mass_content_rating_update:
|
mass_content_rating_update:
|
||||||
- mdb_commonsense
|
- mdb_commonsense
|
||||||
- omdb
|
- omdb
|
||||||
- schedule: Weekly (saturday)
|
- schedule: Weekly (saturday)
|
||||||
mass_studio_update:
|
mass_studio_update:
|
||||||
- tmdb
|
- tmdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- omdb
|
- omdb
|
||||||
- schedule: Weekly (sunday)
|
- schedule: Weekly (sunday)
|
||||||
mass_originally_avaliable_update:
|
mass_originally_avaliable_update:
|
||||||
- tmdb
|
- tmdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- omdb
|
- omdb
|
||||||
TV Shows:
|
TV Shows:
|
||||||
schedule_overlays: weekly(saturday)
|
schedule_overlays: weekly(tuesday|thursday|saturday)
|
||||||
report_path: config/missing/TV_report.yml
|
report_path: config/missing/TV_report.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
use_separator: false
|
use_separator: false
|
||||||
library_name: TV Shows
|
library_name: TV Shows
|
||||||
collection_files:
|
collection_files:
|
||||||
- folder: config/tvshows
|
- folder: config/tvshows
|
||||||
- git: bullmoose20/tv_refresh
|
# - default: based
|
||||||
# - pmm: based
|
- default: content_rating_au
|
||||||
- pmm: content_rating_au
|
- default: continent
|
||||||
- pmm: continent
|
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
include:
|
||||||
- Oceania
|
- Oceania
|
||||||
- pmm: franchise
|
- default: franchise
|
||||||
- pmm: genre
|
- default: genre
|
||||||
- pmm: other_chart
|
- default: other_chart
|
||||||
template_variables:
|
template_variables:
|
||||||
use_anidb: false
|
use_anidb: false
|
||||||
use_stevenlu: false
|
use_stevenlu: false
|
||||||
@@ -144,106 +127,63 @@ libraries:
|
|||||||
visible_library_commonsense: true
|
visible_library_commonsense: true
|
||||||
visible_home_commonsense: true
|
visible_home_commonsense: true
|
||||||
visible_shared_commonsense: true
|
visible_shared_commonsense: true
|
||||||
- pmm: tautulli
|
- default: tautulli
|
||||||
- pmm: universe
|
- default: universe
|
||||||
|
metadata_files:
|
||||||
|
- folder: config/metadata_folders
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- pmm: commonsense
|
- default: commonsense
|
||||||
- pmm: commonsense
|
- default: status
|
||||||
template_variables:
|
- default: ribbon
|
||||||
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
|
|
||||||
settings:
|
settings:
|
||||||
asset_directory:
|
asset_directory:
|
||||||
- config/assets/TV Shows/
|
- config/assets/TV Shows/
|
||||||
- config/assets/Collections/
|
- config/assets/Collections/
|
||||||
prioritize_assets: true
|
prioritize_assets: true
|
||||||
operations:
|
operations:
|
||||||
- schedule: daily
|
- schedule: daily
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
delete_collections:
|
delete_collections:
|
||||||
configured: false
|
configured: false
|
||||||
metadata_backup:
|
metadata_backup:
|
||||||
path: config/backups/TVShows_Metadata_Backup.yml
|
path: config/backups/TVShows_Metadata_Backup.yml
|
||||||
sync_tags: true
|
sync_tags: true
|
||||||
add_blank_entries: false
|
add_blank_entries: false
|
||||||
- schedule: Weekly (monday)
|
- schedule: Weekly (monday)
|
||||||
mass_user_rating_update: mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes
|
||||||
- schedule: Weekly (tuesday)
|
- schedule: Weekly (tuesday)
|
||||||
mass_critic_rating_update: imdb
|
mass_critic_rating_update: imdb
|
||||||
- schedule: Weekly (wednesday)
|
- schedule: Weekly (wednesday)
|
||||||
mass_audience_rating_update: tmdb
|
mass_audience_rating_update: tmdb
|
||||||
- schedule: yearly (01/01)
|
- schedule: yearly (01/01)
|
||||||
mass_genre_update:
|
mass_genre_update:
|
||||||
- tmdb
|
- tmdb
|
||||||
- imdb
|
- imdb
|
||||||
- omdb
|
- omdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- schedule: Weekly (friday)
|
- schedule: Weekly (friday)
|
||||||
mass_content_rating_update:
|
mass_content_rating_update:
|
||||||
- mdb_commonsense
|
- mdb_commonsense
|
||||||
- omdb
|
- omdb
|
||||||
- schedule: Weekly (saturday)
|
- schedule: Weekly (saturday)
|
||||||
mass_studio_update:
|
mass_studio_update:
|
||||||
- tmdb
|
- tmdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- omdb
|
- omdb
|
||||||
- schedule: Weekly (sunday)
|
- schedule: Weekly (sunday)
|
||||||
mass_originally_avaliable_update:
|
mass_originally_avaliable_update:
|
||||||
- tmdb
|
- tmdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- omdb
|
- omdb
|
||||||
- schedule: Weekly (monday)
|
|
||||||
mass_episode_critic_rating_update: imdb
|
|
||||||
- schedule: Weekly (tuesday)
|
|
||||||
mass_episode_audience_rating_update: tmdb
|
|
||||||
Music:
|
Music:
|
||||||
schedule: weekly (tuesday|thursday|sunday)
|
schedule: weekly (tuesday|thursday|sunday)
|
||||||
library_name: Music
|
library_name: Music
|
||||||
collection_files:
|
collection_files:
|
||||||
- folder: config/music
|
- folder: config/music
|
||||||
|
settings:
|
||||||
|
asset_directory: config/assets/Music
|
||||||
playlist_files:
|
playlist_files:
|
||||||
- pmm: playlist
|
- default: playlist
|
||||||
template_variables:
|
template_variables:
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
#- folder: config/playlists
|
#- folder: config/playlists
|
||||||
@@ -257,7 +197,7 @@ settings:
|
|||||||
create_asset_folders: true
|
create_asset_folders: true
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
dimensional_asset_rename: true
|
dimensional_asset_rename: true
|
||||||
download_url_assets: true
|
download_url_assets: false
|
||||||
show_missing_season_assets: false
|
show_missing_season_assets: false
|
||||||
show_missing_episode_assets: false
|
show_missing_episode_assets: false
|
||||||
show_asset_not_needed: false
|
show_asset_not_needed: false
|
||||||
@@ -297,13 +237,7 @@ webhooks:
|
|||||||
run_start: notifiarr
|
run_start: notifiarr
|
||||||
run_end: notifiarr
|
run_end: notifiarr
|
||||||
changes: notifiarr
|
changes: notifiarr
|
||||||
delete:bhooks:
|
delete:
|
||||||
error: notifiarr
|
|
||||||
version: notifiarr
|
|
||||||
run_start: notifiarr
|
|
||||||
run_end: notifiarr
|
|
||||||
changes: notifiarr
|
|
||||||
delete: null
|
|
||||||
plex:
|
plex:
|
||||||
url: http://localhost:32400
|
url: http://localhost:32400
|
||||||
token: [REDACTED]
|
token: [REDACTED]
|
||||||
|
|||||||
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
|
||||||
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
|
||||||
965
ladywhiskers/metadata_folders/mediux_tvmetadata.yml
Normal file
@@ -0,0 +1,965 @@
|
|||||||
|
######################################################
|
||||||
|
# Mediux TV Series Metadata #
|
||||||
|
######################################################
|
||||||
|
metadata:
|
||||||
|
328724: # TVDB id for Young Sheldon. Set by RuviLev on MediUX. https://mediux.pro/sets/13167
|
||||||
|
url_poster: https://api.mediux.pro/assets/0d5a2e4f-a45b-4eae-be1c-1b1083720628
|
||||||
|
seasons:
|
||||||
|
0:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2d7ad2a9-514b-4b66-8700-fcd98914b807
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/58cdfed9-6ee8-4de3-a0db-4f48f5ab18a4
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a9e85da2-dc78-4ad9-8c5a-f77b27dd32cc
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/34103918-2d86-4310-a689-17348c37d9c5
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/74d58da0-ccc4-4297-9b5c-58cbc7de0641
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2928ab95-018f-4549-a33c-33d75a457ef1
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/46e73545-bb5e-4356-9948-0db12b340102
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/baac8afa-1195-40de-a372-bcb0bba7044e
|
||||||
|
126308: # TVDB id for Shōgun. Set by willtong93 on MediUX. https://mediux.pro/sets/14573
|
||||||
|
url_poster: https://api.mediux.pro/assets/f3ba2acd-9914-49b1-941f-6fc89e85c1ee
|
||||||
|
seasons:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/57911f9e-7367-44c3-a330-a3313e5a3ea5
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7d7f9541-c8c3-4185-9f16-8a4c3946c26d
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/07f37e01-4b05-4de5-aee8-f6ec9bb09e62
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3bafce8e-08a1-481b-b5c2-a2faeb4e0867
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e440c68c-1633-457b-8471-9b10b9db0f55
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d9d0622b-c70e-4503-96c6-077958557705
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b7b60bed-3ee2-4997-86cf-31690a5d2c59
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/43ad44d6-8330-4d1f-838c-92520d70bb32
|
||||||
|
358211: # TVDB id for What We Do in the Shadows. Set by willtong93 on MediUX. https://mediux.pro/sets/11691
|
||||||
|
url_poster: https://api.mediux.pro/assets/2ef645e4-3bee-48f6-b12b-00ba1e98a21c
|
||||||
|
seasons:
|
||||||
|
0:
|
||||||
|
url_poster: https://api.mediux.pro/assets/45007c2d-92de-4154-b047-44c86df94496
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a14f256d-d78c-431f-aa39-cf99f7984695
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3b7ce277-1692-4033-a5dc-4a80e9a181b3
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/de5b54c5-4c3b-41fe-adc3-f533f1c4e4fe
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a2510ba7-81d3-4cd7-a52b-3fa43aa8978c
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d1065d8d-686a-411a-90f2-7e8f5c294f95
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c623e301-36da-40d6-a526-91d3982c27f7
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/bbe5cf55-d6eb-467f-ad19-ca92947a54cd
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dd4936a4-9009-4dc2-b165-847e9a1284ed
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ed5d0b71-ce25-4d76-9d2b-99063f98308d
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ee9625c7-41fe-4041-9c74-9a02447a0b82
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6173ad0c-36de-4145-b68b-2822744a1323
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f2f840c6-43b3-4557-b045-ac0681cd9dde
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4ae3ba4e-e1ed-4146-adaf-94e9fd66dbff
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/07d4b614-5583-4d37-9c11-08d809a4c546
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7c6daec1-cba8-43f7-b526-a1f653af7a96
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/33cdbe4b-c19d-4a6c-9fd9-426f7611908b
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2ce4c22f-db24-4aee-82f5-c39a66276519
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/bca8ea9f-665d-4ba1-a594-290808055a08
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0ba44396-2ddb-4383-8551-f3fdaf5bbcdb
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/13a81d77-5a5b-4d57-9490-4996304426ca
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/876fbbf1-d3e1-4c9b-aaac-633689198fe6
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b0a92f4f-6d1f-485c-84c2-86c9a4bc0b7a
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a61579fa-db67-4408-a603-498f25fc3807
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/25507173-6feb-43e0-b4cc-30d783fd5d7a
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/265336f9-acd5-4d06-82cd-186f29b12cbd
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7629e09f-8ef8-4c3b-beb1-d163ce167051
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/86f78760-8807-4d98-81f6-fe0f1605eee6
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d7f21dee-0142-4e58-ad80-18f0c3d30328
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d2d5294c-e39d-43af-9847-b24ef995768f
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e334206b-a887-44b2-b03b-29d64e964b09
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ca67f637-4639-4efa-a7b2-76add4438d20
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/03de032f-be22-4703-b3d5-33586bf93c8c
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2ebd6b04-f4d2-4970-84a1-c5822a827e7e
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/352dfda5-bf14-435e-a5cd-e0ff8b42db86
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/289298c2-8bcf-4fef-ac7e-992980822747
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ef30dccb-b467-4be2-a3d7-1730b2464d28
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/30abdc3b-076d-44b2-9757-32d149ed2306
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1b063154-1c33-4187-be02-e0bd0425040a
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/26e8c5b0-b6fd-4dbf-9cc8-6136933486f8
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/42962f47-595f-4556-8dfc-999eefebbc7e
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c3e5b53e-48b2-4285-8205-8983d66b5026
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dd2f4cab-0cff-4067-8bd6-bee1b52a0174
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8aa5882a-0c46-47eb-a36b-7ed6ac5f6955
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/655e6606-f5ce-4310-9b7d-a18196c9c2e4
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/36b550b1-4983-4d30-9f0d-d309b801b356
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/52c424ff-ae02-42cb-85e6-24373278bc80
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9afac649-91bd-45cc-b60d-f0d3658d8b1f
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/107cbd0b-88ad-486d-85d6-67b85dbd1f0e
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b1c9d54b-e74b-4dca-a7e0-0a42a77d71f8
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/197df357-bde0-4719-9797-afe8e6d2e0ec
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/25681961-1c33-414d-8ebf-b5494808a5fd
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b0083e26-b47f-4463-9312-9b0c7001606f
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d4b4c44c-8c39-483b-ad2d-50e9a8ce30a9
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/40ec9a11-4420-4e4d-8794-45c8042987b8
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/44419188-c9fc-4a93-92a2-9f0b4cda20ab
|
||||||
|
395494: # TVDB id for Heartstopper. Set by hanaquackquack on MediUX. https://mediux.pro/sets/9189
|
||||||
|
url_poster: https://api.mediux.pro/assets/433cb8a1-73f7-4237-b010-550ec370de19
|
||||||
|
seasons:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/91472e52-873b-4131-ad13-d6bd4c47268b
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e54d2228-a17f-4626-a8bd-1313b319e7be
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8bec8b1b-b20d-4c90-bbb3-3f5b1352f89d
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c7ef2b7e-e28d-4b8b-86e2-00b54188f0d7
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/128c005e-5ea8-486a-bb74-fbeeee277278
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/28a11b63-d42f-498f-83f6-9411d1252ec8
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/abe28029-fdbe-4b90-9d59-edb0869cf6ef
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d852effd-92b4-4273-afe3-49ef46657d0b
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cadefeb3-18c9-4d81-8b97-80db9519b8da
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/279d6cb4-4961-4987-be90-c0ed787e9150
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f6f62e12-6fad-4d3d-9cba-b79d6f0c6c8a
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cb91e2ce-d485-433e-b52e-d62310f8413a
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4936e336-247b-4387-97f7-00d0e4103b44
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e718d31a-8c0f-4e3f-83d8-b5ac5a8c0f7e
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c77547e1-4424-44e9-a6da-c551127230b7
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/719da7f5-b9ec-48fc-a5e0-b5e43c8c0e01
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5ffbfc90-3d1a-465e-baf6-0a1ff788777f
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c2531e01-b77d-421b-a89d-816897a825a6
|
||||||
|
84912: # TVDB id for Parks and Recreation. Set by RuviLev on MediUX. https://mediux.pro/sets/13502
|
||||||
|
url_poster: https://api.mediux.pro/assets/fc5cecc9-99e5-4cb6-8532-28ee433cbb9f
|
||||||
|
seasons:
|
||||||
|
0:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e179d9d7-1e05-421d-8421-ee95ce7190bc
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f8cb8918-dd70-46fe-81a0-f1ef1e7f79d0
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/28ee1433-634b-4b13-8ff4-5e7f60585484
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6e3e9649-529c-41d1-b784-e368615ea0e0
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/87406988-d187-45e8-9de5-3f6822f76140
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c882076b-e261-445c-ae52-76e520c30e4f
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/baf756f4-e54d-42f3-a301-3f47f6a834ba
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9ace71eb-3a8b-4c6e-9bf2-593db34377f3
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5d0fd7cb-380d-49f3-bdd3-e61bfa091574
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f833eb6f-af76-48d8-b430-972525c5796e
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3866dea5-f2c3-4f88-9245-0c5f8ff8cea2
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b4e5f3ef-7d79-45d5-b7ac-b8129d42a231
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/73bdf44e-7963-49ce-acad-80a0b297c70c
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ae036e16-e4a8-41be-b2af-aee46421c17b
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/23183f07-bb45-4959-8fd3-8a59e94c3201
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7168471a-cb19-4bd9-af61-93d07d43fb6d
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c539d0ff-8ff5-481a-a827-485e00b06556
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/748ee235-f9e9-4091-9eea-78afadae54de
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7264b853-70cb-480d-809f-8509ad26b3c4
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/01534728-5b80-4703-b368-28df028c4cf8
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/39655ad5-0ee8-4399-a418-cbd31557556b
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/55f3ed9a-1902-4015-a6ec-cfe294314de0
|
||||||
|
14:
|
||||||
|
url_poster: https://api.mediux.pro/assets/eb22d7b8-f7c1-418a-ad69-494f40400128
|
||||||
|
15:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2f07e15a-0cc8-4f5f-bf2f-7fe5e0173efd
|
||||||
|
16:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5760c4ae-1771-4091-b188-ad88d8d1d110
|
||||||
|
17:
|
||||||
|
url_poster: https://api.mediux.pro/assets/742960a9-2413-485e-af8f-c83ea864e2c1
|
||||||
|
18:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9f6563db-0d0d-439c-afbe-4872a3c45de2
|
||||||
|
19:
|
||||||
|
url_poster: https://api.mediux.pro/assets/32391bef-89b7-4edd-b7d7-f1286b39073a
|
||||||
|
20:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4c931618-14c8-4196-9f3a-50f9f19abdd1
|
||||||
|
21:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ad39d2e9-f9ac-43bc-bea8-2af9a5267b0b
|
||||||
|
22:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b1e2208a-ad1d-42d8-89e3-fbc3a90fc8e4
|
||||||
|
23:
|
||||||
|
url_poster: https://api.mediux.pro/assets/389f3250-5a27-4932-a310-d337305b24bc
|
||||||
|
24:
|
||||||
|
url_poster: https://api.mediux.pro/assets/488e463e-4f6a-4878-bdee-0c765786fe70
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d2538b7b-a469-45bb-8917-99010d853b08
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1ee6535c-4080-4e48-a7d4-9c360aba48e4
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/eb5564df-8ad0-43cc-a215-b01684912fcc
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f181ad59-fb52-4a4d-8b8b-d98fb2483503
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/789c3e95-cef1-4de0-afc4-a8721330f64a
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a569677a-2938-4c1e-ba2f-1ffe62741e99
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1896cdf0-d2a8-408f-b50d-aa77225183a7
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/942ce428-1299-4369-9889-76111e7d7957
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4fd7323a-60bf-4252-97dc-9c6d3fc0dff6
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/71e1f602-a0b7-4030-8824-e97db23f4462
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/66cd2bec-257e-4a5e-b3b6-46739f323afc
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/923d1222-8e20-444e-b4f2-e9cea0854625
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/20f07a04-cca7-453b-848f-cbcda03b1005
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4469cfc6-2ad9-48f5-b04b-db9849ee7a37
|
||||||
|
14:
|
||||||
|
url_poster: https://api.mediux.pro/assets/76782998-eb35-43d1-bb70-b43de8dfec3f
|
||||||
|
15:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f05c8cbd-a421-4530-9208-96f0375227e4
|
||||||
|
16:
|
||||||
|
url_poster: https://api.mediux.pro/assets/94893528-60a9-412e-b0f1-960bb3ce12e8
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/49490231-3703-40c4-ae93-06e4252ee688
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b2fbbcd2-5779-42d8-ac49-abcf97ec402d
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/775acfbd-b1f4-42d5-b2b9-2f2dbf8141a5
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/bb64547f-3085-4c3d-a9e9-5be42ac9b4f9
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d1f56ef4-d63a-4c41-b1db-6372a05b20d8
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6190a0f9-fd6e-44ce-b168-2fcb8257df43
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3c0260ca-66d8-4f2b-a736-5c0bfb3e8aee
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/388c2804-c940-463e-8455-c82242bf236a
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0dba9632-f890-4672-830f-9cfffaa7184a
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6d48ff12-46c9-47be-bd38-b70656f036e1
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/10fe21f3-b019-457f-8126-a39278303f33
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9b41b8d5-73ff-4e55-a53d-42e561f8cfa7
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b973533d-f3cc-44f6-95c9-731754ebbdec
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a751abd9-ffa6-4f63-a846-e3a9771b44ce
|
||||||
|
14:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0b625248-63ba-4135-a4cb-56ffe6350220
|
||||||
|
15:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cc7f0acb-e924-4fae-8590-819367332018
|
||||||
|
16:
|
||||||
|
url_poster: https://api.mediux.pro/assets/04dde86a-19e6-4959-bd89-b52df24d941c
|
||||||
|
17:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a27d0cc2-99ae-4c9d-8354-cc24f59f45ce
|
||||||
|
18:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cabf3d12-b89f-4d93-beab-e6623e964446
|
||||||
|
19:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3f950c42-5b16-4f50-b3e2-24c42f805c2d
|
||||||
|
20:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b7a230a1-29b3-4aca-8a28-bfc0d23731a4
|
||||||
|
21:
|
||||||
|
url_poster: https://api.mediux.pro/assets/03f69e7b-93bf-4041-af9d-4e088682290c
|
||||||
|
22:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c390765b-6943-4d65-be1e-bb0b10a103c7
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9aa18ea0-63d0-46ea-80cc-de282f1eded3
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8d21d5f3-878c-493c-ab55-1f05f14d7fb1
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/90f2539c-82ba-470a-9a1c-62549c92e742
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ea8d1fc0-3ead-48e5-b673-a64ff03c3bd4
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/038308a4-a305-4617-99ea-aec37bf35f8a
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a3e72d13-aef1-48a2-bfe5-b76dc9a1e53a
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dca028e5-358c-4b2a-9c60-44de752c4b3a
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d050d2da-6c24-4126-bc5d-32f716831aba
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4ef7aa56-de36-4c7f-8b3b-44a3c5d45fb6
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/65156d57-fb0d-4061-bbae-82bd9d655cd5
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ad1e2bd6-8fd9-42ad-84c6-ca5ed71ce3bd
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/12ed1e9d-c57a-4e4c-b789-71bbd11edc61
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6bfae0d1-0755-4f0e-9b71-a719d426a964
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/88a714aa-79b9-4f9e-b480-328ef9171a3a
|
||||||
|
14:
|
||||||
|
url_poster: https://api.mediux.pro/assets/57481706-64d3-4267-8b1f-e0dd9b13ee31
|
||||||
|
15:
|
||||||
|
url_poster: https://api.mediux.pro/assets/80d82d03-041d-4c5a-a519-6e2c6a195026
|
||||||
|
16:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4167dd5a-6cc5-4eb2-a267-f593e968de28
|
||||||
|
17:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0540f99e-f515-4b1d-954e-25129d67b732
|
||||||
|
18:
|
||||||
|
url_poster: https://api.mediux.pro/assets/20bc86bd-1517-43b9-aaca-a2baad6e8064
|
||||||
|
19:
|
||||||
|
url_poster: https://api.mediux.pro/assets/92e5c092-734a-4987-82b7-4d3db6c32743
|
||||||
|
20:
|
||||||
|
url_poster: https://api.mediux.pro/assets/42f3d66e-e6c0-4ade-9c4d-453d732a1514
|
||||||
|
21:
|
||||||
|
url_poster: https://api.mediux.pro/assets/568d53ba-ee13-4424-aeaf-3355b50bd5aa
|
||||||
|
22:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5a02b7a0-9798-4642-a6c6-95caef00ce40
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/061aebab-8b05-4b80-a406-f81ac967032f
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f8b3fdfb-1a0c-45bf-a7d0-fcb41a0c85fc
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/da7ff581-40b6-4dc3-a073-955c0b746cb5
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8e0ef325-d57b-4d0c-b0ec-dd5206ba0b69
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/fe631f33-749a-44cf-b964-d103c61a8daf
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d8a4cf12-202a-45ca-9603-0309bac4ffb7
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f102c6d5-8cce-4ebd-bce6-9b5b330fcd2e
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d9ecf3d3-8159-4d0d-a994-ea3125189474
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/eeebd684-a7a2-4dc2-9c10-dd8f19d119f6
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a5590cad-2351-43f9-84b8-bf150f4853b6
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4225ce84-7e42-4f35-b992-b95ccd557158
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6ae27c10-eff3-4555-87aa-a6c3889c6c6d
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/eb0b9d3f-27d3-44ca-9902-1949d88e1f49
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5fdd4314-fe27-462a-91dc-764dcefd3a21
|
||||||
|
14:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4468fe2b-6d17-4de6-a1bd-6d8dd6105921
|
||||||
|
15:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a5f2e556-69c7-4c5a-859b-b036515b3c5b
|
||||||
|
16:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5a98b3ca-d86c-48fa-b2fd-aa353e6970b1
|
||||||
|
17:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2d86792d-ecb7-44bb-bd2f-f6b4007a0dda
|
||||||
|
18:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b4868242-2abd-4b0e-a4d4-c84c8849ce18
|
||||||
|
19:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dba26a26-7893-4ab2-b2b0-d3f890f506c5
|
||||||
|
20:
|
||||||
|
url_poster: https://api.mediux.pro/assets/29ed6b34-9b3f-41e3-bd39-e789c48cd84b
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9e73d356-acf9-4f34-8109-209708d0d4ee
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/69cd3324-eb4e-4742-b4dc-780ca98138a0
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/28793a1f-54b5-44aa-ab17-a3fb7fbafcd4
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1a289515-d08a-49db-8be9-be8c441b555d
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3362d02a-bf7e-43a6-9a3c-b23c693bf592
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/50fd9c60-e92f-40d5-bd8c-f4398f2ea69a
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/520897a4-eebd-493e-90ce-cfd08368735e
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/efa6cd17-b7e5-47ea-8f4f-baef80ae39df
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0cc24323-d497-44a7-b900-d6ffb94c87b2
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c95bb860-f7ea-4e6a-b826-dd68c500bd55
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/84719191-a531-4270-ab40-41292555054e
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5dd51415-c13c-43cd-837b-641b9869d7a6
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6e8706de-0d79-4ba5-87ef-56a78de3eb88
|
||||||
|
264586: # TVDB id for Orange Is the New Black. Set by willtong93 on MediUX. https://mediux.pro/sets/15816
|
||||||
|
url_poster: https://api.mediux.pro/assets/14232c95-cdea-48ea-88fe-8d6f7f59329a
|
||||||
|
seasons:
|
||||||
|
0:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e23e61ca-8eaf-40dd-9fd1-8e9e6d82f3f0
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6ed39be1-5e83-43e5-9025-ffbb01931342
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dbe3058c-4463-46bd-8306-ea262867b6d2
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2dda4972-e34c-4088-b0f7-4d54e8c15714
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cdb890f7-7278-4582-a281-99681141c0b5
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a9bc19d6-45b8-45f5-8b64-aab556aae20c
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b62ec7cf-aed9-49d4-ae20-e0896c9d5d26
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d4f46a7d-f7a5-48dc-ac3d-4ebbbf89a3df
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/be913476-c524-419d-bf6a-5df1e5c170b1
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/013cb6dc-e2c3-477d-a7ea-9058e4fac13f
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9139f20a-b401-487a-85a4-5a5ff89302fa
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f1c1013b-4965-4847-80d5-a42daf4cfa09
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9035a80b-fb5c-4204-957d-75502635d1db
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6abd1294-68c3-4146-80c6-d647556b0b74
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/321914dc-f00d-453c-9c97-b5698ec1ee58
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/017f4067-445d-4fce-ad1b-58884db7e827
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e9d891f6-293a-49b3-92d1-38fb7fc39ecb
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9280d8de-9aa7-4758-ad63-a1ba2d7c5685
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/40fdb77a-fd82-4a2d-b19c-771a1585c7ca
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/29d98142-b608-466b-9f35-4e8401fd43ec
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/fc70677a-e60d-465a-9a83-8e0417e2fbd5
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0c3f5fd5-a1a3-4827-b39c-8722de52a704
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2527942e-2ab6-4f05-a820-e8cee5a17c7b
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ab2b544c-c233-450c-9067-5be076feb26f
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d7265be2-cf56-4478-8e49-b3c98e3ad85c
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d6bc63ee-595c-4923-a4f2-320a77134566
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b07eaf1d-4e35-4375-86ec-09057df0ef5f
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/41c1a063-57f1-4a84-bc47-2d15a8371061
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4c718aec-48f1-49f0-b08f-95e5766cfa5b
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/599dcde7-bf42-4f28-bea4-485a99a262f1
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/369b236d-502e-4489-ab1f-19ad51a2c87f
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/276bbb67-5e47-4005-ad9b-92c1ed1d665a
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1b4c9e92-24d6-4f8d-9fba-0e8eaba197fb
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dce0bc40-2203-4f24-9ede-2c27e7a5a075
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f8e8f4e0-7c2b-4f6f-b2c7-8043ace3c46d
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a7f2a2dd-1536-4d1a-bf6f-b266802c9dc3
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/30932c49-e5bb-4a04-9d75-a714697b5b2c
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/44d5fd1f-bc7f-4171-8ad4-09f0e4182793
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d3618089-1c29-44d4-a17e-cea667b5778c
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0cfc7200-6fed-4bbc-819f-c630bee06459
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ad64f05d-5db2-49fb-ba62-2aa7e33fc047
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/81ae5a9d-c697-4ac9-aacf-cbff6ea4d4f8
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/403e71b6-8fbe-44bc-86ca-390079182919
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/67c8aec4-551c-4b05-8acd-b9a31e44aab8
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5a48cb74-a2fe-4911-a07a-8884167b2144
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/532180ac-20ef-4c7f-8e45-0fe6dd739480
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e722ce83-14ca-4015-a868-1031aeabb569
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6efc04c7-5e36-47a0-966d-bacbb9d9f013
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/01a672b2-67ed-4fef-a9a7-bff9c445f691
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6c0ea7de-da14-4453-9705-25ce007a5ddb
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/defbc58a-7e94-4ae8-af16-3ffc46a8178c
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4cd3340a-6ec9-41e6-aa95-e695c6423f22
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/55fe6986-5115-4977-b258-6ff83cf63f19
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f3b71a96-683f-4b6c-ae66-8bad3175a676
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/393599a3-b59d-4b65-9ccd-f0f50890abd1
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/65e69430-f1af-4208-a435-f434e6adcb34
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9495f408-391b-44d5-b149-d79e77869aef
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/427caef5-4289-437f-881f-2c118b763991
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/94612dfe-067b-4896-8de2-83b4ce5aaa36
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ded2763a-410e-4a60-9a15-f486e19f5c74
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7d29d690-4c67-4cdd-9ddd-c345fe34f713
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/408c16ad-6183-47bb-af97-fb3c1551ebe4
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/76aae2f7-4295-4c71-a642-3e1442d96d70
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/17c76c40-5dc6-4ced-ba30-586bf20cb751
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/53aa9072-277d-4372-a840-7c81ac88a75c
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/34eba87a-85f8-424a-a73c-29453d33b1f4
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/40643994-c65e-4660-a31f-e42d7f55369b
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e487ba23-d7f1-4a38-911f-0ebc547fe4ec
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/fce740ab-748d-417e-a089-822f113ee0d1
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/610872d5-ad1a-4d84-b347-b9bb6fca66ad
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/005e08e7-e7b8-4b5e-9a0c-0857fcc617ac
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a60b8b2c-c024-4cee-b2f0-40c1371a8e78
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b3e42556-056d-4880-8984-349bc4f2a9a9
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/df471c28-cbab-4579-90cd-313491909176
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/aada528e-d17b-4d77-9448-b6c3db011352
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6523f804-8c9c-41d3-924b-e0c5023475fe
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0d3fd540-0181-4bb9-ac79-1739e4c1f8fb
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ad82c4a2-b62e-477e-8467-b88ad973441b
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c1c4f13e-e107-4991-b178-b3082477bd25
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cbbe607a-613c-4a4c-9034-542bdb8c9323
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/aba16dc8-4bcd-4cf3-952a-2e414bd49d6a
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/eb7ad9c2-0360-4a34-b83b-79bfac903be6
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dc6bcd28-87b7-49e8-9b4a-703fcddfb60e
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c4b11249-1943-4c29-9891-97d7674963c2
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8dfbab05-2c24-43e0-afc4-abda73195d6a
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ece8f3eb-904b-45b3-a7c1-71b441373a33
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1c9f0272-224c-42d6-b9f9-21ae38763e37
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1da4e56c-ee75-40f4-b950-2bc74cfaec40
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2184768a-2f45-4572-a71f-3a6f65fcd074
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/db0a2c52-1f0c-4a95-818d-944d15f201d2
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e90a7fd4-7d64-455a-8a05-4768b5c7c29f
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0626c672-0eab-4e98-90a6-ce352ce35450
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8a17a686-478f-4ad8-8917-886fe9e98da8
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/364891b0-eb92-4386-babf-90f515901b7e
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9aa10dd2-e379-431d-b64e-9e34de17a4a3
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6b55903b-deb4-40a6-b996-9e83a7773c26
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5a731525-5258-4ad1-b821-0bb904c5b83b
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e2bb1858-d02f-42ba-b2d5-5ba463cfce0c
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d72040b1-edc6-473a-8da3-f987cea2115a
|
||||||
|
251085: # TVDB id for The Legend of Korra. Set by MiniZaki on MediUX. https://mediux.pro/sets/14263
|
||||||
|
url_poster: https://api.mediux.pro/assets/025daef5-cf58-4af6-bc6d-35b9674b5dde
|
||||||
|
seasons:
|
||||||
|
0:
|
||||||
|
url_poster: https://api.mediux.pro/assets/937876f5-5db6-4bfc-9558-4cccc52f3f51
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7245ef24-6fcd-45bb-aca9-3bc4d9ab5314
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/fa5c1fe2-1209-42d1-b55b-fcd5069900b9
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/44bbb194-84f8-4355-a449-ab808150b826
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6909ce00-4a2c-4f79-935d-fcb8174aca4b
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1b0d980a-c777-4e34-b4b9-8299ac6d4ad2
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/fc39ea5e-f651-4f58-bca3-aa29437680c9
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/38c84eb7-520e-4816-b260-174cbf7f8570
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/998ce21b-7a54-4d8d-a61b-c9a0c85100e2
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/78eb64c7-de9a-4df2-94ef-54927aa0f298
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5219fd96-0ab5-4473-8537-3d6b08d49e57
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1e4345c6-edf1-4e47-8c9e-435b59d629ef
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e4120fba-df4b-4a8e-862d-f02c47dd01b6
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2acdf2ce-e2ed-4063-8a4e-a31f78dc7201
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e388e3e1-544c-4b9d-bd05-f6cd85ea2ba5
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/72321ec5-e752-4e20-8aa7-aa5ecdd03af6
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f56a6582-8d0d-4071-876c-12c36e92245e
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/51ed949b-d743-4b22-80ab-1251b31c19d4
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/48ac5d21-aeee-4328-a9d3-0d629e014609
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e2ac55d0-c73f-4117-87b2-da57202d2359
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/34bb5c91-2463-4448-96f5-117d4126dc67
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7eaafcd6-5030-4251-be6a-2106c873eca3
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/86c1ea53-537f-4cfa-9731-da5979023be8
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/29889b5b-053b-432d-9f53-8a805c21f050
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3d5f0beb-60e2-4e34-a990-c741041d5886
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/282d433b-c4a7-4364-84aa-52f8a8504c1f
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8c9f98b8-5438-4c31-95e4-405db6ed7a6b
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/67163424-204c-44de-a3eb-a97aaaebc9cb
|
||||||
|
14:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7e7dc8ae-a487-41a3-bb4a-2a054a79ffb5
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8af796e9-168e-4b7c-ba47-28d2da166130
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/90ac0f5d-95dd-4cc2-a2ba-d83d165dba85
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e38afecc-2c4c-40ab-8d46-5cfd21cdf321
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d3b2f6a7-ebd6-4f92-b9cd-0525b9175747
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/164de0c9-cc12-4a9c-8f05-3f7277c7b8be
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/bcb2cc75-51e2-4f34-9de6-49777bde7620
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c90dbd78-532a-4340-b187-9a7323f6775d
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b0aaa1a0-c622-44c0-81a5-aad833879aa1
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/eccaa0f2-b340-4217-9f18-a8a9b9b7128c
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6324900e-bbc0-456b-91b6-dee4ab7ebccf
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c7541dd1-4f00-4360-adad-bd257f04800e
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/323d8196-ce3b-4cc3-8356-dd61bda2db63
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3375f7ea-578e-4983-8765-b32624293b0e
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d044757e-c757-458a-84d9-ee198c24dc74
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a4ad8096-329a-4913-ab67-b56b19848043
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/df9d7794-1d30-42a9-bbe0-7c2c4136e11b
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/93dccba7-f861-4aa1-b81e-283146914076
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2644e93f-5b12-407f-b29b-1ddd19d31579
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2500b674-5308-42be-855b-06f071baae96
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1f1d7f99-dbd6-49d2-bbb4-4a419ed9ddf0
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ec42f852-83aa-44bb-8af9-b6630cba97dd
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5bf403ff-82dc-4635-b574-af3dc5c8d424
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/5f558d2e-075d-451e-b4f3-eb7a8168f8bd
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c8ec3eb0-89b8-43cf-8a10-c3a9f3e1b147
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/094e7f12-3920-466a-a535-3e4cc223955e
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8a9b345f-cdec-4ed7-a9b5-8a9c8d4b6714
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/80c2bf6d-f208-4a54-bc31-af5684ccb259
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7fea0c97-55c1-40a1-8608-380a53a86b32
|
||||||
|
385925: # TVDB id for Avatar: The Last Airbender. Set by Praythea on MediUX. https://mediux.pro/sets/2368
|
||||||
|
url_poster: https://api.mediux.pro/assets/a40b9838-9f8d-49d6-9f93-83c7ad51c656
|
||||||
|
seasons:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cba4bbd8-28e0-4693-8a4b-881a88568bb1
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/25736738-f8bf-4782-856b-ad5c262c715e
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b07413cf-cf80-4cc6-8fff-3bf1fd1a26d1
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e01a58ab-281f-48d2-a049-42b06d09f97c
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/511bf7ac-0a08-4a28-b77b-dde6990e5cc0
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e75ff7a3-f6e8-4653-a8d1-23a4b02c62ef
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c78c4946-d4a2-4a56-a750-b4e456e84bb0
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/4c20b42b-0ec0-434d-b551-d9b67bc5ad22
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/314fa57d-3b74-499d-980e-42f0cad3efe4
|
||||||
|
74852: # TVDB id for Avatar: The Last Airbender. Set by MiniZaki on MediUX. https://mediux.pro/sets/14262
|
||||||
|
url_poster: https://api.mediux.pro/assets/95bad6b6-e7d6-473d-a5bd-77f94338e6cd
|
||||||
|
seasons:
|
||||||
|
0:
|
||||||
|
url_poster: https://api.mediux.pro/assets/bd0f6cab-208d-41d8-908c-43e54637dd9f
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a6cd18eb-d2fc-4a5f-99b3-823ae058cf39
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/eba52931-7907-4f53-bf98-798d11b39f84
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8bdf8e6a-757a-47b6-9ccb-05f539940655
|
||||||
|
259063: # TVDB id for Hannibal. Set by Praythea on MediUX. https://mediux.pro/sets/4760
|
||||||
|
url_poster: https://api.mediux.pro/assets/eb8f6542-c4ff-47ee-b394-9692bd934649
|
||||||
|
seasons:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/34f14486-b1ca-44a8-b003-596293f2615b
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1ac78063-8bf9-4e40-bd5a-612c5cf8768f
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dbef4c20-75bf-41d7-8235-b8390860aa3b
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d6de905a-9ffb-40eb-9827-ee379b94ed76
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f5448552-fa13-4332-9b06-314721086e9e
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ab3574e4-82ff-4b1d-88aa-3c088c58f24c
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/8bc524fc-ba04-423d-8c6d-8945f9ccfcd9
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b4f20a01-e151-48e0-862c-8c232f141076
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/01514c81-3e98-4a36-a8d0-964d05afc912
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f2a1f74c-628f-4718-8cd6-68b55e5f6467
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/41b237a3-acdc-437a-87c3-606022c40b7f
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f2aa23bc-c62d-4bbc-9282-acf69ca92c8f
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f459ebdb-53c1-4c6b-abf3-f8e95699f606
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f934a1d1-0117-4533-a1f0-b4e62db488a4
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d453f480-0b6f-4b6d-ad44-1aa5cbf7a966
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d81634ea-d98d-444c-8ba4-7eeea5bc5598
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/284b9af5-0d5b-4050-b837-ae6e0f48fa4d
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9178e017-1751-477a-bb55-98eeda4a3bc2
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/54835f34-e0bc-4ece-931d-7851fc82d9bb
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/54c2962e-9b5f-4a81-8217-c54adb14ec75
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/cd38d549-92d0-46e5-b5ce-a8e04d09802e
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3b3484dc-3264-4a14-b9ec-f5e054a2dd7a
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/0e4b1d38-525d-433d-a515-1e1be62f42bb
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9fbb2979-3644-4775-9ff8-28aaca8d8b95
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/69d7e109-3fd4-45c3-a706-dc0e5f855b29
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a9fe0dc0-4346-42c0-b40c-8679b8ec1955
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/f251bc72-035b-4242-be06-3a6bea473d93
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ae6790ed-aa42-40d3-b336-45c8b61138be
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dc21af84-0446-4dcd-b589-ffb69765f163
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/bfc84625-c853-4173-89dd-ade1cb4d5c7f
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/40f7763f-2860-46c4-83d8-9e2f5e97d4a1
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/13a55910-8cc9-44b8-9871-3edd53faa37d
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/16ec625c-c1a4-4dc0-b990-586c8a7c926b
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/55dfbd7f-f38c-4143-8118-ecf455ccdb00
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d02f74d9-4e77-4e5a-85c4-ba6b22e189ef
|
||||||
|
7:
|
||||||
|
url_poster: https://api.mediux.pro/assets/050fa33d-1f69-4461-a768-7bc84b385f99
|
||||||
|
8:
|
||||||
|
url_poster: https://api.mediux.pro/assets/2188cc98-c747-4986-890f-ad6e1c00b5f6
|
||||||
|
9:
|
||||||
|
url_poster: https://api.mediux.pro/assets/42e6a03e-d426-4938-9326-a6f087f03f72
|
||||||
|
10:
|
||||||
|
url_poster: https://api.mediux.pro/assets/58b37eae-8f23-4d3c-888b-945cb83fd3d6
|
||||||
|
11:
|
||||||
|
url_poster: https://api.mediux.pro/assets/39889c2a-d3ce-4e4a-882a-dcacf4718cc6
|
||||||
|
12:
|
||||||
|
url_poster: https://api.mediux.pro/assets/58d447ef-f766-4940-a0eb-18790b62ea09
|
||||||
|
13:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7aec2a7f-9103-43e7-b17a-d034d879e6b1
|
||||||
|
79216: # TVDB id for The IT Crowd. Set by Sarrius on MediUX. https://mediux.pro/sets/2668
|
||||||
|
url_poster: https://api.mediux.pro/assets/ea52dccd-398e-4fa4-b8ad-19664ab8598a
|
||||||
|
seasons:
|
||||||
|
0:
|
||||||
|
url_poster: https://api.mediux.pro/assets/1b58dc45-e618-403b-855c-ca14662ad4c8
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/d45fa447-5dd4-40de-a94c-9505ce55b740
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6535e1a9-fde5-4942-86da-70f478a1a69a
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/dbfc2b1b-05b0-49e2-843f-7ca00c3bb05f
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/e1ea2594-1ac3-4096-9e0e-cf913f5af82f
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/daefbe1f-1d47-4c48-8e84-2f427969d3c3
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/43a3d347-fe81-4128-ba67-8128732ab035
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/7540cafa-084b-4e04-880a-00d62af4b4d6
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/6a81b5f5-7a20-46b6-95f2-ae7970d7e8a5
|
||||||
|
episodes:
|
||||||
|
1:
|
||||||
|
url_poster: https://api.mediux.pro/assets/b5de6674-79cd-460b-ad74-c50d7381abd2
|
||||||
|
2:
|
||||||
|
url_poster: https://api.mediux.pro/assets/c876cb13-a0a6-4bb9-8766-3c43376235ed
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3c241101-21c0-4da8-9df5-419729abbc98
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/48bf54c0-09fc-41b3-8e8f-d4fd5c4b1371
|
||||||
|
5:
|
||||||
|
url_poster: https://api.mediux.pro/assets/9f0d4448-764f-49d4-a225-4a8e6e484ab9
|
||||||
|
6:
|
||||||
|
url_poster: https://api.mediux.pro/assets/a2bc27d9-928f-4520-bc52-b397851ebc28
|
||||||
|
3:
|
||||||
|
url_poster: https://api.mediux.pro/assets/ee5eccf3-3ba8-42d8-8a6e-4e07f9679404
|
||||||
|
4:
|
||||||
|
url_poster: https://api.mediux.pro/assets/3b9be416-fe69-426c-8828-9321a22e9960
|
||||||
1093
ladywhiskers/metadata_folders/mediux_whoniverse.yml
Normal file
@@ -11,33 +11,32 @@ external_templates:
|
|||||||
template_variables:
|
template_variables:
|
||||||
collection_section: 130
|
collection_section: 130
|
||||||
|
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
Rotten Tomatoes:
|
Rotten Tomatoes:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_mode: default
|
collection_mode: default
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
||||||
schedule: yearly(01/30)
|
schedule: monthly(01)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
|
||||||
|
Collection:
|
||||||
|
optional:
|
||||||
|
- poster
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: audience_rating.desc
|
||||||
|
sort_title: "!130_<<collection_name>>"
|
||||||
|
schedule: weekly(tuesday|thursday)
|
||||||
collections:
|
collections:
|
||||||
"100 Years... 100 Movies":
|
1001 Movies You Must See Before You Die:
|
||||||
imdb_list: https://www.imdb.com/list/ls027841309/
|
template: {name: Collection, poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/1001%20Movies%20You%20Must%20See%20Before%20You%20Die.jpg}
|
||||||
collection_order: custom
|
trakt_list: https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
|
||||||
sort_title: "!130_AFI 1!"
|
collection_order: release.desc
|
||||||
schedule: yearly(01/30)
|
schedule: daily
|
||||||
Razzies Golden Raspberry Winners:
|
visible_home: range(01/01-12/31)
|
||||||
variables:
|
visible_shared: range(01/01-12/31)
|
||||||
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:
|
Rotten Tomatoes Best All-Time:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -45,7 +44,7 @@ collections:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten !1"
|
sort_title: "!130_Rotten !1"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
|
||||||
Rotten Tomatoes Best Horror:
|
Rotten Tomatoes Best Horror:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -53,7 +52,7 @@ collections:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten !2"
|
sort_title: "!130_Rotten !2"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
|
||||||
Rotten Tomatoes Best Rom Com:
|
Rotten Tomatoes Best Rom Com:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -61,7 +60,7 @@ collections:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!130_Rotten !3"
|
sort_title: "!130_Rotten !3"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Rotten Tomatoes Best of:
|
Rotten Tomatoes Best of:
|
||||||
|
|||||||
@@ -14,54 +14,21 @@ templates:
|
|||||||
|
|
||||||
#######################################################################################################
|
#######################################################################################################
|
||||||
collections:
|
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:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567409329/
|
||||||
Inspirational:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567409348/
|
||||||
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
|
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:
|
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/
|
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/
|
|
||||||
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/ls567409789/
|
|
||||||
Spy:
|
Spy:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Spy.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567409179
|
imdb_list: https://www.imdb.com/list/ls567409179
|
||||||
Stand-up Comedy:
|
Stand-up Comedy:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stand-Up%20Comedy.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stand-Up%20Comedy.jpg}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567409881/
|
- https://www.imdb.com/list/ls567409881/
|
||||||
imdb_search:
|
imdb_search:
|
||||||
@@ -69,8 +36,8 @@ collections:
|
|||||||
keyword: stand-up comedy
|
keyword: stand-up comedy
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
Unexpectedly Amazing:
|
Unexpectedly Amazing:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Unexpectedly%20Amazing.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Unexpectedly%20Amazing.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567408147/
|
imdb_list: https://www.imdb.com/list/ls567408147/
|
||||||
Witch:
|
Witch:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Witch.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Witch.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567408343/
|
imdb_list: https://www.imdb.com/list/ls567408343/
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#######################################
|
||||||
|
# Movie Watchlist #
|
||||||
|
#######################################
|
||||||
collections:
|
collections:
|
||||||
Laura's Watchlist:
|
Laura's Watchlist:
|
||||||
plex_watchlist: critic_rating.desc
|
plex_watchlist: critic_rating.desc
|
||||||
@@ -20,3 +23,16 @@ collections:
|
|||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: "!0002_<<collection_name>>"
|
sort_title: "!0002_<<collection_name>>"
|
||||||
|
🍿 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)
|
||||||
|
|||||||
16
ladywhiskers/music/Music-Genre-top.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
default_template:
|
||||||
|
builder_level: album
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: alpha
|
||||||
|
sort_title: ++_<<collection_name>>
|
||||||
|
smart_filter:
|
||||||
|
# limit: 50
|
||||||
|
sort_by: plays.desc
|
||||||
|
miminum_items: 2
|
||||||
|
delete_below_minimum: true
|
||||||
|
any:
|
||||||
|
album_genre: <<value>>
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
Genres: # mapping name does not matter just needs to be unique
|
||||||
|
type: album_genre
|
||||||
@@ -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:
|
external_templates:
|
||||||
file: config/music/musictemplates.yml
|
file: config/templates/musictemplates.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: "001"
|
collection_section: "001"
|
||||||
templates:
|
templates:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
external_templates:
|
external_templates:
|
||||||
file: config/music/musictemplates.yml
|
file: config/templates/musictemplates.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: "004"
|
collection_section: "004"
|
||||||
|
|
||||||
@@ -14,10 +14,10 @@ templates:
|
|||||||
all:
|
all:
|
||||||
track_mood: <<value>>
|
track_mood: <<value>>
|
||||||
|
|
||||||
dynamic_collections:
|
#dynamic_collections:
|
||||||
Track Moods:
|
# Track Moods:
|
||||||
type: track_mood
|
# type: track_mood
|
||||||
title_format: Top 100 <<key_name>> Tracks
|
# title_format: Top 100 <<key_name>> Tracks
|
||||||
template:
|
# template:
|
||||||
- track mood collection
|
# - track mood collection
|
||||||
- shared
|
# - shared
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
templates:
|
templates:
|
||||||
|
|
||||||
separator:
|
separator:
|
||||||
default:
|
default:
|
||||||
key: separator
|
key: separator
|
||||||
@@ -134,38 +133,6 @@ templates:
|
|||||||
minimum_items: <<minimum_items_<<key>>>>
|
minimum_items: <<minimum_items_<<key>>>>
|
||||||
delete_collections_named: <<delete_collections_named>>
|
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:
|
smart_filter:
|
||||||
default:
|
default:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
@@ -289,3 +256,5 @@ templates:
|
|||||||
- use_year_collections
|
- use_year_collections
|
||||||
run_definition: <<use_year_collections>>
|
run_definition: <<use_year_collections>>
|
||||||
sort_title: <<sort_title>>
|
sort_title: <<sort_title>>
|
||||||
|
|
||||||
|
collections:
|
||||||
@@ -11,60 +11,60 @@ templates:
|
|||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
sort_title: "!060_<<collection_name>>"
|
sort_title: "!060_<<collection_name>>"
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
schedule: monthly(15)
|
schedule: weekly(tuesday)
|
||||||
item_genre: <<collection_name>>
|
item_genre: <<collection_name>>
|
||||||
build_collection: false
|
build_collection: false
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
America Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567617875/
|
||||||
tvdb_show: 309958, 342167, 321784
|
tvdb_show: 309958, 342167, 321784
|
||||||
Animal Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567611777/
|
||||||
tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527
|
tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527
|
||||||
Apocalypse Documentary:
|
Apocalypse :
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Apocalypse.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567611328/
|
imdb_list: https://www.imdb.com/list/ls567611328/
|
||||||
tvdb_show: 101421, 279117
|
tvdb_show: 101421, 279117
|
||||||
The Arts Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567611610/
|
||||||
tvdb_show: 362158, 353954, 418474, 266866
|
tvdb_show: 362158, 353954, 418474, 266866
|
||||||
Building Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567611261/
|
||||||
tvdb_show: 400435, 280472, 363422, 269355, 379326
|
tvdb_show: 400435, 280472, 363422, 269355, 379326
|
||||||
Conspiracy Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567611457/
|
||||||
tvdb_show: 37043, 111931, 287495, 386899
|
tvdb_show: 37043, 111931, 287495, 386899
|
||||||
Dinosaur Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567611901/
|
||||||
tvdb_show: 419593, 416319
|
tvdb_show: 419593, 416319
|
||||||
Engineering Documentary:
|
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:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567611972/ #All other Engineering List
|
- https://www.imdb.com/list/ls567611972/ #All other Engineering List
|
||||||
- https://www.imdb.com/list/ls567611261/ #Building List
|
- https://www.imdb.com/list/ls567611261/ #Building List
|
||||||
- https://www.imdb.com/list/ls567611821/ #Engineering Disaster List
|
- https://www.imdb.com/list/ls567611821/ #Engineering Disaster List
|
||||||
tvdb_show: 410587, 375980, 370754, 369458, 345959, 122401, 280472, 282106, 370754, 400435, 399511, 420420
|
tvdb_show: 410587, 375980, 370754, 369458, 345959, 122401, 280472, 282106, 370754, 400435, 399511, 420420
|
||||||
Engineering Disaster Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567611821/
|
||||||
tvdb_show: 410587, 375980, 370754, 369458, 345959
|
tvdb_show: 410587, 375980, 370754, 369458, 345959
|
||||||
Fringe Documentary:
|
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:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567613015/ #All other Fringe List
|
- https://www.imdb.com/list/ls567613015/ #All other Fringe List
|
||||||
- https://www.imdb.com/list/ls567611457/ #Conpsiracy List
|
- https://www.imdb.com/list/ls567611457/ #Conpsiracy List
|
||||||
- https://www.imdb.com/list/ls567616578/ #Paranormal List
|
- https://www.imdb.com/list/ls567616578/ #Paranormal List
|
||||||
- https://www.imdb.com/list/ls567637035/ #UFO 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
|
tvdb_show: 37043, 111931, 287495, 386899, 261380, 111931, 255855, 417262, 290249, 370439, 336514, 413801, 111931, 311398, 255855, 370439, 376545, 420534
|
||||||
History Documentary:
|
History :
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/History.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/History.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567613721/
|
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
|
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:
|
# smart_filter:
|
||||||
@@ -73,17 +73,17 @@ collections:
|
|||||||
# genre: documentary
|
# genre: documentary
|
||||||
# any:
|
# any:
|
||||||
# genre: biography, war
|
# genre: biography, war
|
||||||
Human Body Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567613933/
|
||||||
tvdb_show: 370439, 324346, 333111
|
tvdb_show: 370439, 324346, 333111
|
||||||
tmdb_show: 207778
|
tmdb_show: 207778
|
||||||
Manufacturing Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567613987/
|
||||||
tvdb_show: 421687, 399511
|
tvdb_show: 421687, 399511
|
||||||
Nature Documentary:
|
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:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567613846/ #All other Nature List
|
- https://www.imdb.com/list/ls567613846/ #All other Nature List
|
||||||
- https://www.imdb.com/list/ls567611777/ #Animals List
|
- https://www.imdb.com/list/ls567611777/ #Animals List
|
||||||
@@ -92,40 +92,33 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls567616754/ #Space List
|
- https://www.imdb.com/list/ls567616754/ #Space List
|
||||||
- https://www.imdb.com/list/ls567637089/ #Weather List
|
- 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
|
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 Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567616578/
|
||||||
tvdb_show: 261380
|
tvdb_show: 261380
|
||||||
Plant Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567616526/
|
||||||
tvdb_show: 298146
|
tvdb_show: 298146
|
||||||
Space Documentary:
|
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:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567616754/ #All other Space List
|
- https://www.imdb.com/list/ls567616754/ #All other Space List
|
||||||
- https://www.imdb.com/list/ls567637035/ #UFO List
|
- https://www.imdb.com/list/ls567637035/ #UFO List
|
||||||
tvdb_show: 377071, 364784
|
tvdb_show: 377071, 364784
|
||||||
Sport Documentary:
|
Sport :
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Sport.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567616746/
|
imdb_list: https://www.imdb.com/list/ls567616746/
|
||||||
tvdb_show: 362158, 398117
|
tvdb_show: 362158, 398117
|
||||||
Technology Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567616111/
|
||||||
tvdb_show: 122401, 362158, 282106, 358433, 410168, 417262
|
tvdb_show: 122401, 362158, 282106, 358433, 410168, 41726
|
||||||
True Crime:
|
UFO:
|
||||||
#url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/True%20Crime.jpg
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Ufo.jpg}
|
||||||
sort_title: "!017_True Crime"
|
|
||||||
smart_filter:
|
|
||||||
sort_by: year.asc
|
|
||||||
all:
|
|
||||||
genre: crime, documentary
|
|
||||||
UFO Documentary:
|
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ufo.jpg}
|
|
||||||
imdb_list: https://www.imdb.com/list/ls567637035/
|
imdb_list: https://www.imdb.com/list/ls567637035/
|
||||||
tvdb_show: 111931, 255855
|
tvdb_show: 111931, 255855
|
||||||
Weather Documentary:
|
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/
|
imdb_list: https://www.imdb.com/list/ls567637089/
|
||||||
tvdb_show: 390520, 269320, 255951, 286699, 370598, 80865, 419048
|
tvdb_show: 390520, 269320, 255951, 286699, 370598, 80865, 419048
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#######################################
|
#######################################
|
||||||
# TV Collections #
|
# TV Topics #
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
@@ -12,7 +12,7 @@ templates:
|
|||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
sort_title: "!060_<<collection_name>>"
|
sort_title: "!060_<<collection_name>>"
|
||||||
schedule: monthly(15)
|
schedule: weekly(tuesday)
|
||||||
item_genre: <<collection_name>>
|
item_genre: <<collection_name>>
|
||||||
build_collection: false
|
build_collection: false
|
||||||
|
|
||||||
@@ -21,28 +21,28 @@ collections:
|
|||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls567937024/
|
imdb_list: https://www.imdb.com/list/ls567937024/
|
||||||
Apocalypse:
|
Apocalypse:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Apocalypse.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls527128700/
|
imdb_list: https://www.imdb.com/list/ls527128700/
|
||||||
Historical Fiction:
|
Historical Fiction:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Historical%20Fiction.jpg}
|
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/
|
imdb_list: https://www.imdb.com/list/ls527147593/
|
||||||
Medical:
|
Medical:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Medical.jpg}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls064005250/
|
- https://www.imdb.com/list/ls064005250/
|
||||||
- https://www.imdb.com/list/ls567394825/
|
- https://www.imdb.com/list/ls567394825/
|
||||||
Slice of Life:
|
Slice of Life:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Slice%20of%20Life.jpg}
|
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/
|
imdb_list: https://www.imdb.com/list/ls527147618/
|
||||||
Spy:
|
Spy:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Spy.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls527147789/
|
imdb_list: https://www.imdb.com/list/ls527147789/
|
||||||
Stephen King:
|
Stephen King:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stephen%20King.jpg}
|
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/
|
imdb_list: https://www.imdb.com/list/ls567399416/
|
||||||
Supernatural:
|
Supernatural:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Supernatural.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Supernatural.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls527140144/
|
imdb_list: https://www.imdb.com/list/ls527140144/
|
||||||
Time Travel:
|
Time Travel:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
|
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Time%20Travel.jpg}
|
||||||
imdb_list: https://www.imdb.com/list/ls527147299/
|
imdb_list: https://www.imdb.com/list/ls527147299/
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#######################################
|
||||||
|
# TV Watchlist #
|
||||||
|
#######################################
|
||||||
collections:
|
collections:
|
||||||
Laura's Watchlist:
|
Laura's Watchlist:
|
||||||
plex_watchlist: critic_rating.desc
|
plex_watchlist: critic_rating.desc
|
||||||
@@ -6,7 +9,7 @@ collections:
|
|||||||
sort_title: "!0001_<<collection_name>>"
|
sort_title: "!0001_<<collection_name>>"
|
||||||
collection_mode: show
|
collection_mode: show
|
||||||
Shows to Watch with Britty:
|
Shows to Watch with Britty:
|
||||||
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
|
trakt_list: https://trakt.tv/users/fuschaitea/lists/shows-to-watch-with-britty
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
collection_mode: show
|
collection_mode: show
|
||||||
|
|||||||