commit
16e4f85245
@ -0,0 +1,87 @@
|
||||
######################################################
|
||||
# Dynamic Audio Language Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
audiolanguage:
|
||||
collection_mode: hide
|
||||
sort_title: +02audio_lang<<collection_name>>
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
audio_language: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Audio Language: # mapping name does not matter just needs to be unique
|
||||
type: audio_language
|
||||
title_format: <<key_name>> Audio
|
||||
other_name: Other Audio
|
||||
key_name_override:
|
||||
ar: Arabic
|
||||
bg: Bulgarian
|
||||
zh: Czech
|
||||
cs: Chinese
|
||||
da: Danish
|
||||
nl: Dutch
|
||||
en: English
|
||||
et: Estonian
|
||||
fr: French
|
||||
de: German
|
||||
el: Greek
|
||||
hu: Hungarian
|
||||
is: Icelandic
|
||||
ur: Urdu
|
||||
id: Indonesian
|
||||
it: Italian
|
||||
ja: Japanese
|
||||
ko: Korean
|
||||
lv: Latvian
|
||||
ms: Malay
|
||||
no: Norwegian
|
||||
ph: Filipino
|
||||
pl: Polish
|
||||
pt: Portugese
|
||||
rm: Romanian
|
||||
ru: Russian
|
||||
sr: Serbian
|
||||
es: Spanish
|
||||
sv: Swedish
|
||||
th: Thai
|
||||
tr: Turkish
|
||||
ua: Ukranian
|
||||
vi: Vietnamese
|
||||
template: audiolanguage
|
||||
include:
|
||||
- ar
|
||||
- zh
|
||||
- cs
|
||||
- da
|
||||
- nl
|
||||
# - en # Disabled by default due to high volume
|
||||
- et
|
||||
- fr
|
||||
- de
|
||||
- el
|
||||
- hu
|
||||
- is
|
||||
- ur
|
||||
- id
|
||||
- it
|
||||
- ja
|
||||
- ko
|
||||
- lv
|
||||
- ms
|
||||
- no
|
||||
- ph
|
||||
- pl
|
||||
- pt
|
||||
- rm
|
||||
- ru
|
||||
- sr
|
||||
- es
|
||||
- sv
|
||||
- th
|
||||
- tr
|
||||
- ua
|
||||
- vi
|
@ -0,0 +1,37 @@
|
||||
######################################################
|
||||
# Smart Charts & Releases Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
collections:
|
||||
Newly Released Movies:
|
||||
summary: A collection of newly-released movies in cinema and on streaming services
|
||||
smart_filter:
|
||||
all:
|
||||
genre.not: Horror
|
||||
release.after: 01/07/2021
|
||||
any:
|
||||
country: United Kingdom, United States of America, Canada
|
||||
sort_by: release.desc
|
||||
limit: 100
|
||||
TMDb Trending Movies:
|
||||
tmdb_trending_weekly: 250
|
||||
summary: A collection of movies trending on TMDb
|
||||
sync_mode: sync
|
||||
limit: 100
|
||||
TMDb Popular Movies:
|
||||
tmdb_popular: 250
|
||||
summary: A collection of the most watched movies according to TMDb.
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
limit: 100
|
||||
TMDb Now Playing:
|
||||
tmdb_now_playing: 250
|
||||
summary: A collection of movies that people are currently watching.
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
limit: 100
|
||||
IMDB Top 250:
|
||||
imdb_chart: top_movies
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
@ -0,0 +1,82 @@
|
||||
######################################################
|
||||
# Dynamic UK Content Rating Collections #
|
||||
# Rating Adjustments made by Yozora #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
contentrating_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
|
||||
dynamic_collections:
|
||||
UK Content Ratings:
|
||||
type: content_rating
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
template: contentrating_dynamic
|
||||
key_name_override:
|
||||
"gb/U": U
|
||||
"gb/PG": PG
|
||||
"gb/12": 12
|
||||
"gb/12A": 12A
|
||||
"gb/15": 15
|
||||
"gb/18": 18
|
||||
# NR: Not Rated
|
||||
# "gb/R18": R18
|
||||
|
||||
include:
|
||||
- "gb/U"
|
||||
- "gb/PG"
|
||||
- "gb/12"
|
||||
- "gb/12A"
|
||||
- "gb/15"
|
||||
- "gb/18"
|
||||
# - "NR" Hidden by default
|
||||
# - "gb/R18" Hidden by default due to nature of content
|
||||
addons:
|
||||
"gb/U":
|
||||
- U
|
||||
- gb/0+
|
||||
- G
|
||||
- TV-Y
|
||||
- TV-G
|
||||
- E
|
||||
- gb/E
|
||||
"gb/PG":
|
||||
- PG
|
||||
- gb/9+
|
||||
- TV-PG
|
||||
- TV-Y7
|
||||
- TV-Y7-FV
|
||||
"gb/12":
|
||||
- 12
|
||||
"gb/12A":
|
||||
- 12+
|
||||
- PG-13
|
||||
- TV-13
|
||||
"gb/15":
|
||||
- gb/14+
|
||||
- TV-14
|
||||
"gb/18":
|
||||
- MA-17
|
||||
- TVMA
|
||||
- TV-MA
|
||||
- R
|
||||
# NR:
|
||||
# - Approved
|
||||
# - N/A
|
||||
# - NOT RATED
|
||||
# - Not Rated
|
||||
# - "gb/NR"
|
||||
# - Unrated
|
||||
# - gb/Not Rated
|
||||
# - gb/Rejected
|
||||
# - gb/Unrated
|
||||
# - None
|
||||
# "gb/R18":
|
||||
# - R18
|
||||
# - gb/X
|
||||
# - X
|
||||
# - NC-17
|
@ -0,0 +1,72 @@
|
||||
######################################################
|
||||
# Dynamic US Content Rating Collections #
|
||||
# Rating Adjustments made by Yozora #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
contentrating_dynamic:
|
||||
smart_filter:
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
sort_by: release.desc
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
type: content_rating
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
template: contentrating_dynamic
|
||||
include:
|
||||
- G
|
||||
- PG
|
||||
- PG-13
|
||||
- R
|
||||
# - NR
|
||||
# - NC-17 Hidden by default due to nature of content
|
||||
addons:
|
||||
G:
|
||||
- gb/U
|
||||
- gb/0+
|
||||
- U
|
||||
- TV-Y
|
||||
- TV-G
|
||||
- E
|
||||
- gb/E
|
||||
PG:
|
||||
- gb/PG
|
||||
- gb/9+
|
||||
- TV-PG
|
||||
- TV-Y7
|
||||
- TV-Y7-FV
|
||||
PG-13:
|
||||
- gb/12A
|
||||
- gb/12
|
||||
- 12+
|
||||
- TV-13
|
||||
R:
|
||||
- 18
|
||||
- gb/18
|
||||
- MA-17
|
||||
- TVMA
|
||||
- TV-MA
|
||||
- gb/14+
|
||||
- gb/15
|
||||
- TV-14
|
||||
# NR:
|
||||
# - Approved
|
||||
# - N/A
|
||||
# - NOT RATED
|
||||
# - Not Rated
|
||||
# - "gb/NR"
|
||||
# - Unrated
|
||||
# - gb/Not Rated
|
||||
# - gb/Rejected
|
||||
# - gb/Unrated
|
||||
# - None
|
||||
# NC-17:
|
||||
# - gb/R18
|
||||
# - gb/X
|
||||
# - R18
|
||||
# - X
|
||||
|
@ -0,0 +1,68 @@
|
||||
######################################################
|
||||
# Dynamic Country Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
# Artwork Credit to Duhniel #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
country:
|
||||
collection_mode: hide
|
||||
sort_title: +02country<<collection_name>>
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
country: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Country: # mapping name does not matter just needs to be unique
|
||||
type: country
|
||||
title_format: <<key_name>>
|
||||
other_name: Other Countries
|
||||
template: country
|
||||
include:
|
||||
- Australia
|
||||
- Brazil
|
||||
- Bulgaria
|
||||
- Canada
|
||||
- Chile
|
||||
- China
|
||||
- Czech Republic
|
||||
- Denmark
|
||||
- Estonia
|
||||
- France
|
||||
- Greece
|
||||
- Hong Kong
|
||||
- Hungary
|
||||
- Iceland
|
||||
- India
|
||||
- Indonesia
|
||||
- Iran
|
||||
- Ireland
|
||||
- Italy
|
||||
- Japan
|
||||
- Korea
|
||||
- Latvia
|
||||
- Malayasia
|
||||
- Mexico
|
||||
- Netherlands
|
||||
- New Zealand
|
||||
- Norway
|
||||
- Pakistan
|
||||
- Philippines
|
||||
- Poland
|
||||
- Portugal
|
||||
- Romania
|
||||
- Russia
|
||||
- Saudi Arabia
|
||||
- Serbia
|
||||
- South Africa
|
||||
- Spain
|
||||
- Sweden
|
||||
- Switzerland
|
||||
- Thailand
|
||||
- Turkey
|
||||
- Ukraine
|
||||
- United Arab Emirates
|
||||
# - United Kingdom Disabled by default due to high volume
|
||||
# - United States of America Disabled by default due to high volume
|
||||
- Vietnam
|
@ -0,0 +1,27 @@
|
||||
######################################################
|
||||
# Dynamic Decade Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
decade_dynamic:
|
||||
smart_filter:
|
||||
sort_by: critic_rating.desc
|
||||
all:
|
||||
decade: <<value>>
|
||||
limit: 100
|
||||
|
||||
dynamic_collections:
|
||||
Decades: # mapping name does not matter just needs to be unique
|
||||
type: decade
|
||||
title_format: Best of <<key_name>>
|
||||
template: decade_dynamic
|
||||
include:
|
||||
- "1950"
|
||||
- "1960"
|
||||
- "1970"
|
||||
- "1980"
|
||||
- "1990"
|
||||
- "2000"
|
||||
- "2010"
|
||||
- "2020"
|
@ -0,0 +1,46 @@
|
||||
######################################################
|
||||
# Franchise Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
collection:
|
||||
optional:
|
||||
- collection
|
||||
tmdb_collection_details: <<collection>>
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
DC Universe:
|
||||
template: {name: collection}
|
||||
tmdb_list: https://www.themoviedb.org/list/6468
|
||||
summary: The DC Universe (DCU) is the fictional shared universe where most stories in American comic book titles published by DC Comics take place. DC superheroes such as Superman, Batman, Wonder Woman, Martian Manhunter, The Flash, Green Lantern and Aquaman are from this universe, as well as teams such as the Justice League and the Teen Titans.
|
||||
Fast & Furious:
|
||||
template: {name: collection}
|
||||
tmdb_collection_details: 9485
|
||||
In Association with Marvel:
|
||||
template: {name: collection}
|
||||
imdb_list: https://www.imdb.com/list/ls538850776/
|
||||
summary: Movies based on Marvel Comics properties, or not directly part of the Marvel Cinematic Universe
|
||||
James Bond 007:
|
||||
template: {name: collection}
|
||||
tmdb_collection_details: 645
|
||||
Jurassic Park:
|
||||
template: {name: collection}
|
||||
tmdb_collection_details: 328
|
||||
Lord of the Rings:
|
||||
template: {name: collection}
|
||||
imdb_list: https://www.imdb.com/list/ls083718341/
|
||||
summary: A collection of Films based on J.R.R Tolkien Novels.
|
||||
Marvel Cinematic Universe:
|
||||
template: {name: collection}
|
||||
imdb_list: https://www.imdb.com/list/ls091745515
|
||||
Star Wars:
|
||||
template: {name: collection}
|
||||
tmdb_collection_details: 10
|
||||
Wizarding World:
|
||||
template: {name: collection}
|
||||
tmdb_list: https://www.themoviedb.org/list/63607
|
||||
X-Men:
|
||||
template: {name: collection}
|
||||
tmdb_collection_details: 748
|
@ -0,0 +1,77 @@
|
||||
######################################################
|
||||
# Dynamic Genre Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
genre_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
genre: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
type: genre
|
||||
template: genre_dynamic
|
||||
title_format: <<key_name>>
|
||||
title_override:
|
||||
Action/Adventure: Action & Adventure
|
||||
Science Fiction: Sci-Fi & Fantasy
|
||||
News: News & Politics
|
||||
War: War & Politics
|
||||
include:
|
||||
- Action
|
||||
- Action/Adventure
|
||||
- Adventure
|
||||
- Animation
|
||||
- Anime
|
||||
- Biography
|
||||
- Children
|
||||
- Comedy
|
||||
- Crime
|
||||
- Documentary
|
||||
- Drama
|
||||
- Family
|
||||
- Fantasy
|
||||
- Food
|
||||
- Game Show
|
||||
- History
|
||||
- Home and Garden
|
||||
- Horror
|
||||
- Martial Arts
|
||||
- Mini-Series
|
||||
- Music
|
||||
- Musical
|
||||
- Mystery
|
||||
- News
|
||||
- Politics
|
||||
- Reality
|
||||
- Romance
|
||||
- Sci-Fi & Fantasy
|
||||
- Science Fiction
|
||||
- Short
|
||||
- Sport
|
||||
- Talk
|
||||
- Talk Show
|
||||
- Thriller
|
||||
- Travel
|
||||
- War
|
||||
- Western
|
||||
addons:
|
||||
Action/Adventure:
|
||||
- Action
|
||||
- Adventure
|
||||
Science Fiction:
|
||||
- Fantasy
|
||||
- SciFi
|
||||
- Sci-Fi
|
||||
- Science-Fiction
|
||||
- SciFi & Fantasy
|
||||
- Science Fiction & Fantasy
|
||||
- Science-Fiction & Fantasy
|
||||
- Sci-Fi & Fantasy
|
||||
News:
|
||||
- Politics
|
||||
War:
|
||||
- Politics
|
@ -0,0 +1,76 @@
|
||||
######################################################
|
||||
# Dynamic Genre Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
genre_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
genre: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
type: genre
|
||||
title_format: <<key_name>>
|
||||
template: genre_dynamic
|
||||
include:
|
||||
- Action
|
||||
- Action/Adventure
|
||||
- Adventure
|
||||
- Animation
|
||||
- Anime
|
||||
- Biography
|
||||
- Children
|
||||
- Comedy
|
||||
- Crime
|
||||
- Documentary
|
||||
- Drama
|
||||
- Family
|
||||
- Fantasy
|
||||
- Food
|
||||
- Game Show
|
||||
- History
|
||||
- Home and Garden
|
||||
- Horror
|
||||
- Martial Arts
|
||||
- Mini-Series
|
||||
- Music
|
||||
- Musical
|
||||
- Mystery
|
||||
- News
|
||||
- Politics
|
||||
- Reality
|
||||
- Romance
|
||||
- Sci-Fi & Fantasy
|
||||
- Science Fiction
|
||||
- Short
|
||||
- Sport
|
||||
- Talk
|
||||
- Talk Show
|
||||
- Thriller
|
||||
- Travel
|
||||
- War
|
||||
- Western
|
||||
addons:
|
||||
Action:
|
||||
- Action/Adventure
|
||||
Adventure:
|
||||
- Action/Adventure
|
||||
Fantasy:
|
||||
- Sci-Fi & Fantasy
|
||||
Politics:
|
||||
- War & Politics
|
||||
Science Fiction:
|
||||
- SciFi
|
||||
- Sci-Fi
|
||||
- Science-Fiction
|
||||
- SciFi & Fantasy
|
||||
- Science Fiction & Fantasy
|
||||
- Science-Fiction & Fantasy
|
||||
- Sci-Fi & Fantasy
|
||||
Talk Show:
|
||||
- Talk
|
||||
War:
|
||||
- War & Politics
|
@ -0,0 +1,32 @@
|
||||
######################################################
|
||||
# Dynamic Resolution Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
resolution_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
resolution: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Resolutions: # mapping name does not matter just needs to be unique
|
||||
type: resolution
|
||||
template: resolution_dynamic
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
addons:
|
||||
480p:
|
||||
- 144p
|
||||
- 240p
|
||||
- 360p
|
||||
- 576p
|
||||
- SD
|
||||
1080p:
|
||||
- 2K
|
||||
title_override:
|
||||
480p: SD
|
||||
720p: HD Ready
|
||||
1080p: Full HD
|
||||
4K: Ultra HD
|
||||
8K: 8K Ultra HD
|
@ -0,0 +1,20 @@
|
||||
######################################################
|
||||
# Dynamic Resolution Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
resolution_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
resolution: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Resolutions: # mapping name does not matter just needs to be unique
|
||||
type: resolution
|
||||
template: resolution_dynamic
|
||||
title_format: <<key_name>>
|
||||
addons:
|
||||
1080p:
|
||||
- 2K
|
@ -0,0 +1,32 @@
|
||||
######################################################
|
||||
# UK Streaming Service Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
streaming:
|
||||
smart_label: release.desc
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
All 4 Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-movies
|
||||
Apple TV+ Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-movies
|
||||
BritBox Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/britbox-movies
|
||||
Disney+ Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/disney-movies
|
||||
Netflix Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/netflix-movies
|
||||
NOW Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/now-movies
|
||||
Prime Video Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/amazon-movies
|
@ -0,0 +1,38 @@
|
||||
######################################################
|
||||
# US Streaming Service Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
streaming:
|
||||
smart_label: release.desc
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
Apple TV+ Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-movies
|
||||
BET+ Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/bet-movies
|
||||
Disney+ Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/disney-movies
|
||||
HBO Max Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/hbo-max-movies
|
||||
Hulu Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/hulu-movies
|
||||
Netflix Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/netflix-movies
|
||||
Paramount+ Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/paramount-movies
|
||||
Peacock Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/peacock-movies
|
||||
Prime Video Movies:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/amazon-movies
|
@ -0,0 +1,87 @@
|
||||
######################################################
|
||||
# Dynamic Subtitle Language Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
subtitlelanguage:
|
||||
collection_mode: hide
|
||||
sort_title: +02subtitle_lang<<collection_name>>
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
subtitle_language: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Subtitle Languages: # mapping name does not matter just needs to be unique
|
||||
type: subtitle_language
|
||||
title_format: <<key_name>> Subtitles
|
||||
other_name: Other Subtitles
|
||||
key_name_override:
|
||||
ar: Arabic
|
||||
bg: Bulgarian
|
||||
zh: Czech
|
||||
cs: Chinese
|
||||
da: Danish
|
||||
nl: Dutch
|
||||
en: English
|
||||
et: Estonian
|
||||
fr: French
|
||||
de: German
|
||||
el: Greek
|
||||
hu: Hungarian
|
||||
is: Icelandic
|
||||
ur: Urdu
|
||||
id: Indonesian
|
||||
it: Italian
|
||||
ja: Japanese
|
||||
ko: Korean
|
||||
lv: Latvian
|
||||
ms: Malay
|
||||
no: Norwegian
|
||||
ph: Filipino
|
||||
pl: Polish
|
||||
pt: Portugese
|
||||
rm: Romanian
|
||||
ru: Russian
|
||||
sr: Serbian
|
||||
es: Spanish
|
||||
sv: Swedish
|
||||
th: Thai
|
||||
tr: Turkish
|
||||
ua: Ukranian
|
||||
vi: Vietnamese
|
||||
template: subtitlelanguage
|
||||
include:
|
||||
- ar
|
||||
- zh
|
||||
- cs
|
||||
- da
|
||||
- nl
|
||||
# - en # Disabled by default due to high volume
|
||||
- et
|
||||
- fr
|
||||
- de
|
||||
- el
|
||||
- hu
|
||||
- is
|
||||
- ur
|
||||
- id
|
||||
- it
|
||||
- ja
|
||||
- ko
|
||||
- lv
|
||||
- ms
|
||||
- no
|
||||
- ph
|
||||
- pl
|
||||
- pt
|
||||
- rm
|
||||
- ru
|
||||
- sr
|
||||
- es
|
||||
- sv
|
||||
- th
|
||||
- tr
|
||||
- ua
|
||||
- vi
|
@ -0,0 +1,99 @@
|
||||
######################################################
|
||||
# Dynamic Year Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
year_dynamic:
|
||||
smart_filter:
|
||||
sort_by: critic_rating.desc
|
||||
all:
|
||||
year: <<value>>
|
||||
limit: 100
|
||||
|
||||
dynamic_collections:
|
||||
Years: # mapping name does not matter just needs to be unique
|
||||
type: year
|
||||
template: year_dynamic
|
||||
title_format: <<key_name>>
|
||||
include:
|
||||
- "1950"
|
||||
- "1951"
|
||||
- "1952"
|
||||
- "1953"
|
||||
- "1954"
|
||||
- "1955"
|
||||
- "1956"
|
||||
- "1957"
|
||||
- "1958"
|
||||
- "1959"
|
||||
- "1960"
|
||||
- "1961"
|
||||
- "1962"
|
||||
- "1963"
|
||||
- "1964"
|
||||
- "1965"
|
||||
- "1966"
|
||||
- "1967"
|
||||
- "1968"
|
||||
- "1969"
|
||||
- "1970"
|
||||
- "1971"
|
||||
- "1972"
|
||||
- "1973"
|
||||
- "1974"
|
||||
- "1975"
|
||||
- "1976"
|
||||
- "1977"
|
||||
- "1978"
|
||||
- "1979"
|
||||
- "1980"
|
||||
- "1981"
|
||||
- "1982"
|
||||
- "1983"
|
||||
- "1984"
|
||||
- "1985"
|
||||
- "1986"
|
||||
- "1987"
|
||||
- "1988"
|
||||
- "1989"
|
||||
- "1990"
|
||||
- "1991"
|
||||
- "1992"
|
||||
- "1993"
|
||||
- "1994"
|
||||
- "1995"
|
||||
- "1996"
|
||||
- "1997"
|
||||
- "1998"
|
||||
- "1999"
|
||||
- "2000"
|
||||
- "2001"
|
||||
- "2002"
|
||||
- "2003"
|
||||
- "2004"
|
||||
- "2005"
|
||||
- "2006"
|
||||
- "2007"
|
||||
- "2008"
|
||||
- "2009"
|
||||
- "2010"
|
||||
- "2011"
|
||||
- "2012"
|
||||
- "2013"
|
||||
- "2014"
|
||||
- "2015"
|
||||
- "2016"
|
||||
- "2017"
|
||||
- "2018"
|
||||
- "2019"
|
||||
- "2020"
|
||||
- "2021"
|
||||
- "2022"
|
||||
- "2023"
|
||||
- "2024"
|
||||
- "2025"
|
||||
- "2026"
|
||||
- "2027"
|
||||
- "2028"
|
||||
- "2029"
|
@ -0,0 +1,32 @@
|
||||
######################################################
|
||||
# Smart Charts & Releases Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
collections:
|
||||
Newly Released Shows:
|
||||
summary: A collection of newly-released shows on TV and on streaming services
|
||||
smart_filter:
|
||||
all:
|
||||
year.gte: 2021
|
||||
sort_by: release.desc
|
||||
limit: 100
|
||||
New Episodes:
|
||||
summary: A collection of new episodes ready for watching!
|
||||
smart_filter:
|
||||
all:
|
||||
episode_air_date: 30
|
||||
sort_by: episode_added.desc
|
||||
limit: 100
|
||||
TMDb Trending Shows:
|
||||
tmdb_trending_weekly: 250
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
summary: A collection of shows trending on TMDb
|
||||
limit: 100
|
||||
TMDb Popular Shows:
|
||||
tmdb_popular: 250
|
||||
summary: A collection of the most watched shows according to TMDb.
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
limit: 100
|
@ -0,0 +1,54 @@
|
||||
######################################################
|
||||
# Dynamic UK Content Rating Collections #
|
||||
# Rating Adjustments made by Yozora #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
contentrating_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
type: content_rating
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
template: contentrating_dynamic
|
||||
include:
|
||||
- U
|
||||
- PG
|
||||
- 12
|
||||
- 12A
|
||||
- 15
|
||||
- 18
|
||||
addons:
|
||||
U:
|
||||
- gb/U
|
||||
- gb/0+
|
||||
- G
|
||||
- TV-Y
|
||||
- TV-G
|
||||
PG:
|
||||
- gb/PG
|
||||
- gb/9+
|
||||
- TV-PG
|
||||
- TV-Y7
|
||||
- TV-Y7-FV
|
||||
12:
|
||||
- gb/12
|
||||
12+:
|
||||
- gb/12A
|
||||
- PG-13
|
||||
- TV-13
|
||||
15:
|
||||
- gb/14+
|
||||
- gb/15
|
||||
- TV-14
|
||||
18:
|
||||
- gb/18
|
||||
- MA-17
|
||||
- NC-17
|
||||
- TVMA
|
||||
- TV-MA
|
@ -0,0 +1,51 @@
|
||||
######################################################
|
||||
# Dynamic US Content Rating Collections #
|
||||
# Rating Adjustments made by Yozora #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
contentrating_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
type: content_rating
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
template: contentrating_dynamic
|
||||
include:
|
||||
- TV-G
|
||||
- TV-Y
|
||||
- TV-PG
|
||||
- TV-14
|
||||
- TV-MA
|
||||
addons:
|
||||
TV-G:
|
||||
- gb/U
|
||||
- gb/0+
|
||||
- U
|
||||
- G
|
||||
TV-Y:
|
||||
- TV-Y7
|
||||
- TV-Y7-FV
|
||||
TV-PG:
|
||||
- gb/PG
|
||||
- gb/9+
|
||||
- TV-PG
|
||||
TV-14:
|
||||
- gb/12A
|
||||
- 12+
|
||||
- PG-13
|
||||
- TV-13
|
||||
- gb/14+
|
||||
- gb/15
|
||||
TV-MA:
|
||||
- 18
|
||||
- gb/18
|
||||
- MA-17
|
||||
- NC-17
|
||||
- TVMA
|
||||
- TV-MA
|
@ -0,0 +1,108 @@
|
||||
######################################################
|
||||
# Dynamic Decade Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
year_dynamic:
|
||||
smart_filter:
|
||||
sort_by: critic_rating.desc
|
||||
any:
|
||||
year: <<value>>
|
||||
limit: 100
|
||||
|
||||
dynamic_collections:
|
||||
Years: # mapping name does not matter just needs to be unique
|
||||
type: year
|
||||
template: year_dynamic
|
||||
title_format: Best of <<key_name>>
|
||||
key_name_override:
|
||||
"1950": "1950s"
|
||||
"1960": "1960s"
|
||||
"1970": "1970s"
|
||||
"1980": "1980s"
|
||||
"1990": "1990s"
|
||||
"2000": "2000s"
|
||||
"2010": "2010s"
|
||||
"2020": "2020s"
|
||||
addons:
|
||||
"1950":
|
||||
- "1951"
|
||||
- "1952"
|
||||
- "1953"
|
||||
- "1954"
|
||||
- "1955"
|
||||
- "1956"
|
||||
- "1957"
|
||||
- "1958"
|
||||
- "1959"
|
||||
"1960":
|
||||
- "1961"
|
||||
- "1962"
|
||||
- "1963"
|
||||
- "1964"
|
||||
- "1965"
|
||||
- "1966"
|
||||
- "1967"
|
||||
- "1968"
|
||||
- "1969"
|
||||
"1970":
|
||||
- "1971"
|
||||
- "1972"
|
||||
- "1973"
|
||||
- "1974"
|
||||
- "1975"
|
||||
- "1976"
|
||||
- "1977"
|
||||
- "1978"
|
||||
- "1979"
|
||||
"1980":
|
||||
- "1981"
|
||||
- "1982"
|
||||
- "1983"
|
||||
- "1984"
|
||||
- "1985"
|
||||
- "1986"
|
||||
- "1987"
|
||||
- "1988"
|
||||
- "1989"
|
||||
"1990":
|
||||
- "1991"
|
||||
- "1992"
|
||||
- "1993"
|
||||
- "1994"
|
||||
- "1995"
|
||||
- "1996"
|
||||
- "1997"
|
||||
- "1998"
|
||||
- "1999"
|
||||
"2000":
|
||||
- "2001"
|
||||
- "2002"
|
||||
- "2003"
|
||||
- "2004"
|
||||
- "2005"
|
||||
- "2006"
|
||||
- "2007"
|
||||
- "2008"
|
||||
- "2009"
|
||||
"2010":
|
||||
- "2011"
|
||||
- "2012"
|
||||
- "2013"
|
||||
- "2014"
|
||||
- "2015"
|
||||
- "2016"
|
||||
- "2017"
|
||||
- "2018"
|
||||
- "2019"
|
||||
"2020":
|
||||
- "2021"
|
||||
- "2022"
|
||||
- "2023"
|
||||
- "2024"
|
||||
- "2025"
|
||||
- "2026"
|
||||
- "2027"
|
||||
- "2028"
|
||||
- "2029"
|
@ -0,0 +1,77 @@
|
||||
######################################################
|
||||
# Dynamic Genre Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
genre_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
genre: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
type: genre
|
||||
template: genre_dynamic
|
||||
title_format: <<key_name>>
|
||||
title_override:
|
||||
Action/Adventure: Action & Adventure
|
||||
Science Fiction: Sci-Fi & Fantasy
|
||||
News: News & Politics
|
||||
War: War & Politics
|
||||
include:
|
||||
- Action
|
||||
- Action/Adventure
|
||||
- Adventure
|
||||
- Animation
|
||||
- Anime
|
||||
- Biography
|
||||
- Children
|
||||
- Comedy
|
||||
- Crime
|
||||
- Documentary
|
||||
- Drama
|
||||
- Family
|
||||
- Fantasy
|
||||
- Food
|
||||
- Game Show
|
||||
- History
|
||||
- Home and Garden
|
||||
- Horror
|
||||
- Martial Arts
|
||||
- Mini-Series
|
||||
- Music
|
||||
- Musical
|
||||
- Mystery
|
||||
- News
|
||||
- Politics
|
||||
- Reality
|
||||
- Romance
|
||||
- Sci-Fi & Fantasy
|
||||
- Science Fiction
|
||||
- Short
|
||||
- Sport
|
||||
- Talk
|
||||
- Talk Show
|
||||
- Thriller
|
||||
- Travel
|
||||
- War
|
||||
- Western
|
||||
addons:
|
||||
Action/Adventure:
|
||||
- Action
|
||||
- Adventure
|
||||
Science Fiction:
|
||||
- Fantasy
|
||||
- SciFi
|
||||
- Sci-Fi
|
||||
- Science-Fiction
|
||||
- SciFi & Fantasy
|
||||
- Science Fiction & Fantasy
|
||||
- Science-Fiction & Fantasy
|
||||
- Sci-Fi & Fantasy
|
||||
News:
|
||||
- Politics
|
||||
War:
|
||||
- Politics
|
@ -0,0 +1,76 @@
|
||||
######################################################
|
||||
# Dynamic Genre Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
genre_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
genre: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
type: genre
|
||||
title_format: <<key_name>>
|
||||
template: genre_dynamic
|
||||
include:
|
||||
- Action
|
||||
- Action/Adventure
|
||||
- Adventure
|
||||
- Animation
|
||||
- Anime
|
||||
- Biography
|
||||
- Children
|
||||
- Comedy
|
||||
- Crime
|
||||
- Documentary
|
||||
- Drama
|
||||
- Family
|
||||
- Fantasy
|
||||
- Food
|
||||
- Game Show
|
||||
- History
|
||||
- Home and Garden
|
||||
- Horror
|
||||
- Martial Arts
|
||||
- Mini-Series
|
||||
- Music
|
||||
- Musical
|
||||
- Mystery
|
||||
- News
|
||||
- Politics
|
||||
- Reality
|
||||
- Romance
|
||||
- Sci-Fi & Fantasy
|
||||
- Science Fiction
|
||||
- Short
|
||||
- Sport
|
||||
- Talk
|
||||
- Talk Show
|
||||
- Thriller
|
||||
- Travel
|
||||
- War
|
||||
- Western
|
||||
addons:
|
||||
Action:
|
||||
- Action/Adventure
|
||||
Adventure:
|
||||
- Action/Adventure
|
||||
Fantasy:
|
||||
- Sci-Fi & Fantasy
|
||||
Politics:
|
||||
- War & Politics
|
||||
Science Fiction:
|
||||
- SciFi
|
||||
- Sci-Fi
|
||||
- Science-Fiction
|
||||
- SciFi & Fantasy
|
||||
- Science Fiction & Fantasy
|
||||
- Science-Fiction & Fantasy
|
||||
- Sci-Fi & Fantasy
|
||||
Talk Show:
|
||||
- Talk
|
||||
War:
|
||||
- War & Politics
|
@ -0,0 +1,36 @@
|
||||
######################################################
|
||||
# Dynamic Kids Network Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
networks_dynamic:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
network: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
template: networks_dynamic
|
||||
title_format: <<key_name>>
|
||||
type: network
|
||||
title_override:
|
||||
Nick Jr.: Nick Jr
|
||||
include:
|
||||
- ABC Kids
|
||||
- Amazon Kids+
|
||||
- Boomerang
|
||||
- Cartoon Network
|
||||
- Cartoonito
|
||||
- Cbeebies
|
||||
- Discovery Kids
|
||||
- Disney Channel
|
||||
- Disney Junior
|
||||
- Disney XD
|
||||
- Fox Kids
|
||||
- Nickelodeon
|
||||
- Nick Jr.
|
||||
- Nicktoons
|
||||
- PBS Kids
|
||||
- Universal Kids
|
@ -0,0 +1,178 @@
|
||||
######################################################
|
||||
# Dynamic UK Network Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
networks_dynamic:
|
||||
smart_filter:
|
||||
title_format: <<key_name>>
|
||||
sort_by: release.desc
|
||||
any:
|
||||
network: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
template: networks_dynamic
|
||||
type: network
|
||||
title_format: <<key_name>>
|
||||
title_override:
|
||||
Amazon: Prime Video
|
||||
Channel 4: Channel 4
|
||||
Hallmark Channel: Hallmark
|
||||
Nickelodeon: Nick
|
||||
Sky 1: Sky
|
||||
UKTV Food: UKTV
|
||||
include:
|
||||
- Adult Swim
|
||||
- Amazon
|
||||
- Animal Planet
|
||||
- BBC
|
||||
- Cartoon Network
|
||||
- Channel 4
|
||||
- Channel 5
|
||||
- Comedy Central
|
||||
- Dave
|
||||
- Discovery
|
||||
- Disney Channel
|
||||
- ESPN
|
||||
- History
|
||||
- Investigation Discovery
|
||||
- ITV
|
||||
- MTV
|
||||
- National Geographic
|
||||
- Nickelodeon
|
||||
- Sky 1
|
||||
- TLC
|
||||
- UKTV Food
|
||||
- YouTube
|
||||
addons:
|
||||
Amazon:
|
||||
- Amazon (Japan)
|
||||
- Amazon Kids+
|
||||
- Amazon Prime Video
|
||||
- Amazon Productions
|
||||
- Amazon Studios
|
||||
- Prime
|
||||
- Prime Video
|
||||
Animal Planet:
|
||||
- Animal Planet (CA)
|
||||
- Animal Planet (UK)
|
||||
BBC:
|
||||
- BBC Alba
|
||||
- BBC America
|
||||
- BBC Choice
|
||||
- BBC First
|
||||
- BBC Four
|
||||
- BBC HD
|
||||
- BBC iPlayer
|
||||
- BBC Kids
|
||||
- BBC Knowledge
|
||||
- BBC News
|
||||
- BBC One
|
||||
- BBC One Northern Ireland
|
||||
- BBC Scotland
|
||||
- BBC Television
|
||||
- BBC Three
|
||||
- BBC Two
|
||||
- BBC UKTV
|
||||
- BBC Wales
|
||||
- BBC World News
|
||||
- CBBC
|
||||
- CBeebies
|
||||
Cartoon Network:
|
||||
- Cartoonito
|
||||
Channel 4:
|
||||
- 4seven
|
||||
- All 4
|
||||
- E4
|
||||
- More4
|
||||
Channel 5:
|
||||
- Channel 5 (UK)
|
||||
- 5Action
|
||||
- 5Select
|
||||
- 5Star
|
||||
- 5USA
|
||||
Comedy Central:
|
||||
- Comedy Central (UK)
|
||||
Discovery:
|
||||
- Discovery Asia
|
||||
- Discovery Channel
|
||||
- Discovery Channel (Asia)
|
||||
- Discovery Channel (AU)
|
||||
- Discovery Channel (CA)
|
||||
- Discovery Channel (UK)
|
||||
- Discovery Family
|
||||
- Discovery Health Channel
|
||||
- Discovery Kids
|
||||
- Discovery Life
|
||||
- Discovery Real Time
|
||||
- Discovery Turbo
|
||||
- Discovery Turbo UK
|
||||
- discovery+
|
||||
- Discovery+ (IN)
|
||||
- Discovery+ (NO)
|
||||
- Discovery+ (SE)
|
||||
- Discovery+ (UK)
|
||||
Disney Channel:
|
||||
- Disney Channel (CZ)
|
||||
- Disney Channel (UK)
|
||||
- Disney Junior
|
||||
- Disney XD
|
||||
ESPN:
|
||||
- ESPN+
|
||||
History:
|
||||
- History (CA)
|
||||
- History (UK)
|
||||
ITV:
|
||||
- ITV Encore
|
||||
- ITV Wales
|
||||
- ITV1
|
||||
- ITV2
|
||||
- ITV4
|
||||
- ITVBe
|
||||
- CITV
|
||||
- STV
|
||||
MTV:
|
||||
- MTV (AU/NZ)
|
||||
- MTV (UK)
|
||||
- MTV Japan
|
||||
- MTV Nederland
|
||||
- MTV2
|
||||
- MTV3
|
||||
National Geographic:
|
||||
- Nat Geo Wild
|
||||
- National Geographic Brasil
|
||||
- National Geographic Channel
|
||||
- National Geographic Wild
|
||||
Nickelodeon:
|
||||
- Nick at Nite
|
||||
- Nick Jr.
|
||||
- Nicktoons
|
||||
- TeenNick
|
||||
Sky 1:
|
||||
- Sky Arts
|
||||
- Sky Atlantic
|
||||
- Sky Atlantic (UK)
|
||||
- Sky Cinema
|
||||
- Sky Crime
|
||||
- Sky Deutschland
|
||||
- Sky Documentaries
|
||||
- Sky History
|
||||
- Sky Living
|
||||
- Sky Max
|
||||
- Sky Nature
|
||||
- Sky One
|
||||
- Sky Showcase
|
||||
- Sky Sports
|
||||
- Sky Two
|
||||
- Sky Witness
|
||||
- Sky1
|
||||
TLC:
|
||||
- TLC Go
|
||||
- TLC UK
|
||||
UKTV Food:
|
||||
- UKTV History
|
||||
- UKTV Yesterday
|
||||
YouTube:
|
||||
- YouTube Premium
|
@ -0,0 +1,194 @@
|
||||
######################################################
|
||||
# Dynamic US Network Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
networks_dynamic:
|
||||
smart_filter:
|
||||
title_format: <<key_name>>
|
||||
sort_by: release.desc
|
||||
any:
|
||||
network: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
template: networks_dynamic
|
||||
title_format: <<key_name>>
|
||||
type: network
|
||||
include:
|
||||
- A&E
|
||||
- ABC
|
||||
- Adult Swim
|
||||
- Amazon
|
||||
- AMC
|
||||
- Animal Planet
|
||||
- BBC America
|
||||
- BET
|
||||
- Bravo
|
||||
- Cartoon Network
|
||||
- CBC
|
||||
- CBS
|
||||
- Cinemax
|
||||
- Comedy Central
|
||||
- Discovery
|
||||
- Disney Channel
|
||||
- E!
|
||||
- Epix
|
||||
- ESPN
|
||||
- Food Network
|
||||
- Fox
|
||||
- Hallmark Channel
|
||||
- HBO
|
||||
- HGTV
|
||||
- History
|
||||
- Investigation Discovery
|
||||
- Lifetime
|
||||
- MTV
|
||||
- National Geographic
|
||||
- NBC
|
||||
- Nickelodeon
|
||||
- Oxygen
|
||||
- PBS
|
||||
- Showtime
|
||||
- Starz
|
||||
- TBS
|
||||
- The CW
|
||||
- USA Network
|
||||
- YouTube
|
||||
title_override:
|
||||
Amazon: Prime Video
|
||||
Hallmark Channel: Hallmark
|
||||
Nickelodeon: Nick
|
||||
USA Network: USA
|
||||
addons:
|
||||
A&E:
|
||||
- A+E Networks UK
|
||||
ABC:
|
||||
- ABC (AU)
|
||||
- ABC (US)
|
||||
- ABC Comedy
|
||||
- ABC Family
|
||||
- ABC Kids
|
||||
- ABC Me
|
||||
- ABC Signature
|
||||
- ABC Spark
|
||||
- ABC Studios
|
||||
- ABC.com
|
||||
- Freeform
|
||||
Amazon:
|
||||
- Amazon (Japan)
|
||||
- Amazon Kids+
|
||||
- Amazon Prime Video
|
||||
- Amazon Productions
|
||||
- Amazon Studios
|
||||
- Prime
|
||||
- Prime Video
|
||||
AMC:
|
||||
- AMC+
|
||||
Animal Planet:
|
||||
- Animal Planet (CA)
|
||||
- Animal Planet (UK)
|
||||
BET:
|
||||
- BET+
|
||||
Cartoon Network:
|
||||
- Cartoonito
|
||||
CBC:
|
||||
- CBC (CA)
|
||||
- CBC Gem
|
||||
- CBC Television
|
||||
CBS:
|
||||
- CBS All Access
|
||||
- CBS Reality
|
||||
- CBS Reality (UK)
|
||||
- CBS.com
|
||||
Comedy Central:
|
||||
- Comedy Central (UK)
|
||||
Discovery:
|
||||
- Discovery Asia
|
||||
- Discovery Channel
|
||||
- Discovery Channel (Asia)
|
||||
- Discovery Channel (AU)
|
||||
- Discovery Channel (CA)
|
||||
- Discovery Channel (UK)
|
||||
- Discovery Family
|
||||
- Discovery Health Channel
|
||||
- Discovery Kids
|
||||
- Discovery Life
|
||||
- Discovery Real Time
|
||||
- Discovery Turbo
|
||||
- Discovery Turbo UK
|
||||
- discovery+
|
||||
- Discovery+ (IN)
|
||||
- Discovery+ (NO)
|
||||
- Discovery+ (SE)
|
||||
- Discovery+ (UK)
|
||||
Disney Channel:
|
||||
- Disney Channel (CZ)
|
||||
- Disney Channel (UK)
|
||||
- Disney Junior
|
||||
- Disney XD
|
||||
E!:
|
||||
- e.tv
|
||||
ESPN:
|
||||
- ESPN+
|
||||
Food Network:
|
||||
- Cooking Channel
|
||||
Fox:
|
||||
- Fox Action Movies
|
||||
- Fox Business Network
|
||||
- FOX España
|
||||
- Fox Kids
|
||||
- Fox Nation
|
||||
- Fox Premium Series
|
||||
- FOX Sports 1
|
||||
- Fox Sports Networks
|
||||
- Fox8
|
||||
- FX
|
||||
- FXX
|
||||
Hallmark Channel:
|
||||
- Hallmark Movies & Mysteries
|
||||
- Hallmark Movies Now
|
||||
HBO:
|
||||
- HBO2
|
||||
- HBO Asia
|
||||
- HBO Canada
|
||||
- HBO Comedy
|
||||
- HBO España
|
||||
- HBO Europe
|
||||
- HBO Family
|
||||
- HBO Latin America
|
||||
- HBO Nordic
|
||||
- HBO Signature
|
||||
- HBO Zone
|
||||
History:
|
||||
- History (CA)
|
||||
- History (UK)
|
||||
Lifetime:
|
||||
- Lifetime Movies
|
||||
MTV:
|
||||
- MTV (AU/NZ)
|
||||
- MTV (UK)
|
||||
- MTV Japan
|
||||
- MTV Nederland
|
||||
- MTV2
|
||||
- MTV3
|
||||
National Geographic:
|
||||
- Nat Geo Wild
|
||||
- National Geographic Brasil
|
||||
- National Geographic Channel
|
||||
- National Geographic Wild
|
||||
Nickelodeon:
|
||||
- Nick at Nite
|
||||
- Nick Jr.
|
||||
- Nicktoons
|
||||
- TeenNick
|
||||
PBS:
|
||||
- PBS Kids
|
||||
The CW:
|
||||
- CW seed
|
||||
TLC:
|
||||
- TLC Go
|
||||
- TLC UK
|
||||
YouTube:
|
||||
- YouTube Premium
|
@ -0,0 +1,35 @@
|
||||
######################################################
|
||||
# UK Streaming Service Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
streaming:
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
All 4 Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-Shows
|
||||
Apple TV+ Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-Shows
|
||||
BritBox Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/britbox-Shows
|
||||
Disney+ Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/disney-Shows
|
||||
hayu Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/hayu-Shows
|
||||
Netflix Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/netflix-Shows
|
||||
NOW Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/now-Shows
|
||||
Prime Video Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/amazon-Shows
|
@ -0,0 +1,41 @@
|
||||
######################################################
|
||||
# US Streaming Service Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
streaming:
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
Apple TV+ Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-Shows
|
||||
BET+ Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/bet-Shows
|
||||
Disney+ Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/disney-Shows
|
||||
hayu Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/hayu-Shows
|
||||
HBO Max Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/hbo-max-Shows
|
||||
Hulu Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/hulu-Shows
|
||||
Netflix Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/netflix-Shows
|
||||
Paramount+ Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/paramount-Shows
|
||||
Peacock Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/peacock-Shows
|
||||
Prime Video Shows:
|
||||
template: {name: streaming}
|
||||
mdblist_list: https://mdblist.com/lists/ryalism/amazon-Shows
|
@ -0,0 +1,99 @@
|
||||
######################################################
|
||||
# Dynamic Year Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
year_dynamic:
|
||||
smart_filter:
|
||||
sort_by: critic_rating.desc
|
||||
all:
|
||||
decade: <<value>>
|
||||
limit: 100
|
||||
|
||||
dynamic_collections:
|
||||
Years: # mapping name does not matter just needs to be unique
|
||||
type: year
|
||||
template: year_dynamic
|
||||
title_format: <<key_name>>
|
||||
include:
|
||||
- "1950"
|
||||
- "1951"
|
||||
- "1952"
|
||||
- "1953"
|
||||
- "1954"
|
||||
- "1955"
|
||||
- "1956"
|
||||
- "1957"
|
||||
- "1958"
|
||||
- "1959"
|
||||
- "1960"
|
||||
- "1961"
|
||||
- "1962"
|
||||
- "1963"
|
||||
- "1964"
|
||||
- "1965"
|
||||
- "1966"
|
||||
- "1967"
|
||||
- "1968"
|
||||
- "1969"
|
||||
- "1970"
|
||||
- "1971"
|
||||
- "1972"
|
||||
- "1973"
|
||||
- "1974"
|
||||
- "1975"
|
||||
- "1976"
|
||||
- "1977"
|
||||
- "1978"
|
||||
- "1979"
|
||||
- "1980"
|
||||
- "1981"
|
||||
- "1982"
|
||||
- "1983"
|
||||
- "1984"
|
||||
- "1985"
|
||||
- "1986"
|
||||
- "1987"
|
||||
- "1988"
|
||||
- "1989"
|
||||
- "1990"
|
||||
- "1991"
|
||||
- "1992"
|
||||
- "1993"
|
||||
- "1994"
|
||||
- "1995"
|
||||
- "1996"
|
||||
- "1997"
|
||||
- "1998"
|
||||
- "1999"
|
||||
- "2000"
|
||||
- "2001"
|
||||
- "2002"
|
||||
- "2003"
|
||||
- "2004"
|
||||
- "2005"
|
||||
- "2006"
|
||||
- "2007"
|
||||
- "2008"
|
||||
- "2009"
|
||||
- "2010"
|
||||
- "2011"
|
||||
- "2012"
|
||||
- "2013"
|
||||
- "2014"
|
||||
- "2015"
|
||||
- "2016"
|
||||
- "2017"
|
||||
- "2018"
|
||||
- "2019"
|
||||
- "2020"
|
||||
- "2021"
|
||||
- "2022"
|
||||
- "2023"
|
||||
- "2024"
|
||||
- "2025"
|
||||
- "2026"
|
||||
- "2027"
|
||||
- "2028"
|
||||
- "2029"
|
Loading…
Reference in new issue