Merge pull request #369 from bullmoose20/master

Final Cut added for Fonduemang
pull/374/head
cpt-kuesel 2 years ago committed by GitHub
commit 1eb0171e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save