From 4e457e8613ef64b1a204d696b73fbfc5ea635bd3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 15 Jan 2022 17:23:47 +0100 Subject: [PATCH] Updated: and cleaned the custom format --- docs/json/radarr/2160p.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/json/radarr/2160p.json b/docs/json/radarr/2160p.json index 66bb79a89..1b4501fe8 100644 --- a/docs/json/radarr/2160p.json +++ b/docs/json/radarr/2160p.json @@ -14,7 +14,7 @@ } }, { - "name": "HDR: HDR", + "name": "HDR", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, @@ -23,16 +23,16 @@ } }, { - "name": "DoVi: Dolby Vision", + "name": "DV", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(dv|dovi|dolby[ .]vision)\\b" + "value": "\\b(dv|dovi|dolby[ .]vision|DV[ .]HDR10|DV[ .]HLG|DV[ .]SDR)\\b" } }, { - "name": "HDR (undefined): FraMeSToR", + "name": "HDR (undefined)", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false,