From 516c0d139f3c26c0eee2b68dd0fb503d753766f0 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 1 Aug 2022 13:37:02 +0200 Subject: [PATCH] Update optionals.json - Fix json formatting. - Moved "Dislike Bad Dual Audio Groups" to ignored. - Fixed RlsGroup -C.A.A regex. (thanks @fabricionaweb @mvanbaak) --- docs/json/sonarr/optionals.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/json/sonarr/optionals.json b/docs/json/sonarr/optionals.json index 589aba9f8..111b819d3 100644 --- a/docs/json/sonarr/optionals.json +++ b/docs/json/sonarr/optionals.json @@ -17,6 +17,10 @@ "name": "Ignore so called scene releases", "trash_id": "5bc23c3a055a1a5d8bbe4fb49d80e0cb", "term": "/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\\b|-GGEZ\\b|-GGWP\\b|-GLHF\\b|-KOGI\\b)).*/i" + }, { + "name": "Dislike Bad Dual Audio Groups", + "trash_id": "538bad00ee6f8aced8e0db5218b8484c", + "term": "/\\b(-alfaHD|-BAT|-BNd|-C\\.A\\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i" }], "required": [], "preferred": [{ @@ -58,12 +62,6 @@ "name": "Dislike release containing: 1-", "trash_id": "236a3626a07cacf5692c73cc947bc280", "term": "/(1-.+)$/i" - }, { - "name": "Dislike Bad Dual Audio Groups", - "trash_id": "538bad00ee6f8aced8e0db5218b8484c", - "term": "/\\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i" - }, { }] }] -} - +} \ No newline at end of file