From 107d99d6de784c7d9fa035272663bcb53515045e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 8 Oct 2022 13:58:33 +0200 Subject: [PATCH] [Radarr] Added: RlsGrp `BiTOR` to `[UHD Bluray Tier 03]` - Added: RlsGrp `BiTOR` to `[UHD Bluray Tier 03]` --- docs/json/radarr/cf/uhd-bluray-tier-03.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf/uhd-bluray-tier-03.json b/docs/json/radarr/cf/uhd-bluray-tier-03.json index 9d7e82be1..48e1c0994 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-03.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-03.json @@ -4,13 +4,22 @@ "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", "negate": false, "required": false, "fields": { - "value": "\\bLEGi0N\\b" + "value": "\\b(LEGi0N)\\b" } }, { @@ -19,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bWEBDV\\b" + "value": "\\b(WEBDV)\\b" } }, {