From 7900a6cfb54711b936a0fecff49c8695891eed7b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 15 Jan 2022 17:30:07 +0100 Subject: [PATCH] Fixed: CF [IMAX] to prevent double scoring with [IMAX Enhanced] - Fixed: CF [IMAX] to prevent double scoring with [IMAX Enhanced] - Updated: Score to the new scoring standard --- docs/json/radarr/imax.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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