From 246071ea9fbcf20aa0d631852e3051f83cfa26b1 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Tue, 22 Nov 2022 14:46:21 +0100 Subject: [PATCH] Updated group tiers - Added BlackAngel and PEPiTE to REMUX-01 - Added MiXER to REMUX-02 - Removed Foxhound from REMUX - Removed BEO from all CFs --- .../radarr/cf/french-hd-bluray-tier-02.json | 9 --------- docs/json/radarr/cf/french-remux-tier-01.json | 18 ++++++++++++++++++ docs/json/radarr/cf/french-remux-tier-02.json | 8 ++++---- docs/json/radarr/cf/french-web-tier-02.json | 9 --------- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/json/radarr/cf/french-hd-bluray-tier-02.json b/docs/json/radarr/cf/french-hd-bluray-tier-02.json index 18e5f456c..83c43f01f 100644 --- a/docs/json/radarr/cf/french-hd-bluray-tier-02.json +++ b/docs/json/radarr/cf/french-hd-bluray-tier-02.json @@ -31,15 +31,6 @@ "value": 2160 } }, - { - "name": "BEO", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(BEO)\\b" - } - }, { "name": "FUJiSAN", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/french-remux-tier-01.json b/docs/json/radarr/cf/french-remux-tier-01.json index 66ac44f1d..04e483f99 100644 --- a/docs/json/radarr/cf/french-remux-tier-01.json +++ b/docs/json/radarr/cf/french-remux-tier-01.json @@ -13,6 +13,15 @@ "value": 5 } }, + { + "name": "BlackAngel", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(BlackAngel)\\b" + } + }, { "name": "Choco", "implementation": "ReleaseGroupSpecification", @@ -67,6 +76,15 @@ "value": "\\b(ONLY)\\b" } }, + { + "name": "PEPiTE", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(PEPiTE)\\b" + } + }, { "name": "Psaro", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/french-remux-tier-02.json b/docs/json/radarr/cf/french-remux-tier-02.json index 4498a946d..269d652f7 100644 --- a/docs/json/radarr/cf/french-remux-tier-02.json +++ b/docs/json/radarr/cf/french-remux-tier-02.json @@ -23,21 +23,21 @@ } }, { - "name": "Foxhound", + "name": "MARBLECAKE", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(Foxhound)\\b" + "value": "\\b(MARBLECAKE)\\b" } }, { - "name": "MARBLECAKE", + "name": "MiXER", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(MARBLECAKE)\\b" + "value": "\\b(MiXER)\\b" } }, { diff --git a/docs/json/radarr/cf/french-web-tier-02.json b/docs/json/radarr/cf/french-web-tier-02.json index a1e39da55..491412467 100644 --- a/docs/json/radarr/cf/french-web-tier-02.json +++ b/docs/json/radarr/cf/french-web-tier-02.json @@ -31,15 +31,6 @@ "value": "\\b(ALLDAYiN)\\b" } }, - { - "name": "BEO", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(BEO)\\b" - } - }, { "name": "FCK", "implementation": "ReleaseGroupSpecification",