Updated config for v1.17

pull/347/head
Magic815 2 years ago committed by cpt-kuesel
parent 7d878a9914
commit 7d360e237c

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

@ -0,0 +1,236 @@
#############################################################
# Resolution Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images #
#############################################################
# Designed for TRaSH Guides filename naming scheme #
# https://trash-guides.info/ #
# #
# Call this from your config.yml (Movie or Show): #
# If nothing is specified these are the defaults #
# #
# overlay_path: #
# - git: PMM/overlays/resolution #
# template_variables: #
# # Set episode or season to overlay #
# overlay_level: #
# # Set the horizontal offset for the overlay #
# horizontal_offset: 15 #
# # Set the horizontal align for the overlay #
# horizontal_align: left #
# # Set the vertical offset for the overlay #
# vertical_offset: 15 #
# # Set the vertical align for the overlay #
# vertical_align: top #
# #
# # Use the 4K overlay #
# use_4k: true #
# # Use the 1080P overlay #
# use_1080p: true #
# # Use the 720P overlay #
# use_720p: true #
# # Use the 480P overlay #
# use_480p: true #
# # Use the DV overlay #
# use_dv: true #
# # Use the HDR overlay #
# use_hdr: true #
#############################################################
templates:
Resolution:
optional:
- overlay_level
- use_<<opt1>>
- use_<<opt2>>
default:
overlay: <<overlay_name>>
horizontal_offset: 15
horizontal_align: left
vertical_offset: 15
vertical_align: top
collection_level: <<overlay_level>>
allowed_library_types:
- <<use_<<opt1>>>>
- <<use_<<opt2>>>>
overlay:
name: <<overlay_name>>
#git: PMM/overlays/images/<<overlay>>
group: res
weight: <<weight>>
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
vertical_align: <<vertical_align>>
NoResolution:
optional:
- overlay_level
- use_<<opt1>>
- use_<<opt2>>
default:
overlay: <<overlay_name>>
horizontal_offset: 15
horizontal_align: left
vertical_offset: 15
vertical_align: top
collection_level: <<overlay_level>>
allowed_library_types:
- <<use_<<opt1>>>>
- <<use_<<opt2>>>>
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/<<overlay>>
group: res
weight: <<weight>>
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
vertical_align: <<vertical_align>>
overlays:
4K-DV:
template:
- name: Resolution
weight: 120
opt1: 4k
opt2: dv
plex_search:
all:
resolution.regex: '(?i)2160|4k'
filters:
has_dolby_vision: true
4K-HDR:
template:
- name: Resolution
weight: 110
opt1: 4k
opt2: hdr
plex_search:
all:
resolution.regex: '(?i)2160|4k'
hdr: true
4K:
template:
- name: Resolution
weight: 100
opt1: 4k
plex_search:
any:
resolution.regex: '(?i)2160|4k'
# 1080P-DV:
# template:
# - name: Resolution
# weight: 90
# opt1: 1080p
# opt2: dv
# plex_search:
# all:
# resolution.regex: '(?i)1080|2k'
# filters:
# has_dolby_vision: true
# 1080P-HDR:
# template:
# - name: Resolution
# weight: 80
# opt1: 1080p
# opt2: hdr
# plex_search:
# all:
# resolution.regex: '(?i)1080|2k'
# hdr: true
1080P:
template:
- name: Resolution
weight: 70
opt1: 1080p
plex_search:
any:
resolution.regex: '(?i)1080|2k'
# 720P-DV:
# template:
# - name: Resolution
# weight: 60
# opt1: 720p
# opt2: dv
# plex_search:
# all:
# resolution.regex: '(?i)720|hd'
# filters:
# has_dolby_vision: true
# 720P-HDR:
# template:
# - name: Resolution
# weight: 50
# opt1: 720p
# opt2: hdr
# plex_search:
# all:
# resolution.regex: '(?i)720|hd'
# hdr: true
720P:
template:
- name: Resolution
weight: 40
opt1: 720p
plex_search:
any:
resolution.regex: '(?i)720|hd'
# 480P-DV:
# template:
# - name: Resolution
# weight: 30
# opt1: 480p
# opt2: dv
# plex_search:
# all:
# resolution.regex: '(?i)480|sd'
# filters:
# has_dolby_vision: true
# 480P-HDR:
# template:
# - name: Resolution
# weight: 20
# opt1: 480p
# opt2: hdr
# plex_search:
# all:
# resolution.regex: '(?i)480|sd'
# hdr: true
# 480P:
# template:
# - name: Resolution
# weight: 10
# opt1: 480p
# plex_search:
# any:
# resolution.regex: '(?i)480|sd'
# DV:
# template:
# - name: Resolution
# weight: 5
# opt1: dv
# plex_all: true
# filters:
# has_dolby_vision: true
# HDR:
# template:
# - name: Resolution
# weight: 1
# opt1: hdr
# plex_search:
# all:
# hdr: true

@ -0,0 +1,86 @@
#############################################################
# Special Release Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images #
#############################################################
# Designed for TRaSH Guides filename naming scheme #
# https://trash-guides.info/ #
# #
# Call this from your config.yml (Movie or Show): #
# If nothing is specified these are the defaults #
# #
# overlay_path: #
# - git: PMM/overlays/special_release #
# template_variables: #
# # Set episode or season to overlay #
# overlay_level: #
# # Set the horizontal offset for the overlay #
# horizontal_offset: 15 #
# # Set the horizontal align for the overlay #
# horizontal_align: left #
# # Set the vertical offset for the overlay #
# vertical_offset: 113 #
# # Set the vertical align for the overlay #
# vertical_align: bottom #
# #
# # Use the Criterion overlay #
# use_criterion: true #
# # Use the IMAX-E overlay #
# use_enhanced: true #
# # Use the IMAX overlay #
# use_imax: true #
#############################################################
templates:
SpecialRelease:
optional:
- overlay_level
- use_<<slug>>
default:
overlay: <<overlay_name>>
horizontal_offset: 15
horizontal_align: left
vertical_offset: 99
vertical_align: top
collection_level: <<overlay_level>>
allowed_library_types: <<use_<<slug>>>>
overlay:
name: <<overlay_name>>
#git: PMM/overlays/images/<<overlay>>
group: special
weight: <<weight>>
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
vertical_align: <<vertical_align>>
overlays:
# Criterion:
# template:
# - name: SpecialRelease
# weight: 30
# slug: criterion
# plex_all: true
# filters:
# filepath.regex:
# - '(?i)Criterion'
# - '(?i)\[CC\]'
IMAX-E:
template:
- name: SpecialRelease
weight: 20
slug: enhanced
plex_all: true
filters:
filepath.regex: '(?i)\bIMAX Enhanced\b'
IMAX:
template:
- name: SpecialRelease
weight: 10
slug: imax
plex_all: true
filters:
filepath.regex: '(?i)\bIMAX\b'
Loading…
Cancel
Save