Fix Multi-Audio CFs to not match `Multi-Subs`

pull/1342/head
NiceTSY 1 year ago
parent ca95584fbb
commit eea8bfaa19

@ -1,7 +1,7 @@
{
"trash_id": "72b1548df1ac3175ca105a9ce7043c91",
"trash_score": "300",
"trash_regex": "https://regex101.com/r/hcMa1f/1",
"trash_regex": "https://regex101.com/r/hcMa1f/2",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(MULTi)(\\d|\\b)"
"value": "\\b(MULTi(?![ .-]subs?))(\\d|\\b)"
}
},
{

@ -1,7 +1,7 @@
{
"trash_id": "2f6e84efc47246ec9071e311e71c4953",
"trash_score": "300",
"trash_regex": "https://regex101.com/r/hcMa1f/1",
"trash_regex": "https://regex101.com/r/hcMa1f/2",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(MULTi)(\\d|\\b)"
"value": "\\b(MULTi(?![ .-]subs?))(\\d|\\b)"
}
},
{

Loading…
Cancel
Save