From d6b4a207d2d11f30d6dfe58375f1ff48d5d6f20e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 9 May 2022 22:43:30 +0200 Subject: [PATCH] Sonarr Low Quality Groups - Release Profile - Added: Pahe.ph|Pahe.in to the LQ Groups because of their re-encoded microsized releases. --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- docs/json/sonarr/lqGroups.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 9195c5973..a717ce3c2 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -268,7 +268,7 @@ Add this to your `Preferred (3)` with a score of [10] Add this to your `Preferred (3)` with a score of [-100] ```bash -/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3)\b/i +/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe.ph|Pahe.in)\b/i ``` !!! danger "Caution" diff --git a/docs/json/sonarr/lqGroups.json b/docs/json/sonarr/lqGroups.json index 2c4515447..7f164aace 100644 --- a/docs/json/sonarr/lqGroups.json +++ b/docs/json/sonarr/lqGroups.json @@ -6,7 +6,7 @@ "preferred": [{ "score": -100, "terms": [ - "/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3)\\b/i" + "/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe.ph|Pahe.in)\\b/i" ] }], "ignored": []