diff --git a/docs/json/radarr/imax.json b/docs/json/radarr/imax.json index 911feb3ee..c90eb9295 100644 --- a/docs/json/radarr/imax.json +++ b/docs/json/radarr/imax.json @@ -1,6 +1,6 @@ { "trash_id": "eecf3a857724171f968a66cb5719e152", - "trash_score": "190", + "trash_score": "25", "name": "IMAX", "includeCustomFormatWhenRenaming": true, "specifications": [ @@ -12,6 +12,15 @@ "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).*" + } } ] -} +} \ No newline at end of file