Adding different cut types

This commit is contained in:
Magic815
2022-06-24 12:50:09 -04:00
committed by meisnate12
parent 8d0dfa1c0c
commit 284d8d525d
6 changed files with 14 additions and 14 deletions

View File

@@ -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\]'