Add Version Québécoise to French Audio

- Recognised now VFQ and VQ properly
- Updated French Audio accordingly
pull/645/head
NiceTSY 2 years ago
parent 0bfb891644
commit bb7357bb97

@ -1,7 +1,7 @@
{
"trash_id": "6d27683346c78d6a3f772e30877910a7",
"trash_score": "1",
"trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VFB",
"trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VQ, VFB",
"name": "French Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -65,7 +65,16 @@
"negate": false,
"required": false,
"fields": {
"value": "\\bVF?Q\\b"
"value": "\\bVFQ\\b"
}
},
{
"name": "Version Québécoise",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVQ\\b"
}
}
]

@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bVF?Q\\b"
"value": "\\bVFQ\\b"
}
}
]

@ -0,0 +1,18 @@
{
"trash_id": "95aa50f71a01c82354a7a2b385f1c4d8",
"trash_score": "0",
"trash_regex": "https://regex101.com/r/MGfk6d/1",
"name": "VQ",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Version Québécoise",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVQ\\b"
}
}
]
}
Loading…
Cancel
Save