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/imax.json

30 lines
773 B

{
"trash_id": "eecf3a857724171f968a66cb5719e152",
"trash_scores": {
"default": 800
},
"trash_regex": "https://regex101.com/r/e7ugxU/1",
"name": "IMAX",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "IMAX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b((?<!NON[ ._-])IMAX)\\b"
}
},
{
"name": "NOT: IMAX Enhanced",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b((DSNP|Disney\\+|BC|B?CORE)(?=[ ._-]web[ ._-]?(dl|rip)\\b)))(?=.*\\b((?<!NON[ ._-])IMAX)\\b)|^(?=.*\\b(IMAX[ ._-]Enhanced)\\b)"
}
}
]
}