fixed better matching DTS-ES

fixed `DTS-ES` to better match their respective releases.
pull/368/head
TRaSH 3 years ago committed by YozoraXCII
parent d31e282731
commit 1a9dff8fac

@ -136,7 +136,7 @@ overlays:
slug: es slug: es
plex_all: true plex_all: true
filters: filters:
audio_track_title.regex: '(?i)dts[ ._-]?(es|(hd[. ]?)?(hr|hi))' audio_track_title.regex: '(?i)dts[-. ]?es\b'
DTS-ES-Filepath: DTS-ES-Filepath:
template: template:
@ -146,7 +146,7 @@ overlays:
slug: es slug: es
plex_all: true plex_all: true
filters: filters:
filepath.regex: '(?i)dts[ ._-]?(es|(hd[. ]?)?(hr|hi))' filepath.regex: '(?i)dts[-. ]?es\b'
DTS-HD: DTS-HD:
template: template:

Loading…
Cancel
Save