From c3ddda46204b7c107077f15e69a4eda061cd3d28 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:39:27 +0000 Subject: [PATCH] Add Groups to LQ - Add tarunk9c and DepraveD to LQ - Add BiTOR 2160p releases to LQ (Release Title) (1080p releases are not currently added to LQ, but will now be un-tiered) - Remove BiTOR from HD Bluray Tier 03 --- docs/json/radarr/cf/hd-bluray-tier-03.json | 9 --------- docs/json/radarr/cf/lq-release-title.json | 9 +++++++++ docs/json/radarr/cf/lq.json | 18 ++++++++++++++++++ docs/json/sonarr/cf/lq-release-title.json | 9 +++++++++ 4 files changed, 36 insertions(+), 9 deletions(-) diff --git a/docs/json/radarr/cf/hd-bluray-tier-03.json b/docs/json/radarr/cf/hd-bluray-tier-03.json index 192ac47d1..3ba54d148 100644 --- a/docs/json/radarr/cf/hd-bluray-tier-03.json +++ b/docs/json/radarr/cf/hd-bluray-tier-03.json @@ -44,15 +44,6 @@ "value": "^(BHDStudio)$" } }, - { - "name": "BiTOR", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "^(BiTOR)$" - } - }, { "name": "HONE", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/lq-release-title.json b/docs/json/radarr/cf/lq-release-title.json index 2d4412658..051e65113 100644 --- a/docs/json/radarr/cf/lq-release-title.json +++ b/docs/json/radarr/cf/lq-release-title.json @@ -14,6 +14,15 @@ "fields": { "value": "\\b(TeeWee)\\b" } + }, + { + "name": "BiTOR (2160p)", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))" + } } ] } diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index ceba10c7f..b610cce9b 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -177,6 +177,15 @@ "value": "^(DDR)$" } }, + { + "name": "DepraveD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(DepraveD)$" + } + }, { "name": "DNL", "implementation": "ReleaseGroupSpecification", @@ -627,6 +636,15 @@ "value": "^(SWTYBLZ)$" } }, + { + "name": "tarunk9c", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(tarunk9c)$" + } + }, { "name": "TBS", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/lq-release-title.json b/docs/json/sonarr/cf/lq-release-title.json index e19f0a9b8..2988c976d 100644 --- a/docs/json/sonarr/cf/lq-release-title.json +++ b/docs/json/sonarr/cf/lq-release-title.json @@ -14,6 +14,15 @@ "fields": { "value": "\\b(TeeWee)\\b" } + }, + { + "name": "BiTOR (2160p)", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))" + } } ] }