From 3e1bc8c07de21177ee43c9949fa41a3b9040542d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 3 Feb 2022 20:37:21 +0100 Subject: [PATCH] Sonarr regex update - Merged: several regex to on regex after Sonarr fixed the GUI bug. --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 65 ++++----------------- docs/json/sonarr/lqGroups.json | 3 +- docs/json/sonarr/optional.json | 13 +---- docs/json/sonarr/p2pRepackProper.json | 12 +--- 4 files changed, 15 insertions(+), 78 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 9f2c8f3e8..a2d1b5e03 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -236,8 +236,7 @@ Add this to your `Must not contain (2)` ### P2P Groups + Repack/Proper -Add this to your `Preferred (3)` with a score of [180] -The reason why this one get's such a high score is because it's the only quality scene group that exist (till now) and scene groups don't add the [Release Sources (Streaming Service)](#release-sources-streaming-service) to their release name so they don't get the extra point of the release source regex. +Add this to your `Preferred (3)` with a score of [180] [^1] ```bash /(-deflate|-inflate)\b/i @@ -246,45 +245,13 @@ The reason why this one get's such a high score is because it's the only quality Add this to your `Preferred (3)` with a score of [150] ```bash -/(-AJP69|-BTN|-CasStudio|-CtrlHD|-KiNGS)\b/i -``` - -```bash -/(-monkee|-NTb|-NTG|-QOQ|-RTN)\b/i -``` - -```bash -/(-TOMMY|-ViSUM|-T6D)\b/i +/(-AJP69|-BTN|-CasStudio|-CtrlHD|-KiNGS|-monkee|-NTb|-NTG|-QOQ|-RTN|-TOMMY|-ViSUM|-T6D|-FLUX|NOSiViD)\b/i ``` Add this to your `Preferred (3)` with a score of [125] ```bash -/(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ)\b/i -``` - -```bash -/(-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash)\b/i -``` - -```bash -/(-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC)\b/i -``` - -```bash -/(-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM)\b/i -``` - -```bash -/(-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI)\b/i -``` - -```bash -/(-ROCCaT|3cTWeB|playWEB|-FLUX|NOSiViD)\b/i -``` - -```bash -/(-KHN|NPMS|-END)\b/i +/(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ|-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash|-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC|-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM|-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI|-ROCCaT|3cTWeB|playWEB|-KHN|NPMS|-END)\b/i ``` Add this to your `Preferred (3)` with a score of [100] @@ -330,11 +297,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)\b/i -``` - -```bash -/(-VIDEOHOLE|nhanc3)\b/i +/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3)\b/i ``` ??? success "example - [CLICK TO EXPAND]" @@ -383,19 +346,7 @@ Add this to your `Preferred (3)` with a score of [-25] ``` ```bash -/(-4P|-4Planet|-AsRequested|-BUYMORE)\b/i -``` - -```bash -/(-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek)\b/i -``` - -```bash -/(-Obfuscated|-postbot|-Rakuv|-Scrambled)\b/i -``` - -```bash -/(-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\b/i +/(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\b/i ``` #### Optional (matches releases that ends with EN) @@ -477,7 +428,7 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` ```bash -/([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF)/i +/([_. ]WEB[_. ]|\bCAKES\b|GGEZ|GGWP|GLHF)/i ``` ------ @@ -542,3 +493,7 @@ If you want to be mentioned please message me on discord, including a link for p ------ --8<-- "includes/support.md" + +[^1]: + + The reason why this one get's such a high score is because it's the only quality scene group that exist (till now) and scene groups don't add the [Release Sources (Streaming Service)](#release-sources-streaming-service) to their release name so they don't get the extra point of the release source regex. diff --git a/docs/json/sonarr/lqGroups.json b/docs/json/sonarr/lqGroups.json index 65248ba52..15d296706 100644 --- a/docs/json/sonarr/lqGroups.json +++ b/docs/json/sonarr/lqGroups.json @@ -7,8 +7,7 @@ { "score": -100, "terms": [ - "/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS)\\b/i", - "/(-VIDEOHOLE|nhanc3)\\b/i" + "/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3)\\b/i" ] } ], diff --git a/docs/json/sonarr/optional.json b/docs/json/sonarr/optional.json index 2d156f1b1..21f550bc3 100644 --- a/docs/json/sonarr/optional.json +++ b/docs/json/sonarr/optional.json @@ -34,17 +34,8 @@ "name": "Dislike retags: rartv, rarbg, eztv, TGx", "term": "/(\\[rartv\\]|\\[rarbg\\]|\\[eztv\\]|\\[TGx\\])/i" }, { - "name": "Dislike groups 1/4: 4Planet, AsRequested, BUYMORE", - "term": "/(-4P|-4Planet|-AsRequested|-BUYMORE)\\b/i" - }, { - "name": "Dislike groups 2/4: Chamele0n, GEROV, iNC0GNiTO, NZBGeek", - "term": "/(-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek)\\b/i" - }, { - "name": "Dislike groups 3/4: Obfuscated, postbot, Rakuv, Scrambled", - "term": "/(-Obfuscated|-postbot|-Rakuv|-Scrambled)\\b/i" - }, { - "name": "Dislike groups 4/4: WhiteRev, xpost, WRTEAM, CAPTCHA", - "term": "/(-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b/i" + "name": "Dislike retagged groups", + "term": "/(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b/i" }, { "name": "Dislike release ending: en", "term": "/\\s?\\ben\\b$/i" diff --git a/docs/json/sonarr/p2pRepackProper.json b/docs/json/sonarr/p2pRepackProper.json index 8ce9162d3..d79cbc3d9 100644 --- a/docs/json/sonarr/p2pRepackProper.json +++ b/docs/json/sonarr/p2pRepackProper.json @@ -13,21 +13,13 @@ { "score": 150, "terms": [ - "/(-AJP69|-BTN|-CasStudio|-CtrlHD|-KiNGS)\\b/i", - "/(-monkee|-NTb|-NTG|-QOQ|-RTN)\\b/i", - "/(-TOMMY|-ViSUM|-T6D)\\b/i" + "/(-AJP69|-BTN|-CasStudio|-CtrlHD|-KiNGS|-monkee|-NTb|-NTG|-QOQ|-RTN|-TOMMY|-ViSUM|-T6D|-FLUX|NOSiViD)\\b/i" ] }, { "score": 125, "terms": [ - "/(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ)\\b/i", - "/(-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash)\\b/i", - "/(-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC)\\b/i", - "/(-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM)\\b/i", - "/(-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI)\\b/i", - "/(-ROCCaT|3cTWeB|playWEB|-FLUX|NOSiViD)\\b/i", - "/(-KHN|NPMS|-END)\\b/i" + "/(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ|-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash|-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC|-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM|-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI|-ROCCaT|3cTWeB|playWEB|-KHN|NPMS|-END)\\b/i" ] }, {