From ec09a3ea9a11bdaf5ef829194b89c3bd2e47f6a5 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 5 Feb 2023 21:05:50 +0000 Subject: [PATCH] Add HBO rlsgrp exclusion --- docs/json/sonarr/cf/hbo.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/sonarr/cf/hbo.json b/docs/json/sonarr/cf/hbo.json index 6d5302ad0..bf51332e7 100644 --- a/docs/json/sonarr/cf/hbo.json +++ b/docs/json/sonarr/cf/hbo.json @@ -30,6 +30,15 @@ "fields": { "value": 4 } + }, + { + "name": "HBO", + "implementation": "ReleaseGroupSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(HBO)\\b" + } } ] }