diff --git a/docs/json/radarr/hdr10plus.json b/docs/json/radarr/hdr10plus.json index 5124009ad..902ed83d2 100644 --- a/docs/json/radarr/hdr10plus.json +++ b/docs/json/radarr/hdr10plus.json @@ -57,6 +57,15 @@ "fields": { "value": "\\bSDR(\\b|\\d)" } + }, + { + "name": "Not DV", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(dv|dovi|dolby[ .]?vision)\\b" + } } ] } \ No newline at end of file