From 6d7814d599a1c46e90a5fea4bbd0ffd27df53869 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Thu, 6 Jul 2023 20:22:42 +0100 Subject: [PATCH 1/2] Sonarr score updates - Changed the WEb Scene custom format score to 1600 - Updated the comment about why WEB scene has an increased score for V3 and V4 guides, and that it factors in the lack of score boost for not including a streaming service - Updated Sonarr V3 guide to reflect V4 guide HD streaming service scores, and current repack/proper scores --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 72 +++++++++++---------- docs/json/sonarr/cf/web-scene.json | 2 +- includes/cf/sonarr-hq-source-group.md | 2 +- 3 files changed, 41 insertions(+), 35 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 125a2e54c..1dd895efb 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -134,52 +134,62 @@ You will get a popup screen that will look like this: Add this to your `Preferred (3)` with a score of [100] ```bash -/\b(amzn|amazon)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(atvp|aptv|Apple TV\+)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` ```bash -/\b(atvp|aptv|Apple TV\+)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(dsnp|dsny|disney|Disney\+)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` -Add this to your `Preferred (3)` with a score of [95] +Add this to your `Preferred (3)` with a score of [90] ```bash -/\b(sho|showtime)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b((? Date: Thu, 6 Jul 2023 20:29:13 +0100 Subject: [PATCH 2/2] Update updates.txt Changenotes 2023-07-06 20:27 --- docs/updates.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index cddfe8695..4fa1880c5 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,8 @@ +# 2023-07-06 20:27 +**[Updated]** +- [Sonarr] Updated WEB Scene and CRAV custom format scores, and streaming service and repack/proper regex scores in V3 guide +- [Guide] Updated streaming service and repack/proper regex scores in V3 guide + # 2023-07-02 18:20 **[New]** - [Radarr and Sonarr] Added: Streaming Service Crave with a score of `0` mainly for the naming scheme. Used `CRAV` being most of the Scene uses `CRAV` over `CRAVE`.