mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-19 06:26:06 -05:00
added 5 more special_release overlays (#349)
* added HGTV for Brett * added NBC * ratings stickers * added 5 more special_release overlays * fix special_release for git file location * remove special_release2
This commit is contained in:
@@ -29,6 +29,16 @@
|
||||
# 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:
|
||||
@@ -56,6 +66,51 @@ templates:
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user