From 9714ae8dfe0352673d12f109c2d398ee326b12d2 Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:15:11 +0200 Subject: [PATCH] feat(starr): add NINJACENTRAL to WEB Tier 03 --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- docs/json/radarr/cf/web-tier-03.json | 9 +++++++++ docs/json/sonarr/cf/web-tier-03.json | 9 +++++++++ docs/json/sonarr/rp/p2pRepackProper.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 9e4f1fd53..9c449f935 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -263,7 +263,7 @@ Add this to your `Preferred (3)` with a score of [1650] Add this to your `Preferred (3)` with a score of [1600] ```bash -/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr)\b/i +/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr|-NINJACENTRAL)\b/i ``` Add this to your `Preferred (3)` with a score of [12] diff --git a/docs/json/radarr/cf/web-tier-03.json b/docs/json/radarr/cf/web-tier-03.json index 633ad534c..389cdca3f 100644 --- a/docs/json/radarr/cf/web-tier-03.json +++ b/docs/json/radarr/cf/web-tier-03.json @@ -13,6 +13,15 @@ "value": "^(GNOMiSSiON)$" } }, + { + "name": "NINJACENTRAL", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(NINJACENTRAL)$" + } + }, { "name": "ROCCaT", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/web-tier-03.json b/docs/json/sonarr/cf/web-tier-03.json index 7c5f54b61..cb1b158c6 100644 --- a/docs/json/sonarr/cf/web-tier-03.json +++ b/docs/json/sonarr/cf/web-tier-03.json @@ -13,6 +13,15 @@ "value": "^(DRACULA)$" } }, + { + "name": "NINJACENTRAL", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(NINJACENTRAL)$" + } + }, { "name": "SLiGNOME", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/rp/p2pRepackProper.json b/docs/json/sonarr/rp/p2pRepackProper.json index f32c43d0e..50ce0f58c 100644 --- a/docs/json/sonarr/rp/p2pRepackProper.json +++ b/docs/json/sonarr/rp/p2pRepackProper.json @@ -24,7 +24,7 @@ { "score": 1600, "terms": [ - "/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr)\\b/i" + "/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr|-NINJACENTRAL)\\b/i" ] }, {