|
|
|
#############################################################
|
|
|
|
# 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 #
|
|
|
|
# # Use the Director's Cut overlay #
|
|
|
|
# use_directorscut: true #
|
|
|
|
# # Use the Uncut overlay #
|
|
|
|
# use_uncut: true #
|
|
|
|
# # Use the Extended overlay #
|
|
|
|
# use_extended: true #
|
|
|
|
# # Use the Remastered overlay #
|
|
|
|
# use_remastered: true #
|
|
|
|
# # Use the Special overlay #
|
|
|
|
# use_special: true #
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
templates:
|
|
|
|
SpecialRelease:
|
|
|
|
optional:
|
|
|
|
- overlay_level
|
|
|
|
- use_<<slug>>
|
|
|
|
default:
|
|
|
|
overlay: <<overlay_name>>
|
|
|
|
horizontal_offset: 15
|
|
|
|
horizontal_align: left
|
|
|
|
vertical_offset: 113
|
|
|
|
vertical_align: bottom
|
|
|
|
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:
|
|
|
|
|
|
|
|
DirectorsCut:
|
|
|
|
template:
|
|
|
|
- name: SpecialRelease
|
|
|
|
weight: 80
|
|
|
|
slug: directorscut
|
|
|
|
plex_all: true
|
|
|
|
filters:
|
|
|
|
filepath.regex: '(?i)\bDirectorsCut\b'
|
|
|
|
|
|
|
|
Uncut:
|
|
|
|
template:
|
|
|
|
- name: SpecialRelease
|
|
|
|
weight: 70
|
|
|
|
slug: uncut
|
|
|
|
plex_all: true
|
|
|
|
filters:
|
|
|
|
filepath.regex: '(?i)\bUncut\b'
|
|
|
|
|
|
|
|
Extended:
|
|
|
|
template:
|
|
|
|
- name: SpecialRelease
|
|
|
|
weight: 60
|
|
|
|
slug: extended
|
|
|
|
plex_all: true
|
|
|
|
filters:
|
|
|
|
filepath.regex: '(?i)\bExtended\b'
|
|
|
|
|
|
|
|
Remastered:
|
|
|
|
template:
|
|
|
|
- name: SpecialRelease
|
|
|
|
weight: 50
|
|
|
|
slug: remastered
|
|
|
|
plex_all: true
|
|
|
|
filters:
|
|
|
|
filepath.regex: '(?i)\bRemaster\b'
|
|
|
|
|
|
|
|
Special:
|
|
|
|
template:
|
|
|
|
- name: SpecialRelease
|
|
|
|
weight: 40
|
|
|
|
slug: special
|
|
|
|
plex_all: true
|
|
|
|
filters:
|
|
|
|
filepath.regex: '(?i)\bSpecial\b'
|
|
|
|
|
|
|
|
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'
|