From f4108cffac1587a27db37ffe13efe9ceb96d1f46 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 15 Sep 2021 19:44:45 -0500 Subject: [PATCH 1/3] (Sonarr) (dovi) Minor regex fixups & convert to lower case --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 5b7543199..4b863ad00 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -430,7 +430,7 @@ Add this to your `Preferred (3)` with a score of [15] Add this to your `Must not contain (2)` ```bash -\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]DL|WEBDL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB-DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|WebRip|Web-Rip|WEBMux)) +/\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]?DL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh][.]?26[45]|DDP?5[. ]1)|[. ](?:WEB)$|\d{2,3}0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB[-. ]?DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|Web-?Rip|WEBMux))/i ``` #### Optional Ignore the group -scene From 59b5ae6a7cffdcde6b8be4d2c2965da09da896a8 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 16 Sep 2021 14:26:20 +0200 Subject: [PATCH 2/3] Update br-disk.json --- docs/json/radarr/br-disk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/br-disk.json b/docs/json/radarr/br-disk.json index 2e0d08a4a..111f7025f 100644 --- a/docs/json/radarr/br-disk.json +++ b/docs/json/radarr/br-disk.json @@ -1,7 +1,7 @@ { "trash_id": "ed38b889b31be83fda192888e2286d83", "trash_score": "-10000", - "name": "!BR-DISK", + "name": "BR-DISK", "includeCustomFormatWhenRenaming": false, "specifications": [ { @@ -68,4 +68,4 @@ } } ] -} \ No newline at end of file +} From a75b2a21a6acee92d4cd07e5c4895350a45efb1f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 16 Sep 2021 22:04:00 +0200 Subject: [PATCH 3/3] Update Sonarr-Release-Profile-RegEx.md - Fix my regex fckup --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 4b863ad00..a3e0a2300 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -430,7 +430,7 @@ Add this to your `Preferred (3)` with a score of [15] Add this to your `Must not contain (2)` ```bash -/\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]?DL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh][.]?26[45]|DDP?5[. ]1)|[. ](?:WEB)$|\d{2,3}0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB[-. ]?DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|Web-?Rip|WEBMux))/i +/\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]DL|WEBDL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB-DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|WebRip|Web-Rip|WEBMux))/i ``` #### Optional Ignore the group -scene