mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-13 17:22:30 -05:00
blank_collection posters added
This commit is contained in:
@@ -9,13 +9,19 @@ templates:
|
||||
default:
|
||||
URL_ENCODE: <<key>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
Audio Language: # mapping name does not matter just needs to be unique
|
||||
type: audio_language
|
||||
|
||||
@@ -14,8 +14,14 @@ templates:
|
||||
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
|
||||
|
||||
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:
|
||||
UK Content Ratings:
|
||||
UK Content Rating:
|
||||
type: content_rating
|
||||
title_format: <<key_name>>
|
||||
template: contentrating_dynamic
|
||||
|
||||
@@ -9,15 +9,21 @@ templates:
|
||||
default:
|
||||
URL_ENCODE: <<key_name>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
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
|
||||
title_format: <<key_name>>
|
||||
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:
|
||||
URL_ENCODE: <<key_name>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
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
|
||||
title_format: <<key_name>>
|
||||
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:
|
||||
URL_ENCODE: <<key>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: critic_rating.desc
|
||||
@@ -17,8 +17,14 @@ templates:
|
||||
decade: <<value>>
|
||||
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:
|
||||
Decades: # mapping name does not matter just needs to be unique
|
||||
Decade: # mapping name does not matter just needs to be unique
|
||||
type: decade
|
||||
title_format: Best of <<key_name>>
|
||||
other_name: Other Decades
|
||||
|
||||
@@ -9,15 +9,21 @@ templates:
|
||||
default:
|
||||
URL_ENCODE: <<key_name>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
genres:
|
||||
Genre:
|
||||
type: genre
|
||||
title_format: <<key_name>>
|
||||
other_name: Other Genres
|
||||
|
||||
@@ -9,15 +9,21 @@ templates:
|
||||
default:
|
||||
URL_ENCODE: <<key>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
resolution: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Resolutions: # mapping name does not matter just needs to be unique
|
||||
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:
|
||||
Resolution: # mapping name does not matter just needs to be unique
|
||||
type: resolution
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
other_name: Other Resolutions
|
||||
|
||||
@@ -9,15 +9,21 @@ templates:
|
||||
default:
|
||||
URL_ENCODE: <<key>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
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
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
other_name: Other Resolutions
|
||||
|
||||
@@ -7,17 +7,23 @@
|
||||
templates:
|
||||
studio_dynamic:
|
||||
default:
|
||||
URL_ENCODE: <<key_name>>
|
||||
URL_ENCODE: <<key>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
studios: # mapping name does not matter just needs to be unique
|
||||
Studio: # mapping name does not matter just needs to be unique
|
||||
type: studio
|
||||
title_format: <<key_name>>
|
||||
other_name: Other Studios
|
||||
@@ -39,7 +45,7 @@ dynamic_collections:
|
||||
Universal Pictures: Universal%20Pictures
|
||||
Walt Disney Pictures: Walt%20Disney%20Pictures
|
||||
Warner Bros. Pictures: Warner%20Bros.%20Pictures
|
||||
Other Studios: Other%20Studios
|
||||
other: Other%20Studios
|
||||
include:
|
||||
- 20th Century Studios
|
||||
- Amazon Studios
|
||||
|
||||
@@ -7,20 +7,26 @@
|
||||
templates:
|
||||
studio_dynamic:
|
||||
default:
|
||||
URL_ENCODE: <<key_name>>
|
||||
URL_ENCODE: <<key>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
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
|
||||
title_format: <<key_name>>
|
||||
other_name: Other Studios
|
||||
other_name: Other Animation Studios
|
||||
template: studio_dynamic
|
||||
template_variables:
|
||||
URL_ENCODE:
|
||||
@@ -36,6 +42,7 @@ dynamic_collections:
|
||||
Universal Animation Studios: Universal%20Animation%20Studios
|
||||
Walt Disney Animation Studios: Walt%20Disney%20Animation%20Studios
|
||||
Warner Animation Group: Warner%20Animation%20Group
|
||||
other: Other%20Animation%20Studios
|
||||
include:
|
||||
- 20th Century Animation
|
||||
- Blue Sky Studios
|
||||
|
||||
@@ -6,19 +6,64 @@
|
||||
|
||||
templates:
|
||||
subtitlelanguage:
|
||||
default:
|
||||
URL_ENCODE: <<key>>
|
||||
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:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
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:
|
||||
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
|
||||
title_format: <<key_name>> 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:
|
||||
ar: Arabic
|
||||
bg: Bulgarian
|
||||
@@ -53,7 +98,6 @@ dynamic_collections:
|
||||
tr: Turkish
|
||||
ua: Ukranian
|
||||
vi: Vietnamese
|
||||
template: subtitlelanguage
|
||||
include:
|
||||
- ar
|
||||
- zh
|
||||
|
||||
@@ -9,7 +9,7 @@ templates:
|
||||
default:
|
||||
URL_ENCODE: <<key>>
|
||||
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
|
||||
smart_filter:
|
||||
sort_by: critic_rating.desc
|
||||
@@ -17,8 +17,14 @@ templates:
|
||||
year: <<value>>
|
||||
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:
|
||||
Years: # mapping name does not matter just needs to be unique
|
||||
Year: # mapping name does not matter just needs to be unique
|
||||
type: year
|
||||
title_format: <<key_name>>
|
||||
other_name: Other Years
|
||||
|
||||
Reference in New Issue
Block a user