From c2946434e7b077eaf959102f840c51a2361c7083 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 22 Dec 2021 19:28:33 +0100 Subject: [PATCH 1/4] Added: NOSiViD - Added: NOSiViD to HQ-WEBDL --- docs/json/radarr/hq-webdl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/hq-webdl.json b/docs/json/radarr/hq-webdl.json index 0ce2b4d47..7ac336df6 100644 --- a/docs/json/radarr/hq-webdl.json +++ b/docs/json/radarr/hq-webdl.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX)\\b" + "value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX|NOSiViD)\\b" } }, { From d279495729e2540c0785aa7330ac6d1fd40e15b4 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 22 Dec 2021 19:32:44 +0100 Subject: [PATCH 2/4] Added: UHD (DON) - Added: UHD (DON) with a score of 3000 --- docs/json/radarr/uhd-don.json | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 docs/json/radarr/uhd-don.json diff --git a/docs/json/radarr/uhd-don.json b/docs/json/radarr/uhd-don.json new file mode 100644 index 000000000..d1c2d9af0 --- /dev/null +++ b/docs/json/radarr/uhd-don.json @@ -0,0 +1,62 @@ +{ + "trash_id": "afeb99e5db09290546f742503ce1cdb6", + "trash_score": "3000", + "name": "UHD (DON)", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "DON", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bDON\\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" + } + } + ] +} From 4e9da6b515bda9404c73bad43e2a65f26a2120a8 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 22 Dec 2021 19:41:46 +0100 Subject: [PATCH 3/4] Added: Not 2160p - Added: Not 2160p being HQ is based on 720p/1080p, should stop double scoring --- docs/json/radarr/hq.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/json/radarr/hq.json b/docs/json/radarr/hq.json index dcb87af6e..e3f269126 100644 --- a/docs/json/radarr/hq.json +++ b/docs/json/radarr/hq.json @@ -57,6 +57,15 @@ "fields": { "value": 5 } + }, + { + "name": "Not 2160p", + "implementation": "ResolutionSpecification", + "negate": true, + "required": true, + "fields": { + "value": 2160 + } } ] -} \ No newline at end of file +} From eec22766540c0c49a4fb66968acda85047308c35 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 22 Dec 2021 20:01:29 +0100 Subject: [PATCH 4/4] fixed: json formatting --- docs/json/radarr/hq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/hq.json b/docs/json/radarr/hq.json index e3f269126..b70796fd2 100644 --- a/docs/json/radarr/hq.json +++ b/docs/json/radarr/hq.json @@ -68,4 +68,4 @@ } } ] -} +} \ No newline at end of file