From 516ddbb4a52acac15c846c68ff44b7cb7d8685fc Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 16 Jan 2022 17:13:51 +0100 Subject: [PATCH 1/5] Updated: Scores to the new scoring standard --- docs/json/radarr/4k-remaster.json | 2 +- docs/json/radarr/criterion-collection.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/4k-remaster.json b/docs/json/radarr/4k-remaster.json index 2453508b2..05f2f8065 100644 --- a/docs/json/radarr/4k-remaster.json +++ b/docs/json/radarr/4k-remaster.json @@ -1,6 +1,6 @@ { "trash_id": "eca37840c13c6ef2dd0262b141a5482f", - "trash_score": "190", + "trash_score": "25", "name": "4K Remaster", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/criterion-collection.json b/docs/json/radarr/criterion-collection.json index a2be0f548..374a3d3ca 100644 --- a/docs/json/radarr/criterion-collection.json +++ b/docs/json/radarr/criterion-collection.json @@ -1,6 +1,6 @@ { "trash_id": "e0c07d59beb37348e975a930d5e50319", - "trash_score": "170", + "trash_score": "25", "name": "Criterion Collection", "includeCustomFormatWhenRenaming": true, "specifications": [{ From fb375fa17e3accb5a6618fa773991dd6be1d90d6 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 16 Jan 2022 17:35:41 +0100 Subject: [PATCH 2/5] Fixed: CF `[TrueHD Atmos]` to recognize groups that only use Atmos/TrueHD in their release name. - Fixed: CF `[TrueHD Atmos]` to recognize groups that only use Atmos/TrueHD in their release name. --- docs/json/radarr/truehd-atmos.json | 107 +++++++++++++++-------------- 1 file changed, 54 insertions(+), 53 deletions(-) diff --git a/docs/json/radarr/truehd-atmos.json b/docs/json/radarr/truehd-atmos.json index daecbd60a..b1b2b2f07 100644 --- a/docs/json/radarr/truehd-atmos.json +++ b/docs/json/radarr/truehd-atmos.json @@ -3,59 +3,60 @@ "trash_score": "5000", "name": "TrueHD ATMOS", "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "TrueHD", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "TrueHD" - } - }, - { - "name": "ATMOS", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\bATMOS(\\b|\\d)" - } - }, - { - "name": "Not Dolby Digital Plus ", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "[^-]dd[p+]|eac3" - } - }, - { - "name": "Not DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bDTS(\\b|\\d)" - } - }, - { - "name": "Not Basic Dolby Digital", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "(? Date: Sun, 16 Jan 2022 17:38:33 +0100 Subject: [PATCH 3/5] Fixed: CF `[ATMOS (undefined)]` to prevent double scoring with latest update of `[TrueHD Atmos]`. - Fixed: CF `[ATMOS (undefined)]` to prevent double scoring with latest update of `[TrueHD Atmos]`. --- docs/json/radarr/atmos-undefined.json | 152 ++++++++++++++------------ 1 file changed, 81 insertions(+), 71 deletions(-) diff --git a/docs/json/radarr/atmos-undefined.json b/docs/json/radarr/atmos-undefined.json index d98ae8285..03f4f49a8 100644 --- a/docs/json/radarr/atmos-undefined.json +++ b/docs/json/radarr/atmos-undefined.json @@ -3,77 +3,87 @@ "trash_score": "3000", "name": "ATMOS (undefined)", "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "Dolby Digital Plus", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "[^-]dd[p+]|eac3" - } - }, - { - "name": "ATMOS", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\bATMOS(\\b|\\d)" - } - }, - { - "name": "Not TrueHD", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "TrueHD" - } - }, - { - "name": "Not DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bDTS(\\b|\\d)" - } - }, - { - "name": "Not Basic Dolby Digital ", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "(? Date: Sun, 16 Jan 2022 17:39:22 +0100 Subject: [PATCH 4/5] Fixed: CF `[TrueHD]` to prevent double scoring with latest update of `[TrueHD Atmos]`. - Fixed: CF `[TrueHD]` to prevent double scoring with latest update of `[TrueHD Atmos]`. --- docs/json/radarr/truehd.json | 116 +++++++++++++++++++---------------- 1 file changed, 63 insertions(+), 53 deletions(-) diff --git a/docs/json/radarr/truehd.json b/docs/json/radarr/truehd.json index 645bde701..76684b053 100644 --- a/docs/json/radarr/truehd.json +++ b/docs/json/radarr/truehd.json @@ -3,59 +3,69 @@ "trash_score": "2750", "name": "TrueHD", "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "TrueHD", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "TrueHD" - } - }, - { - "name": "ATMOS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bATMOS(\\b|\\d)" - } - }, - { - "name": "Not Dolby Digital Plus", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "[^-]dd[p+]|eac3" - } - }, - { - "name": "Not DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bDTS(\\b|\\d)" - } - }, - { - "name": "Not FLAC", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bFLAC(\\b|\\d)" - } - }, - { - "name": "Not Basic Dolby Digital", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "(? Date: Sun, 16 Jan 2022 17:42:11 +0100 Subject: [PATCH 5/5] Changed: CF `[HDR]` `[HDR (undefined)]`condition name. - Changed: CF `[HDR]` `[HDR (undefined)]`condition name. --- docs/json/radarr/hdr-undefined.json | 2 +- docs/json/radarr/hdr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/hdr-undefined.json b/docs/json/radarr/hdr-undefined.json index d4a36636c..d54aca8c8 100644 --- a/docs/json/radarr/hdr-undefined.json +++ b/docs/json/radarr/hdr-undefined.json @@ -5,7 +5,7 @@ "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "Groups", + "name": "Groups (Missing HDR)", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, diff --git a/docs/json/radarr/hdr.json b/docs/json/radarr/hdr.json index 91b951014..98ffe9f90 100644 --- a/docs/json/radarr/hdr.json +++ b/docs/json/radarr/hdr.json @@ -68,7 +68,7 @@ } }, { - "name": "Not Groups", + "name": "Not Groups (Missing HDR)", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true,