mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
Merge pull request #319 from bullmoose20/master
add \b to capture regex item properly
This commit is contained in:
commit
dc8a0332b7
@ -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…
x
Reference in New Issue
Block a user