mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
move to raw github images links
This commit is contained in:
parent
c3e21a06ed
commit
0609632e54
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
audio_language: <<value>>
|
||||
sort_title: +07_<<collection_name>>
|
||||
url_poster: https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/audio_language/<<key>>.jpg?raw=true
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/audio_language/<<key>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
Audio Language: # mapping name does not matter just needs to be unique
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
sort_title: +03_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/content_rating/bbfc_(uk)/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/bbfc_(uk)/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
UK Content Ratings:
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
URL_ENCODE: <<key_name>>
|
||||
collection_mode: hide
|
||||
sort_title: +09_country<<collection_name>>
|
||||
url_poster: https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/country/color/<<URL_ENCODE>>.jpg?raw=true
|
||||
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:
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
URL_ENCODE: <<key_name>>
|
||||
collection_mode: hide
|
||||
sort_title: +09_country<<collection_name>>
|
||||
url_poster: https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/country/white/<<URL_ENCODE>>.jpg?raw=true
|
||||
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:
|
||||
|
||||
@ -13,7 +13,7 @@ templates:
|
||||
decade: <<value>>
|
||||
limit: 100
|
||||
sort_title: +10_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/yearsanddecades/Best of <<key_name>>/Best of <<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/Best of <<key_name>>/Best of <<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
Decades: # mapping name does not matter just needs to be unique
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
genre: <<value>>
|
||||
sort_title: +06_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/genre/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/genre/<<key_name>>/<<key_name>>.jpg
|
||||
title_override:
|
||||
Biography: Biopic
|
||||
# Action/Adventure: Action & Adventure THESE CAN BE ENABLED TO STANDARDIZE THE NAMING CONVENTION OF COMBINED GENRES
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
######################################################
|
||||
# Dynamic Resolution Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
# See Commented Lines Below for Alternative Text #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
@ -12,7 +11,7 @@ templates:
|
||||
any:
|
||||
resolution: <<value>>
|
||||
sort_title: +12_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/resolution/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
Resolutions: # mapping name does not matter just needs to be unique
|
||||
@ -22,16 +21,3 @@ dynamic_collections:
|
||||
addons:
|
||||
1080p:
|
||||
- 2K
|
||||
### THE BELOW TEXT CAN BE UNCOMMENTED TO COMBINE <480p INTO "SD" AND TO ALSO CHANGE NAMES FROM "1080p" to "FULL HD" etc
|
||||
# 480p:
|
||||
# - 144p
|
||||
# - 240p
|
||||
# - 360p
|
||||
# - 576p
|
||||
# - SD
|
||||
# title_override:
|
||||
# 480p: SD
|
||||
# 720p: HD Ready
|
||||
# 1080p: Full HD
|
||||
# 4K: Ultra HD
|
||||
# 8K: 8K Ultra HD
|
||||
@ -1,14 +1,17 @@
|
||||
######################################################
|
||||
# Dynamic Resolution Collections #
|
||||
# Dynamic Resolution Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
resolution_dynamic:
|
||||
collection_mode: hide
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
resolution: <<value>>
|
||||
sort_title: +12_<<collection_name>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
Resolutions: # mapping name does not matter just needs to be unique
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
studio: <<studio>>
|
||||
sort_title: +05_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/studio/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
20th Century Studios:
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
studio: <<studio>>
|
||||
sort_title: +05_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/studio/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/studio/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
20th Century Animation:
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
subtitle_language: <<value>>
|
||||
sort_title: +08_<<collection_name>>
|
||||
url_poster: https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/subtitle_language/<<key>>.jpg?raw=true
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/subtitle_language/<<key>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
Subtitle Languages: # mapping name does not matter just needs to be unique
|
||||
|
||||
@ -13,7 +13,7 @@ templates:
|
||||
year: <<value>>
|
||||
limit: 100
|
||||
sort_title: +11_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/yearsanddecades/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/yearsanddecades/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
Years: # mapping name does not matter just needs to be unique
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
sort_title: +01_<<collection_name>>
|
||||
sync_mode: sync
|
||||
limit: 100
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/chartandrelease/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chartandrelease/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
Newly Released Movies:
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
sort_title: +03_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/content_rating/mpaa_(us)/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/mpaa_(us)/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
US Content Ratings:
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
tmdb_collection_details: <<collection>>
|
||||
sync_mode: sync
|
||||
sort_title: +04_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/movie/franchise/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
DC Universe:
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
smart_label: release.desc
|
||||
sync_mode: sync
|
||||
sort_title: +02_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
All 4 Movies:
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
smart_label: release.desc
|
||||
sync_mode: sync
|
||||
sort_title: +02_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
Apple TV+ Movies:
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
sort_title: +01_<<collection_name>>
|
||||
sync_mode: sync
|
||||
limit: 100
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/chartandrelease/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chartandrelease/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
Newly Released Shows:
|
||||
|
||||
@ -12,7 +12,7 @@ templates:
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
sort_title: +03_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/content_rating/mpaa_(us)/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/content_rating/mpaa_(us)/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
|
||||
@ -8,11 +8,12 @@ templates:
|
||||
networks_dynamic:
|
||||
collection_mode: hide
|
||||
smart_filter:
|
||||
title_format: <<key_name>>
|
||||
sort_by: release.desc
|
||||
any:
|
||||
network: <<value>>
|
||||
sort_title: +04_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/tv/network/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
|
||||
@ -13,13 +13,13 @@ templates:
|
||||
any:
|
||||
network: <<value>>
|
||||
sort_title: +04_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/tv/network/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
template: networks_dynamic
|
||||
type: network
|
||||
title_format: <<key_name>>
|
||||
type: network
|
||||
title_override:
|
||||
Amazon: Prime Video
|
||||
Channel 4: Channel 4
|
||||
|
||||
@ -13,7 +13,7 @@ templates:
|
||||
any:
|
||||
network: <<value>>
|
||||
sort_title: +04_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/tv/network/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
dynamic_collections:
|
||||
networks:
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
sort_title: +02_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
All 4 Shows:
|
||||
|
||||
@ -10,7 +10,7 @@ templates:
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
sort_title: +02_<<collection_name>>
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/streaming_service/<<key_name>>/<<key_name>>.jpg
|
||||
|
||||
collections:
|
||||
Apple TV+ Shows:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user