From ecaffcd3cb489ef4a2a3c5c849679838964e0f14 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 30 Oct 2022 18:17:44 +0100 Subject: [PATCH] [SQP] CF `SDR` and `2160p` Update - NEW: CF `SDR` - Updated: CF `2160p` Added Condition `NOT SDR` --- docs/json/radarr/cf/2160p.json | 9 +++++++++ docs/json/radarr/cf/sdr.json | 17 +++++++++++++++++ includes/sqp/uhd-radarr-unwanted.md | 12 +++++++----- 3 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 docs/json/radarr/cf/sdr.json diff --git a/docs/json/radarr/cf/2160p.json b/docs/json/radarr/cf/2160p.json index cbb5dc0d6..ab81f29ea 100644 --- a/docs/json/radarr/cf/2160p.json +++ b/docs/json/radarr/cf/2160p.json @@ -39,6 +39,15 @@ "fields": { "value": "\\b(FraMeSToR|HQMUX)\\b" } + }, + { + "name": "NOT SDR", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\bSDR\\b" + } } ] } diff --git a/docs/json/radarr/cf/sdr.json b/docs/json/radarr/cf/sdr.json new file mode 100644 index 000000000..ec28192a0 --- /dev/null +++ b/docs/json/radarr/cf/sdr.json @@ -0,0 +1,17 @@ +{ + "trash_id": "9c38ebb7384dada637be8899efa68e6f", + "trash_score": "-10000", + "name": "SDR", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "SDR", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bSDR\\b" + } + } + ] +} diff --git a/includes/sqp/uhd-radarr-unwanted.md b/includes/sqp/uhd-radarr-unwanted.md index f9b9aa5f2..32818ae8b 100644 --- a/includes/sqp/uhd-radarr-unwanted.md +++ b/includes/sqp/uhd-radarr-unwanted.md @@ -1,9 +1,10 @@ ??? summary "Unwanted - [CLICK TO EXPAND]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | - | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | - | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} | - | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | --------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- | + | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | + | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} | + | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} | ------ Breakdown and Why @@ -11,3 +12,4 @@ - **{{ radarr['cf']['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. - **{{ radarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons. - **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ? + - **{{ radarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats.