Update French Language Audio CFs

- Add VOF
- Renamed VF to VFF
- Updated VFI
- Corrected English
pull/645/head
NiceTSY 2 years ago
parent c49b293a9d
commit d937ff9cc2

@ -13,13 +13,22 @@
"value": 2 "value": 2
} }
}, },
{
"name": "French Original Version",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVOF\\b"
}
},
{ {
"name": "TRUEFRENCH", "name": "TRUEFRENCH",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(TRUEFRENCH|VO?FF?)\\b" "value": "\\b(TRUEFRENCH|VFF?)\\b"
} }
}, },
{ {
@ -37,7 +46,7 @@
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(VF|FR)(I|\\d)\\b" "value": "\\bVF(I|\\d)\\b"
} }
}, },
{ {

@ -5,7 +5,7 @@
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [
{ {
"name": "Belgium French", "name": "Belgian French",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": true, "required": true,

@ -1,16 +1,25 @@
{ {
"trash_id": "6e714c35775a363a8d01bc25328fe27e", "trash_id": "6e714c35775a363a8d01bc25328fe27e",
"trash_score": "0", "trash_score": "0",
"name": "VF", "name": "VFF",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [
{
"name": "French Language",
"implementation": "LanguageSpecification",
"negate": false,
"required": false,
"fields": {
"value": 2
}
},
{ {
"name": "TRUEFRENCH", "name": "TRUEFRENCH",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(TRUEFRENCH|VO?FF?)\\b" "value": "\\b(TRUEFRENCH|VFF?)\\b"
} }
}, },
{ {

@ -10,7 +10,7 @@
"negate": false, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(VF|FR)(I|\\d)\\b" "value": "\\bVF(I|\\d)\\b"
} }
} }
] ]

@ -0,0 +1,17 @@
{
"trash_id": "7253c7956af344a695d36c5670bf52b6",
"trash_score": "0",
"name": "VOF",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "French Original Version",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVOF\\b"
}
}
]
}
Loading…
Cancel
Save