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/radarr/cf/french-vf2.json

27 lines
603 B

{
"trash_id": "29b5f7b1a5f20f64228786c3ab1bdc7d",
"trash_regex": "https://regex101.com/r/qgQMab/1",
"name": "VF2",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "VF2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VF2)\\b"
}
},
{
"name": "Both VFF and VFQ",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VF(F|Q)[ .]VF(F|Q))\\b"
}
}
]
}