From a35ed23eb1dafd4ed7da40153d8d26f744aae86c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 4 Dec 2022 18:07:30 +0100 Subject: [PATCH 1/2] Starr Added APEX to WEB Tier 01 **[Starr]** Added: `APEX` to CF `WEB Tier 01` --- docs/json/radarr/cf/web-tier-01.json | 41 +++++++++++++++++----------- docs/json/sonarr/cf/web-tier-01.json | 9 ++++++ 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/docs/json/radarr/cf/web-tier-01.json b/docs/json/radarr/cf/web-tier-01.json index cf53c2042..95f89efc2 100644 --- a/docs/json/radarr/cf/web-tier-01.json +++ b/docs/json/radarr/cf/web-tier-01.json @@ -5,39 +5,30 @@ "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", + "name": "ABBIE", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": 8 + "value": "\\b(ABBIE)\\b" } }, { - "name": "ABBIE", + "name": "AJP69", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(ABBIE)\\b" + "value": "\\b(AJP69)\\b" } }, { - "name": "AJP69", + "name": "APEX", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(AJP69)\\b" + "value": "\\b(APEX)\\b" } }, { @@ -156,6 +147,24 @@ "fields": { "value": "\\b(TEPES)\\b" } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } } ] } diff --git a/docs/json/sonarr/cf/web-tier-01.json b/docs/json/sonarr/cf/web-tier-01.json index cbcbc7d74..0c760cdb4 100644 --- a/docs/json/sonarr/cf/web-tier-01.json +++ b/docs/json/sonarr/cf/web-tier-01.json @@ -22,6 +22,15 @@ "value": "\\b(AJP69)\\b" } }, + { + "name": "APEX", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(APEX)\\b" + } + }, { "name": "CasStudio", "implementation": "ReleaseGroupSpecification", From f8430d5898bff9d47b8bc3d2b47b8718c0bb215c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 4 Dec 2022 18:24:14 +0100 Subject: [PATCH 2/2] # 2022-12-04 18:30 # 2022-12-04 18:30 --- docs/updates.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index 8e59efcef..a38522632 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,19 @@ +# 2022-12-04 18:30 +**[Starr]** +- Added: `APEX` to CF `WEB Tier 01`. *PR#1003* +- Added: `Proper2` condition to CF `Repack v2`. *PR#1000* +- Updated: CF `MA` score so it's not trumped by repacks. *PR#1000* +- Added: `PQ` condition to CF `SDR` `2160p`. *PR#1000* + +**[Radarr]** +- Updated: CF `Repack` scores to match Sonarr. *PR#1000* + +**[Guides]** +*How to setup Quality Profiles (French) PR#995* +- Corrected some French wording and grammar. +- Corrected VFQ format to not recognise FRENCH alone. It needs now MULTi in front of it (but will not recognise the Multi-French format) so it should leave alone the French original movies. +- This is still not bulletproof but should lead to less false positives. + # 2022-11-27 18:00 **[NZBGet]** *Downloaders - Download Clients PR#992*