fix(french-starr): Update Multi-Audio CF (#1531)

pull/1535/head
NiceTSY 9 months ago committed by GitHub
parent 73bbf910fa
commit b062572da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
"trash_scores": {
"default": 300
},
"trash_regex": "https://regex101.com/r/hcMa1f/2",
"trash_regex": "https://regex101.com/r/hcMa1f",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -23,7 +23,7 @@
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)"
"value": "^(?=.*\\b(VO(ST(FR)?)?)\\b)(?=.*\\b(VF[FIQ2]?)\\b)"
}
}
]

@ -4,7 +4,7 @@
"trash_scores": {
"default": 300
},
"trash_regex": "https://regex101.com/r/hcMa1f/2",
"trash_regex": "https://regex101.com/r/hcMa1f",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -23,7 +23,7 @@
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)"
"value": "^(?=.*\\b(VO(ST(FR)?)?)\\b)(?=.*\\b(VF[FIQ2]?)\\b)"
}
}
]

Loading…
Cancel
Save