diff --git a/docs/json/radarr/cf/hdr.json b/docs/json/radarr/cf/hdr.json index 794d57c78..9e07cdaed 100644 --- a/docs/json/radarr/cf/hdr.json +++ b/docs/json/radarr/cf/hdr.json @@ -23,12 +23,21 @@ } }, { - "name": "Not HDR10/HDR10+", + "name": "Not HDR10", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bHDR10" + "value": "\\bHDR10(\\b[^+|Plus])" + } + }, + { + "name": "Not HDR10+", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\bHDR10(\\+|P(lus)?\\b)" } }, { diff --git a/docs/json/sonarr/cf/hdr.json b/docs/json/sonarr/cf/hdr.json index 0a5162a17..db97fab98 100644 --- a/docs/json/sonarr/cf/hdr.json +++ b/docs/json/sonarr/cf/hdr.json @@ -23,12 +23,21 @@ } }, { - "name": "Not HDR10/HDR10+", + "name": "Not HDR10", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bHDR10" + "value": "\\bHDR10(\\b[^+|Plus])" + } + }, + { + "name": "Not HDR10+", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\bHDR10(\\+|P(lus)?\\b)" } }, {