|
|
|
@ -39,6 +39,8 @@
|
|
|
|
|
# use_remastered: true #
|
|
|
|
|
# # Use the Special overlay #
|
|
|
|
|
# use_special: true #
|
|
|
|
|
# # Use the Final Cut overlay #
|
|
|
|
|
# use_finalcut: true #
|
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
|
|
templates:
|
|
|
|
@ -75,6 +77,15 @@ overlays:
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bDirector|Directors\b'
|
|
|
|
|
|
|
|
|
|
Extended-Edition:
|
|
|
|
|
template:
|
|
|
|
|
- name: SpecialRelease
|
|
|
|
|
weight: 80
|
|
|
|
|
slug: extended
|
|
|
|
|
plex_all: true
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bExtended\b'
|
|
|
|
|
|
|
|
|
|
Uncut-Edition:
|
|
|
|
|
template:
|
|
|
|
|
- name: SpecialRelease
|
|
|
|
@ -93,32 +104,32 @@ overlays:
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bUnrated\b'
|
|
|
|
|
|
|
|
|
|
Extended-Edition:
|
|
|
|
|
Special-Edition:
|
|
|
|
|
template:
|
|
|
|
|
- name: SpecialRelease
|
|
|
|
|
weight: 80
|
|
|
|
|
slug: extended
|
|
|
|
|
weight: 50
|
|
|
|
|
slug: special
|
|
|
|
|
plex_all: true
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bExtended\b'
|
|
|
|
|
filepath.regex: '(?i)\bSpecial\b'
|
|
|
|
|
|
|
|
|
|
Remastered:
|
|
|
|
|
IMAX-E:
|
|
|
|
|
template:
|
|
|
|
|
- name: SpecialRelease
|
|
|
|
|
weight: 10
|
|
|
|
|
slug: remastered
|
|
|
|
|
weight: 40
|
|
|
|
|
slug: enhanced
|
|
|
|
|
plex_all: true
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bRemaster\b'
|
|
|
|
|
filepath.regex: '(?i)\bIMAX Enhanced\b|^(?=.*(DSNP|Disney\+|CORE(?=[ ._-]web[ ._-]?(dl|rip)\b)|\bBC(?=[ ._-]web[ ._-]?(dl|rip)\b)|IMAX[- .]Enhanced)\b)(?=.*\b(IMAX|IMAX[- .]Enhanced)\b).*'
|
|
|
|
|
|
|
|
|
|
Special-Edition:
|
|
|
|
|
IMAX:
|
|
|
|
|
template:
|
|
|
|
|
- name: SpecialRelease
|
|
|
|
|
weight: 50
|
|
|
|
|
slug: special
|
|
|
|
|
weight: 30
|
|
|
|
|
slug: imax
|
|
|
|
|
plex_all: true
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bSpecial\b'
|
|
|
|
|
filepath.regex: '(?i)\bIMAX\b'
|
|
|
|
|
|
|
|
|
|
Criterion:
|
|
|
|
|
template:
|
|
|
|
@ -131,20 +142,21 @@ overlays:
|
|
|
|
|
- '(?i)Criterion'
|
|
|
|
|
- '(?i)\[CC\]'
|
|
|
|
|
|
|
|
|
|
IMAX-E:
|
|
|
|
|
Final-Cut:
|
|
|
|
|
template:
|
|
|
|
|
- name: SpecialRelease
|
|
|
|
|
weight: 40
|
|
|
|
|
slug: enhanced
|
|
|
|
|
weight: 15
|
|
|
|
|
slug: finalcut
|
|
|
|
|
plex_all: true
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bIMAX Enhanced\b|^(?=.*(DSNP|Disney\+|CORE(?=[ ._-]web[ ._-]?(dl|rip)\b)|\bBC(?=[ ._-]web[ ._-]?(dl|rip)\b)|IMAX[- .]Enhanced)\b)(?=.*\b(IMAX|IMAX[- .]Enhanced)\b).*'
|
|
|
|
|
filepath.regex: '(?i)\bFinal Cut\b'
|
|
|
|
|
|
|
|
|
|
IMAX:
|
|
|
|
|
Remastered:
|
|
|
|
|
template:
|
|
|
|
|
- name: SpecialRelease
|
|
|
|
|
weight: 30
|
|
|
|
|
slug: imax
|
|
|
|
|
weight: 10
|
|
|
|
|
slug: remastered
|
|
|
|
|
plex_all: true
|
|
|
|
|
filters:
|
|
|
|
|
filepath.regex: '(?i)\bIMAX\b'
|
|
|
|
|
filepath.regex: '(?i)\bRemaster\b'
|
|
|
|
|
|
|
|
|
|