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

27 lines
695 B

{
"trash_id": "eecf3a857724171f968a66cb5719e152",
"trash_score": "800",
"name": "IMAX",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "IMAX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bIMAX\\b"
}
},
{
"name": "NOT: IMAX Enhanced",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*"
}
}
]
}