Merge pull request #369 from bullmoose20/master

Final Cut added for Fonduemang
This commit is contained in:
cpt-kuesel 2022-07-03 13:29:15 +02:00 committed by GitHub
commit 1eb0171e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,24 +104,6 @@ overlays:
filters: filters:
filepath.regex: '(?i)\bUnrated\b' filepath.regex: '(?i)\bUnrated\b'
Extended-Edition:
template:
- name: SpecialRelease
weight: 80
slug: extended
plex_all: true
filters:
filepath.regex: '(?i)\bExtended\b'
Remastered:
template:
- name: SpecialRelease
weight: 10
slug: remastered
plex_all: true
filters:
filepath.regex: '(?i)\bRemaster\b'
Special-Edition: Special-Edition:
template: template:
- name: SpecialRelease - name: SpecialRelease
@ -120,17 +113,6 @@ overlays:
filters: filters:
filepath.regex: '(?i)\bSpecial\b' filepath.regex: '(?i)\bSpecial\b'
Criterion:
template:
- name: SpecialRelease
weight: 20
slug: criterion
plex_all: true
filters:
filepath.regex:
- '(?i)Criterion'
- '(?i)\[CC\]'
IMAX-E: IMAX-E:
template: template:
- name: SpecialRelease - name: SpecialRelease
@ -148,3 +130,33 @@ overlays:
plex_all: true plex_all: true
filters: filters:
filepath.regex: '(?i)\bIMAX\b' filepath.regex: '(?i)\bIMAX\b'
Criterion:
template:
- name: SpecialRelease
weight: 20
slug: criterion
plex_all: true
filters:
filepath.regex:
- '(?i)Criterion'
- '(?i)\[CC\]'
Final-Cut:
template:
- name: SpecialRelease
weight: 15
slug: finalcut
plex_all: true
filters:
filepath.regex: '(?i)\bFinal Cut\b'
Remastered:
template:
- name: SpecialRelease
weight: 10
slug: remastered
plex_all: true
filters:
filepath.regex: '(?i)\bRemaster\b'