mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-06 06:02:31 -05:00
Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c03850570c | ||
|
|
176bd8822a | ||
|
|
f2822025c6 | ||
|
|
f9453bbf8a | ||
|
|
1971af806a | ||
|
|
e598405270 | ||
|
|
f66490cf07 | ||
|
|
87ea431f1d | ||
|
|
9c0642b144 | ||
|
|
083cfc35b5 | ||
|
|
2a5130d647 | ||
|
|
79717d355c | ||
|
|
187191770e | ||
|
|
b9946fd011 | ||
|
|
6658b509d9 | ||
|
|
11facf0bc8 | ||
|
|
f33f366ed1 | ||
|
|
1082de92f0 | ||
|
|
4efc29a065 | ||
|
|
60c5a30fec | ||
|
|
94ac724f02 | ||
|
|
ba1435192d | ||
|
|
ad384822be | ||
|
|
0a24c60068 | ||
|
|
c59f169629 | ||
|
|
892df8a121 | ||
|
|
00e098a493 | ||
|
|
d394aa6a10 | ||
|
|
61a3cb1e66 | ||
|
|
7229dc705a | ||
|
|
59569a083d | ||
|
|
7547603174 |
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,13 +1,4 @@
|
||||
.idea
|
||||
*/desktop.ini
|
||||
/.vscode
|
||||
.DS_Store
|
||||
.github/.DS_Store
|
||||
Adam-Pope/.DS_Store
|
||||
Buzzie/.DS_Store
|
||||
Draper/.DS_Store
|
||||
Frexe/.DS_Store
|
||||
JJJonesJr33/.DS_Store
|
||||
nwithan8/.DS_Store
|
||||
sysmoon/.DS_Store
|
||||
yozora/.DS_Store
|
||||
.idea
|
||||
/.vscode
|
||||
desktop.ini
|
||||
11
Adam-Pope/Movies/international_feature.yml
Normal file
11
Adam-Pope/Movies/international_feature.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
collections:
|
||||
Oscars International Feature Winners:
|
||||
trakt_list: https://trakt.tv/users/popeadam/lists/academy-awards-best-international-feature-film
|
||||
sync_mode: sync
|
||||
summary: Winners of the Best Foreign Feature Film and International Feature Film categories at the Academy Awards/Oscars
|
||||
url_poster: https://i.ibb.co/sH8ytfm/international-feature-winners.png
|
||||
Oscars International Feature Nominees:
|
||||
trakt_list: https://trakt.tv/users/popeadam/lists/academy-awards-international-feature-film-nominees
|
||||
sync_mode: sync
|
||||
summary: Winners and nominees of the Best Foreign Feature Film and International Feature FIlm categories at the Academy Awards/Oscars
|
||||
url_poster:: https://i.ibb.co/sH8ytfm/international-feature-winners.png
|
||||
14
Adam-Pope/Movies/overlay_years.yml
Normal file
14
Adam-Pope/Movies/overlay_years.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
overlays:
|
||||
year:
|
||||
overlay:
|
||||
name: text(<<originally_available[%Y]>>)
|
||||
horizontal_offset: 45
|
||||
vertical_offset: 45
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
back_color: "#00000099"
|
||||
back_radius: 5
|
||||
back_padding: 20
|
||||
plex_all: true
|
||||
@@ -1,6 +1,6 @@
|
||||
# Alternative Geography Collections (plus doublebonus Audio Language Overlay)
|
||||
# Alternative Geography Collections, Oscars International Feature Film Winners and Nominees Collections, and Audio Language Overlay
|
||||
|
||||
Add the following code to your config.yml file to create collections for a seven continent configuration (as opposed to the six UN regions used by the default); and a version of the countries.yml which groups countries with low output that are culturally similar - such as 'Balkans', 'Nordic', 'Middle East' and 'Pacific Island'.
|
||||
Add the following code to your config.yml file to create collections for a seven continent configuration (as opposed to the six UN regions used by the default); a version of the countries.yml which groups countries with low output that are culturally similar - such as 'Balkans', 'Nordic', 'Middle East' and 'Pacific Island', and collections for the Oscar International Film Winners and Nominees
|
||||
|
||||
The overlay yml adds a country flag defined by the audio language of the entry to the top right corner. Note that languages are not countries. Portuguese is great for films from Portugal; but its flag on a Brazilian film could be confusing. Furthermore, many films have an unknown audio language in Plex - this requires fixing at the file level with a tool such as mkvtoolnix.
|
||||
|
||||
@@ -15,24 +15,25 @@ libraries:
|
||||
- git: Adam-Pope/Movies/regions.yml
|
||||
template_variables:
|
||||
style: color # defaults to white
|
||||
- pmm: country
|
||||
- default: country
|
||||
template_variables:
|
||||
style: color
|
||||
collection_section: "082"
|
||||
collection_section: "!082"
|
||||
- git: Adam-Pope/Movies/international_feature.yml
|
||||
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
- git: Adam-Pope/TV/continents.yml
|
||||
template_variables:
|
||||
style: color # defaults to white
|
||||
collection_section: "080" # puts continents before regions
|
||||
collection_section: "!080" # puts continents before regions
|
||||
- git: Adam-Pope/TV/regions.yml
|
||||
template_variables:
|
||||
style: color # defaults to white
|
||||
- pmm: country
|
||||
- default: country
|
||||
template_variables:
|
||||
style: color
|
||||
collection_section: "082"
|
||||
collection_section: "!082"
|
||||
|
||||
overlay_path:
|
||||
- pmm: resolution
|
||||
|
||||
@@ -6,7 +6,7 @@ external_templates:
|
||||
templates:
|
||||
network:
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/plexmetamanager/<<type>>-<<library_type>>s/
|
||||
url: https://mdblist.com/lists/k0meta/<<type>>-<<library_type>>s/
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
sort_title: +<<collection_name>>
|
||||
@@ -31,4 +31,4 @@ collections:
|
||||
Max:
|
||||
template: {name: network, type: max, poster: 168825}
|
||||
DiscoveryPlus:
|
||||
template: {name: network, type: discovery, poster: 220371}
|
||||
template: {name: network, type: discovery, poster: 220371}
|
||||
|
||||
@@ -1,7 +1,21 @@
|
||||
# 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 Kometa yml edits.
|
||||
### Must be on Kometa Version 1.21.1 or greater
|
||||
### Must be on Kometa Version 2.0.1-nightly1 or greater
|
||||
libraries:
|
||||
# .-------------------------------.
|
||||
# | __ __ _ |
|
||||
# || \/ | _____ _(_) ___ ___ |
|
||||
# || |\/| |/ _ \ \ / / |/ _ \/ __||
|
||||
# || | | | (_) \ V /| | __/\__ \|
|
||||
# ||_| |_|\___/ \_/ |_|\___||___/|
|
||||
# '-------------------------------'
|
||||
Movies: # Must match a library name in your Plex
|
||||
report_path: config/missing/Movies_report.yml
|
||||
remove_overlays: false # Set to true if you want to remove overlays
|
||||
@@ -15,85 +29,85 @@ libraries:
|
||||
metadata_files: # These files contain metadata: attributes
|
||||
- git: bullmoose20/godzilla # Custom metadata file for Godzilla stuff
|
||||
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||
- default: 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)
|
||||
- default: 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
|
||||
- default: separator_award # An "index card"
|
||||
- default: nfr # National Film Registry Awards
|
||||
- default: separator_award # An "index card"
|
||||
- default: nfr # National Film Registry Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: pca # People's Choice Awards
|
||||
- default: pca # People's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: sag # Screen Actors Guild Awards
|
||||
- default: sag # Screen Actors Guild Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: tiff # Toronto International Film Festival Awards
|
||||
- default: tiff # Toronto International Film Festival Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: berlinale # Berlinale Awards
|
||||
- default: berlinale # Berlinale Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: razzie # Razzie Awards
|
||||
- default: razzie # Razzie Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: venice # Venice Awards
|
||||
- default: venice # Venice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: cesar # Cesar Awards
|
||||
- default: cesar # Cesar Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: bafta # BAFTA Awards
|
||||
- default: bafta # BAFTA Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: cannes # Cannes Film Festival Awards
|
||||
- default: cannes # Cannes Film Festival Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: choice # Critic's Choice Awards
|
||||
- default: choice # Critic's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: emmy # Emmy Awards
|
||||
- default: emmy # Emmy Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: golden # Golden Globes Awards
|
||||
- default: golden # Golden Globes Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: oscars # The Oscars
|
||||
- default: oscars # The Oscars
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: spirit # Independent Spirit Awards
|
||||
- default: spirit # Independent Spirit Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: sundance # Sundance Film Festival Awards
|
||||
- default: sundance # Sundance Film Festival Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: separator_chart # An "index card"
|
||||
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- default: basic # Some basic chart collections based on recently released media in your library
|
||||
- default: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
- default: separator_chart # An "index card"
|
||||
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- default: basic # Some basic chart collections based on recently released media in your library
|
||||
- default: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||
- default: actor
|
||||
template_variables:
|
||||
@@ -109,19 +123,19 @@ libraries:
|
||||
limit: 100
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- default: actor # Actors
|
||||
- default: actor # Actors
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low, but sometimes I boost to 10, 150
|
||||
style: signature
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- default: director # Directors
|
||||
- default: director # Directors
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low, but sometimes I boost to 10, 150
|
||||
style: signature
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- default: producer # Producers
|
||||
- default: producer # Producers
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low, but sometimes I boost to 10, 150
|
||||
exclude: # ever have some random person... you can exclude them if you want
|
||||
- Jeremy Kleiner
|
||||
@@ -130,7 +144,7 @@ libraries:
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- default: writer # Writers
|
||||
- default: writer # Writers
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low, but sometimes I boost to 10, 150
|
||||
exclude: # ever have some random person... you can exclude them if you want
|
||||
- Donald Kaufman
|
||||
@@ -138,42 +152,42 @@ libraries:
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- default: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- default: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- default: genre # Action, Comedy, Drama, etc.
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
- default: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- default: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- default: genre # Action, Comedy, Drama, etc.
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
# template_variables:
|
||||
# style: standards
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- default: year # Year the media item was released starting from 1880 to current_year
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- default: year # Year the media item was released starting from 1880 to current_year
|
||||
template_variables:
|
||||
data:
|
||||
starting: 1880
|
||||
ending: current_year
|
||||
- default: country # Country associated to the media item
|
||||
- default: country # Country associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- default: region # Region associated to the media item
|
||||
- default: region # Region associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- default: continent # Continent associated to the media item
|
||||
- default: continent # Continent associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- default: decade # Decade the media item was released
|
||||
- default: decade # Decade the media item was released
|
||||
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||
- default: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||
- default: franchise # https://kometa.wiki/en/latest/defaults/movie/franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||
- default: seasonal # Christmas, Halloween, etc.
|
||||
- default: seasonal # Christmas, Halloween, etc.
|
||||
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
||||
schedule_years: daily
|
||||
schedule_valentine: daily
|
||||
@@ -195,19 +209,27 @@ libraries:
|
||||
schedule_lgbtq: daily
|
||||
schedule_latinx: daily
|
||||
schedule_women: daily
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
# .--------------------------------------------------------.
|
||||
# | _ _ _ ___ _ |
|
||||
# || | (_) |__ / _ \__ _____ _ __| | __ _ _ _ ___ |
|
||||
# || | | | '_ \ | | | \ \ / / _ \ '__| |/ _` | | | / __||
|
||||
# || |___| | |_) | | |_| |\ V / __/ | | | (_| | |_| \__ \|
|
||||
# ||_____|_|_.__/ \___/ \_/ \___|_| |_|\__,_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '--------------------------------------------------------'
|
||||
overlay_files: # These files contain overlays: attributes
|
||||
- default: aspect # Creates overlays based on aspect ratio of media item
|
||||
- default: aspect # Creates overlays based on aspect ratio of media item
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 517
|
||||
- default: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
- default: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||
- default: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
- default: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||
################### CONTENT RATING SECTION ###################
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# template_variables:
|
||||
# horizontal_align: left
|
||||
# vertical_align: bottom
|
||||
@@ -218,30 +240,30 @@ libraries:
|
||||
# back_height: 1
|
||||
# # url: (redacted)
|
||||
# # color: false
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
- default: content_rating_us_movie # US MPAA content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
- default: content_rating_us_movie # US MPAA content ratings
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 637
|
||||
# - default: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - default: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
################### CONTENT RATING SECTION END ###############
|
||||
# - default: direct_play # Show direct play only overlay
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
# - default: direct_play # Show direct play only overlay
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
# template_variables:
|
||||
# back_color: "#FFFFFF00"
|
||||
# font_color: "#FFFFFF00"
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
back_color: '#FFFFFF00'
|
||||
font_color: '#FFFFFF00'
|
||||
use_subtitles: true
|
||||
- default: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||
- default: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||
# template_variables:
|
||||
# vertical_offset: 145
|
||||
# horizontal_offset: 15
|
||||
- default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
|
||||
- default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
|
||||
template_variables:
|
||||
rating1: user
|
||||
rating1_image: rt_tomato
|
||||
@@ -274,32 +296,47 @@ libraries:
|
||||
# font: config/metadata/overlays/fonts/Claspo-ND-Medium.ttf
|
||||
# rating_source: Rotten
|
||||
# font: config/metadata/overlays/fonts/Adlib.ttf
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc.
|
||||
- default: ribbon # Used for ribbon in bottom right
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc.
|
||||
- default: ribbon # Used for ribbon in bottom right
|
||||
template_variables:
|
||||
style: red
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 757
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 877
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
# template_variables:
|
||||
# back_color: "#f5289180"
|
||||
# vertical_offset: 0
|
||||
# horizontal_offset: 0
|
||||
# back_width: 2000
|
||||
# back_height: 3000
|
||||
- default: video_format # Remux, DVD, Blu-Ray, etc. in bottom left
|
||||
- default: video_format # Remux, DVD, Blu-Ray, etc. in bottom left
|
||||
# .------------------------------------------------------.
|
||||
# | _ _ _ ____ _ _ _ |
|
||||
# || | (_) |__ / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | | | '_ \ \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |___| | |_) | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# ||_____|_|_.__/ |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '------------------------------------------------------'
|
||||
settings:
|
||||
asset_directory: config/assets/Movies/
|
||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||
|
||||
# .------------------------------------------------------------------.
|
||||
# | _ _ _ ___ _ _ |
|
||||
# || | (_) |__ / _ \ _ __ ___ _ __ __ _| |_(_) ___ _ __ ___ |
|
||||
# || | | | '_ \ | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \/ __||
|
||||
# || |___| | |_) | | |_| | |_) | __/ | | (_| | |_| | (_) | | | \__ \|
|
||||
# ||_____|_|_.__/ \___/| .__/ \___|_| \__,_|\__|_|\___/|_| |_|___/|
|
||||
# | |_| |
|
||||
# '------------------------------------------------------------------'
|
||||
operations:
|
||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||
assets_for_all: true # Search in assets for images for every item in your library
|
||||
@@ -325,7 +362,13 @@ libraries:
|
||||
- omdb # Update all original available date from omdb(imdb) if not from tvdb
|
||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||
|
||||
# .-----------------------------------------------.
|
||||
# | _______ __ ____ _ |
|
||||
# ||_ _\ \ / / / ___|| |__ _____ _____ |
|
||||
# | | | \ \ / / \___ \| '_ \ / _ \ \ /\ / / __||
|
||||
# | | | \ V / ___) | | | | (_) \ V V /\__ \|
|
||||
# | |_| \_/ |____/|_| |_|\___/ \_/\_/ |___/|
|
||||
# '-----------------------------------------------'
|
||||
TV Shows: # Must match a library name in your Plex
|
||||
report_path: config/missing/TV_report.yml
|
||||
remove_overlays: false # Set to true if you want to remove overlays
|
||||
@@ -339,37 +382,37 @@ libraries:
|
||||
metadata_files: # These files contain metadata: attributes
|
||||
- git: bullmoose20/money_heist # Custom metadata file for Money Heist
|
||||
collection_files: # These files contain collections: and/or dynamic_collections attributes
|
||||
- default: 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)
|
||||
- default: 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
|
||||
- default: separator_award # An "index card"
|
||||
- default: pca # People's Choice Awards
|
||||
- default: separator_award # An "index card"
|
||||
- default: pca # People's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: choice # Critic's Choice Awards
|
||||
- default: choice # Critic's Choice Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: golden # Golden Globes Awards
|
||||
- default: golden # Golden Globes Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: emmy # Emmy Awards
|
||||
- default: emmy # Emmy Awards
|
||||
template_variables: # based on when the award show started
|
||||
data:
|
||||
starting: first
|
||||
- default: separator_chart # An "index card"
|
||||
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- default: basic # Some basic chart collections based on recently released media in your library
|
||||
- default: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
- default: separator_chart # An "index card"
|
||||
- default: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||
- default: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||
- default: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||
- default: other_chart # Other Charts (Popular, Trending, etc.)
|
||||
- default: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||
- default: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||
- default: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||
- default: basic # Some basic chart collections based on recently released media in your library
|
||||
- default: collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
|
||||
# - file: /config/metadata/both/birthday # Actor birthdays
|
||||
- default: actor
|
||||
template_variables:
|
||||
@@ -387,7 +430,7 @@ libraries:
|
||||
limit: 100
|
||||
tmdb_birthday:
|
||||
this_month: true
|
||||
- default: actor # Actors
|
||||
- default: actor # Actors
|
||||
template_variables: # bw, rainier, diiivoy, diiivoycolor, or orig style is used. depth and limit is set low, but sometimes I boost to 10, 150
|
||||
exclude: # ever have some random person... you can exclude them if you want
|
||||
- Macy Nyman
|
||||
@@ -395,46 +438,54 @@ libraries:
|
||||
data:
|
||||
depth: 1
|
||||
limit: 15
|
||||
- default: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- default: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- default: genre # Action, Comedy, Drama, etc.
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
- default: audio_language # English, French, Arabic, German, etc. audio language
|
||||
- default: content_rating_nz # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_au # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_cs # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_de # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_us # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_uk # Choose content_rating_nz, content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||
- default: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||
- default: genre # Action, Comedy, Drama, etc.
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||
# template_variables:
|
||||
# style: standards
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- default: year # Year the media item was released starting from 1880 to current_year
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||
- default: year # Year the media item was released starting from 1880 to current_year
|
||||
template_variables:
|
||||
data:
|
||||
starting: 1880
|
||||
ending: current_year
|
||||
- default: country # Country associated to the media item
|
||||
- default: country # Country associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- default: region # Region associated to the media item
|
||||
- default: region # Region associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- default: continent # Continent associated to the media item
|
||||
- default: continent # Continent associated to the media item
|
||||
template_variables:
|
||||
style: color
|
||||
- default: decade # Decade the media item was released
|
||||
- default: decade # Decade the media item was released
|
||||
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||
- default: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||
- default: franchise # https://kometa.wiki/en/latest/defaults/movie/franchise
|
||||
template_variables:
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
# .--------------------------------------------------------.
|
||||
# | _ _ _ ___ _ |
|
||||
# || | (_) |__ / _ \__ _____ _ __| | __ _ _ _ ___ |
|
||||
# || | | | '_ \ | | | \ \ / / _ \ '__| |/ _` | | | / __||
|
||||
# || |___| | |_) | | |_| |\ V / __/ | | | (_| | |_| \__ \|
|
||||
# ||_____|_|_.__/ \___/ \_/ \___|_| |_|\__,_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '--------------------------------------------------------'
|
||||
overlay_files:
|
||||
- default: aspect # Creates aspect ratio overlay
|
||||
- default: aspect # Creates aspect ratio overlay
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
@@ -451,7 +502,7 @@ libraries:
|
||||
vertical_align: bottom
|
||||
vertical_offset: 390
|
||||
builder_level: episode
|
||||
- default: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
- default: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||
template_variables:
|
||||
vertical_offset: 95
|
||||
- default: audio_codec
|
||||
@@ -461,49 +512,49 @@ libraries:
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
################### CONTENT RATING SECTION ###################
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# - default: content_rating_nz # NZ content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# - default: content_rating_au # AU content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# - default: content_rating_de # DE FSK content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# - default: content_rating_uk # UK BBFC content ratings
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 630
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 630
|
||||
builder_level: season
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
- default: content_rating_us_show # US MPAA content ratings
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
# - default: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - default: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
|
||||
# - default: commonsense
|
||||
# template_variables:
|
||||
# builder_level: season
|
||||
@@ -518,12 +569,12 @@ libraries:
|
||||
# - default: direct_play
|
||||
# template_variables:
|
||||
# builder_level: episode
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- default: streaming # Streaming on Disney+, Netflix, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
vertical_offset: 750
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
- default: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
@@ -537,10 +588,10 @@ libraries:
|
||||
- default: studio
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- default: episode_info # SE##E## information in bottom right and works with builder_level episode
|
||||
- default: episode_info # SE##E## information in bottom right and works with builder_level episode
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- default: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with builder_level show, episode, and season
|
||||
- default: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with builder_level show, episode, and season
|
||||
- default: language_count
|
||||
template_variables:
|
||||
builder_level: season
|
||||
@@ -550,28 +601,28 @@ libraries:
|
||||
vertical_align: bottom
|
||||
vertical_offset: 630
|
||||
builder_level: episode
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
use_subtitles: true
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
use_subtitles: true
|
||||
builder_level: season
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
- default: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
use_subtitles: true
|
||||
builder_level: episode
|
||||
- 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
|
||||
- default: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits and works with builder_level show
|
||||
template_variables:
|
||||
vertical_offset: 95
|
||||
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||
- default: network # ABC, CBC, NBC, FOX, etc.
|
||||
template_variables:
|
||||
horizontal_align: left
|
||||
vertical_align: top
|
||||
@@ -585,7 +636,7 @@ libraries:
|
||||
- default: network
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- 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
|
||||
- default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. builder_level: show has 3 ratings max
|
||||
template_variables:
|
||||
rating1: user
|
||||
rating1_image: rt_tomato
|
||||
@@ -603,7 +654,7 @@ libraries:
|
||||
rating3_font_size: 70
|
||||
|
||||
horizontal_position: right
|
||||
- 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
|
||||
- default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. builder_level: episode has 2 ratings max
|
||||
template_variables:
|
||||
# rating1: user
|
||||
# rating1_image: rt_tomato
|
||||
@@ -622,7 +673,7 @@ libraries:
|
||||
|
||||
horizontal_position: right
|
||||
builder_level: episode
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. and works with builder_level show, episode, and season
|
||||
- default: resolution # 4K HDR, 1080P FHD, etc. and works with builder_level show, episode, and season
|
||||
template_variables:
|
||||
vertical_offset: 95
|
||||
- default: resolution
|
||||
@@ -631,15 +682,15 @@ libraries:
|
||||
- default: resolution
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
- default: ribbon # Used for ribbon in bottom right
|
||||
- default: ribbon # Used for ribbon in bottom right
|
||||
template_variables:
|
||||
style: red
|
||||
- default: runtimes # Runtime information in bottom right and works with builder_level episode
|
||||
- default: runtimes # Runtime information in bottom right and works with builder_level episode
|
||||
template_variables:
|
||||
back_width: 305
|
||||
text: ''
|
||||
builder_level: episode
|
||||
- default: status # Airing, Returning, Ended, Canceled and works with builder_level show
|
||||
- default: status # Airing, Returning, Ended, Canceled and works with builder_level show
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
@@ -653,18 +704,18 @@ libraries:
|
||||
back_color_returning: '#81007F'
|
||||
back_color_canceled: '#B52222'
|
||||
back_color_ended: '#000847'
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
# template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
# back_color: "#f52891cc"
|
||||
builder_level: season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
- default: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
template_variables:
|
||||
# back_width: 1000
|
||||
# back_height: 1500
|
||||
@@ -673,17 +724,32 @@ libraries:
|
||||
vertical_align: top
|
||||
horizontal_offset: 335
|
||||
builder_level: episode
|
||||
- default: 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
|
||||
- default: video_format
|
||||
template_variables:
|
||||
builder_level: season
|
||||
- default: video_format
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
# .------------------------------------------------------.
|
||||
# | _ _ _ ____ _ _ _ |
|
||||
# || | (_) |__ / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | | | '_ \ \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |___| | |_) | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# ||_____|_|_.__/ |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '------------------------------------------------------'
|
||||
settings:
|
||||
asset_directory: config/assets/TV Shows/
|
||||
prioritize_assets: true # The asset_directory contains folders per media item with respective posters
|
||||
|
||||
# .------------------------------------------------------------------.
|
||||
# | _ _ _ ___ _ _ |
|
||||
# || | (_) |__ / _ \ _ __ ___ _ __ __ _| |_(_) ___ _ __ ___ |
|
||||
# || | | | '_ \ | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \/ __||
|
||||
# || |___| | |_) | | |_| | |_) | __/ | | (_| | |_| | (_) | | | \__ \|
|
||||
# ||_____|_|_.__/ \___/| .__/ \___|_| \__,_|\__|_|\___/|_| |_|___/|
|
||||
# | |_| |
|
||||
# '------------------------------------------------------------------'
|
||||
operations:
|
||||
split_duplicates: false # Splits all duplicate movies/shows found in this library
|
||||
assets_for_all: true # Search in assets for images for every item in your library
|
||||
@@ -711,10 +777,26 @@ libraries:
|
||||
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
||||
mass_imdb_parental_labels: none # Apply all Parental Labels with a value of None, Mild, Moderate, or Severe to match IMDb parental guide
|
||||
# mass_poster_update: tmdb # Resets posters to tmdb, plex, locked, unlock which is useful to remove all overlays when running with -r -op
|
||||
# .---------------------------------.
|
||||
# | ____ _ _ _ _ |
|
||||
# || _ \| | __ _ _ _| (_)___| |_ |
|
||||
# || |_) | |/ _` | | | | | / __| __||
|
||||
# || __/| | (_| | |_| | | \__ \ |_ |
|
||||
# ||_| |_|\__,_|\__, |_|_|___/\__||
|
||||
# | |___/ |
|
||||
# '---------------------------------'
|
||||
playlist_files:
|
||||
- default: playlist
|
||||
template_variables:
|
||||
libraries: Movies, TV Shows
|
||||
# .--------------------------------------------------------------------.
|
||||
# | ____ _ _ _ ____ _ _ _ |
|
||||
# | / ___| | ___ | |__ __ _| | / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | _| |/ _ \| '_ \ / _` | | \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |_| | | (_) | |_) | (_| | | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# | \____|_|\___/|_.__/ \__,_|_| |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '--------------------------------------------------------------------'
|
||||
settings: # Can be individually specified per library as well
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
@@ -751,13 +833,22 @@ settings: # Can be individually specif
|
||||
playlist_report: true
|
||||
custom_repo:
|
||||
verify_ssl: true
|
||||
check_nightly: true
|
||||
playlist_exclude_users:
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
overlay_artwork_filetype: jpg # Default is jpg. webp or png are also available
|
||||
overlay_artwork_quality: 75 # Default is 75 if left blank, otherwise, for jpg or webp, going above 95 not recommended as excessive file sizes could be created and then not able to be uploaded to plex
|
||||
# .------------------------------------------------------------------.
|
||||
# | ___ _ _ ____ _ _ _ |
|
||||
# | / _ \| |_| |__ ___ _ __ / ___| ___| |_| |_(_)_ __ __ _ ___ |
|
||||
# || | | | __| '_ \ / _ \ '__| \___ \ / _ \ __| __| | '_ \ / _` / __||
|
||||
# || |_| | |_| | | | __/ | ___) | __/ |_| |_| | | | | (_| \__ \|
|
||||
# | \___/ \__|_| |_|\___|_| |____/ \___|\__|\__|_|_| |_|\__, |___/|
|
||||
# | |___/ |
|
||||
# '------------------------------------------------------------------'
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: (redacted)
|
||||
run_start: (redacted)
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
},
|
||||
"PlexPart": {
|
||||
"LibstoExclude": [
|
||||
"",
|
||||
"",
|
||||
"Movies",
|
||||
"TV Shows",
|
||||
"TestMovies",
|
||||
"TestTV Shows",
|
||||
"Other Videos",
|
||||
@@ -47,7 +47,11 @@
|
||||
"BackgroundPosters": "true",
|
||||
"TitleCards": "true",
|
||||
"show_skipped": "true",
|
||||
"logLevel": "3"
|
||||
"logLevel": "3",
|
||||
"SkipTBA": "true",
|
||||
"SkipJapTitle": "false",
|
||||
"AssetCleanup": "true",
|
||||
"AutoUpdateIM": "true"
|
||||
},
|
||||
"OverlayPart": {
|
||||
"ImageProcessing": "true",
|
||||
@@ -60,7 +64,7 @@
|
||||
"AddOverlay": "true",
|
||||
"fontcolor": "white",
|
||||
"bordercolor": "white",
|
||||
"minPointSize": "95",
|
||||
"minPointSize": "83",
|
||||
"maxPointSize": "250",
|
||||
"borderwidth": "30",
|
||||
"MaxWidth": "1200",
|
||||
@@ -69,9 +73,9 @@
|
||||
},
|
||||
"BackgroundOverlayPart": {
|
||||
"fontAllCaps": "true",
|
||||
"AddOverlay": "false",
|
||||
"AddBorder": "false",
|
||||
"AddText": "false",
|
||||
"AddOverlay": "false",
|
||||
"fontcolor": "white",
|
||||
"bordercolor": "white",
|
||||
"minPointSize": "95",
|
||||
@@ -86,7 +90,8 @@
|
||||
"AddOverlay": "true",
|
||||
"AddBorder": "false",
|
||||
"bordercolor": "white",
|
||||
"borderwidth": "30"
|
||||
"borderwidth": "30",
|
||||
"BackgroundFallback": "false"
|
||||
},
|
||||
"TitleCardTitleTextPart": {
|
||||
"fontAllCaps": "true",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
> 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 Posterizarr, before the Kometa run:
|
||||

|
||||

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

|
||||

|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
libraries:
|
||||
4K Movies:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
#schedule: hourly(9),hourly(19)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
@@ -21,7 +21,7 @@ libraries:
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
@@ -39,13 +39,13 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/4K Movies
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
Movies:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
#schedule: hourly(9),hourly(19)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
@@ -63,7 +63,7 @@ libraries:
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
@@ -81,13 +81,13 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Movies
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
Kids Movies:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
#- file: config/Genre.yml
|
||||
@@ -104,7 +104,7 @@ libraries:
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
@@ -122,13 +122,13 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Kids Movies
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
Anime:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/Movies.yml
|
||||
#- file: config/Genre.yml
|
||||
@@ -145,7 +145,7 @@ libraries:
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
@@ -163,13 +163,13 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Anime
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
assets_for_all: true
|
||||
TV Shows:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/TVShows.yml
|
||||
#- file: config/Genre.yml
|
||||
@@ -181,17 +181,17 @@ libraries:
|
||||
vertical_position: bottom
|
||||
horizontal_position: center
|
||||
horizontal_offset: 30
|
||||
vertical_offset: 50
|
||||
vertical_offset: 50
|
||||
- default: languages
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
overlay_limit: 5
|
||||
horizontal_position: right
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
back_width: 102
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- default: status
|
||||
template_variables:
|
||||
@@ -211,7 +211,7 @@ libraries:
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
horizontal_align: left
|
||||
horizontal_align: right
|
||||
back_color: '#00000099'
|
||||
back_height: 80
|
||||
vertical_offset: 20
|
||||
@@ -227,12 +227,12 @@ libraries:
|
||||
4K_banner: false
|
||||
settings:
|
||||
asset_directory: /assets/TV Shows
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
assets_for_all: true
|
||||
assets_for_all: true
|
||||
Kids Shows:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/KidsShows.yml
|
||||
overlay_files:
|
||||
@@ -243,17 +243,17 @@ libraries:
|
||||
vertical_position: bottom
|
||||
horizontal_position: center
|
||||
horizontal_offset: 30
|
||||
vertical_offset: 50
|
||||
vertical_offset: 50
|
||||
- default: languages
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
overlay_limit: 5
|
||||
horizontal_position: right
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
back_width: 102
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- default: status
|
||||
template_variables:
|
||||
@@ -273,7 +273,7 @@ libraries:
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
horizontal_align: left
|
||||
horizontal_align: right
|
||||
back_color: '#00000099'
|
||||
back_height: 80
|
||||
vertical_offset: 20
|
||||
@@ -289,12 +289,12 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Kids Shows
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
assets_for_all: true
|
||||
assets_for_all: true
|
||||
Anime Shows:
|
||||
schedule: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule_overlays: hourly(11),hourly(14),hourly(17),hourly(20)
|
||||
schedule: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
schedule_overlays: hourly(06),hourly(10),hourly(14),hourly(18),hourly(22)
|
||||
collection_files:
|
||||
- file: config/AnimeShows.yml
|
||||
overlay_files:
|
||||
@@ -310,12 +310,12 @@ libraries:
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
overlay_limit: 5
|
||||
horizontal_position: right
|
||||
horizontal_position: left
|
||||
vertical_position: bottom
|
||||
style: square
|
||||
back_color: '#00000099'
|
||||
back_width: 102
|
||||
text: ""
|
||||
text: ''
|
||||
final_name: <<key>>
|
||||
- default: status
|
||||
template_variables:
|
||||
@@ -335,7 +335,7 @@ libraries:
|
||||
- default: runtimes
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
horizontal_align: left
|
||||
horizontal_align: right
|
||||
back_color: '#00000099'
|
||||
back_height: 80
|
||||
vertical_offset: 20
|
||||
@@ -351,9 +351,9 @@ libraries:
|
||||
4K: false
|
||||
settings:
|
||||
asset_directory: /assets/Anime Shows
|
||||
prioritize_assets: true
|
||||
prioritize_assets: true
|
||||
operations:
|
||||
assets_for_all: true
|
||||
assets_for_all: true
|
||||
playlist_files:
|
||||
- file: config/playlist.yml
|
||||
template_variables:
|
||||
@@ -403,6 +403,8 @@ settings: # Can be individually specified
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
overlay_artwork_filetype: jpg
|
||||
overlay_artwork_quality: 75
|
||||
plex: # Can be individually specified per library as well
|
||||
url: http://plex:32400
|
||||
token:
|
||||
|
||||
@@ -18,8 +18,15 @@ libraries:
|
||||
33514: The Twilight Saga
|
||||
9743: Hannibal Lecter
|
||||
489724: Trolls
|
||||
- default: genre
|
||||
- default: oscars
|
||||
#- default: genre
|
||||
- default: letterboxd
|
||||
template_variables:
|
||||
use_imdb_top_250: true
|
||||
use_oscars: true
|
||||
use_cannes: true
|
||||
visible_library_top_250: true
|
||||
visible_home_top_250: true
|
||||
visible_shared_top_250: true
|
||||
- default: other_chart
|
||||
template_variables:
|
||||
use_anidb: false
|
||||
@@ -36,7 +43,6 @@ libraries:
|
||||
schedule_father: range(09/01-09/07)
|
||||
use_independence: false
|
||||
use_labor: false
|
||||
schedule_lgbtq: daily
|
||||
use_veteran: false
|
||||
use_thanksgiving: false
|
||||
use_aapi: false
|
||||
@@ -186,10 +192,10 @@ playlist_files:
|
||||
- default: playlist
|
||||
template_variables:
|
||||
libraries: Movies, TV Shows
|
||||
#- folder: config/playlists
|
||||
- folder: config/playlists
|
||||
settings:
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
cache_expiration: 2048
|
||||
asset_directory: config/assets
|
||||
report_path: config/missing
|
||||
asset_folders: true
|
||||
@@ -197,7 +203,7 @@ settings:
|
||||
create_asset_folders: true
|
||||
prioritize_assets: false
|
||||
dimensional_asset_rename: true
|
||||
download_url_assets: false
|
||||
download_url_assets: true
|
||||
show_missing_season_assets: false
|
||||
show_missing_episode_assets: false
|
||||
show_asset_not_needed: false
|
||||
@@ -231,6 +237,8 @@ settings:
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
overlay_artwork_filetype: jpg
|
||||
overlay_artwork_quality:
|
||||
webhooks:
|
||||
error: notifiarr
|
||||
version: notifiarr
|
||||
|
||||
15
ladywhiskers/metadata_folders/laura_posters.yml
Normal file
15
ladywhiskers/metadata_folders/laura_posters.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
metadata:
|
||||
##0-99##
|
||||
4951: # 10 Things I Hate About You (1999) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20003
|
||||
url_poster: https://api.mediux.pro/assets/d21890ee-60e4-4ee7-b75e-06b32f7fdaae
|
||||
64688: # 21 Jump Street (2012) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20108
|
||||
url_poster: https://api.mediux.pro/assets/a083dbd0-cd7d-452e-9343-7b6dce98caeb
|
||||
187017: # 22 Jump Street (2014) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20004
|
||||
url_poster: https://api.mediux.pro/assets/0916ce15-bc12-49d1-956e-a0c989c23143
|
||||
##A##
|
||||
##B##
|
||||
##C##
|
||||
##D##
|
||||
##S##
|
||||
15121: # The Sound of Music (1965) Poster by ladywhiskers on MediUX. https://mediux.pro/sets/20207
|
||||
url_poster: https://api.mediux.pro/assets/119aab2a-8c1c-4394-8ee4-db3538500bcd
|
||||
8
ladywhiskers/metadata_folders/mediux_barbie.yml
Normal file
8
ladywhiskers/metadata_folders/mediux_barbie.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
metadata:
|
||||
418330: # TVDB id for Barbie: It Takes Two. Set by fwlolx on MediUX. https://mediux.pro/sets/13727
|
||||
url_poster: https://api.mediux.pro/assets/e5969d3d-b234-4ff6-97e2-c037e2505ea8
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/2443e372-f5d1-44a5-a3ec-6852c0e7f09f
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/9322f2b9-1af6-4c6f-9544-d6d7a73265e2
|
||||
@@ -0,0 +1,3 @@
|
||||
metadata:
|
||||
10206: # Buffy the Vampire Slayer (1992) Poster by Aloha_Alona on MediUX. https://mediux.pro/sets/4380
|
||||
url_poster: https://api.mediux.pro/assets/c58894d1-457d-41fd-92e7-752cfdb263ae
|
||||
63
ladywhiskers/metadata_folders/mediux_stargate.yml
Normal file
63
ladywhiskers/metadata_folders/mediux_stargate.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
metadata:
|
||||
784993: # Stargate SG-1: Children of the Gods (2009) Poster by fwlolx on MediUX. https://mediux.pro/sets/11019
|
||||
url_poster: https://api.mediux.pro/assets/0bfdccc5-0e15-4166-b073-698b28439320
|
||||
13001: # Stargate: The Ark of Truth (2008) Poster by fwlolx on MediUX. https://mediux.pro/sets/11018
|
||||
url_poster: https://api.mediux.pro/assets/139e4895-5861-404d-83f7-54aea7229516
|
||||
12914: # Stargate: Continuum (2008) Poster by fwlolx on MediUX. https://mediux.pro/sets/11017
|
||||
url_poster: https://api.mediux.pro/assets/07475fa5-7343-4bdd-8168-4e9daa0a9404
|
||||
2164: # Stargate (1994) Poster by fwlolx on MediUX. https://mediux.pro/sets/11016
|
||||
url_poster: https://api.mediux.pro/assets/c00b20fd-b6a4-4d55-a097-237b03f81fc9
|
||||
339552: # TVDB id for Stargate Origins. Set by fwlolx on MediUX. https://mediux.pro/sets/11013
|
||||
url_poster: https://api.mediux.pro/assets/b4e23d5a-5313-4f7d-b619-047c94e23e60
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/9d417ca3-0638-4d99-8bfd-60d246a1f493
|
||||
83237: # TVDB id for Stargate Universe. Set by fwlolx on MediUX. https://mediux.pro/sets/11012
|
||||
url_poster: https://api.mediux.pro/assets/97ee2205-3807-467b-a190-982adf101c5b
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/12114a5b-7dd0-44dd-acd5-a4eeb81ca766
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/3d21c6b2-8196-4606-9235-98e9d0aee4f7
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/6402afec-2e07-4d6b-ace5-8342d65ccc5b
|
||||
70851: # TVDB id for Stargate Atlantis. Set by fwlolx on MediUX. https://mediux.pro/sets/11011
|
||||
url_poster: https://api.mediux.pro/assets/755db585-04e3-4217-a942-462782727487
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/abc56243-2132-4224-b735-1868b1ada3c7
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/be878cb8-6cc3-4fb2-9291-8159fc6e9a58
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/3369b79f-7cc6-416d-8c3f-7de308e812e0
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/1faaa39f-26a1-4bf1-8aa6-2d9501c191c3
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/a65e4320-c3ef-4151-82cd-e34f299eafc7
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/72f6e086-e16b-4af9-977d-cb0716b27989
|
||||
72449: # TVDB id for Stargate SG-1. Set by fwlolx on MediUX. https://mediux.pro/sets/11010
|
||||
url_poster: https://api.mediux.pro/assets/32f985d4-de65-4f39-859d-7bdccd1249a6
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/0403deb9-9cdf-4562-a3e0-927b12398059
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a4c764e9-ced0-4729-87c7-0ae262960721
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/1f97c901-0586-4a55-8fcc-d9913c9e8e7f
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/7a3441c7-ffe4-45d0-9778-00b458b25b5d
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e5925471-e445-43c5-b01f-3b4e46f9ed09
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/b2ab4246-4483-47e1-9b9e-24243440f1d3
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/bad8446d-65dc-4158-9b41-71e51a50df9e
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/b5086d9f-4b1a-45ee-b74e-4090c7320001
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/c0c4d772-bc2e-44a6-8300-b371bf09fee0
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/2bd76a1c-ac2f-410a-aa29-55a02d97aa39
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/4304feaa-da0c-4dd5-9a28-5977b5c5bdca
|
||||
@@ -21,11 +21,11 @@ metadata:
|
||||
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
|
||||
392573: # TVDB id for Shōgun. Set by fwlolx on MediUX. https://mediux.pro/sets/8735
|
||||
url_poster: https://api.mediux.pro/assets/bd44e5af-a84d-403d-8dbc-4a3dfb08f552
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/57911f9e-7367-44c3-a330-a3313e5a3ea5
|
||||
url_poster: https://api.mediux.pro/assets/22837d8c-0af4-4490-89ea-4f6834a9d7ff
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/7d7f9541-c8c3-4185-9f16-8a4c3946c26d
|
||||
@@ -963,3 +963,981 @@ metadata:
|
||||
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
|
||||
416744: # TVDB id for Fallout. Set by stayk on MediUX. https://mediux.pro/sets/17937
|
||||
url_poster: https://api.mediux.pro/assets/17ee2e86-d38a-41e4-8cc5-9abe295908be
|
||||
url_background: https://api.mediux.pro/assets/ed7033d0-3bcf-4449-bcba-72721e00ac9c
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/d40e75a1-159e-43cf-aaa7-d62ed808fa1b
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f1e5afcb-6fa3-48d4-b555-d819b58f0468
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/511d4810-5539-4010-934b-07bf274f0fd8
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/1f4f827b-20d9-486e-b91d-60c057a9de32
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/acc74d90-7772-4cde-b2ed-b90b15b4d4c7
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/15cb71b5-9900-405d-97c8-b4a672b4694c
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/17ef1b74-9641-4353-b374-0c56ce01ce8b
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/78effa18-1dce-42b1-aa9c-b449db7403eb
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/a365f75e-5561-4226-ae01-eea50d12b65c
|
||||
269586: # TVDB id for Brooklyn Nine-Nine. Set by TheMedeusa on MediUX. https://mediux.pro/sets/13519
|
||||
url_poster: https://api.mediux.pro/assets/513718fc-2c28-4f26-8516-01c359084cbf
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/23f3dca5-2e97-4f2d-82f2-f4737399c15d
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/ebae2137-1251-43a1-9153-32c525e3cb6b
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/41ea3c0c-338d-4217-9498-d8eab212ef58
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/d0ed5876-66eb-4cde-8097-40d46a0179f0
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/57cabb87-c9b3-4c01-9742-846a80c05ad8
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/74e764c8-62f3-4031-948b-207972d60715
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/a8992088-fdc0-48c7-a7f6-7384ad3bb61f
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/878880b0-d803-4d83-be8a-340ba80e8262
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/95f2e52e-23c2-4e28-916b-9e3b82cd3729
|
||||
80379: # TVDB id for The Big Bang Theory. Set by RuviLev on MediUX. https://mediux.pro/sets/7777
|
||||
url_poster: https://api.mediux.pro/assets/183e4409-1dbd-4b22-afb7-f7111687e90c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/75b32b6f-0fee-4acd-ac31-0edd0a153ab9
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/7050d4f1-4f72-405c-b9d0-d2ac7a0cd480
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/d449e508-2e68-4e53-98c8-d88e4ce6f7e0
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/f98d15cf-aa6d-4479-b1ca-7222b6723cd2
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/68cffc26-c381-40a2-957a-3949ee800d4a
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/f21cb4da-2e97-4a98-b8ae-8c75545ff634
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/55e231d9-5e11-44b4-9a2f-bcb7ae5122a8
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/c76acd93-2637-4a57-b73b-5ea0a56b566a
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/ed7e6d07-789a-48fa-86df-575a349afd2a
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/c8cd3ad9-370c-4730-8903-ae274ad2cd1b
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/f1d21188-e41a-4cfe-a3bb-580765ff14a4
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/ae492b7a-971e-48f6-b9e5-0ecf844f6eef
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/a34ea7ce-e651-437e-a8b9-3946235054e4
|
||||
399731: # TVDB id for Yellowjackets. Set by Kwickflix on MediUX. https://mediux.pro/sets/15128
|
||||
seasons:
|
||||
1:
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f3feb4ee-b05a-4f41-86b8-6ee77962a177
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/16895c02-f494-411a-a28c-be38bcf05f43
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/b2e3ccd7-d512-489c-a75e-d7eaeaf4bb7d
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/214e3fdd-e09a-48ca-8ffa-5d8c84ef832f
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/c57fed3e-016c-4ef7-b6a0-33fe80fbbcf1
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/2b5559f1-0d5f-42e8-91ef-70557a3900b5
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/50ccb3f9-be67-455b-bbd8-ca95992ebd26
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/7eec456f-8248-4277-ae40-8b5293e03c22
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/b383a6e5-bfcf-4eb3-abdc-e4179df81b36
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/531b1bc0-22f7-43f5-ab24-a5d9e50e1053
|
||||
2:
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/153c3270-a61a-4e24-80fa-9ed1b1fead43
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/e132b953-6b4c-470d-9860-7111879bb9d7
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/c6beaf11-bdf9-408e-a393-3fff414db504
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/107178e4-91d8-443e-a87c-8f8b6cf15dcc
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/7d476dc7-afb5-4c42-9260-828598de3715
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/4d389f4f-9f7c-45c5-884e-725b3f953bdc
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/717963ef-2c0b-4756-a68d-6121078db5d0
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/78efdbd2-e996-47b2-a5d4-c188efc53cfe
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/77d4853e-d2f4-44e9-bc61-11d32ef523e8
|
||||
355567: # TVDB id for The Boys. Set by willtong93 on MediUX. https://mediux.pro/sets/5023
|
||||
url_poster: https://api.mediux.pro/assets/feee76cc-af5d-4c44-ab5b-a2a1c491049c
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/d15abb9f-6ae3-4089-b3ab-f94ccd125b34
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8994f4e8-94d7-4145-8ea6-800cbddccdc4
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/0d78b3f4-fffd-4e42-87ea-9843efe9073a
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/2124daf4-a149-4f40-8b18-96137eda53e9
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/ac37073f-e5a3-40f3-bd53-0f0956df710e
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/820241a8-0565-49c3-8e8c-05e1ad02d7c0
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/0404b540-acc5-4392-bec0-c2bd23c5c21d
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/533e16d7-3bda-46f4-9d1f-f065a627c0c6
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/a60b6804-d435-4319-939d-29a9df7d22a4
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/9661aa72-75a5-427c-b5a9-56578389a5fb
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/562a90d4-ca5f-445c-b4ad-739683adb36a
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/f9ca42e7-71a4-41d6-9361-127307b1839d
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/39e0aeaf-b073-44ba-8b53-ae168fb3e867
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/518b866a-e9f5-4187-a01d-6a5f7f65b832
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/b846acbb-e9b4-44b6-b664-a8d00dd9d91b
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/0dbd15c8-375f-416e-a0c6-4f493ca697a4
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/4c4194a4-3285-4c38-8ffd-730fa643eb70
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/52b73a3f-7f5a-437d-9494-d25cc0d104cf
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/3f2087dc-ef1e-4d20-abac-18ecc809bd7b
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/35ee0cb8-b63d-4dd4-bcff-c89a80c581c2
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/4c01a162-a431-44a8-ac2b-b4104fee2f05
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/21adf5bf-21c8-43b7-a24a-077d4b2c5168
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e101d8ae-a8a0-4ad4-9c97-7f7651dd4910
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/e0a84653-b39f-42e7-a250-4e0670c86a42
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/1a7cc673-100a-46ed-9586-836c7e7a800f
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/757603b3-36f7-4e49-ba9c-05257426af16
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/14685d7d-f5ea-41dc-b387-4c52622142dd
|
||||
413188: # TVDB id for The Boys Presents: Diabolical. Set by Recker_Man on MediUX. https://mediux.pro/sets/14958
|
||||
url_poster: https://api.mediux.pro/assets/70914f7d-88b3-4026-8158-a9f2f0cea1fb
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/b1d66e7c-3525-4913-beeb-c19208c85669
|
||||
338903: # TVDB id for Derry Girls. Set by fwlolx on MediUX. https://mediux.pro/sets/17663
|
||||
url_poster: https://api.mediux.pro/assets/0864ad04-6c03-47be-b58f-bfe00c49cdd7
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/af221350-6eea-4878-b74a-804d901546de
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/3587dfd7-24f5-45fc-9fd2-7a0a86c3b4cf
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/3ac24c03-c28b-4b9e-98df-989898efd6a9
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/cab85f0d-b5b7-4bd6-9a8b-7952bd67f078
|
||||
193131: # TVDB id for Downton Abbey. Set by fwlolx on MediUX. https://mediux.pro/sets/11022
|
||||
url_poster: https://api.mediux.pro/assets/e2a3cd00-933b-469c-84b8-57b55c3c68d8
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/31b26a64-51a7-4a12-845e-8b8b45da90d1
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/d5b2c9d1-1d5c-4365-9132-99d52a72bb69
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/cdd61462-b295-4c89-ba38-7255dfcbb7e6
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/de5ac543-90fc-42b3-834b-383a7613492c
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/f0594ef7-4066-4059-8425-0423276b7802
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/85198755-1fc3-4038-b3c2-215675f417e8
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/07fefc44-7bf9-40c6-b55c-246b9c37cebd
|
||||
75660: # TVDB id for Extras. Set by cynibro on MediUX. https://mediux.pro/sets/15496
|
||||
url_poster: https://api.mediux.pro/assets/126ae7a2-a917-446e-b808-cdc5eabad5f2
|
||||
url_background: https://api.mediux.pro/assets/eed6e457-5d66-4e2d-9f93-d084e41fcca9
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/dde0a02f-6026-440a-a797-a4f6d6223ebd
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/d7747a47-bd16-46e2-8a13-b998d4bd9e7e
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/e848381c-4af0-4d98-bf67-a5fb097b98c2
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/4f20dd38-25ad-4176-9108-5d3f9ff2f4ff
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/af92f989-893c-42d6-b67b-ac9d14115f8c
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/bb8df8b9-22f9-4785-a791-fa7ac8330544
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/d451014e-3e9f-4e12-b06d-0ddc4a6c516f
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/d3267b51-db11-4783-94f6-364426ab690c
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/cd093c38-2b68-4040-a191-929a7f1f2db0
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/90c67118-1058-460b-a0f7-fb273ed143f8
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f5b67054-8b19-4be5-9357-07c5c25707a1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/9bb3f9d9-c712-4369-b277-17d64575d44b
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/a26b635b-9f0a-46d9-b08d-235c9a91c290
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/58239bd8-c680-452b-b9c7-7c35dba60d13
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/8700213e-1e21-467c-ba9f-592974d085ca
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/9982cb43-a6d6-4d3e-b4f5-c91e3e60631f
|
||||
78874: # TVDB id for Firefly. Set by fwlolx on MediUX. https://mediux.pro/sets/17807
|
||||
url_poster: https://api.mediux.pro/assets/2eea1fa7-80c9-4931-80da-2d64cf112784
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/27135e6f-522c-416b-adbf-12b4f2cb754a
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/016911fd-f620-4ec8-b49b-1bf12a155cd7
|
||||
314614: # TVDB id for Fleabag. Set by binGhzal on MediUX. https://mediux.pro/sets/19970
|
||||
url_poster: https://api.mediux.pro/assets/e128e138-c97d-4bfd-beec-625c7093d2cd
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/0d7106c9-275e-4a60-9170-396747814ca5
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/fa8273b2-bac6-4da2-81a1-bacfa29ef3d9
|
||||
417909: # TVDB id for Gen V. Set by willtong93 on MediUX. https://mediux.pro/sets/5496
|
||||
url_poster: https://api.mediux.pro/assets/4d334f7a-e9d7-4921-bd6d-868a4e792465
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/90eb907a-ddfd-482b-b6ce-fe46824ab24e
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f052eff6-f979-4c9d-a77d-547c32dbbc8a
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/a40f53d3-4a2d-471f-b35d-37aaa1a483ec
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/e5908f48-0a5d-4f27-b4e5-54d2604aaf8f
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/571e8f6d-915a-4271-b0f3-8821343d55e1
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/ea8a562b-03a7-40ba-9996-5f8c26d82375
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/52b1db80-473b-44e2-9878-de5a56e185f6
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/02513265-b4cc-450d-8785-eea541e40da7
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/46c4002b-b977-4c99-bbd7-a7b28a26bf64
|
||||
359569: # TVDB id for Good Omens. Set by TheMedeusa on MediUX. https://mediux.pro/sets/14626
|
||||
url_poster: https://api.mediux.pro/assets/272775da-6f1f-415f-928d-92f44c3fafb1
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/2489155d-551d-4823-b3b4-aa07d3f08e96
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/3ce4cd8c-5750-44cd-893c-7a09c34fba48
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/f54ed22e-23f5-42b9-bdc5-77efbb910646
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/69637a4a-aeb5-4498-867f-7d172709a6fc
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/20b41c0f-908c-4232-a500-8e4dbe9213ab
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/348d7132-7e5b-4325-aeaf-9f463561f911
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/23169445-f59d-4ff8-99ef-12c24b2083d8
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/2141c4b2-079f-47d6-9b33-205e769a5454
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/59f8dd7e-40c1-41ff-84de-f97b5b2288a1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/c2c6eac0-75fc-4058-8a82-70ed86383052
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/c1796f20-8a20-4c7f-abc1-967418bca6f9
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/ca8fb297-9033-4161-a2f0-cb2f2ef71529
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/aec6fb11-0ab3-4455-9517-adf7cc01a3ec
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/730abd3c-6173-4e46-ae98-9d05fd682180
|
||||
351504: # TVDB id for Good Trouble. Set by fwlolx on MediUX. https://mediux.pro/sets/11054
|
||||
url_poster: https://api.mediux.pro/assets/910d7a11-a23a-4901-9648-fad6ebef2c13
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/34a2c2b5-4e22-480e-aa3b-1892a985559d
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/2b8ad1c6-3841-4734-8cf4-5ecf7fbe042c
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/ef1ff134-2078-4b5c-88a3-dc1c32189447
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e64f8655-d870-4efb-88f9-9013b1b81196
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/1b8dd3d9-7db9-486d-9e38-3001387efab6
|
||||
|
||||
73762: # TVDB id for Grey's Anatomy. Set by RuviLev on MediUX. https://mediux.pro/sets/14940
|
||||
url_poster: https://api.mediux.pro/assets/da87b34c-0dba-4c36-868c-fb950f114831
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/f5dc5622-a214-4738-beb3-219586200e6e
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a64dbba4-bc99-437a-9c45-98230a87ff6f
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/b1e4e23f-2562-4d61-9a3b-15a23ea1aaa8
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/986b6be4-4c45-4f24-8cbd-b0dbe1ec10e3
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/5a410849-b74f-4133-8bef-3f7b822631fb
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/533e86a1-3556-4f19-92cf-22a0f49e12f5
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/ad7c0c28-d1a4-475e-a1e7-2b71a9ae9596
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/77b620d8-3ad9-49cb-b5c2-37d7b24aa01d
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/072ecc48-d635-403d-8352-5c2a11d039dd
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/c582b8cc-d28c-4dbf-be9e-4135dec2b665
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/8e9e0130-49f0-4567-8c20-f4a6b556476c
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/49c4ebf3-b5db-4ed0-9e1f-d6606db53ad3
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/b9818b5f-912b-4b6e-ab08-7cc2006bc35f
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/5d0b96b4-1e1b-4ea8-9bfa-70eb7e9d964b
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/3da291a0-8ccb-44f5-b00e-c4db850e06f4
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/e881f545-6b13-44e1-a4b7-cc192d798fbc
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/62bdc8bc-d0a0-414e-a69a-e3381605abe9
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/a7f76f78-bee1-4964-8014-de216aafb4b0
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/692cc33a-bc97-46a7-a1e1-4e1cbb159fd1
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/8915bc26-9e76-4bf5-a9d8-2388b6448b15
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/5e9d7e60-f9dd-4d6c-8ba0-32bfec5b173a
|
||||
396115: # TVDB id for Heartbreak High. Set by fwlolx on MediUX. https://mediux.pro/sets/15997
|
||||
url_poster: https://api.mediux.pro/assets/35d2ad04-c009-4045-ace3-5f2a3436d2f6
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/1c7fb2e7-45f8-4734-a83e-d76e6f3b3871
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/6a64400f-e672-4934-b147-3572a666203e
|
||||
401513: # TVDB id for How I Met Your Father. Set by RuviLev on MediUX. https://mediux.pro/sets/7768
|
||||
url_poster: https://api.mediux.pro/assets/882e80e8-1451-445f-ad1f-07f757bfeff9
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8829e433-9ab0-44f8-b8a3-90c3f70afcb1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/8480c9c4-0c6d-41af-9437-0aad068fd334
|
||||
75760: # TVDB id for How I Met Your Mother. Set by fwlolx on MediUX. https://mediux.pro/sets/16018
|
||||
url_poster: https://api.mediux.pro/assets/c2319f93-ff7a-499d-b327-40c1c3e842fb
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/e7cd62cd-77d8-4f35-b1c2-a13b463cf0ff
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8ba60e26-22fa-42c5-9648-cec62e0d1d17
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/dd59ae83-0246-4ad9-9b66-948b6dd94f87
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/28e8394f-00ce-4ea7-8284-32d2417b93f6
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/76e42adf-7d1b-4b1e-97f3-caa08d728db5
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/80387826-fd7c-4536-9f2b-094e4ac8782d
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/6253471b-6b04-495a-a3b3-8c77d81ec4fc
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/c0200214-2c2b-482c-860d-a15393f86218
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/2ee6f9f8-e946-4617-b26c-4d857ad81367
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/a794dcab-6e59-4102-92ce-a0d7366de5f5
|
||||
269654: # TVDB id for Once Upon a Time in Wonderland. Set by fwlolx on MediUX. https://mediux.pro/sets/19768
|
||||
url_poster: https://api.mediux.pro/assets/d132c8f1-01ca-4fc4-a967-ee3f7927acf9
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/16f9127b-26a1-47f8-b6a9-a29c1fc287f2
|
||||
248835: # TVDB id for Once Upon a Time. Set by fwlolx on MediUX. https://mediux.pro/sets/19767
|
||||
url_poster: https://api.mediux.pro/assets/0de36fb3-6810-43ff-bcba-445a0ddc9d7d
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/06a656b7-54a5-4f55-b8be-4abbcac7b9b2
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/55d73b40-e572-4346-8b7c-1ac6b2dbdcd3
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/e6cd6f71-4dbe-4340-92c8-698d1afea6a1
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/247c1cb9-56f8-4580-bf75-f425d8508d23
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/25621a74-062e-4385-9801-4793cd28e876
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/be7ab471-f5e3-458f-a46d-8e2a01f813c6
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/8b243dca-2b80-4136-b82d-78131e2b6c73
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/d61a0f93-25de-48e8-9dfe-96cb574fdc9c
|
||||
390093: # TVDB id for Our Flag Means Death. Set by fwlolx on MediUX. https://mediux.pro/sets/19799
|
||||
url_poster: https://api.mediux.pro/assets/5b004e54-0bb5-439d-8bc7-80c8c2bc7ddf
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c3264020-1ae9-440e-a6d0-966c11fd505a
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/2b02ad44-5fe2-46fe-9f41-ca36f84ca27f
|
||||
399959: # TVDB id for Only Murders in the Building. Set by fwlolx on MediUX. https://mediux.pro/sets/19797
|
||||
url_poster: https://api.mediux.pro/assets/84f56a11-b191-42f3-9d11-3d58a5468325
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/36a0f713-6cd4-42e2-b9b9-e68f179e9b63
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/a8a90af2-b23f-4a90-b645-3b88c03b03b0
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/66d532e0-7d20-4b81-a306-517308ad3f6d
|
||||
342818: # TVDB id for Miracle Workers. Set by fwlolx on MediUX. https://mediux.pro/sets/19399
|
||||
url_poster: https://api.mediux.pro/assets/8d60dbf0-e65f-45fa-8ffa-e436cedd3c6a
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/7ff34783-f5f4-4461-889a-781b37e5c1b1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/b0bf9806-7d93-437a-b1c4-1ac5acdfb718
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/467bfda2-bd4b-463b-8e53-1e4737db1f4e
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/c91f1d9f-9ec3-4994-b8f5-1f0d4d99c91c
|
||||
438996: # TVDB id for Barbie: A Touch of Magic. Set by fwlolx on MediUX. https://mediux.pro/sets/13726
|
||||
url_poster: https://api.mediux.pro/assets/f47b301a-b344-4bf6-81a8-29b9edeebb6e
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/aa24e465-7413-4955-a891-447d03a4a433
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/4f14d3b5-4c1e-4d46-ba2a-88bcdc3b5abc
|
||||
366668: # TVDB id for Bridgerton. Set by fwlolx on MediUX. https://mediux.pro/sets/18741
|
||||
url_poster: https://api.mediux.pro/assets/82d49c3e-263b-45a0-95e4-3f4f967c4a7a
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c8f308a9-657c-487b-adbb-194a633a37da
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f24fcc12-7a0a-4344-be12-feb00d0861a2
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/7d8d0495-82d0-4970-b156-f0697ac4f1ba
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/6ac04e3a-a80b-4bca-bb65-27ccc7cbd86c
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/3b149f20-c1c5-4918-9d74-d75628510531
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/e00426c1-5a15-4299-8a44-cd31998a6240
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/40f37d63-d1f4-490e-9175-ef5cea47b2a7
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/04355485-f95c-4f9b-80d9-cf86092efca9
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/0ae806e5-4084-4bb1-a141-0c67863597c1
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/8108fe87-ec8c-45c7-ba9d-e85e69b351f0
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/5b33308f-a09e-4d12-a961-bc13a6ce8ba9
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/7c8adf8a-a870-41d3-9559-e4290f5e72b5
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/f9ce2ac8-a88b-47c6-944b-2e140767ae11
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/b8997497-889f-4bc9-92f8-f4e416be1685
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/fb6da90d-3370-47ba-ae73-2745758e16b1
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/a878c274-2759-4cf5-8cf3-eac014ab2347
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/4eddb84f-25da-4043-a85c-7efb88859fee
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/c29c8efc-1677-4c44-8d3b-7be87ff1f9f5
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/213a8e7c-6102-4c5a-81dd-00db055c45dd
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/5b36ac9e-1825-4965-8e9c-e41a79b6b998
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/ed7b126a-d173-4cb4-b8c7-0f686ec14750
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/77f74d70-5427-4e6e-a2aa-3a53a84d16f0
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e5ba6512-8074-4981-bb7f-da72d5de9ce1
|
||||
|
||||
389085: # TVDB id for Pretty Little Liars: Original Sin. Set by fwlolx on MediUX. https://mediux.pro/sets/18738
|
||||
url_poster: https://api.mediux.pro/assets/da90dfbf-8a6f-4b46-bb1e-23a3bff7c723
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c98c4dcd-bd20-43d2-b41e-c27cb771eb81
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/c4afd116-db93-4ea1-afc6-41657aa0e673
|
||||
358590: # TVDB id for Pretty Little Liars: The Perfectionists. Set by fwlolx on MediUX. https://mediux.pro/sets/18737
|
||||
url_poster: https://api.mediux.pro/assets/1282ed61-9b7a-45f4-9854-d5d382882d0a
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8c6f1c85-f385-4041-b8ed-592f76664d1d
|
||||
146711: # TVDB id for Pretty Little Liars. Set by fwlolx on MediUX. https://mediux.pro/sets/18736
|
||||
url_poster: https://api.mediux.pro/assets/5f2d5985-9816-4c4f-94e9-8f5f4a702a72
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/f411eed7-111d-4d47-9dc1-c890027e19a1
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/3ba31356-a2a3-455b-81d0-33872f019e5c
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/8bbb0044-33e4-461f-83be-56559fe3dbf5
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/bac087a1-495f-441a-8304-74a1baf95a27
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/7ad0bd0f-8d6e-4ab0-890b-67c4ff3bc38c
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/a0a14ac9-ac52-4756-a8cf-f26c974c3521
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/b207bd13-e7df-4b17-9687-1432f51e0a8d
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/013629dc-2e43-4586-8ba3-4179899cedb4
|
||||
340959: # TVDB id for Killing Eve. Set by fwlolx on MediUX. https://mediux.pro/sets/17907
|
||||
url_poster: https://api.mediux.pro/assets/de71dde6-1602-4834-b3fd-0a58e04c3eba
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/e50d1f49-6e35-4410-b400-da6a2e70b3df
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/b3858cd9-90e0-49fb-b2da-2fffd87e2bec
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/2ea290a8-fad6-4b41-931e-50ae94460c1b
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/fa484ec7-6afb-486e-bae4-f960d7d1ce2d
|
||||
432093: # TVDB id for Jury Duty. Set by fwlolx on MediUX. https://mediux.pro/sets/17842
|
||||
url_poster: https://api.mediux.pro/assets/81ff2eba-e759-4fb1-aee9-6f3ec37439e7
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/44aaf4a9-6d62-402b-97f9-64f2f1d49d18
|
||||
281621: # TVDB id for Jane the Virgin. Set by fwlolx on MediUX. https://mediux.pro/sets/17831
|
||||
url_poster: https://api.mediux.pro/assets/12b6667f-579f-4ba5-90c4-74e2479a1f87
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8ceda3c2-48b6-4340-b83c-c73f470438fc
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/80b47694-2ae8-433d-ab94-0b8dfd4e4f40
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/7cd59d30-fd0d-4da3-95d0-5c5e53cdc763
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/76280a21-3cdc-4ef6-8ac8-10063e940524
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/3ed63823-9fc7-431d-a4b3-751032f6c38f
|
||||
399877: # TVDB id for Inside Man. Set by fwlolx on MediUX. https://mediux.pro/sets/17829
|
||||
url_poster: https://api.mediux.pro/assets/69ccd27b-b3cc-4bcc-8680-e9570cbc019c
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/23c4f381-e005-439a-82bd-be6c2fa0eb93
|
||||
78929: # TVDB id for Dinotopia. Set by fwlolx on MediUX. https://mediux.pro/sets/17665
|
||||
url_poster: https://api.mediux.pro/assets/5b3e21f8-222b-48bb-b4e3-439d72dd6a4c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/5684445a-ca39-4a65-a7ef-093befb1ff9a
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/971c6bb3-c2dc-4c86-9d7b-9ad0b785433a
|
||||
322971: # TVDB id for Anne with an E. Set by fwlolx on MediUX. https://mediux.pro/sets/17625
|
||||
url_poster: https://api.mediux.pro/assets/342f4d6f-d0c2-4c69-975a-3881df1dc323
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/dc65a8af-7042-4ef4-a4df-e63383fa4c50
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/7bfc0d97-8e54-4a3d-a5e8-7638927d400e
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/b32dfc61-7270-40d8-8143-362811474249
|
||||
75692: # TVDB id for Law & Order: Special Victims Unit. Set by fwlolx on MediUX. https://mediux.pro/sets/17575
|
||||
url_poster: https://api.mediux.pro/assets/a36122b9-dc01-419a-a7e2-05d175f93d5c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/e2709b70-ecee-4943-82d1-7e4578073479
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8456f661-47e9-48eb-a857-594519df3925
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/317e0bde-855f-49c9-963c-1158d31e3320
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/3417c008-1e16-4f5e-a092-34cc375bacc1
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/e7211338-992a-4820-bdb3-ede598506a3e
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/6a0dbf3d-3feb-4b0d-aef3-dfc6101d3a34
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/257b48d5-830e-4691-861a-22e5a4e1311b
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/c927c8b8-80b5-430c-8a2f-df917cfed51a
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/257bd9f3-71f8-47fe-8aee-e933b36d4e09
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/ca659d3d-a40e-494d-b327-f2d6f17bdc94
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/e287f806-2eff-493c-969f-288ec3cbd592
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/37f08e27-abd0-4f67-9a9f-4a08f02bf8af
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/1a7eaa39-996f-4c90-9e91-b8b2f019394e
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/262bc15a-e864-46ce-b942-9eba581ab90a
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/188cb1a4-3f66-4db1-8ba3-d9f722d7427c
|
||||
15:
|
||||
url_poster: https://api.mediux.pro/assets/05addbb1-560c-431f-ae21-c413879d4782
|
||||
16:
|
||||
url_poster: https://api.mediux.pro/assets/18e5aeb1-36dd-4819-ba6d-f2c308aa1f8b
|
||||
17:
|
||||
url_poster: https://api.mediux.pro/assets/8956c6c0-7bdd-4d31-90cc-67a990f385bc
|
||||
18:
|
||||
url_poster: https://api.mediux.pro/assets/68cdee37-c8d5-431d-a94a-69f6005acd9e
|
||||
19:
|
||||
url_poster: https://api.mediux.pro/assets/8313fd75-5186-43d3-b185-5ddc19876b76
|
||||
20:
|
||||
url_poster: https://api.mediux.pro/assets/e1f575e2-db7f-4754-af2f-5f68d5a710d2
|
||||
21:
|
||||
url_poster: https://api.mediux.pro/assets/24435c8c-8c73-4aec-9302-f887572a7f96
|
||||
22:
|
||||
url_poster: https://api.mediux.pro/assets/6476a3c7-fb47-424e-881d-4d7d3bbe7d03
|
||||
23:
|
||||
url_poster: https://api.mediux.pro/assets/5d3bd870-c2e1-438e-8bbf-7e09e078181f
|
||||
24:
|
||||
url_poster: https://api.mediux.pro/assets/f317b3a6-8874-4000-9d16-984957bb439c
|
||||
25:
|
||||
url_poster: https://api.mediux.pro/assets/d8fdf550-1c5f-44c3-93df-14d4b401ad0d
|
||||
395679: # TVDB id for High School. Set by fwlolx on MediUX. https://mediux.pro/sets/16001
|
||||
url_poster: https://api.mediux.pro/assets/0a3a913a-4644-4bc8-995a-4553f60bec42
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/2725d442-28db-4822-a1f6-1e380efb40dc
|
||||
360261: # TVDB id for Euphoria. Set by fwlolx on MediUX. https://mediux.pro/sets/14705
|
||||
url_poster: https://api.mediux.pro/assets/b7d85fb8-d310-4a8c-bef2-7dbcf94d2101
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/de6aa670-14b6-4358-8c8e-fe4328f1c285
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/6ca54495-7969-4c4c-a396-708ad3f3d6d6
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/fc86df10-6965-43e0-a217-3b7786b3b9e7
|
||||
371929: # TVDB id for Dr. Death. Set by fwlolx on MediUX. https://mediux.pro/sets/14403
|
||||
url_poster: https://api.mediux.pro/assets/1385a13f-8bec-4251-9691-dbad3c6aa216
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/76fe5fab-2f2f-4698-9462-b740d7163ece
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/0a91c9d2-9f76-49ca-be27-b63832524674
|
||||
361857: # TVDB id for Dead to Me. Set by fwlolx on MediUX. https://mediux.pro/sets/14184
|
||||
url_poster: https://api.mediux.pro/assets/c6e64b66-2155-49f9-b984-e3ea732bea8e
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/09e5b9c4-315b-497c-8d22-712b7166791c
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/03c400d8-1c21-41cb-adde-ace3d0ba1efb
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/c5164991-589d-4dbc-809c-317e3b91c11f
|
||||
397385: # Cunk on Shakespeare (2016) Poster by fwlolx on MediUX. https://mediux.pro/sets/14166
|
||||
url_poster: https://api.mediux.pro/assets/9eb2a545-6a65-45e5-b05f-b924317da949
|
||||
431605: # Cunk on Christmas (2016) Poster by fwlolx on MediUX. https://mediux.pro/sets/14165
|
||||
url_poster: https://api.mediux.pro/assets/cb7d9fdf-74db-455f-9d55-f9f3125a06d0
|
||||
339732: # TVDB id for Cunk on.... Set by fwlolx on MediUX. https://mediux.pro/sets/14164
|
||||
url_poster: https://api.mediux.pro/assets/5c8f247b-5a9d-4c47-9698-3598506ee8ba
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/263d244e-389c-43a6-af83-6218ebff070e
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/9067ffca-0fa5-4023-8308-210ad3f4ee25
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/609c6915-c9e2-4866-86e5-a85a7bea2b68
|
||||
403091: # TVDB id for Class of '07. Set by fwlolx on MediUX. https://mediux.pro/sets/13938
|
||||
url_poster: https://api.mediux.pro/assets/82af901c-7557-48c2-9f31-b26709eefde1
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/d86eabf8-8879-40ad-a628-75a110ea1bd3
|
||||
320737: # TVDB id for Workin' Moms. Set by fwlolx on MediUX. https://mediux.pro/sets/12205
|
||||
url_poster: https://api.mediux.pro/assets/ea9c92a5-edbd-4fd7-9b46-c894821c3ea0
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/40611ab4-114b-4fb5-84d7-d6f8252332ea
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/4f03a2d5-4e68-44eb-8e43-0db6e94cc469
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/ed23e90a-0593-4ea0-9bd4-6d61fbc16889
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/aa8eb103-b76a-4653-af98-8c262326f581
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/5161d075-34a9-4936-92dd-5391463c9833
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/735217a9-961d-4436-ac2f-9a9b352e8718
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/6302a928-724c-4f34-b179-2a518ff970ca
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/384fe059-baf3-4b9d-8a1d-2481a6c94caa
|
||||
376472: # TVDB id for Alice in Borderland. Set by fwlolx on MediUX. https://mediux.pro/sets/12167
|
||||
url_poster: https://api.mediux.pro/assets/66942509-bdb2-4a36-84ef-bb70842449b6
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/58f60f66-d1f5-4623-a714-0ee0bce5f003
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/90779c89-d071-4e95-a28f-03758c5db6b9
|
||||
311954: # TVDB id for Riverdale. Set by fwlolx on MediUX. https://mediux.pro/sets/12147
|
||||
url_poster: https://api.mediux.pro/assets/e19ddd27-3cfa-4412-a94c-64e5d972840b
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/23409948-d315-4f21-b3eb-bc1ab62b1117
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/43b149a7-28de-4d8d-a917-02d7c035875c
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/34885a1f-b63c-485c-893c-511418507b4b
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/b276670d-0657-4290-b789-1259c5f08d04
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/da01b409-0280-483b-908c-0af689c9059d
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/d1127dd2-ccaa-4568-ae95-f7ce59fbc7f1
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/ec292abf-cd56-4b95-a6f6-5e7616893a92
|
||||
311987: # TVDB id for Gilmore Girls: A Year in the Life. Set by fwlolx on MediUX. https://mediux.pro/sets/12125
|
||||
url_poster: https://api.mediux.pro/assets/89d1b531-f633-41ec-aa14-afb3eaa3b770
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/662c2cd8-db3f-4075-915a-29a991a693da
|
||||
76568: # TVDB id for Gilmore Girls. Set by fwlolx on MediUX. https://mediux.pro/sets/12121
|
||||
url_poster: https://api.mediux.pro/assets/9e6bf694-71e9-40e8-8bb7-d396bcf5016a
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/7571f1c2-7f0d-4e68-97fb-6a77dc7ed510
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f9f64050-0ece-4fd3-b483-a12bb0dda54e
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/85d50a93-0d08-4757-9946-10413a0f9357
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/1ea2058d-c194-4979-aaa5-69d822b418b4
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/c47a731d-7534-4293-bf91-accfabcaf10a
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/dfb13992-646c-4108-837c-b8114f2c40b6
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/14555eaf-b0a2-484d-a260-ee588e81c4dc
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/79c9658e-6963-4c4d-aebb-8db04cf9dcc3
|
||||
364477: # TVDB id for The L Word: Generation Q. Set by fwlolx on MediUX. https://mediux.pro/sets/12089
|
||||
url_poster: https://api.mediux.pro/assets/16e262d2-16e4-41d5-a18a-1d8ea1aa7bce
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/0269ab03-580b-4896-be8a-2eb1d84a09aa
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/b6dcf422-bac3-46e9-8dd8-1489fa1abd1f
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/e08e0b3e-c9d1-4ad8-a13a-d96c8febb84e
|
||||
72477: # TVDB id for The L Word. Set by fwlolx on MediUX. https://mediux.pro/sets/12088
|
||||
url_poster: https://api.mediux.pro/assets/a24cbe06-de6d-4f7f-b29e-197d8395d62a
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/05813a99-1605-4a9a-8eb1-6f197bd0563f
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/24ef3ef3-3e91-44e7-ae57-19502d35bc1e
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/c5e0dd0d-f58d-4ca4-8e77-b02963475168
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/a46d8e81-8d8a-4dda-ac7f-facbc475a2e3
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/a0ce4bfb-0cb7-41f1-a2ee-9d63137e79d7
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/dacb0594-ec6b-4930-90de-e70a2147c601
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/2600b894-38d6-4e3a-b43b-2c21f230aead
|
||||
366211: # TVDB id for The Sandman. Set by fwlolx on MediUX. https://mediux.pro/sets/11912
|
||||
url_poster: https://api.mediux.pro/assets/ee55a2a8-75dd-4dc7-8d60-ecfb8cc99dc1
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/4d986f7d-6919-4f0d-91bb-cdde4da77b2b
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/0783e280-e5ed-4ce1-82f2-25251aa9e41e
|
||||
372700: # TVDB id for Vikings: Valhalla. Set by fwlolx on MediUX. https://mediux.pro/sets/11047
|
||||
url_poster: https://api.mediux.pro/assets/a63d554d-9ea7-4f8d-b0bd-2000384d9301
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/7011b73a-7783-4dd4-ab72-c49801e5d366
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/f2d5eb77-7bfa-4601-96e3-20eb8f88aa72
|
||||
260449: # TVDB id for Vikings. Set by fwlolx on MediUX. https://mediux.pro/sets/11046
|
||||
url_poster: https://api.mediux.pro/assets/be70703f-25bf-406e-9a02-e458e3a8e364
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/0eda0438-5ddf-4c6e-bb70-9627603cf10d
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/87185a8f-5fc6-4b47-a05c-11e6f62d38e7
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/441e064b-7456-4b6a-9085-7ed44e767353
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/80c649ad-1eef-4fff-b879-adb5a45acd54
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/b357207b-b042-4503-9c81-305b51a927b9
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/8a992d04-b6ba-48f3-af77-bf3f14fa7de9
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/9a66d872-f432-4a14-875a-323bc65a4b89
|
||||
820446: # Downton Abbey: A New Era (2022) Poster by fwlolx on MediUX. https://mediux.pro/sets/11024
|
||||
url_poster: https://api.mediux.pro/assets/120192fa-c976-4362-9062-e8e7eb201747
|
||||
355730: # TVDB id for The Wheel of Time. Set by fwlolx on MediUX. https://mediux.pro/sets/10655
|
||||
url_poster: https://api.mediux.pro/assets/243b59df-0b15-450c-bce8-ff74285bd1fc
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/801b31a6-6380-4cdc-af58-d50aec7c44ac
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/5c1a742e-bef8-49ea-95b7-8e7b491e6a16
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/ffc77be9-0856-4363-9f2f-b8776c8ac08a
|
||||
393192: # TVDB id for Willow. Set by fwlolx on MediUX. https://mediux.pro/sets/10620
|
||||
url_poster: https://api.mediux.pro/assets/8d822418-9d48-4c1f-a502-fa0695b457f3
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/bed79d32-3f0a-4347-8f7b-31b1cbb01c82
|
||||
427464: # TVDB id for The Walking Dead: Daryl Dixon. Set by fwlolx on MediUX. https://mediux.pro/sets/8781
|
||||
url_poster: https://api.mediux.pro/assets/6795f2d4-d18b-48a7-82db-2089e12c620d
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a2cf587d-8774-4499-aadf-b866867d8184
|
||||
417549: # TVDB id for The Walking Dead: Dead City. Set by fwlolx on MediUX. https://mediux.pro/sets/8779
|
||||
url_poster: https://api.mediux.pro/assets/c3568759-595b-4a29-a663-6a42b039b491
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/8f491b93-00a4-4c4e-abcf-68a6231bd5fa
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/41acef48-2b96-4063-88fd-8891c141c784
|
||||
290853: # TVDB id for Fear the Walking Dead. Set by fwlolx on MediUX. https://mediux.pro/sets/8778
|
||||
url_poster: https://api.mediux.pro/assets/1d372b9e-13f8-4a0b-b178-e4c75d501a3c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/b0d21afa-ebb4-431a-98dd-dae6e1ec1e91
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/1eaa57c1-2258-433f-8b0e-f23f8db4d5af
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/9b060a4c-6b99-4a8e-b065-c1a0f4523198
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/d6e23b9b-5102-4164-9e42-d56b7948b659
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/68f1c50a-b887-4942-9df9-5b937f201af6
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/3cb9f208-081a-4240-b24a-16a1a5946acf
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/19c50044-fc77-4f9a-9c90-f12046e076e6
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/bb77310d-efe8-4d71-b80b-a0f6c378a617
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/a627da42-c877-4076-bdcc-c478145af227
|
||||
411314: # TVDB id for Tales of the Walking Dead. Set by fwlolx on MediUX. https://mediux.pro/sets/8774
|
||||
url_poster: https://api.mediux.pro/assets/baf2c970-9070-4f63-8725-37da02609217
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/bebec310-4b06-489e-b091-e91c555541be
|
||||
153021: # TVDB id for The Walking Dead. Set by fwlolx on MediUX. https://mediux.pro/sets/8759
|
||||
url_poster: https://api.mediux.pro/assets/1bb389a5-8c7a-450e-a3ce-4c85559a3b10
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/f480fe22-938f-4301-bd84-a9dab25330f3
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/1ace5be6-650e-436b-9a8f-74bfe86d1289
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/412da2bc-ea86-442d-9495-e8bb6b230db4
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/62012375-68a6-4790-a053-edaf1ed3c232
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/0ec2bdff-f58c-4849-9247-8277e5e37fc5
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/bdcbb2bd-720a-4c46-af70-2135bb052819
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/d9344769-a037-4151-ae21-4bdc2da694e4
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/d2b67fc2-d646-414f-ab85-a5a1341b7dc7
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/4ad4aa64-b16f-4d14-a478-9c6b7fe5ef93
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/725840a9-f121-469f-bb82-c98c05f7ad12
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/01e5860b-73c9-44f6-85b9-ca3d34f9dcc0
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/56734cdd-1948-49d8-aa73-2179c9102cd6
|
||||
427202: # TVDB id for The Walking Dead: The Ones Who Live. Set by fwlolx on MediUX. https://mediux.pro/sets/8772
|
||||
url_poster: https://api.mediux.pro/assets/fcc4a683-905e-4701-a819-b41fa7df3e9d
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/6e54ab96-8488-4673-865b-12148229e303
|
||||
328634: # TVDB id for The Good Doctor. Set by fwlolx on MediUX. https://mediux.pro/sets/8742
|
||||
url_poster: https://api.mediux.pro/assets/649f8225-77d8-4a06-81ff-e7cc9c72e510
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/e745e081-a579-4185-b569-eb58e0dd3b02
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/06ca8ec6-85ea-4f3a-9a1e-29998d00cfa6
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/63795077-040c-4ba8-ac38-c1bc7469db5c
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/5a0e12ba-2d1a-4c30-984a-53da53cf9901
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/7edc6040-a8a1-4fee-afce-9ea1ee7a4398
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/a29ac3f4-164e-4c04-8c9e-d97dca40ab0d
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/41a74d46-a56b-4b0f-80e1-41731c20ee94
|
||||
392768: # TVDB id for Bump. Set by fwlolx on MediUX. https://mediux.pro/sets/8622
|
||||
url_poster: https://api.mediux.pro/assets/dac48333-c961-4c4c-b1fd-14ab0486fcb8
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a868e3df-ceef-4d75-90cd-aa4703353585
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/95872039-3b4d-4672-95e2-2108419213ff
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/1329fb15-5c12-4874-b987-3c262ddb0746
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/8c205a39-61a0-44ed-996d-3b5a300728f5
|
||||
255192: # TVDB id for Call the Midwife. Set by fwlolx on MediUX. https://mediux.pro/sets/8621
|
||||
url_poster: https://api.mediux.pro/assets/b97e8f48-c87d-4185-81e2-b47819b05be8
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/e1bc7647-3e81-4aa3-8c25-adfb1d0981bf
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/bb9cdf96-8184-4814-9e18-2e1e0603c219
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/40fb5c24-bec3-45c6-a145-bd3374f00cf7
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/dd1af43f-c281-4e6c-8535-b6c505162252
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/0f24b110-c57e-49ef-9dc6-dee5eb1ba105
|
||||
5:
|
||||
url_poster: https://api.mediux.pro/assets/d0c45e0c-dfaf-4693-883f-06adb3361a48
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/180ccc7a-dd52-4526-92fb-7c82efbc6e77
|
||||
7:
|
||||
url_poster: https://api.mediux.pro/assets/b6d7051a-1fb4-490a-840e-b5fc8747a1a2
|
||||
8:
|
||||
url_poster: https://api.mediux.pro/assets/6e66e774-f123-4eb7-b15d-20f75e3520a0
|
||||
9:
|
||||
url_poster: https://api.mediux.pro/assets/3363b7d6-addc-4559-be2d-8d3d713c7d31
|
||||
10:
|
||||
url_poster: https://api.mediux.pro/assets/4a99b3e0-c23e-47a8-b332-5656305cd182
|
||||
11:
|
||||
url_poster: https://api.mediux.pro/assets/2ed697fb-3ef4-44ab-8d1a-fdbc67d97879
|
||||
12:
|
||||
url_poster: https://api.mediux.pro/assets/c337ff07-5133-4ae0-8f09-b049c2e1af8b
|
||||
13:
|
||||
url_poster: https://api.mediux.pro/assets/a6d5cee6-f032-4350-8707-f1637ed1f316
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
metadata:
|
||||
78804: # TVDB id for Doctor Who. Set by willtong93 on MediUX. https://mediux.pro/sets/17377
|
||||
url_poster: https://api.mediux.pro/assets/17546d98-c0d5-44b9-a285-5715e1047c83
|
||||
url_background: https://api.mediux.pro/assets/d4fe5a24-bf98-4562-9696-b1fd666829fb
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/ec38a366-984f-4228-bb7d-0de1d4556a76
|
||||
@@ -379,6 +380,16 @@ metadata:
|
||||
url_poster: https://api.mediux.pro/assets/4472658c-119a-4b6e-b8de-32f7bf0e55c3
|
||||
6:
|
||||
url_poster: https://api.mediux.pro/assets/6e64349c-dde2-4849-9736-1b35c8febf35
|
||||
14:
|
||||
url_poster: https://api.mediux.pro/assets/b72109a5-a148-4295-8b6c-2b451656e67e
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/2a3bf285-cb2e-4a37-940e-2ef0b6f70850
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/612ccc2e-27f6-4790-a6dd-df62ff2db86c
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/87297317-25e4-4496-931f-f336f0ffa8ca
|
||||
|
||||
76107: # TVDB id for Doctor Who. Set by Recker_Man on MediUX. https://mediux.pro/sets/9407
|
||||
url_poster: https://api.mediux.pro/assets/539ef0e4-fe18-498d-959f-9ba5f33b6ae7
|
||||
seasons:
|
||||
@@ -1077,17 +1088,27 @@ metadata:
|
||||
url_poster: https://api.mediux.pro/assets/efc592b2-5481-4949-9477-ed43fc1a5c5d
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/c4b95a13-39d6-41e0-9e4d-828d4d112776
|
||||
448305: # TVDB id for Doctor Who. Set by IdentityTheft on MediUX. https://mediux.pro/sets/17548
|
||||
url_poster: https://api.mediux.pro/assets/baf7770a-ca52-45f6-b9e6-118e0c607ce0
|
||||
449991: # TVDB id for Doctor Who. Set by willtong93 on MediUX. https://mediux.pro/sets/20147
|
||||
url_poster: https://api.mediux.pro/assets/e996bcf8-0ca0-4abc-8a41-a3def5dbf351
|
||||
url_background: https://api.mediux.pro/assets/98821ee0-55c7-4f25-bd51-70731db31248
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/aedfaf8d-e15d-487b-a2ef-b3d39e835ed6
|
||||
url_poster: https://api.mediux.pro/assets/ad437a27-12f8-4ddd-bc62-1c7e9f315055
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/578e04c0-6aea-4d10-b5df-b820ca19b886
|
||||
url_poster: https://api.mediux.pro/assets/b5fbda1c-b210-4938-9ed0-ad883f062a34
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/aad143bd-f8da-4eef-a843-3a43627998e2
|
||||
url_poster: https://api.mediux.pro/assets/6a9238dc-c237-4371-9578-46d6cd0961da
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/a179788c-8923-4e63-9eea-cd9d4d998f43
|
||||
url_poster: https://api.mediux.pro/assets/46d6aa21-19c0-4d31-b665-ff76936ac4a8
|
||||
4:
|
||||
url_poster: https://api.mediux.pro/assets/7c3279cf-e8de-474b-87a8-130e76d32932
|
||||
url_poster: https://api.mediux.pro/assets/8563b01c-e4c2-469a-b529-b69a76ec6aae
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a88214ab-5e9e-420f-a256-1f6409cd25c2
|
||||
episodes:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/472c78b3-df9d-4033-aa4b-58c424a0423d
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/082464e5-3725-424e-a308-c60356ff8694
|
||||
3:
|
||||
url_poster: https://api.mediux.pro/assets/3dee4768-e53a-4900-8ded-e5277a82689b
|
||||
|
||||
89
ladywhiskers/metadata_folders/meidux_attenbourough.yml
Normal file
89
ladywhiskers/metadata_folders/meidux_attenbourough.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
metadata:
|
||||
438710: # TVDB id for Secret World of Sound with David Attenborough. Set by fwlolx on MediUX. https://mediux.pro/sets/14127
|
||||
url_poster: https://api.mediux.pro/assets/e07388ac-491e-41d6-8d75-621e64388280
|
||||
418505: # TVDB id for Prehistoric Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11880
|
||||
url_poster: https://api.mediux.pro/assets/389813b5-7341-4fa0-b92d-fd1d415e5781
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/264b92d9-1594-4729-9197-809453b5e746
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/b3dc32d0-52d0-4c37-b912-582164d96dec
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/847512e2-0a15-47df-9f71-a5ca2211ccff
|
||||
355229: # TVDB id for Our Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11877
|
||||
url_poster: https://api.mediux.pro/assets/e5bfef9f-2124-446d-bc3e-146f8640f8ae
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/a26e8494-8e71-4566-a168-216fea55a27e
|
||||
2:
|
||||
url_poster: https://api.mediux.pro/assets/aa8d3ff8-8876-49e6-9908-5adb4745ee65
|
||||
359250: # TVDB id for The Green Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11876
|
||||
url_poster: https://api.mediux.pro/assets/21d90bfb-fe01-4eca-b80d-39a62c580413
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/ef1d2153-b718-4c9a-8624-09026b93f83e
|
||||
417395: # TVDB id for Frozen Planet II. Set by fwlolx on MediUX. https://mediux.pro/sets/11874
|
||||
url_poster: https://api.mediux.pro/assets/b488cd94-0b59-4e4d-9c4c-ec1da70f7471
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/58e43702-79cd-494b-9f5b-dee1b1314e12
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/f70f29a6-44fd-47ff-a76b-4e16acf90530
|
||||
251418: # TVDB id for Frozen Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11871
|
||||
url_poster: https://api.mediux.pro/assets/a54850a8-ed8c-4578-8ded-47a71e9dbd8e
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/75ac8f6b-8cd6-4e85-b6ac-614b8f0dd0e2
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/0a56db01-89cf-4b3c-813e-efc3e019fb78
|
||||
330942: # TVDB id for Blue Planet II. Set by fwlolx on MediUX. https://mediux.pro/sets/11869
|
||||
url_poster: https://api.mediux.pro/assets/87a1f661-457d-4736-a41c-9dca16ca751c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/a66038f3-507e-45d4-844d-12f10659ddb8
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/e76df251-7f2f-4787-b48f-ac06e06cb853
|
||||
74372: # TVDB id for The Blue Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11866
|
||||
url_poster: https://api.mediux.pro/assets/92dbac59-d1fa-4b1b-9f80-62f0033bcf83
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/ab0c31b0-f1ff-4ed4-bdf0-83d1b7628de2
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c3b927d3-bc9e-478e-837b-ee9d14c9b65b
|
||||
359365: # TVDB id for A Perfect Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11864
|
||||
url_poster: https://api.mediux.pro/assets/67e48086-49a0-4273-8ae3-19ea570e708b
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/6b654da6-9355-4922-b363-fc5cd9157ac2
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/b045213e-1069-4482-baba-6cf60a6b790c
|
||||
413197: # TVDB id for Planet Earth III. Set by fwlolx on MediUX. https://mediux.pro/sets/11863
|
||||
url_poster: https://api.mediux.pro/assets/bbbf9a8e-ec78-4221-8352-11a931179af9
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/5c234eea-c133-4efc-959d-d732cee9414a
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8c871212-950a-4605-bfb2-41b8099ee213
|
||||
318408: # TVDB id for Planet Earth II. Set by fwlolx on MediUX. https://mediux.pro/sets/11860
|
||||
url_poster: https://api.mediux.pro/assets/ae5eacb2-b7df-41a2-a20f-f9fc378b92eb
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/71013416-fe4b-425d-a510-e8f60f0c744e
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/de2728b2-2941-46b7-804f-5cd7ff244dc8
|
||||
79257: # TVDB id for Planet Earth. Set by fwlolx on MediUX. https://mediux.pro/sets/11857
|
||||
url_poster: https://api.mediux.pro/assets/2df2b201-007f-4c9e-8847-a847727da29c
|
||||
seasons:
|
||||
0:
|
||||
url_poster: https://api.mediux.pro/assets/16c4bcf2-d2e7-4367-8522-21e3b9377a70
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/8650f2a9-36dc-4bb5-bfa6-794266f9df66
|
||||
823800: # Planet Earth: A Celebration (2020) Poster by fwlolx on MediUX. https://mediux.pro/sets/11887
|
||||
url_poster: https://api.mediux.pro/assets/cec32635-1b80-4510-beee-23367d985af2
|
||||
621561: # Our Planet: Behind The Scenes (2019) Poster by fwlolx on MediUX. https://mediux.pro/sets/11885
|
||||
url_poster: https://api.mediux.pro/assets/6f1f27e1-8dd1-4621-9c0e-327fd2e2c8e6
|
||||
359251: # TVDB id for Seven Worlds, One Planet. Set by fwlolx on MediUX. https://mediux.pro/sets/11882
|
||||
url_poster: https://api.mediux.pro/assets/996e7ed0-8efe-40d7-bb01-7978ddbc33b9
|
||||
seasons:
|
||||
1:
|
||||
url_poster: https://api.mediux.pro/assets/c9cf1ffe-47bc-4a95-8643-331f633e90ad
|
||||
@@ -21,22 +21,7 @@ templates:
|
||||
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
||||
schedule: monthly(01)
|
||||
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:
|
||||
1001 Movies You Must See Before You Die:
|
||||
template: {name: Collection, poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/1001%20Movies%20You%20Must%20See%20Before%20You%20Die.jpg}
|
||||
trakt_list: https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
|
||||
collection_order: release.desc
|
||||
schedule: daily
|
||||
visible_home: range(01/01-12/31)
|
||||
visible_shared: range(01/01-12/31)
|
||||
Rotten Tomatoes Best All-Time:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
|
||||
sync_mode: sync
|
||||
|
||||
@@ -8,21 +8,22 @@ collections:
|
||||
sync_mode: sync
|
||||
sort_title: "!0001_<<collection_name>>"
|
||||
collection_mode: show
|
||||
visible_home: true
|
||||
Movies to Watch with Britty:
|
||||
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: show
|
||||
visible_home: range(01/01-12/31)
|
||||
visible_shared: range(01/01-12/31)
|
||||
sort_title: "!0001_<<collection_name>>"
|
||||
Bec's Watchlist:
|
||||
trakt_userlist:
|
||||
userlist: watchlist
|
||||
user: polkadotteapot
|
||||
sort_by: released
|
||||
collection_order: custom
|
||||
Bec's Best Becommendations:
|
||||
trakt_list: https://trakt.tv/users/fuschaitea/lists/recommendations-by-bec
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
collection_mode: show
|
||||
sort_title: "!0002_<<collection_name>>"
|
||||
visible_home: range(01/01-12/31)
|
||||
visible_shared: range(01/01-12/31)
|
||||
🍿 What Movie Should I Watch?:
|
||||
smart_filter:
|
||||
sort_by: random
|
||||
@@ -36,3 +37,8 @@ collections:
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
schedule: weekly(wednesday)
|
||||
Julia Donaldson:
|
||||
smart_filter:
|
||||
all:
|
||||
writer: tmdb
|
||||
tmdb_person: 592851
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
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
|
||||
3769
ladywhiskers/music/Music-Genre.yml
Normal file
3769
ladywhiskers/music/Music-Genre.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ templates:
|
||||
url_poster: <<poster>>
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
sort_title: "!060_<<collection_name>>"
|
||||
sort_title: "!050_<<collection_name>>"
|
||||
collections:
|
||||
Attenborough:
|
||||
template: {name: Collection}
|
||||
@@ -17,4 +17,4 @@ collections:
|
||||
filter:
|
||||
actor: David Attenborough
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Franchises/main/Attenborough.jpg
|
||||
summary: Collection of David Attenborough TV Shows.
|
||||
summary: Collection of David Attenborough TV Shows.
|
||||
|
||||
@@ -1,138 +0,0 @@
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +1_<<num>><<collection_name>>
|
||||
sync_mode: sync
|
||||
network:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +2_<<collection_name>>
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
#######################################################
|
||||
# Charts #
|
||||
#######################################################
|
||||
|
||||
######################################################
|
||||
# TV Series #
|
||||
######################################################
|
||||
Naruto:
|
||||
tmdb_show: 46260
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
Naruto Shippuden:
|
||||
tmdb_show: 31910
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
A&E:
|
||||
template:
|
||||
name: network
|
||||
network: "129, 2639, 3688"
|
||||
ABC:
|
||||
template:
|
||||
name: network
|
||||
network: "2, 75, 2791"
|
||||
schedule: weekly(sunday)
|
||||
Adult Swim:
|
||||
template:
|
||||
name: network
|
||||
network: "80"
|
||||
Apple+:
|
||||
template:
|
||||
name: network
|
||||
network: "2552"
|
||||
Amazon:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
AMC:
|
||||
template:
|
||||
name: network
|
||||
network: "174, 4661"
|
||||
Cartoon Network:
|
||||
template:
|
||||
name: network
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
CBS:
|
||||
template:
|
||||
name: network
|
||||
network: "16, 2528, 1709, 2621"
|
||||
schedule: weekly(sunday)
|
||||
Cinemax:
|
||||
template:
|
||||
name: network
|
||||
network: "359"
|
||||
Discovery:
|
||||
template:
|
||||
name: network
|
||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
Disney+:
|
||||
template:
|
||||
name: network
|
||||
network: "2739, 2919"
|
||||
Fox:
|
||||
template:
|
||||
name: network
|
||||
network: "19"
|
||||
Freeform:
|
||||
template:
|
||||
name: network
|
||||
network: "1267"
|
||||
FX:
|
||||
template:
|
||||
name: network
|
||||
network: "88"
|
||||
FXX:
|
||||
template:
|
||||
name: network
|
||||
network: "1035"
|
||||
HBO:
|
||||
template:
|
||||
name: network
|
||||
network: "49, 2593, 3186, 3308"
|
||||
HGTV:
|
||||
template:
|
||||
name: network
|
||||
network: "210"
|
||||
Hulu:
|
||||
template:
|
||||
name: network
|
||||
network: "453"
|
||||
National Geographic:
|
||||
template:
|
||||
name: network
|
||||
network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
Netflix:
|
||||
template:
|
||||
name: network
|
||||
network: "213"
|
||||
schedule: weekly(sunday)
|
||||
Prime Video:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
Showtime:
|
||||
template:
|
||||
name: network
|
||||
network: "67"
|
||||
Starz:
|
||||
template:
|
||||
name: network
|
||||
network: "318, 758, 4906"
|
||||
Syfy:
|
||||
template:
|
||||
name: network
|
||||
network: "77, 3701"
|
||||
TBS:
|
||||
template:
|
||||
name: network
|
||||
network: "68, 160, 4888"
|
||||
YouTube:
|
||||
template:
|
||||
name: network
|
||||
network: "247, 1436, 4869"
|
||||
@@ -9,107 +9,14 @@ templates:
|
||||
sort_title: +2_<<collection_name>>
|
||||
sync_mode: sync
|
||||
|
||||
######################################################
|
||||
# Charts #
|
||||
######################################################
|
||||
# Collections listed here are simply to add custom assets
|
||||
collections:
|
||||
|
||||
######################################################
|
||||
# TV Series #
|
||||
######################################################
|
||||
Paw Patrol:
|
||||
tmdb_show: 57532
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
|
||||
sync_mode: append # must be append when using 'build_collection: false'
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
A&E:
|
||||
template:
|
||||
name: network
|
||||
network: "129, 2639, 3688"
|
||||
ABC:
|
||||
template:
|
||||
name: network
|
||||
network: "2, 75, 2791"
|
||||
Adult Swim:
|
||||
template:
|
||||
name: network
|
||||
network: 80
|
||||
Apple+:
|
||||
template:
|
||||
name: network
|
||||
network: 2552
|
||||
AMC:
|
||||
template:
|
||||
name: network
|
||||
network: "174, 4661"
|
||||
Cartoon Network:
|
||||
template:
|
||||
name: network
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
Cinemax:
|
||||
template:
|
||||
name: network
|
||||
network: 359
|
||||
Discovery:
|
||||
template:
|
||||
name: network
|
||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
Disney+:
|
||||
template:
|
||||
name: network
|
||||
network: "2739, 2919"
|
||||
FX:
|
||||
template:
|
||||
name: network
|
||||
network: 88
|
||||
FXX:
|
||||
template:
|
||||
name: network
|
||||
network: 1035
|
||||
HBO:
|
||||
template:
|
||||
name: network
|
||||
network: "49, 2593, 3186, 3308"
|
||||
HGTV:
|
||||
template:
|
||||
name: network
|
||||
network: 210
|
||||
Hulu:
|
||||
template:
|
||||
name: network
|
||||
network: 453
|
||||
National Geographic:
|
||||
template:
|
||||
name: network
|
||||
network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
Netflix:
|
||||
template:
|
||||
name: network
|
||||
network: 213
|
||||
Prime Video:
|
||||
template:
|
||||
name: network
|
||||
network: 1024
|
||||
Showtime:
|
||||
template:
|
||||
name: network
|
||||
network: 67
|
||||
Starz:
|
||||
template:
|
||||
name: network
|
||||
network: "318, 758, 4906"
|
||||
Syfy:
|
||||
template:
|
||||
name: network
|
||||
network: "77, 3701"
|
||||
TBS:
|
||||
template:
|
||||
name: network
|
||||
network: "68, 160, 4888"
|
||||
YouTube:
|
||||
template:
|
||||
name: network
|
||||
network: "247, 1436, 4869"
|
||||
# Removed in favor of PMM default; "- pmm: network"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,65 +0,0 @@
|
||||
templates:
|
||||
Resolution:
|
||||
optional:
|
||||
- overlay_level
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
collection_level: <<overlay_level>>
|
||||
overlay:
|
||||
name: <<overlay_name>>
|
||||
git: PMM/overlays/images/<<overlay>>
|
||||
group: res
|
||||
weight: <<weight>>
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
|
||||
4K-DV:
|
||||
default:
|
||||
4K: true
|
||||
DV: true
|
||||
allowed_library_types: <<4K>>, <<DV>>
|
||||
|
||||
4K-HDR:
|
||||
default:
|
||||
4K: true
|
||||
HDR: true
|
||||
allowed_library_types: <<4K>>, <<HDR>>
|
||||
|
||||
4K_banner:
|
||||
default:
|
||||
4K_banner: false
|
||||
allowed_library_types: <<4K_banner>>
|
||||
|
||||
4K:
|
||||
default:
|
||||
4K: false
|
||||
allowed_library_types: <<4K>>
|
||||
|
||||
overlays:
|
||||
4K_banner:
|
||||
template:
|
||||
name: 4K_banner
|
||||
overlay:
|
||||
name: 4K_banner
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4K'
|
||||
4K:
|
||||
template:
|
||||
name: 4K
|
||||
overlay:
|
||||
name: 4K
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
plex_search:
|
||||
type: episodes
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4K'
|
||||
@@ -1,234 +1,371 @@
|
||||
libraries: # Library mappings must have a colon (:) placed after them
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/json-schema/config-schema.json
|
||||
|
||||
libraries:
|
||||
4K Movies:
|
||||
report_path: /config/reports/4kmovies.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
operations:
|
||||
mass_critic_rating_update: mdb_tomatoesaudience
|
||||
assets_for_all: true
|
||||
split_duplicates: true
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/Movies.yml
|
||||
schedule: weekly(sunday)
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
schedule: weekly(monday)
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
schedule: weekly(tuesday)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
- pmm: other_chart #StevenLu's Popular and Top 10 Pirated
|
||||
schedule: weekly(wednesday)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
use_anidb: false
|
||||
use_commonsense: false
|
||||
- pmm: imdb #IMDb Top 250
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: oscars # Oscar winners for the last 5 years
|
||||
schedule: monthly(15)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: seasonal # Create holiday collections that follow schedules
|
||||
schedule: weekly(thursday)
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_easter: false
|
||||
use_mother: false
|
||||
use_memorial: false
|
||||
use_father: false
|
||||
use_labor: false
|
||||
- pmm: decade # "Best of" by decade
|
||||
schedule: weekly(friday)
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
overlay_path:
|
||||
- pmm: resolution # Add a "4K Ultra HD" banner to poster
|
||||
template_variables:
|
||||
file: overlays\4K.png
|
||||
use_edition: false
|
||||
use_1080p: false
|
||||
use_720p: false
|
||||
use_576p: false
|
||||
use_480p: false
|
||||
use_dv: false
|
||||
use_hdr: false
|
||||
- pmm: ribbon # Oscars/IMDB top 250
|
||||
template_variables:
|
||||
use_rotten: false
|
||||
use_metacritic: false
|
||||
use_common: false
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/movies.yml
|
||||
schedule: weekly(sunday)
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
|
||||
- default: content_rating_cs
|
||||
template_variables:
|
||||
item_label: kids
|
||||
include:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/movie/decade/
|
||||
- default: decade
|
||||
schedule: weekly(friday)
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# StevenLu's Popular, Top 10 Pirated, and Common Sense - https://kometa.wiki/en/latest/defaults/chart/other/
|
||||
- default: other_chart
|
||||
schedule: weekly(wednesday)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_stevenlu: true
|
||||
use_commonsense: true
|
||||
use_pirated: true
|
||||
# Oscar winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/oscars/
|
||||
- default: oscars
|
||||
schedule: monthly(15)
|
||||
template_variables:
|
||||
use_best_picture: false
|
||||
use_best_director: false
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# Create seasonal collections based on holidays - https://kometa.wiki/en/latest/defaults/movie/seasonal/
|
||||
- default: seasonal
|
||||
schedule: weekly(thursday)
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_all: false
|
||||
use_years: true
|
||||
use_valentine: true
|
||||
use_patrick: true
|
||||
use_easter: true
|
||||
use_mother: true
|
||||
use_independence: true
|
||||
use_halloween: true
|
||||
use_veteran: true
|
||||
use_thanksgiving: true
|
||||
use_christmas: true
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
schedule: weekly(monday)
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of movies Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top movies Watched on Plex for the last week."
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
overlay_files:
|
||||
- reapply_overlays: false
|
||||
# Add a 4K* + Edition to the top left - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
radarr:
|
||||
url: http://radarr4k:7878
|
||||
url: 'http://radarr4k:7878'
|
||||
token: <redacted>
|
||||
root_folder_path: /mnt/unionfs/media/4kmovies
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile: Ultra-HD
|
||||
tag:
|
||||
tag: kometa
|
||||
search: false
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
upgrade_existing: true
|
||||
radarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
radarr_path: null
|
||||
plex_path: null
|
||||
ignore_cache: false
|
||||
monitor_existing: false
|
||||
Movies:
|
||||
report_path: /config/reports/movies.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
operations:
|
||||
mass_critic_rating_update: mdb_tomatoesaudience
|
||||
assets_for_all: true
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/Movies.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
- pmm: other_chart #StevenLu's Popular and Top 10 Pirated
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
use_anidb: false
|
||||
use_commonsense: false
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: oscars # Oscar winners for the last 5 years
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
- pmm: seasonal # Create holiday collections that follow schedules
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_easter: false
|
||||
use_mother: false
|
||||
use_memorial: false
|
||||
use_father: false
|
||||
use_labor: false
|
||||
- pmm: decade # "Best of" by decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
overlay_path:
|
||||
- pmm: ribbon # Oscars/IMDB top 250
|
||||
template_variables:
|
||||
use_rotten: false
|
||||
use_metacritic: false
|
||||
use_common: false
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/movies.yml
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
|
||||
- default: content_rating_cs
|
||||
template_variables:
|
||||
sort_by: title.asc
|
||||
item_label: kids
|
||||
include:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/movie/decade/
|
||||
- default: decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
schedule: monthly(30)
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# Oscar winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/oscars/
|
||||
- default: oscars
|
||||
template_variables:
|
||||
use_best_picture: false
|
||||
use_best_director: false
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# StevenLu's Popular, Top 10 Pirated, and Common Sense - https://kometa.wiki/en/latest/defaults/chart/other/
|
||||
- default: other_chart
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_stevenlu: true
|
||||
use_commonsense: true
|
||||
use_pirated: true
|
||||
# Create seasonal collections based on holidays - https://kometa.wiki/en/latest/defaults/movie/seasonal/
|
||||
- default: seasonal
|
||||
schedule: weekly(thursday)
|
||||
template_variables:
|
||||
limit: 100
|
||||
use_all: false
|
||||
use_years: true
|
||||
use_valentine: true
|
||||
use_patrick: true
|
||||
use_easter: true
|
||||
use_mother: true
|
||||
use_independence: true
|
||||
use_halloween: true
|
||||
use_veteran: true
|
||||
use_thanksgiving: true
|
||||
use_christmas: true
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of movies Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top movies Watched on Plex for the last week."
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
overlay_files:
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
4K TV Shows:
|
||||
report_path: /config/reports/4ktvshows.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
- config/assets/tvshows
|
||||
- config/assets/tvshow_collections
|
||||
operations:
|
||||
#assets_for_all: true
|
||||
mass_critic_rating_update: tmdb
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/TV Shows.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
- pmm: show/decade # "Best of" by decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
overlay_path:
|
||||
- pmm: resolution # Add a small "4K UHD" image in the top left corner
|
||||
template_variables:
|
||||
use_edition: false
|
||||
use_1080p: false
|
||||
use_720p: false
|
||||
use_576p: false
|
||||
use_480p: false
|
||||
use_dv: false
|
||||
use_hdr: false
|
||||
- pmm: ribbon # Oscars/IMDB top 250
|
||||
template_variables:
|
||||
use_rotten: false
|
||||
use_metacritic: false
|
||||
use_common: false
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/tvshows.yml
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of shows Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top shows Watched on Plex for the last week."
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/show/decade/
|
||||
- default: decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
- default: network
|
||||
overlay_files:
|
||||
# Add a banner to the top of the show poster that states whether the show is airing, returning, cancelled, or ended - https://kometa.wiki/en/latest/defaults/overlays/status/
|
||||
- default: status
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
vertical_offset: 0
|
||||
horizontal_offset: 0
|
||||
back_height: 85
|
||||
back_width: 1100
|
||||
font: config/fonts/Avenir_95_Black.ttf
|
||||
font_size: 60
|
||||
back_color_airing: '#016920'
|
||||
back_color_returning: '#81007F'
|
||||
back_color_canceled: '#B52222'
|
||||
back_color_ended: '#000847'
|
||||
# Add a 4K* to the top left of the show poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a 4K* to the top left of the season poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
builder_level: season
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a 4K* to the top left of the episode poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
|
||||
- default: resolution
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
use_all: false
|
||||
use_edition: true
|
||||
use_4k: true
|
||||
use_4k_hdr: true
|
||||
use_4k_dv: true
|
||||
use_4k_plus: true
|
||||
use_4k_dvhdr: true
|
||||
use_4k_dvhdrplus: true
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
sonarr:
|
||||
url: http://sonarr4k:8989
|
||||
url: 'http://sonarr4k:8989'
|
||||
token: <redacted>
|
||||
root_folder_path: /mnt/unionfs/media/4ktvshows
|
||||
monitor: all
|
||||
@@ -236,127 +373,174 @@ libraries: # Library mappings must have a c
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag:
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
upgrade_existing: true
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
sonarr_path: null
|
||||
plex_path: null
|
||||
ignore_cache: false
|
||||
TV Shows:
|
||||
report_path: /config/reports/tvshows.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
- config/assets/tvshows
|
||||
- config/assets/tvshow_collections
|
||||
operations:
|
||||
#assets_for_all: true
|
||||
mass_critic_rating_update: tmdb
|
||||
assets_for_all: true
|
||||
delete_collections:
|
||||
unmanaged: true
|
||||
unconfigured: true
|
||||
managed: false
|
||||
configured: false
|
||||
less: 3
|
||||
template_variables: # Disable the separator for collections
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/TV Shows.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
sonarr_add_missing: true
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
template_variables:
|
||||
radarr_add_missing: true
|
||||
Anime:
|
||||
settings:
|
||||
#assets_for_all: true
|
||||
asset_directory: config/assets/anime
|
||||
template_variables: # Disable the separator for collections
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/Anime.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
- pmm: emmy # Emmy winners for the last 5 years
|
||||
template_variables:
|
||||
use_year_collections: false
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
sonarr:
|
||||
root_folder_path: /mnt/unionfs/media/anime
|
||||
series_type: anime
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/tvshows.yml
|
||||
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
|
||||
- default: basic
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of shows Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top shows Watched on Plex for the last week."
|
||||
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
|
||||
- default: imdb
|
||||
schedule: monthly(1)
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_top: true
|
||||
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
|
||||
- default: trakt
|
||||
template_variables:
|
||||
limit: 20
|
||||
use_all: false
|
||||
use_popular: true
|
||||
use_trending: true
|
||||
use_watched: true
|
||||
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
|
||||
- default: emmy
|
||||
template_variables:
|
||||
data:
|
||||
starting: current_year-5
|
||||
ending: current_year-1
|
||||
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/show/decade/
|
||||
- default: decade
|
||||
template_variables:
|
||||
limit: 20
|
||||
exclude:
|
||||
- 1920
|
||||
- 1930
|
||||
- 1940
|
||||
- 1950
|
||||
- 1960
|
||||
- default: network
|
||||
overlay_files:
|
||||
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
|
||||
- default: ribbon
|
||||
template_variables:
|
||||
use_all: false
|
||||
use_oscars: true
|
||||
use_emmys: true
|
||||
use_imdb: true
|
||||
# Add a banner to the top of the show poster that states whether the show is airing, returning, cancelled, or ended - https://kometa.wiki/en/latest/defaults/overlays/status/
|
||||
- default: status
|
||||
template_variables:
|
||||
horizontal_align: center
|
||||
vertical_align: top
|
||||
vertical_offset: 0
|
||||
horizontal_offset: 0
|
||||
back_height: 85
|
||||
back_width: 1100
|
||||
font: config/fonts/Avenir_95_Black.ttf
|
||||
font_size: 60
|
||||
back_color_airing: '#016920'
|
||||
back_color_returning: '#81007F'
|
||||
back_color_canceled: '#B52222'
|
||||
back_color_ended: '#000847'
|
||||
Kid's TV:
|
||||
report_path: /config/reports/kidstv.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
- config/assets/tvshows
|
||||
- config/assets/tvshow_collections
|
||||
operations:
|
||||
#assets_for_all: true
|
||||
mass_critic_rating_update: tmdb
|
||||
template_variables: # Disable the separator for collections
|
||||
assets_for_all: true
|
||||
mass_content_rating_update: mdb_commonsense
|
||||
template_variables:
|
||||
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
|
||||
use_separator: false
|
||||
metadata_path:
|
||||
- file: config/KidsTV.yml
|
||||
- pmm: tautulli # Plex popular/most watched
|
||||
- pmm: flixpatrol # Top across networks, according to flixpatrol
|
||||
- pmm: imdb #IMDb Top 250
|
||||
template_variables:
|
||||
use_popular: false
|
||||
use_lowest: false
|
||||
- pmm: trakt # Top 20 Popular, trending, and watched movies/shows
|
||||
template_variables:
|
||||
use_collected: false
|
||||
use_recommended: false
|
||||
limit: 20
|
||||
collection_files:
|
||||
# Custom collections - https://kometa.wiki/en/latest/files/collections/
|
||||
- file: config/kidstv.yml
|
||||
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
|
||||
- default: tautulli
|
||||
template_variables:
|
||||
list_days: 7
|
||||
summary_popular: "A collection of shows Popular on Plex for the last week."
|
||||
summary_watched: "A collection of Top shows Watched on Plex for the last week."
|
||||
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
|
||||
- default: content_rating_cs
|
||||
template_variables:
|
||||
use_other: false
|
||||
include:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
- default: network
|
||||
sonarr:
|
||||
url: 'http://sonarr:8989'
|
||||
token: <redacted>
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
root_folder_path: /mnt/unionfs/media/kidstv
|
||||
settings: # Can be individually specified per library as well
|
||||
# General Settings
|
||||
monitor: all
|
||||
quality_profile: Any
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path: null
|
||||
plex_path: null
|
||||
upgrade_existing: false
|
||||
ignore_cache: false
|
||||
settings:
|
||||
run_order:
|
||||
- operations
|
||||
- metadata
|
||||
- collections
|
||||
- overlays
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
cache_expiration: 30
|
||||
run_again_delay: 2
|
||||
save_report: false
|
||||
save_report: true
|
||||
tvdb_language: eng
|
||||
item_refresh_delay: 0
|
||||
verify_ssl: true
|
||||
custom_repo:
|
||||
check_nightly: false
|
||||
# Asset Settings
|
||||
custom_repo: null
|
||||
asset_directory: config/assets
|
||||
asset_folders: true
|
||||
asset_depth: 1
|
||||
create_asset_folders: false
|
||||
prioritize_assets: false
|
||||
prioritize_assets: true
|
||||
dimensional_asset_rename: false
|
||||
download_url_assets: false
|
||||
show_missing_assets: false
|
||||
show_missing_season_assets: true
|
||||
show_missing_episode_assets: true
|
||||
show_missing_assets: true
|
||||
show_missing_season_assets: false
|
||||
show_missing_episode_assets: false
|
||||
show_asset_not_needed: false
|
||||
# Collection Settings
|
||||
sync_mode: sync
|
||||
minimum_items: 3
|
||||
default_collection_order:
|
||||
default_collection_order: null
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
missing_only_released: true
|
||||
@@ -365,34 +549,39 @@ settings: # Can be individually specified
|
||||
show_filtered: false
|
||||
show_options: false
|
||||
show_missing: false
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
# Playlist Settings
|
||||
playlist_sync_to_user: all
|
||||
ignore_ids: '116718,138435,340995,335912'
|
||||
ignore_imdb_ids: null
|
||||
playlist_sync_to_users: all
|
||||
playlist_report: false
|
||||
show_unconfigured: true
|
||||
playlist_exclude_users:
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: https://discord.com/api/webhooks/<redacted>/<redacted>
|
||||
version:
|
||||
run_start:
|
||||
run_end: https://discord.com/api/webhooks/<redacted>/<redacted>
|
||||
changes:
|
||||
delete:
|
||||
plex: # Can be individually specified per library as well
|
||||
url: http://plex:32400
|
||||
playlist_exclude_users: null
|
||||
overlay_artwork_filetype: jpg
|
||||
overlay_artwork_quality: 75
|
||||
webhooks:
|
||||
error: >-
|
||||
https://discord.com/api/webhooks/1121510900596224060/-YMjoX0sE8fEn4BnMik80Z49Mo55NrlKIvuXAeE5Zh_SXSlmNFvZwX1Y2H8clshYR-_9
|
||||
version: null
|
||||
run_start: null
|
||||
run_end: >-
|
||||
https://discord.com/api/webhooks/1121510900596224060/-YMjoX0sE8fEn4BnMik80Z49Mo55NrlKIvuXAeE5Zh_SXSlmNFvZwX1Y2H8clshYR-_9
|
||||
changes: null
|
||||
delete: null
|
||||
plex:
|
||||
url: 'http://plex:32400'
|
||||
token: <redacted>
|
||||
timeout: 60
|
||||
clean_bundles: false
|
||||
empty_trash: false
|
||||
optimize: false
|
||||
db_cache: 4096
|
||||
verify_ssl: false
|
||||
tmdb:
|
||||
apikey: <redacted>
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
region:
|
||||
tautulli: # Can be individually specified per library as well
|
||||
url: http://tautulli:8181
|
||||
region: US
|
||||
tautulli:
|
||||
url: 'http://tautulli:8181'
|
||||
apikey: <redacted>
|
||||
omdb:
|
||||
apikey: <redacted>
|
||||
@@ -400,15 +589,8 @@ omdb:
|
||||
mdblist:
|
||||
apikey: <redacted>
|
||||
cache_expiration: 60
|
||||
notifiarr:
|
||||
apikey:
|
||||
anidb: # Not required for AniDB builders unless you want mature content
|
||||
username:
|
||||
password:
|
||||
language: en
|
||||
client:
|
||||
radarr: # Can be individually specified per library as well
|
||||
url: http://radarr:7878
|
||||
radarr:
|
||||
url: 'http://radarr:7878'
|
||||
token: <redacted>
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
@@ -416,13 +598,15 @@ radarr: # Can be individually specified
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile: Any
|
||||
tag:
|
||||
search: false
|
||||
radarr_path:
|
||||
plex_path:
|
||||
tag: kometa
|
||||
search: true
|
||||
radarr_path: null
|
||||
plex_path: null
|
||||
upgrade_existing: false
|
||||
sonarr: # Can be individually specified per library as well
|
||||
url: http://sonarr:8989
|
||||
ignore_cache: false
|
||||
monitor_existing: false
|
||||
sonarr:
|
||||
url: 'http://sonarr:8989'
|
||||
token: <redacted>
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
@@ -432,30 +616,22 @@ sonarr: # Can be individually specified
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag:
|
||||
tag: kometa
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
sonarr_path: null
|
||||
plex_path: null
|
||||
upgrade_existing: false
|
||||
ignore_cache: false
|
||||
monitor_existing: false
|
||||
trakt:
|
||||
client_id: <redacted>
|
||||
client_secret: <redacted>
|
||||
pin:
|
||||
pin: null
|
||||
authorization:
|
||||
access_token: <redacted>
|
||||
token_type:
|
||||
token_type: Bearer
|
||||
expires_in:
|
||||
refresh_token: <redacted>
|
||||
scope:
|
||||
created_at:
|
||||
mal:
|
||||
client_id:
|
||||
client_secret:
|
||||
authorization:
|
||||
# everything below is autofilled by the script
|
||||
access_token:
|
||||
<redacted>
|
||||
expires_in:
|
||||
refresh_token:
|
||||
<redacted>
|
||||
scope: public
|
||||
created_at:
|
||||
BIN
shayne55434/fonts/Adlib.ttf
Normal file
BIN
shayne55434/fonts/Adlib.ttf
Normal file
Binary file not shown.
BIN
shayne55434/fonts/Avenir_95_Black.ttf
Normal file
BIN
shayne55434/fonts/Avenir_95_Black.ttf
Normal file
Binary file not shown.
BIN
shayne55434/fonts/Claspo-ND-Medium.ttf
Normal file
BIN
shayne55434/fonts/Claspo-ND-Medium.ttf
Normal file
Binary file not shown.
BIN
shayne55434/fonts/Handel Gothic ITC W01 Heavy.ttf
Normal file
BIN
shayne55434/fonts/Handel Gothic ITC W01 Heavy.ttf
Normal file
Binary file not shown.
BIN
shayne55434/fonts/HelveticaNowDisplay-ExtBlk.ttf
Normal file
BIN
shayne55434/fonts/HelveticaNowDisplay-ExtBlk.ttf
Normal file
Binary file not shown.
BIN
shayne55434/fonts/Impact.ttf
Normal file
BIN
shayne55434/fonts/Impact.ttf
Normal file
Binary file not shown.
BIN
shayne55434/fonts/Myriad Bold.otf
Normal file
BIN
shayne55434/fonts/Myriad Bold.otf
Normal file
Binary file not shown.
BIN
shayne55434/overlays/4K.png
Normal file
BIN
shayne55434/overlays/4K.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
shayne55434/overlays/4K_mini.png
Normal file
BIN
shayne55434/overlays/4K_mini.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
shayne55434/overlays/Dolby.png
Normal file
BIN
shayne55434/overlays/Dolby.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
shayne55434/overlays/HDR.png
Normal file
BIN
shayne55434/overlays/HDR.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -1,16 +1,29 @@
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +1_<<num>><<collection_name>>
|
||||
sync_mode: sync
|
||||
sync_mode: append
|
||||
network:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +2_<<collection_name>>
|
||||
sync_mode: sync
|
||||
sync_mode: append
|
||||
|
||||
collections:
|
||||
######################################################
|
||||
# Custom #
|
||||
######################################################
|
||||
Continue Watching:
|
||||
summary: Shows that have been played, but contain unwatched episodes.
|
||||
sort_title: "!000_Continue Watching"
|
||||
# plex_search:
|
||||
smart_filter:
|
||||
any:
|
||||
episode_progress: true
|
||||
all:
|
||||
unplayed_episodes: true
|
||||
plays.gt: 0
|
||||
######################################################
|
||||
# Charts #
|
||||
######################################################
|
||||
|
||||
@@ -65,6 +78,10 @@ collections:
|
||||
tmdb_show: 1416
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
It's Always Sunny in Philadelphia:
|
||||
tmdb_show: 2710
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
The Mandalorian:
|
||||
tmdb_show: 82856
|
||||
item_assets: true
|
||||
@@ -101,6 +118,10 @@ collections:
|
||||
tmdb_show: 31910
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
New Girl:
|
||||
tmdb_show: 1420
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
Once Upon a Time:
|
||||
tmdb_show: 39272
|
||||
item_assets: true
|
||||
@@ -116,7 +137,7 @@ collections:
|
||||
Rick and Morty:
|
||||
tmdb_show: 60625
|
||||
item_assets: true
|
||||
build_collection: false
|
||||
# build_collection: false
|
||||
Sherlock:
|
||||
tmdb_show: 19885
|
||||
item_assets: true
|
||||
@@ -177,110 +198,110 @@ collections:
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
A&E:
|
||||
template:
|
||||
name: network
|
||||
network: "129, 2639, 3688"
|
||||
ABC:
|
||||
template:
|
||||
name: network
|
||||
network: "2, 75, 2791"
|
||||
schedule: weekly(sunday)
|
||||
Adult Swim:
|
||||
template:
|
||||
name: network
|
||||
network: "80"
|
||||
Apple+:
|
||||
template:
|
||||
name: network
|
||||
network: "2552"
|
||||
Amazon:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
AMC:
|
||||
template:
|
||||
name: network
|
||||
network: "174, 4661"
|
||||
Cartoon Network:
|
||||
template:
|
||||
name: network
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
CBS:
|
||||
template:
|
||||
name: network
|
||||
network: "16, 2528, 1709, 2621"
|
||||
schedule: weekly(sunday)
|
||||
Cinemax:
|
||||
template:
|
||||
name: network
|
||||
network: "359"
|
||||
Discovery:
|
||||
template:
|
||||
name: network
|
||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
Disney+:
|
||||
template:
|
||||
name: network
|
||||
network: "2739, 2919"
|
||||
Fox:
|
||||
template:
|
||||
name: network
|
||||
network: "19"
|
||||
Freeform:
|
||||
template:
|
||||
name: network
|
||||
network: "1267"
|
||||
FX:
|
||||
template:
|
||||
name: network
|
||||
network: "88"
|
||||
FXX:
|
||||
template:
|
||||
name: network
|
||||
network: "1035"
|
||||
HBO:
|
||||
template:
|
||||
name: network
|
||||
network: "49, 2593, 3186, 3308"
|
||||
HGTV:
|
||||
template:
|
||||
name: network
|
||||
network: "210"
|
||||
Hulu:
|
||||
template:
|
||||
name: network
|
||||
network: "453"
|
||||
National Geographic:
|
||||
template:
|
||||
name: network
|
||||
network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
Netflix:
|
||||
template:
|
||||
name: network
|
||||
network: "213"
|
||||
schedule: weekly(sunday)
|
||||
Prime Video:
|
||||
template:
|
||||
name: network
|
||||
network: "1024"
|
||||
Showtime:
|
||||
template:
|
||||
name: network
|
||||
network: "67"
|
||||
Starz:
|
||||
template:
|
||||
name: network
|
||||
network: "318, 758, 4906"
|
||||
Syfy:
|
||||
template:
|
||||
name: network
|
||||
network: "77, 3701"
|
||||
TBS:
|
||||
template:
|
||||
name: network
|
||||
network: "68, 160, 4888"
|
||||
YouTube:
|
||||
template:
|
||||
name: network
|
||||
network: "247, 1436, 4869"
|
||||
# A&E:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "129, 2639, 3688"
|
||||
# ABC:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "2, 75, 2791"
|
||||
# schedule: weekly(sunday)
|
||||
# Adult Swim:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "80"
|
||||
# Apple+:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "2552"
|
||||
# Amazon:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1024"
|
||||
# AMC:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "174, 4661"
|
||||
# Cartoon Network:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "56, 217, 1232, 1483, 2193, 3917, 4771"
|
||||
# CBS:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "16, 2528, 1709, 2621"
|
||||
# schedule: weekly(sunday)
|
||||
# Cinemax:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "359"
|
||||
# Discovery:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"
|
||||
# Disney+:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "2739, 2919"
|
||||
# Fox:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "19"
|
||||
# Freeform:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1267"
|
||||
# FX:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "88"
|
||||
# FXX:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1035"
|
||||
# HBO:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "49, 2593, 3186, 3308"
|
||||
# HGTV:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "210"
|
||||
# Hulu:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "453"
|
||||
# National Geographic:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "43, 799, 1756, 1825, 3355, 4293, 4476"
|
||||
# Netflix:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "213"
|
||||
# schedule: weekly(sunday)
|
||||
# Prime Video:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "1024"
|
||||
# Showtime:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "67"
|
||||
# Starz:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "318, 758, 4906"
|
||||
# Syfy:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "77, 3701"
|
||||
# TBS:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "68, 160, 4888"
|
||||
# YouTube:
|
||||
# template:
|
||||
# name: network
|
||||
# network: "247, 1436, 4869"
|
||||
Reference in New Issue
Block a user