mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
blank_collection posters added
This commit is contained in:
parent
c622d77c7a
commit
913816e273
@ -9,13 +9,19 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +07_<<collection_name>>
|
sort_title: +10_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/audio_language/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/audio_language/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
audio_language: <<value>>
|
audio_language: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Audio Language Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +10_+Audio Language Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/audio_language/Audio%20Language%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Audio Language: # mapping name does not matter just needs to be unique
|
Audio Language: # mapping name does not matter just needs to be unique
|
||||||
type: audio_language
|
type: audio_language
|
||||||
|
|||||||
@ -14,8 +14,14 @@ templates:
|
|||||||
sort_title: +03_<<collection_name>>
|
sort_title: +03_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/bbfc_(uk)/<<key_name>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/bbfc_(uk)/<<key_name>>.jpg
|
||||||
|
|
||||||
|
collections:
|
||||||
|
UK Ratings Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +03_+UK Ratings Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/bbfc_(uk)/UK%20Ratings%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
UK Content Ratings:
|
UK Content Rating:
|
||||||
type: content_rating
|
type: content_rating
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
template: contentrating_dynamic
|
template: contentrating_dynamic
|
||||||
|
|||||||
@ -9,15 +9,21 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key_name>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +09_country<<collection_name>>
|
sort_title: +11_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/color/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/color/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
country: <<value>>
|
country: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Country Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +11_+Country Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/color/Country%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Country: # mapping name does not matter just needs to be unique
|
Country Color: # mapping name does not matter just needs to be unique
|
||||||
type: country
|
type: country
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Countries
|
other_name: Other Countries
|
||||||
|
|||||||
53
yozora/configs 2.0 - WIP/common/country_color_tv.yml
Normal file
53
yozora/configs 2.0 - WIP/common/country_color_tv.yml
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
######################################################
|
||||||
|
# Dynamic Country Collections #
|
||||||
|
# Created by Yozora and Bullmoose20 #
|
||||||
|
# Artwork Credit to Duhniel #
|
||||||
|
######################################################
|
||||||
|
|
||||||
|
templates:
|
||||||
|
country_color_tv_dynamic:
|
||||||
|
default:
|
||||||
|
URL_ENCODE: <<key_name>>
|
||||||
|
collection_mode: hide
|
||||||
|
sort_title: +11_<<collection_name>>
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/color/<<URL_ENCODE>>.jpg
|
||||||
|
smart_filter:
|
||||||
|
sort_by: release.desc
|
||||||
|
any:
|
||||||
|
origin_country: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Country Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +11_+Country Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/color/Country%20Collections.jpg
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
TMDb Country Color: # This name is the mapping name
|
||||||
|
type: origin_country
|
||||||
|
title_format: <<key_name>>
|
||||||
|
other_name: Other Countries
|
||||||
|
template: country_color_tv_dynamic
|
||||||
|
template_variables:
|
||||||
|
URL_ENCODE:
|
||||||
|
Czech Republic: Czech%20Republic
|
||||||
|
Hong Kong: Hong%20Kong
|
||||||
|
New Zealand: New%20Zealand
|
||||||
|
Saudi Arabia: Saudi%20Arabia
|
||||||
|
South Africa: South%20Africa
|
||||||
|
United Arab Emirates: United%20Arab%20Emirates
|
||||||
|
United Kingdon: United%20Kingdom
|
||||||
|
United States of America: United%20States%20of%20America
|
||||||
|
other: Other%20Countries
|
||||||
|
include:
|
||||||
|
- Australia
|
||||||
|
- Brazil
|
||||||
|
- Bulgaria
|
||||||
|
- Canada
|
||||||
|
- Chile
|
||||||
|
- China
|
||||||
|
- Czech Republic
|
||||||
|
- Denmark
|
||||||
|
- Estonia
|
||||||
|
- France
|
||||||
|
|
||||||
@ -9,15 +9,21 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key_name>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +09_country<<collection_name>>
|
sort_title: +11_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/white/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/white/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
country: <<value>>
|
country: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Country Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +11_+Country Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/white/Country%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Country: # mapping name does not matter just needs to be unique
|
Country White: # mapping name does not matter just needs to be unique
|
||||||
type: country
|
type: country
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Countries
|
other_name: Other Countries
|
||||||
|
|||||||
53
yozora/configs 2.0 - WIP/common/country_white_tv.yml
Normal file
53
yozora/configs 2.0 - WIP/common/country_white_tv.yml
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
######################################################
|
||||||
|
# Dynamic Country Collections #
|
||||||
|
# Created by Yozora and Bullmoose20 #
|
||||||
|
# Artwork Credit to Duhniel #
|
||||||
|
######################################################
|
||||||
|
|
||||||
|
templates:
|
||||||
|
country_color_tv_dynamic:
|
||||||
|
default:
|
||||||
|
URL_ENCODE: <<key_name>>
|
||||||
|
collection_mode: hide
|
||||||
|
sort_title: +11_<<collection_name>>
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/white/<<URL_ENCODE>>.jpg
|
||||||
|
smart_filter:
|
||||||
|
sort_by: release.desc
|
||||||
|
any:
|
||||||
|
origin_country: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Country Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +11_+Country Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/country/white/Country%20Collections.jpg
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
TMDb Country Color: # This name is the mapping name
|
||||||
|
type: origin_country
|
||||||
|
title_format: <<key_name>>
|
||||||
|
other_name: Other Countries
|
||||||
|
template: country_color_tv_dynamic
|
||||||
|
template_variables:
|
||||||
|
URL_ENCODE:
|
||||||
|
Czech Republic: Czech%20Republic
|
||||||
|
Hong Kong: Hong%20Kong
|
||||||
|
New Zealand: New%20Zealand
|
||||||
|
Saudi Arabia: Saudi%20Arabia
|
||||||
|
South Africa: South%20Africa
|
||||||
|
United Arab Emirates: United%20Arab%20Emirates
|
||||||
|
United Kingdon: United%20Kingdom
|
||||||
|
United States of America: United%20States%20of%20America
|
||||||
|
other: Other%20Countries
|
||||||
|
include:
|
||||||
|
- Australia
|
||||||
|
- Brazil
|
||||||
|
- Bulgaria
|
||||||
|
- Canada
|
||||||
|
- Chile
|
||||||
|
- China
|
||||||
|
- Czech Republic
|
||||||
|
- Denmark
|
||||||
|
- Estonia
|
||||||
|
- France
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +10_<<collection_name>>
|
sort_title: +13_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: critic_rating.desc
|
sort_by: critic_rating.desc
|
||||||
@ -17,8 +17,14 @@ templates:
|
|||||||
decade: <<value>>
|
decade: <<value>>
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Decade Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +13_+Decade Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/Decade%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Decades: # mapping name does not matter just needs to be unique
|
Decade: # mapping name does not matter just needs to be unique
|
||||||
type: decade
|
type: decade
|
||||||
title_format: Best of <<key_name>>
|
title_format: Best of <<key_name>>
|
||||||
other_name: Other Decades
|
other_name: Other Decades
|
||||||
|
|||||||
@ -9,15 +9,21 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key_name>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +06_<<collection_name>>
|
sort_title: +09_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/genre/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/genre/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
genre: <<value>>
|
genre: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Genre Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +09_+Genre Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/genre/Genre%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
genres:
|
Genre:
|
||||||
type: genre
|
type: genre
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Genres
|
other_name: Other Genres
|
||||||
|
|||||||
@ -9,15 +9,21 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +12_<<collection_name>>
|
sort_title: +15_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
resolution: <<value>>
|
resolution: <<value>>
|
||||||
|
|
||||||
dynamic_collections:
|
collections:
|
||||||
Resolutions: # mapping name does not matter just needs to be unique
|
Resolution Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +15_+Resolution Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/Resolution%20Collections.jpg
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
Resolution: # mapping name does not matter just needs to be unique
|
||||||
type: resolution
|
type: resolution
|
||||||
title_format: <<key_name>> <<library_type>>s
|
title_format: <<key_name>> <<library_type>>s
|
||||||
other_name: Other Resolutions
|
other_name: Other Resolutions
|
||||||
|
|||||||
@ -9,15 +9,21 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +12_<<collection_name>>
|
sort_title: +15_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
resolution: <<value>>
|
resolution: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Resolution Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +15_+Resolution Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/Resolution%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Resolutions: # mapping name does not matter just needs to be unique
|
Resolution Standards: # mapping name does not matter just needs to be unique
|
||||||
type: resolution
|
type: resolution
|
||||||
title_format: <<key_name>> <<library_type>>s
|
title_format: <<key_name>> <<library_type>>s
|
||||||
other_name: Other Resolutions
|
other_name: Other Resolutions
|
||||||
|
|||||||
@ -7,17 +7,23 @@
|
|||||||
templates:
|
templates:
|
||||||
studio_dynamic:
|
studio_dynamic:
|
||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +05_<<collection_name>>
|
sort_title: +07_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
studio: <<value>>
|
studio: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Studio Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +07_+Studio Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/Studio%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
studios: # mapping name does not matter just needs to be unique
|
Studio: # mapping name does not matter just needs to be unique
|
||||||
type: studio
|
type: studio
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Studios
|
other_name: Other Studios
|
||||||
@ -39,7 +45,7 @@ dynamic_collections:
|
|||||||
Universal Pictures: Universal%20Pictures
|
Universal Pictures: Universal%20Pictures
|
||||||
Walt Disney Pictures: Walt%20Disney%20Pictures
|
Walt Disney Pictures: Walt%20Disney%20Pictures
|
||||||
Warner Bros. Pictures: Warner%20Bros.%20Pictures
|
Warner Bros. Pictures: Warner%20Bros.%20Pictures
|
||||||
Other Studios: Other%20Studios
|
other: Other%20Studios
|
||||||
include:
|
include:
|
||||||
- 20th Century Studios
|
- 20th Century Studios
|
||||||
- Amazon Studios
|
- Amazon Studios
|
||||||
|
|||||||
@ -7,20 +7,26 @@
|
|||||||
templates:
|
templates:
|
||||||
studio_dynamic:
|
studio_dynamic:
|
||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +05_<<collection_name>>
|
sort_title: +08_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
studio: <<value>>
|
studio: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Studio Animation Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +08_+Studio Animation Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/Studio%20Animation%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
studios: # mapping name does not matter just needs to be unique
|
Studio Animation: # mapping name does not matter just needs to be unique
|
||||||
type: studio
|
type: studio
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Studios
|
other_name: Other Animation Studios
|
||||||
template: studio_dynamic
|
template: studio_dynamic
|
||||||
template_variables:
|
template_variables:
|
||||||
URL_ENCODE:
|
URL_ENCODE:
|
||||||
@ -36,6 +42,7 @@ dynamic_collections:
|
|||||||
Universal Animation Studios: Universal%20Animation%20Studios
|
Universal Animation Studios: Universal%20Animation%20Studios
|
||||||
Walt Disney Animation Studios: Walt%20Disney%20Animation%20Studios
|
Walt Disney Animation Studios: Walt%20Disney%20Animation%20Studios
|
||||||
Warner Animation Group: Warner%20Animation%20Group
|
Warner Animation Group: Warner%20Animation%20Group
|
||||||
|
other: Other%20Animation%20Studios
|
||||||
include:
|
include:
|
||||||
- 20th Century Animation
|
- 20th Century Animation
|
||||||
- Blue Sky Studios
|
- Blue Sky Studios
|
||||||
|
|||||||
@ -6,19 +6,64 @@
|
|||||||
|
|
||||||
templates:
|
templates:
|
||||||
subtitlelanguage:
|
subtitlelanguage:
|
||||||
|
default:
|
||||||
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
|
sort_title: +12_<<collection_name>>
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/subtitle_language/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
subtitle_language: <<value>>
|
subtitle_language: <<value>>
|
||||||
sort_title: +08_<<collection_name>>
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/subtitle_language/<<key>>.jpg
|
collections:
|
||||||
|
Subtitle Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +12_+Subtitle Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/subtitle_language/Subtitle%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Subtitle Languages: # mapping name does not matter just needs to be unique
|
Subtitle Language: # mapping name does not matter just needs to be unique
|
||||||
type: subtitle_language
|
type: subtitle_language
|
||||||
title_format: <<key_name>> Subtitles
|
title_format: <<key_name>> Subtitles
|
||||||
other_name: Other Subtitles
|
other_name: Other Subtitles
|
||||||
|
template: subtitlelanguage
|
||||||
|
template_variables:
|
||||||
|
URL_ENCODE:
|
||||||
|
ar: ar
|
||||||
|
bg: bg
|
||||||
|
cs: cs
|
||||||
|
zh: zh
|
||||||
|
da: da
|
||||||
|
nl: nl
|
||||||
|
en: en
|
||||||
|
et: et
|
||||||
|
fr: fr
|
||||||
|
de: de
|
||||||
|
el: el
|
||||||
|
hu: hu
|
||||||
|
is: is
|
||||||
|
ur: ur
|
||||||
|
id: id
|
||||||
|
it: it
|
||||||
|
ja: ja
|
||||||
|
ko: ko
|
||||||
|
lv: lv
|
||||||
|
ms: ms
|
||||||
|
no: no
|
||||||
|
ph: ph
|
||||||
|
pl: pl
|
||||||
|
pt: pt
|
||||||
|
rm: rm
|
||||||
|
ru: ru
|
||||||
|
sr: sr
|
||||||
|
es: es
|
||||||
|
sv: sv
|
||||||
|
th: th
|
||||||
|
tr: tr
|
||||||
|
ua: ua
|
||||||
|
vi: vi
|
||||||
|
other: Other%20Subtitles
|
||||||
key_name_override:
|
key_name_override:
|
||||||
ar: Arabic
|
ar: Arabic
|
||||||
bg: Bulgarian
|
bg: Bulgarian
|
||||||
@ -53,7 +98,6 @@ dynamic_collections:
|
|||||||
tr: Turkish
|
tr: Turkish
|
||||||
ua: Ukranian
|
ua: Ukranian
|
||||||
vi: Vietnamese
|
vi: Vietnamese
|
||||||
template: subtitlelanguage
|
|
||||||
include:
|
include:
|
||||||
- ar
|
- ar
|
||||||
- zh
|
- zh
|
||||||
|
|||||||
@ -9,7 +9,7 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +11_<<collection_name>>
|
sort_title: +14_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: critic_rating.desc
|
sort_by: critic_rating.desc
|
||||||
@ -17,8 +17,14 @@ templates:
|
|||||||
year: <<value>>
|
year: <<value>>
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Year Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +14_+Year Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/Year%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Years: # mapping name does not matter just needs to be unique
|
Year: # mapping name does not matter just needs to be unique
|
||||||
type: year
|
type: year
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Years
|
other_name: Other Years
|
||||||
|
|||||||
@ -13,6 +13,10 @@ templates:
|
|||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
Movie Chart Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +01_+Movie Chart Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/Movie%20Chart%20Collections.jpg
|
||||||
Newly Released Movies:
|
Newly Released Movies:
|
||||||
template: {name: chartandrelease, URL_ENCODE: "Newly%20Released%20Movies"}
|
template: {name: chartandrelease, URL_ENCODE: "Newly%20Released%20Movies"}
|
||||||
summary: A collection of newly-released movies in cinema and on streaming services
|
summary: A collection of newly-released movies in cinema and on streaming services
|
||||||
|
|||||||
@ -16,6 +16,12 @@ templates:
|
|||||||
any:
|
any:
|
||||||
content_rating: <<value>>
|
content_rating: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
US Ratings Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +03_+US Ratings Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/content_rating//mpaa_(us)/US%20Ratings%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
US MOVIE Content Ratings:
|
US MOVIE Content Ratings:
|
||||||
type: content_rating
|
type: content_rating
|
||||||
|
|||||||
@ -11,10 +11,14 @@ templates:
|
|||||||
- collection
|
- collection
|
||||||
tmdb_collection_details: <<collection>>
|
tmdb_collection_details: <<collection>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
sort_title: +04_<<collection_name>>
|
sort_title: +06_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/<<URL_ENCODE>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
Franchise Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +06_+Franchise Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Franchise%20Collections.jpg
|
||||||
DC Universe:
|
DC Universe:
|
||||||
template: {name: collection, URL_ENCODE: "DC%20Universe"}
|
template: {name: collection, URL_ENCODE: "DC%20Universe"}
|
||||||
tmdb_list: https://www.themoviedb.org/list/6468
|
tmdb_list: https://www.themoviedb.org/list/6468
|
||||||
|
|||||||
@ -1,62 +1,61 @@
|
|||||||
######################################################
|
######################################################
|
||||||
# Dynamic US Content Rating Collections #
|
# Playlists #
|
||||||
# Rating Adjustments made by Yozora #
|
# Rating Adjustments made by Yozora #
|
||||||
# Created by Yozora and Bullmoose20 #
|
# Created by Yozora and Bullmoose20 #
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
# templates:
|
|
||||||
# collection:
|
|
||||||
# url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/<<URL_ENCODE>>.jpg
|
|
||||||
|
|
||||||
playlists:
|
playlists:
|
||||||
Marvel Cinematic Universe:
|
Marvel Cinematic Universe:
|
||||||
# template: {name: collection, URL_ENCODE: "Marvel%20Cinematic%20Universe"}
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Marvel%20Cinematic%20Universe.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
|
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
|
||||||
summary: Marvel Cinematic Universe In Order
|
summary: Marvel Cinematic Universe In Order
|
||||||
X-Men Movies Chronological Order:
|
X-Men Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/X-Men.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc
|
trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc
|
||||||
Star Wars Movies Chronological Order:
|
Star Wars Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Star%20Wars.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/movistapp/lists/star-wars?sort=rank,asc
|
trakt_list: https://trakt.tv/users/movistapp/lists/star-wars?sort=rank,asc
|
||||||
Walt Disney Animated Feature Films:
|
|
||||||
sync_to_users: all
|
|
||||||
sync_mode: sync
|
|
||||||
libraries: Movies, TV Shows
|
|
||||||
trakt_list: https://trakt.tv/users/movistapp/lists/walt-disney-animated-feature-films?sort=rank,asc
|
|
||||||
James Bond Movies Chronological Order:
|
James Bond Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/James%20Bond%20007.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/any/lists/james-bond?sort=rank,asc
|
trakt_list: https://trakt.tv/users/any/lists/james-bond?sort=rank,asc
|
||||||
Fast & Furious Movies Chronological Order:
|
Fast & Furious Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Fast%20&%20Furious.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/mausk/lists/fast-furious?sort=rank,desc
|
trakt_list: https://trakt.tv/users/mausk/lists/fast-furious?sort=rank,desc
|
||||||
Harry Potter Movies Chronological Order:
|
Harry Potter Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Wizarding%20World.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/goldveia/lists/harry-potter?sort=rank,asc
|
trakt_list: https://trakt.tv/users/goldveia/lists/harry-potter?sort=rank,asc
|
||||||
Lord of the Rings Movies Chronological Order:
|
Lord of the Rings Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Lord%20of%20the%20Rings.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/spite84/lists/lord-of-the-rings?sort=rank,asc
|
trakt_list: https://trakt.tv/users/spite84/lists/lord-of-the-rings?sort=rank,asc
|
||||||
Jurassic Park Movies Chronological Order:
|
Jurassic Park Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/Jurassic%20Park.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
trakt_list: https://trakt.tv/users/iamgabriel/lists/jurassic?sort=rank,asc
|
trakt_list: https://trakt.tv/users/iamgabriel/lists/jurassic?sort=rank,asc
|
||||||
Hunger Games Movies Chronological Order:
|
The Hunger Games Movies Chronological Order:
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/The%20Hunger%20Games.jpg
|
||||||
sync_to_users: all
|
sync_to_users: all
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
|
|||||||
@ -13,6 +13,10 @@ templates:
|
|||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/streaming_service/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/streaming_service/<<URL_ENCODE>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
UK Streaming Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +02_+UK Streaming Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/streaming_service/UK%20Streaming%20Collections.jpg
|
||||||
All 4 Movies:
|
All 4 Movies:
|
||||||
template: {name: streaming, URL_ENCODE: "All%204"}
|
template: {name: streaming, URL_ENCODE: "All%204"}
|
||||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-movies
|
mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-movies
|
||||||
|
|||||||
@ -10,9 +10,13 @@ templates:
|
|||||||
smart_label: release.desc
|
smart_label: release.desc
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
sort_title: +02_<<collection_name>>
|
sort_title: +02_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/streaming_service/<<URL_ENCODE>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
US Streaming Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +02_+US Streaming Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/streaming_service/US%20Streaming%20Collections.jpg
|
||||||
Apple TV+ Movies:
|
Apple TV+ Movies:
|
||||||
template: {name: streaming, URL_ENCODE: "Apple%20TV+"}
|
template: {name: streaming, URL_ENCODE: "Apple%20TV+"}
|
||||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-movies
|
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-movies
|
||||||
|
|||||||
@ -13,6 +13,10 @@ templates:
|
|||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
TV Chart Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +01_+TV Chart Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/TV%20Chart%20Collections.jpg
|
||||||
Newly Released Shows:
|
Newly Released Shows:
|
||||||
template: {name: chartandrelease, URL_ENCODE: "Newly%20Released%20Shows"}
|
template: {name: chartandrelease, URL_ENCODE: "Newly%20Released%20Shows"}
|
||||||
summary: A collection of newly-released shows on TV and on streaming services
|
summary: A collection of newly-released shows on TV and on streaming services
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
######################################################
|
######################################################
|
||||||
# Dynamic US Content Rating Collections #
|
# Dynamic US TV Content Rating Collections #
|
||||||
# Rating Adjustments made by Yozora #
|
# Rating Adjustments made by Yozora #
|
||||||
# Created by Yozora and Bullmoose20 #
|
# Created by Yozora and Bullmoose20 #
|
||||||
######################################################
|
######################################################
|
||||||
@ -10,14 +10,20 @@ templates:
|
|||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key_name>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +03_<<collection_name>>
|
sort_title: +03_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/content_rating/mpaa_(us)/<<key_name>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/content_rating/mpaa_(us)/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
content_rating: <<content_rating>>
|
content_rating: <<content_rating>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
US TV Ratings Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +03_+US TV Ratings Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/content_rating//mpaa_(us)/US%20TV%20Ratings%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
US TV Content Ratings:
|
US TV Content Rating:
|
||||||
type: content_rating
|
type: content_rating
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Ratings
|
other_name: Other Ratings
|
||||||
|
|||||||
@ -9,18 +9,24 @@ templates:
|
|||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key_name>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +04_<<collection_name>>
|
sort_title: +05_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<key_name>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
network: <<value>>
|
network: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Kids Network Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +05_+Kids Network Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/Kids%20Network%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
networks:
|
Network Kids:
|
||||||
type: network
|
type: network
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Networks
|
# other_name: Other Kids Networks
|
||||||
template: networks_dynamic
|
template: networks_dynamic
|
||||||
template_variables:
|
template_variables:
|
||||||
URL_ENCODE:
|
URL_ENCODE:
|
||||||
@ -34,6 +40,7 @@ dynamic_collections:
|
|||||||
Nick Jr.: Nick%20Jr.
|
Nick Jr.: Nick%20Jr.
|
||||||
PBS Kids: PBS%20Kids
|
PBS Kids: PBS%20Kids
|
||||||
Universal Kids: Universal%20Kids
|
Universal Kids: Universal%20Kids
|
||||||
|
other: Other%20Kids%20Networks
|
||||||
include:
|
include:
|
||||||
- ABC Kids
|
- ABC Kids
|
||||||
- Amazon Kids+
|
- Amazon Kids+
|
||||||
|
|||||||
@ -7,17 +7,23 @@
|
|||||||
templates:
|
templates:
|
||||||
networks_dynamic:
|
networks_dynamic:
|
||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +04_<<collection_name>>
|
sort_title: +04_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<key_name>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
network: <<value>>
|
network: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
UK Network Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +04_+UK Network Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/UK%20Network%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
networks:
|
Network UK:
|
||||||
type: network
|
type: network
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Networks
|
other_name: Other Networks
|
||||||
@ -33,8 +39,10 @@ dynamic_collections:
|
|||||||
Disney Channel: Disney%20Channel
|
Disney Channel: Disney%20Channel
|
||||||
Investigation Discovery: Investigation%20Discovery
|
Investigation Discovery: Investigation%20Discovery
|
||||||
National Geographic: National%20Geographic
|
National Geographic: National%20Geographic
|
||||||
|
Prime Video: Prime%20Video
|
||||||
Sky 1: Sky%201
|
Sky 1: Sky%201
|
||||||
UKTV Food: UKTV%20Food
|
UKTV Food: UKTV%20Food
|
||||||
|
other:Other%20Networks
|
||||||
include:
|
include:
|
||||||
- Adult Swim
|
- Adult Swim
|
||||||
- Amazon
|
- Amazon
|
||||||
|
|||||||
@ -7,17 +7,23 @@
|
|||||||
templates:
|
templates:
|
||||||
networks_dynamic:
|
networks_dynamic:
|
||||||
default:
|
default:
|
||||||
URL_ENCODE: <<key_name>>
|
URL_ENCODE: <<key>>
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
sort_title: +04_<<collection_name>>
|
sort_title: +04_<<collection_name>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<key_name>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
network: <<value>>
|
network: <<value>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
US Network Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +04_+US Network Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/US%20Network%20Collections.jpg
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
networks:
|
Network US:
|
||||||
type: network
|
type: network
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
other_name: Other Networks
|
other_name: Other Networks
|
||||||
@ -34,7 +40,9 @@ dynamic_collections:
|
|||||||
Hallmark Channel: Hallmark%20Channel
|
Hallmark Channel: Hallmark%20Channel
|
||||||
Investigation Discovery: Investigation%20Discovery
|
Investigation Discovery: Investigation%20Discovery
|
||||||
National Geographic: National%20Geographic
|
National Geographic: National%20Geographic
|
||||||
|
Prime Video: Prime%20Video
|
||||||
The CW: The%20CW
|
The CW: The%20CW
|
||||||
|
other: Other%Networks
|
||||||
include:
|
include:
|
||||||
- A&E
|
- A&E
|
||||||
- ABC
|
- ABC
|
||||||
|
|||||||
@ -13,6 +13,10 @@ templates:
|
|||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/<<URL_ENCODE>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
UK Streaming Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +02_+UK Streaming Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/UK%20Streaming%20Collections.jpg
|
||||||
All 4 Shows:
|
All 4 Shows:
|
||||||
template: {name: streaming, URL_ENCODE: "All%204"}
|
template: {name: streaming, URL_ENCODE: "All%204"}
|
||||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-Shows
|
mdblist_list: https://mdblist.com/lists/yozoraxcii/all-4-Shows
|
||||||
|
|||||||
@ -13,6 +13,10 @@ templates:
|
|||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/<<URL_ENCODE>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/<<URL_ENCODE>>.jpg
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
US Streaming Collections:
|
||||||
|
blank_collection: true
|
||||||
|
sort_title: +02_+US Streaming Collections
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/US%20Streaming%20Collections.jpg
|
||||||
Apple TV+ Shows:
|
Apple TV+ Shows:
|
||||||
template: {name: streaming, URL_ENCODE: "Apple%20TV+"}
|
template: {name: streaming, URL_ENCODE: "Apple%20TV+"}
|
||||||
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-Shows
|
mdblist_list: https://mdblist.com/lists/yozoraxcii/appletv-Shows
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user