Merge pull request #319 from bullmoose20/master

add \b to capture regex item properly
pull/323/head^2
YozoraXCII 2 years ago committed by GitHub
commit dc8a0332b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save