From 04ff70e089e0eacdf943a65671b49eca24906ca9 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 9 Oct 2021 19:14:56 +0200 Subject: [PATCH] Updated: Sonarr - Release Profile RegEx (WEB-DL) - Added: Optional Ignore so called scene releases --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index a3e0a2300..7950723ae 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -441,6 +441,16 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` +```bash +/\b(\.WEB\.)\b/i +``` + +#### Optional Ignore scene releases + +??? NOTE "WHY ? - [CLICK TO EXPAND]" + + If you don't want to download so called scene releases. + ```bash /\b(-scene)\b/i ```