From 1192b9c7d8558c8126f1d734f9dc7cfd659e1af7 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 28 Dec 2022 22:11:51 +0100 Subject: [PATCH] [Radarr] Removed: `BiTOR` - Moved: RlsGrp `BiTOR` from `UHD Bluray Tier 3` to `LQ`. Reason: Fake DV Layer: HDR10+ conversion. --- docs/json/radarr/cf/lq.json | 9 +++++++++ docs/json/radarr/cf/uhd-bluray-tier-03.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index a59520db6..55abda797 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -58,6 +58,15 @@ "value": "\\b(beAst)\\b" } }, + { + "name": "BiTOR", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(BiTOR)\\b" + } + }, { "name": "C4K", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/uhd-bluray-tier-03.json b/docs/json/radarr/cf/uhd-bluray-tier-03.json index 48e1c0994..eba71d517 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-03.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-03.json @@ -4,15 +4,6 @@ "name": "UHD Bluray Tier 03", "includeCustomFormatWhenRenaming": false, "specifications": [ - { - "name": "BiTOR", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(BiTOR)\\b" - } - }, { "name": "LEGi0N", "implementation": "ReleaseGroupSpecification",