- One to recognised prior export - One to rename file during import to avoid looppull/645/head
parent
584dd98081
commit
abe3451413
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "72b1548df1ac3175ca105a9ce7043c91",
|
||||||
|
"trash_score": "300",
|
||||||
|
"trash_regex": "https://regex101.com/r/hcMa1f/1",
|
||||||
|
"name": "Multi-Audio",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "MULTi",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "(^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)|MULTi)(\\b|\\d)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "d5f3a1afdb77e6b95e489f7654532d04",
|
||||||
|
"trash_score": "301",
|
||||||
|
"name": "Multi-French",
|
||||||
|
"includeCustomFormatWhenRenaming": true,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "MULTi",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "(^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)|MULTi)(\\b|\\d)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Original Audio",
|
||||||
|
"implementation": "LanguageSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": -2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "French Audio",
|
||||||
|
"implementation": "LanguageSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue