From 624331325707719231fb7b5afe4546b663240cc8 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 21 Jan 2022 21:04:02 +0100 Subject: [PATCH 1/3] Fixed: CF [TrueHD Atmos] to recognize groups that only use Atmos/TrueHD in their release name. - Fixed: CF [TrueHD Atmos] to recognize groups that only use Atmos/TrueHD in their release name. --- docs/json/radarr/truehd-atmos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/truehd-atmos.json b/docs/json/radarr/truehd-atmos.json index b1b2b2f07..9a17de897 100644 --- a/docs/json/radarr/truehd-atmos.json +++ b/docs/json/radarr/truehd-atmos.json @@ -19,7 +19,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bATMOS(\\b|\\d)|CtrlHD" + "value": "\\b(ATMOS|CtrlHD|W4NK3R)(\\b|\\d)" } }, { From fa87e7b4ec9c4e2e6cc1253f6597b361a17ddf53 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 21 Jan 2022 21:04:23 +0100 Subject: [PATCH 2/3] Fixed: CF [TrueHD] to prevent double scoring with latest update of [TrueHD Atmos]. - Fixed: CF [TrueHD] to prevent double scoring with latest update of [TrueHD Atmos]. --- docs/json/radarr/truehd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/truehd.json b/docs/json/radarr/truehd.json index 76684b053..e8b330686 100644 --- a/docs/json/radarr/truehd.json +++ b/docs/json/radarr/truehd.json @@ -64,7 +64,7 @@ "negate": true, "required": true, "fields": { - "value": "CtrlHD" + "value": "CtrlHD|W4NK3R" } } ] From a89dc6267d3037a7be8eb66f108a1aa5afab7097 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 21 Jan 2022 21:10:35 +0100 Subject: [PATCH 3/3] Changed: Scores HBO MAX (hmax|hbom). - Changed: Scores HBO MAX (hmax|hbom). --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 22d64a109..c8d3d075b 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -111,10 +111,6 @@ Add this to your `Preferred (3)` with a score of [100] /\b(atvp|aptv)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` -```bash -/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i -``` - Add this to your `Preferred (3)` with a score of [95] ```bash @@ -135,6 +131,10 @@ Add this to your `Preferred (3)` with a score of [90] /\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` +```bash +/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + Add this to your `Preferred (3)` with a score of [85] ```bash