From 3f45d1974b36609bfdcedf95b0d6b730cc867514 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:00:01 +0000 Subject: [PATCH 1/2] Update truehd-atmos.json - Add CtrlHD match for `Atmos` as rlsgrp doesn't use 'Atmos' in release names --- docs/json/radarr/cf/truehd-atmos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/cf/truehd-atmos.json b/docs/json/radarr/cf/truehd-atmos.json index c9a44b0a1..78b8f7a95 100644 --- a/docs/json/radarr/cf/truehd-atmos.json +++ b/docs/json/radarr/cf/truehd-atmos.json @@ -23,7 +23,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(ATMOS|W4NK3R|DON)(\\b|\\d)" + "value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)" } }, { From 692ad2ccae6835eb07f046331da2119814682a91 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:05:07 +0000 Subject: [PATCH 2/2] Update updates.txt - Add fix to changelog --- docs/updates.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index d4ec650b4..27d71ba44 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,6 @@ +# 2023-11-19 20:30 +- [fix(radarr): Add CtrlHD to Atmos condition in TrueHD Atmos Radarr Custom Format](https://github.com/TRaSH-Guides/Guides/pull/1651) + # 2023-11-19 16:00 - [feat(guide): include the different hdr formats in the quality profiles](https://github.com/TRaSH-Guides/Guides/pull/1623) - [fix(guide): Update Radarr/Sonarr guide How to rename your folders](https://github.com/TRaSH-Guides/Guides/pull/1647)