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/special-edition.json

46 lines
1.1 KiB

{
"trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": "125",
"trash_regex": "https://regex101.com/r/44pLFg/1",
"name": "Special Edition",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Special Edition",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!^|{)\\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{
"name": "Not IMAX Edition",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(IMAX[ ._-]Edition)\\b"
}
},
{
"name": "Not Open Matte",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Open[ ._-]?Matte)\\b"
}
},
{
"name": "Not Theatrical",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Theatrical"
}
}
]
}