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-vff.json

26 lines
613 B

{
"trash_id": "404c08fd0bd67f39b4d8e5709319094e",
"trash_regex": "https://regex101.com/r/5fR55c/1",
"name": "VFF",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "TRUEFRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TRUEFRENCH|VFF?)\\b"
}
},
{
"name": "FRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(?<!Multi-)FR(A|ENCH)?\\b"
}
}
]
}