- Add VOF - Renamed VF to VFF - Updated VFI - Corrected Englishpull/645/head
parent
c49b293a9d
commit
d937ff9cc2
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
@ -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…
Reference in new issue