Adding different cut types

pull/350/head
Magic815 2 years ago committed by meisnate12
parent 8d0dfa1c0c
commit 284d8d525d

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

@ -56,21 +56,10 @@ templates:
overlays:
# Criterion:
# template:
# - name: SpecialRelease
# weight: 30
# slug: criterion
# plex_all: true
# filters:
# filepath.regex:
# - '(?i)Criterion'
# - '(?i)\[CC\]'
IMAX-E:
template:
- name: SpecialRelease
weight: 20
weight: 30
slug: enhanced
plex_all: true
filters:
@ -79,8 +68,19 @@ overlays:
IMAX:
template:
- name: SpecialRelease
weight: 10
weight: 20
slug: imax
plex_all: true
filters:
filepath.regex: '(?i)\bIMAX\b'
filepath.regex: '(?i)\bIMAX\b'
Criterion:
template:
- name: SpecialRelease
weight: 10
slug: criterion
plex_all: true
filters:
filepath.regex:
- '(?i)Criterion'
- '(?i)\[CC\]'
Loading…
Cancel
Save