tweak(format): Add Parentheses
This commit is contained in:
parent
74e958e120
commit
8cd75705d7
|
|
@ -1,5 +1,5 @@
|
|||
name: Scene
|
||||
pattern: (?<=^|[\s.-])SPARKS|DRONES|ROVERS|SPRINTER|GECKOS|SHORTBREHD|EDITH|FilmHD|POW4HD|HD4U|TENEIGHTY|ETHEL\b
|
||||
pattern: (?<=^|[\s.-])(SPARKS|DRONES|ROVERS|SPRINTER|GECKOS|SHORTBREHD|EDITH|FilmHD|POW4HD|HD4U|TENEIGHTY|ETHEL)\b
|
||||
description: Matches Scene Groups
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: TrueHD (Missing Groups)
|
||||
pattern: (?<=^|[\s.-])TRiToN|EPSiLON|NoGroup|PmP\b
|
||||
pattern: (?<=^|[\s.-])(TRiToN|EPSiLON|NoGroup|PmP)\b
|
||||
description: Matches groups who mislabel TrueHD
|
||||
tags:
|
||||
- Audio
|
||||
|
|
|
|||
Loading…
Reference in New Issue