From 74f05444bd1142fc8e540f6c2a581d446db67ec3 Mon Sep 17 00:00:00 2001 From: Matthew Anson Date: Tue, 8 Nov 2022 06:57:25 +1100 Subject: [PATCH 1/2] add Lilith-Raws to anime-raws.json --- docs/json/sonarr/cf/anime-raws.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/sonarr/cf/anime-raws.json b/docs/json/sonarr/cf/anime-raws.json index 471ea67ed..d35f59151 100644 --- a/docs/json/sonarr/cf/anime-raws.json +++ b/docs/json/sonarr/cf/anime-raws.json @@ -120,6 +120,15 @@ "fields": { "value": "\\b(Seicher)\\b" } + }, + { + "name": "Lilith", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "Lilith[ ._-]?(Raws)" + } } ] } From b4aada9fb09bb80cbc5379e2cef4e7aaa01ef4e1 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Tue, 8 Nov 2022 02:16:59 +0000 Subject: [PATCH 2/2] Update anime-raws.json Moved lilith raws addition to be alphabetical --- docs/json/sonarr/cf/anime-raws.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/json/sonarr/cf/anime-raws.json b/docs/json/sonarr/cf/anime-raws.json index d35f59151..033300543 100644 --- a/docs/json/sonarr/cf/anime-raws.json +++ b/docs/json/sonarr/cf/anime-raws.json @@ -49,6 +49,15 @@ "value": "\\[km\\]|-km\\b " } }, + { + "name": "Lilith-Raws", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "Lilith[ ._-]?(Raws)" + } + }, { "name": "LowPower-raws", "implementation": "ReleaseTitleSpecification", @@ -120,15 +129,6 @@ "fields": { "value": "\\b(Seicher)\\b" } - }, - { - "name": "Lilith", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "Lilith[ ._-]?(Raws)" - } } ] }