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

25 lines
719 B

{
"trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": "180",
"name": "Special Edition",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Special Edition",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!^)\\b(extended|uncut|director|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{
"name": "Not Theatrical ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Theatrical"
}
}
]
}