From dc498d4d7f88dbbe182e0cef05b986f01ec5d74e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 9 Jan 2022 01:26:25 +0100 Subject: [PATCH] Update hdr.json - Added: Condition to ignore Groups that don't add normally HDR in their naming, but some indexers add/rename the release what could result in double scoring --- docs/json/radarr/hdr.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/hdr.json b/docs/json/radarr/hdr.json index 58239b739..674756269 100644 --- a/docs/json/radarr/hdr.json +++ b/docs/json/radarr/hdr.json @@ -66,6 +66,15 @@ "fields": { "value": "\\bSDR(\\b|\\d)" } + }, + { + "name": "Not Groups", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(FraMeSToR|HQMUX)\\b" + } } ] } \ No newline at end of file