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