You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/sonarr/cf/multi-audio.json

28 lines
652 B

{
"trash_id": "2f6e84efc47246ec9071e311e71c4953",
"trash_score": "300",
"trash_regex": "https://regex101.com/r/hcMa1f/1",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "MULTi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MULTi)(\\d|\\b)"
}
},
{
"name": "VO and VF",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)"
}
}
]
}