From 21871601fcb6f1d52d287c9a76c2c2e461e9a766 Mon Sep 17 00:00:00 2001 From: 8a8al00ey <109389709+8a8al00ey@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:45:35 -0400 Subject: [PATCH 1/2] [Sonarr] match with CF --- docs/json/sonarr/rp/streaming.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/json/sonarr/rp/streaming.json b/docs/json/sonarr/rp/streaming.json index 2c9fe4bb2..84bb97a1d 100644 --- a/docs/json/sonarr/rp/streaming.json +++ b/docs/json/sonarr/rp/streaming.json @@ -7,29 +7,29 @@ "score": 100, "terms": [ "/\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(atvp|aptv)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(atvp|aptv|Apple TV\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, { "score": 95, "terms": [ - "/\\b(sho)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(sho|showtime)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, { "score": 90, "terms": [ - "/\\b(dsnp|dsny|disney)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", + "/\\b(dsnp|dsny|disney|Disney\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(qibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(hmax|hbmo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", + "/\\b(hmax|hbom|hbo max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, { "score": 85, "terms": [ "/\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(pcok)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(pcok|Peacock TV)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, { From 9c2d8dac842db4148766dfc7e75530a61f966638 Mon Sep 17 00:00:00 2001 From: nuxen Date: Sun, 2 Oct 2022 12:56:25 +0200 Subject: [PATCH 2/2] Updated: Sonarr Guide to match `streaming.json` Updated the Sonarr RP Guide to match `streaming.json` changes. --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 6b401181b..f9766f624 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -112,19 +112,19 @@ Add this to your `Preferred (3)` with a score of [100] ``` ```bash -/\b(atvp|aptv)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(atvp|aptv|Apple TV\+)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` Add this to your `Preferred (3)` with a score of [95] ```bash -/\b(sho)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(sho|showtime)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` Add this to your `Preferred (3)` with a score of [90] ```bash -/\b(dsnp|dsny|disney)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(dsnp|dsny|disney|Disney\+)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` ```bash @@ -132,11 +132,11 @@ Add this to your `Preferred (3)` with a score of [90] ``` ```bash -/\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(qibi|quibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` ```bash -/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(hmax|hbom|hbo max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` Add this to your `Preferred (3)` with a score of [85] @@ -146,7 +146,7 @@ Add this to your `Preferred (3)` with a score of [85] ``` ```bash -/\b(pcok)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(pcok|Peacock TV)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` Add this to your `Preferred (3)` with a score of [75]