From 20f5c6c9704e87257b43025b9352add854fac8c2 Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 3 Nov 2022 16:49:11 +0100 Subject: [PATCH 1/6] Added: `MeGusta` to Sonarr `LQ` --- docs/json/sonarr/cf/lq.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/sonarr/cf/lq.json b/docs/json/sonarr/cf/lq.json index bd135456b..0f9992102 100644 --- a/docs/json/sonarr/cf/lq.json +++ b/docs/json/sonarr/cf/lq.json @@ -40,6 +40,15 @@ "value": "\\bGHOSTS\\b" } }, + { + "name": "MeGusta", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(MeGusta)\\b" + } + }, { "name": "NERO", "implementation": "ReleaseGroupSpecification", From c92884aa2943736f5a98741f918a2dc53b244075 Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 3 Nov 2022 16:55:52 +0100 Subject: [PATCH 2/6] Added: `OPUS` Group negation for `Opus` CF --- docs/json/radarr/cf/opus.json | 9 +++++++++ docs/json/sonarr/cf/opus.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/json/radarr/cf/opus.json b/docs/json/radarr/cf/opus.json index fb9bfa34e..ec2f37073 100644 --- a/docs/json/radarr/cf/opus.json +++ b/docs/json/radarr/cf/opus.json @@ -11,5 +11,14 @@ "fields": { "value": "\\bOPUS(\\b|\\d)" } + }, + { + "name": "Not OPUS", + "implementation": "ReleaseGroupSpecification", + "negate": true, + "required": true, + "fields": { + "value": "OPUS" + } }] } diff --git a/docs/json/sonarr/cf/opus.json b/docs/json/sonarr/cf/opus.json index 3d65fdb32..3602ab825 100644 --- a/docs/json/sonarr/cf/opus.json +++ b/docs/json/sonarr/cf/opus.json @@ -11,5 +11,14 @@ "fields": { "value": "\\bOPUS(\\b|\\d)" } + }, + { + "name": "Not OPUS", + "implementation": "ReleaseGroupSpecification", + "negate": true, + "required": true, + "fields": { + "value": "OPUS" + } }] } From d2016384d0083cdb65f7507464590ce0dc75b47a Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 3 Nov 2022 17:09:05 +0100 Subject: [PATCH 3/6] Added: `MeGusta` to Sonarr `LQ` RP --- docs/json/sonarr/rp/lqGroups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/rp/lqGroups.json b/docs/json/sonarr/rp/lqGroups.json index 39759cc1e..3189f2f41 100644 --- a/docs/json/sonarr/rp/lqGroups.json +++ b/docs/json/sonarr/rp/lqGroups.json @@ -6,7 +6,7 @@ "preferred": [{ "score": -100, "terms": [ - "/(-BRiNK|-CHX|-GHOSTS|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|TBS|-VIDEOHOLE|-worldmkv|-XLF)\\b/i" + "/(-BRiNK|-CHX|-GHOSTS|MeGusta|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|TBS|-VIDEOHOLE|-worldmkv|-XLF)\\b/i" ] }], "ignored": [] From e87c3ed14893ffaaef6273b2f63dc929538ea867 Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 3 Nov 2022 17:13:17 +0100 Subject: [PATCH 4/6] Added: `MeGusta` to Sonarr RP Guide --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index eb24f0ddb..192f7652e 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -295,7 +295,7 @@ Add this to your `Preferred (3)` with a score of [10] Add this to your `Preferred (3)` with a score of [-100] ```bash -/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe\.ph|Pahe\.in|-NERO)\b/i +/(TBS|-BRiNK|MeGusta|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe\.ph|Pahe\.in|-NERO)\b/i ``` !!! danger "Caution" From 2c364ec4fb8edebcd7c26bfb6cb0264e6d630b6d Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 3 Nov 2022 17:49:40 +0100 Subject: [PATCH 5/6] Fixed: Clarify OPUS release group negation --- docs/json/radarr/cf/opus.json | 2 +- docs/json/sonarr/cf/opus.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf/opus.json b/docs/json/radarr/cf/opus.json index ec2f37073..648822223 100644 --- a/docs/json/radarr/cf/opus.json +++ b/docs/json/radarr/cf/opus.json @@ -13,7 +13,7 @@ } }, { - "name": "Not OPUS", + "name": "Not OPUS Release Group", "implementation": "ReleaseGroupSpecification", "negate": true, "required": true, diff --git a/docs/json/sonarr/cf/opus.json b/docs/json/sonarr/cf/opus.json index 3602ab825..237655bce 100644 --- a/docs/json/sonarr/cf/opus.json +++ b/docs/json/sonarr/cf/opus.json @@ -13,7 +13,7 @@ } }, { - "name": "Not OPUS", + "name": "Not OPUS Release Group", "implementation": "ReleaseGroupSpecification", "negate": true, "required": true, From fa2062c3e3150a1bade818b9ec593149f83b0041 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 3 Nov 2022 19:17:33 +0100 Subject: [PATCH 6/6] # 2022-11-03 19:20 # 2022-11-03 19:20 --- docs/updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index 8954c0f4d..ae9894810 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,7 @@ +# 2022-11-03 19:20 +- Add: `MeGusta` to the Sonarr `LQ` CF and Release Profile. #946 +- Add: Group negation for `OPUS` in the `Opus` CF. #946 + # 2022-11-02 20:40 **[Radarr]** - NEW: Publish Radarr Anime guide. #942