From 27e6279d813cedff6cad713efaf97a6980fdc546 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:09:40 +0100 Subject: [PATCH] Update to French Anime tiers - Added Delivroozzi and Fuceo to Sonarr Anime Tier 1 - Added MUGiWARA, NOH3LL and OTF to Sonarr Anime Tier 2 - Moved Good Job! Alexis to Sonarr Anime Tier 1 --- docs/json/sonarr/cf/french-anime-tier-01.json | 27 ++++++++++++++ docs/json/sonarr/cf/french-anime-tier-02.json | 36 ++++++++++++++----- 2 files changed, 54 insertions(+), 9 deletions(-) diff --git a/docs/json/sonarr/cf/french-anime-tier-01.json b/docs/json/sonarr/cf/french-anime-tier-01.json index 2d9bf8c0d..5ee9d48dd 100644 --- a/docs/json/sonarr/cf/french-anime-tier-01.json +++ b/docs/json/sonarr/cf/french-anime-tier-01.json @@ -13,6 +13,24 @@ "value": "\\b(Darki)\\b" } }, + { + "name": "Delivroozzi", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Delivroozzi)\\b" + } + }, + { + "name": "Fuceo", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Fuceo)\\b" + } + }, { "name": "FUJiSAN", "implementation": "ReleaseGroupSpecification", @@ -22,6 +40,15 @@ "value": "\\b(FUJiSAN)\\b" } }, + { + "name": "Good Job! Alexis", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Good[ .-]?(Job|Rip|Sub)!?[ .-]?Alexis)\\b" + } + }, { "name": "NeoSG", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/french-anime-tier-02.json b/docs/json/sonarr/cf/french-anime-tier-02.json index 7b2052d10..5871752b6 100644 --- a/docs/json/sonarr/cf/french-anime-tier-02.json +++ b/docs/json/sonarr/cf/french-anime-tier-02.json @@ -22,15 +22,6 @@ "value": "\\b(D3T3R10R1TY)\\b" } }, - { - "name": "Good Job! Alexis", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(Good[ .-]?(Job|Rip|Sub)!?[ .-]?Alexis)\\b" - } - }, { "name": "HANAMi", "implementation": "ReleaseGroupSpecification", @@ -67,6 +58,33 @@ "value": "\\b(Monkey[ .-]?D[ .-]?Lulu)\\b" } }, + { + "name": "MUGiWARA", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(MUGiWARA)\\b" + } + }, + { + "name": "NOH3LL", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(NOH3LL)\\b" + } + }, + { + "name": "OTF", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(OTF)\\b" + } + }, { "name": "RONiN", "implementation": "ReleaseGroupSpecification",