Update of French audio

- Recognised French audio also thanks to Radarr language specification.
- Add VFI as an alone Tag flag for custom naming.
pull/645/head
NiceTSY 2 years ago
parent 8f78e96226
commit fe0cde7aa5

@ -4,6 +4,15 @@
"name": "French Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "French Language",
"implementation": "LanguageSpecification",
"negate": false,
"required": false,
"fields": {
"value": 2
}
},
{
"name": "TRUEFRENCH",
"implementation": "ReleaseTitleSpecification",

@ -21,15 +21,6 @@
"fields": {
"value": "\\bFR(A|ENCH)?\\b"
}
},
{
"name": "French International",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VF|FR)(I|\\d)\\b"
}
}
]
}

@ -0,0 +1,17 @@
{
"trash_id": "e494f3dba821e25a67d7169ac7010c59",
"trash_score": "0",
"name": "VFI",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "French International",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(VF|FR)(I|\\d)\\b"
}
}
]
}
Loading…
Cancel
Save