mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
Merge pull request #369 from bullmoose20/master
Final Cut added for Fonduemang
This commit is contained in:
commit
1eb0171e48
@ -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'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user