From 644c00bc4ac6988e6b3f723bbcf40793f6414280 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:31:27 +0100 Subject: [PATCH] feat(guides): Add hallowed to (U)HD Bluray Tier 03 and create new `hallowed` Radarr custom format (#1978) * - Add hallowed rlsgrp to (U)HD Bluray Tier 03 - Create new `hallowed` Radarr custom format - Give default score of `600` to new `hallowed` Radarr custom format * - Update changelog --- docs/json/radarr/cf/hallowed.json | 19 +++++++++++++++++++ docs/json/radarr/cf/hd-bluray-tier-03.json | 9 +++++++++ docs/json/radarr/cf/uhd-bluray-tier-03.json | 9 +++++++++ docs/updates.txt | 3 +++ 4 files changed, 40 insertions(+) create mode 100644 docs/json/radarr/cf/hallowed.json diff --git a/docs/json/radarr/cf/hallowed.json b/docs/json/radarr/cf/hallowed.json new file mode 100644 index 000000000..3454adfeb --- /dev/null +++ b/docs/json/radarr/cf/hallowed.json @@ -0,0 +1,19 @@ +{ + "trash_id": "7a0d1ad358fee9f5b074af3ef3f9d9ef", + "trash_scores": { + "default": 600 + }, + "name": "hallowed", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "hallowed", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": true, + "fields": { + "value": "^(hallowed)$" + } + } + ] +} diff --git a/docs/json/radarr/cf/hd-bluray-tier-03.json b/docs/json/radarr/cf/hd-bluray-tier-03.json index 545d56d46..ca1f59044 100644 --- a/docs/json/radarr/cf/hd-bluray-tier-03.json +++ b/docs/json/radarr/cf/hd-bluray-tier-03.json @@ -44,6 +44,15 @@ "value": "^(BHDStudio)$" } }, + { + "name": "hallowed", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(hallowed)$" + } + }, { "name": "HONE", "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 9a9f1cea1..39106b416 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-03.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-03.json @@ -54,6 +54,15 @@ "value": "^(BHDStudio)$" } }, + { + "name": "hallowed", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(hallowed)$" + } + }, { "name": "HONE", "implementation": "ReleaseGroupSpecification", diff --git a/docs/updates.txt b/docs/updates.txt index fa792581a..ffbfeef54 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,6 @@ +# 2024-06-15 22:00 +- [feat(guides): Add hallowed to (U)HD Bluray Tier 03 and create new hallowed Radarr custom format (#1978)](https://github.com/TRaSH-Guides/Guides/pull/1978) + # 2024-06-14 04:00 - Synology: [feat(jellyseerr): add jellyseerr (#209)](https://github.com/TRaSH-Guides/Synology-Templates/pull/209) - Synology: [fix(env): add missing details and clarify for plex (#207)](https://github.com/TRaSH-Guides/Synology-Templates/pull/207)