mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-10 02:08:56 -05:00
new and improved regexes
This commit is contained in:
parent
798127789c
commit
0963708b99
@ -75,7 +75,7 @@ overlays:
|
|||||||
slug: directorscut
|
slug: directorscut
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\bDirector|Directors\b'
|
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bDirector|Directors\b'
|
||||||
|
|
||||||
Extended-Edition:
|
Extended-Edition:
|
||||||
template:
|
template:
|
||||||
@ -84,7 +84,7 @@ overlays:
|
|||||||
slug: extended
|
slug: extended
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\bExtended\b'
|
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bExtended\b'
|
||||||
|
|
||||||
Uncut-Edition:
|
Uncut-Edition:
|
||||||
template:
|
template:
|
||||||
@ -93,7 +93,7 @@ overlays:
|
|||||||
slug: uncut
|
slug: uncut
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\bUncut\b'
|
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bUncut\b'
|
||||||
|
|
||||||
Unrated-Edition:
|
Unrated-Edition:
|
||||||
template:
|
template:
|
||||||
@ -102,7 +102,7 @@ overlays:
|
|||||||
slug: unrated
|
slug: unrated
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\bUnrated\b'
|
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bUnrated\b'
|
||||||
|
|
||||||
Special-Edition:
|
Special-Edition:
|
||||||
template:
|
template:
|
||||||
@ -111,7 +111,7 @@ overlays:
|
|||||||
slug: special
|
slug: special
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\bSpecial\b'
|
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bSpecial\b'
|
||||||
|
|
||||||
IMAX-E:
|
IMAX-E:
|
||||||
template:
|
template:
|
||||||
@ -149,7 +149,7 @@ overlays:
|
|||||||
slug: finalcut
|
slug: finalcut
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\bFinal Cut\b'
|
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bFinal Cut\b'
|
||||||
|
|
||||||
Remastered:
|
Remastered:
|
||||||
template:
|
template:
|
||||||
@ -158,5 +158,5 @@ overlays:
|
|||||||
slug: remastered
|
slug: remastered
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\bRemaster\b'
|
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bRemaster\b'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user