From 795ad48de208d232645cd0172bf8d542eec4a373 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 24 Mar 2024 11:12:03 +0000 Subject: [PATCH] feat(guide): Move RlsGrps Between Tiers (#1857) --- docs/json/radarr/cf/remux-tier-01.json | 12 ++++++------ docs/json/radarr/cf/remux-tier-02.json | 18 +++++++++--------- docs/json/radarr/cf/uhd-bluray-tier-01.json | 9 +++++++++ docs/json/radarr/cf/uhd-bluray-tier-02.json | 9 --------- docs/updates.txt | 3 +++ 5 files changed, 27 insertions(+), 24 deletions(-) diff --git a/docs/json/radarr/cf/remux-tier-01.json b/docs/json/radarr/cf/remux-tier-01.json index 2a90c5a76..e7b9e4e33 100644 --- a/docs/json/radarr/cf/remux-tier-01.json +++ b/docs/json/radarr/cf/remux-tier-01.json @@ -53,30 +53,30 @@ } }, { - "name": "FraMeSToR", + "name": "CiNEPHiLES", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "^(FraMeSToR)$" + "value": "^(CiNEPHiLES)$" } }, { - "name": "PmP", + "name": "FraMeSToR", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "^(PmP)$" + "value": "^(FraMeSToR)$" } }, { - "name": "SiCFoI", + "name": "PmP", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "^(SiCFoI)$" + "value": "^(PmP)$" } }, { diff --git a/docs/json/radarr/cf/remux-tier-02.json b/docs/json/radarr/cf/remux-tier-02.json index 1f7102402..00abee41a 100644 --- a/docs/json/radarr/cf/remux-tier-02.json +++ b/docs/json/radarr/cf/remux-tier-02.json @@ -16,15 +16,6 @@ "value": 5 } }, - { - "name": "CiNEPHiLES", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "^(CiNEPHiLES)$" - } - }, { "name": "Flights", "implementation": "ReleaseGroupSpecification", @@ -61,6 +52,15 @@ "value": "^(playBD)$" } }, + { + "name": "SiCFoI", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(SiCFoI)$" + } + }, { "name": "SURFINBIRD", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/uhd-bluray-tier-01.json b/docs/json/radarr/cf/uhd-bluray-tier-01.json index a9c8204bf..9c616f888 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-01.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-01.json @@ -54,6 +54,15 @@ "value": "^(CtrlHD)$" } }, + { + "name": "MainFrame", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(MainFrame)$" + } + }, { "name": "DON", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/uhd-bluray-tier-02.json b/docs/json/radarr/cf/uhd-bluray-tier-02.json index 74a5c2248..c2e9bafe9 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-02.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-02.json @@ -53,15 +53,6 @@ "fields": { "value": "^(HQMUX)$" } - }, - { - "name": "MainFrame", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "^(MainFrame)$" - } } ] } diff --git a/docs/updates.txt b/docs/updates.txt index 98acb53bb..01d0ced05 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,6 @@ +# 2024-03-24 12:30 +- [feat(guide): Move RlsGrps Between Tiers](https://github.com/TRaSH-Guides/Guides/pull/1857) + # 2024-03-23 17:15 - [feat(guide): Add AppleTV audio info and updated flowcharts](https://github.com/TRaSH-Guides/Guides/pull/1847) - [feat(Starr:) Add New x266 Custom Formats](https://github.com/TRaSH-Guides/Guides/pull/1841)