fix(starr-cf/audio-channels): add word barrier and negates to prevent matching incorrectly (#1919)
* fix(cf/audio-channels): add word barrier to prevent matching incorrectly * update(cf/audio-channels): change to rg recommendations add word barriers to all low channel and adjust negates remove 9.1 from guidespull/1410/head^2
parent
17e144ea91
commit
6065824d40
@ -1,42 +0,0 @@
|
||||
{
|
||||
"trash_id": "f2aacebe2c932337fe352fa6e42c1611",
|
||||
"name": "9.1 Surround",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [{
|
||||
"name": "9.1 Surround",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "[^0-9]9[ .][0-1]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not 7.1 Surround",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "[^0-9][7-8][ .][0-1]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not 5.1 Surround",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "[^0-9][5-6][ .][0-1]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not Low Channel Count",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,42 +0,0 @@
|
||||
{
|
||||
"trash_id": "a377864de6228b252d6e28962673cedd",
|
||||
"name": "9.1 Surround",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [{
|
||||
"name": "9.1 Surround",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "[^0-9]9[ .][0-1]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not 7.1 Surround",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "[^0-9][7-8][ .][0-1]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not 5.1 Surround",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "[^0-9][5-6][ .][0-1]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not Low Channel Count",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue