diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index a333f1c6a..065ead0a5 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -511,7 +511,7 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` ```bash -/\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i +/\b(-alfaHD|-BAT|-BNd|-C\.A\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i ``` ------ diff --git a/docs/json/radarr/bad-dual-groups.json b/docs/json/radarr/bad-dual-groups.json index cd73ff991..b063016b7 100644 --- a/docs/json/radarr/bad-dual-groups.json +++ b/docs/json/radarr/bad-dual-groups.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(-C.A.A)\\b" + "value": "\\b(-C\\.A\\.A)\\b" } }, { diff --git a/docs/json/sonarr/optionals.json b/docs/json/sonarr/optionals.json index 589aba9f8..526453990 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" - }, { }] }] } -