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