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)