parent
56f86cb498
commit
c622d77c7a
@ -1,24 +1,52 @@
|
|||||||
######################################################
|
######################################################
|
||||||
# Dynamic Resolution Collections #
|
# Dynamic Resolution Collections #
|
||||||
# Created by Yozora and Bullmoose20 #
|
# Created by Yozora and Bullmoose20 #
|
||||||
|
# #
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
resolution_dynamic:
|
resolution_dynamic:
|
||||||
|
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/resolution/<<URL_ENCODE>>.jpg
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
resolution: <<value>>
|
resolution: <<value>>
|
||||||
sort_title: +12_<<collection_name>>
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/resolution/<<key_name>>.jpg
|
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Resolutions: # mapping name does not matter just needs to be unique
|
Resolutions: # mapping name does not matter just needs to be unique
|
||||||
type: resolution
|
type: resolution
|
||||||
template: resolution_dynamic
|
|
||||||
title_format: <<key_name>> <<library_type>>s
|
title_format: <<key_name>> <<library_type>>s
|
||||||
other_name: Other Resolutions
|
other_name: Other Resolutions
|
||||||
|
template: resolution_dynamic
|
||||||
|
template_variables:
|
||||||
|
URL_ENCODE:
|
||||||
|
144p: 144p
|
||||||
|
240p: 240p
|
||||||
|
360p: 360p
|
||||||
|
480p: 480p
|
||||||
|
576p: 576p
|
||||||
|
720p: 720p
|
||||||
|
SD: SD
|
||||||
|
1080p: 1080p
|
||||||
|
4K: 4K
|
||||||
|
8K: 8K
|
||||||
|
other: Other%Resolutions
|
||||||
|
include:
|
||||||
|
- 144p
|
||||||
|
- 240p
|
||||||
|
- 360p
|
||||||
|
- 480p
|
||||||
|
- 576p
|
||||||
|
- 720p
|
||||||
|
- SD
|
||||||
|
- 1080p
|
||||||
|
- 2K
|
||||||
|
- 4K
|
||||||
|
- 8K
|
||||||
addons:
|
addons:
|
||||||
1080p:
|
1080p:
|
||||||
- 2K
|
- 2K
|
@ -0,0 +1,63 @@
|
|||||||
|
######################################################
|
||||||
|
# Dynamic US Content Rating Collections #
|
||||||
|
# Rating Adjustments made by Yozora #
|
||||||
|
# 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:
|
||||||
|
Marvel Cinematic Universe:
|
||||||
|
# template: {name: collection, URL_ENCODE: "Marvel%20Cinematic%20Universe"}
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
|
||||||
|
summary: Marvel Cinematic Universe In Order
|
||||||
|
X-Men Movies Chronological Order:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc
|
||||||
|
Star Wars Movies Chronological Order:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
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:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/any/lists/james-bond?sort=rank,asc
|
||||||
|
Fast & Furious Movies Chronological Order:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/mausk/lists/fast-furious?sort=rank,desc
|
||||||
|
Harry Potter Movies Chronological Order:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/goldveia/lists/harry-potter?sort=rank,asc
|
||||||
|
Lord of the Rings Movies Chronological Order:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/spite84/lists/lord-of-the-rings?sort=rank,asc
|
||||||
|
Jurassic Park Movies Chronological Order:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/iamgabriel/lists/jurassic?sort=rank,asc
|
||||||
|
Hunger Games Movies Chronological Order:
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: Movies, TV Shows
|
||||||
|
trakt_list: https://trakt.tv/users/gapunk78/lists/hunger-games?sort=rank,asc
|
Loading…
Reference in new issue