From 866012c8dc652ac69614e1c189a2599789376973 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 9 Oct 2021 15:08:27 +0200 Subject: [PATCH] Created: [NEW] CF [UHD (CtrlHD)] - Added: [UHD (CtrlHD)] with a score of 3000, this cf only picks up 4k HQ Encodes, Not SDR, Remux, WEBDL/WEBRIP --- docs/json/radarr/uhd-ctrlhd.json | 62 ++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 docs/json/radarr/uhd-ctrlhd.json diff --git a/docs/json/radarr/uhd-ctrlhd.json b/docs/json/radarr/uhd-ctrlhd.json new file mode 100644 index 000000000..875b7ba28 --- /dev/null +++ b/docs/json/radarr/uhd-ctrlhd.json @@ -0,0 +1,62 @@ +{ + "trash_id": "66aaa8c2c03c0191a95f0d655b75ab10", + "trash_score": "3000", + "name": "UHD (CtrlHD)", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "CtrlHD", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bCtrlHD\\b" + } + }, + { + "name": "Not REMUX", + "implementation": "QualityModifierSpecification", + "negate": true, + "required": true, + "fields": { + "value": 5 + } + }, + { + "name": "Not WEBDL", + "implementation": "SourceSpecification", + "negate": true, + "required": true, + "fields": { + "value": 7 + } + }, + { + "name": "Not WEBRIP", + "implementation": "SourceSpecification", + "negate": true, + "required": true, + "fields": { + "value": 8 + } + }, + { + "name": "2160p", + "implementation": "ResolutionSpecification", + "negate": false, + "required": true, + "fields": { + "value": 2160 + } + }, + { + "name": "Not SDR", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\bSDR\\b" + } + } + ] +} \ No newline at end of file