From a1b486ef1278732af3e27a1cb33829c9eb95435e Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 19 May 2023 14:10:13 +1000 Subject: [PATCH 1/2] feat(sonarr) add Kitsune to web tier 2 --- docs/json/sonarr/cf/web-tier-02.json | 9 +++++++++ docs/json/sonarr/rp/p2pRepackProper.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/json/sonarr/cf/web-tier-02.json b/docs/json/sonarr/cf/web-tier-02.json index cab55d42a..2a5696bba 100644 --- a/docs/json/sonarr/cf/web-tier-02.json +++ b/docs/json/sonarr/cf/web-tier-02.json @@ -193,6 +193,15 @@ "value": "^(KiMCHI)$" } }, + { + "name": "Kitsune", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(Kitsune)$" + } + }, { "name": "LAZY", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/rp/p2pRepackProper.json b/docs/json/sonarr/rp/p2pRepackProper.json index 7ae77b472..f32c43d0e 100644 --- a/docs/json/sonarr/rp/p2pRepackProper.json +++ b/docs/json/sonarr/rp/p2pRepackProper.json @@ -18,7 +18,7 @@ { "score": 1650, "terms": [ - "/(3CTWeB|BLUTONiUM|-BTW|-Chotab|-Cinefeel|-CiT|-CMRG|Coo7|-dB|-DEEP|-END|-ETHiCS|-FC|-Flights|-GNOME|-iJP|-iKA|-iT00NZ|-JETIX|-KHN|-KiMCHI|-LAZY|-MZABI|-NPMS|-NYH|-orbitron|playWEB|PSiG|-ROCCaT|RTFM|-SA89|-SDCC|-SIGMA|-SMURF|-SPiRiT|-TEPES|-TVSmash|-WELP)\\b/i" + "/(3CTWeB|BLUTONiUM|-BTW|-Chotab|-Cinefeel|-CiT|-CMRG|Coo7|-dB|-DEEP|-END|-ETHiCS|-FC|-Flights|-GNOME|-iJP|-iKA|-iT00NZ|-JETIX|-KHN|-KiMCHI|-Kitsune|-LAZY|-MZABI|-NPMS|-NYH|-orbitron|playWEB|PSiG|-ROCCaT|RTFM|-SA89|-SDCC|-SIGMA|-SMURF|-SPiRiT|-TEPES|-TVSmash|-WELP)\\b/i" ] }, { From 6c1f387d5f0be3dcf3eb41e997bd847133d2ba77 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 24 May 2023 16:05:23 +1000 Subject: [PATCH 2/2] feat(radarr) add kitsune to web tier 02 --- docs/json/radarr/cf/web-tier-02.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/cf/web-tier-02.json b/docs/json/radarr/cf/web-tier-02.json index 1a5f4920f..bd5828de5 100644 --- a/docs/json/radarr/cf/web-tier-02.json +++ b/docs/json/radarr/cf/web-tier-02.json @@ -40,6 +40,15 @@ "value": "^(Flights)$" } }, + { + "name": "Kitsune", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(Kitsune)$" + } + }, { "name": "MiU", "implementation": "ReleaseGroupSpecification",