Merge pull request #319 from bullmoose20/master

add \b to capture regex item properly
This commit is contained in:
YozoraXCII 2022-06-01 16:14:56 +01:00 committed by GitHub
commit dc8a0332b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ overlays:
- name: IMAX-E
plex_all: true
filters:
filepath.regex: '(?i)\[IMAX Enhanced\]'
filepath.regex: '(?i)\bIMAX Enhanced\b'
IMAX:
template:
@ -89,4 +89,4 @@ overlays:
- name: IMAX
plex_all: true
filters:
filepath.regex: '(?i)\[IMAX\]'
filepath.regex: '(?i)\bIMAX\b'