diff --git a/docs/json/radarr/cf/2160p.json b/docs/json/radarr/cf/2160p.json index 8b6e3c38d..353f041be 100644 --- a/docs/json/radarr/cf/2160p.json +++ b/docs/json/radarr/cf/2160p.json @@ -18,24 +18,6 @@ "fields": { "value": 2160 } - }, - { - "name": "HDR Formats", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b" - } - }, - { - "name": "NOT SDR", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bSDR\\b" - } } ] } diff --git a/docs/json/radarr/cf/truehd-atmos.json b/docs/json/radarr/cf/truehd-atmos.json index ee8214f18..5e4073746 100644 --- a/docs/json/radarr/cf/truehd-atmos.json +++ b/docs/json/radarr/cf/truehd-atmos.json @@ -14,7 +14,7 @@ "negate": false, "required": true, "fields": { - "value": "True[ .-]?HD" + "value": "True[ .-]?HD|W4NK3R|HQMUX" } }, { @@ -23,7 +23,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bATMOS(\\b|\\d)" + "value": "\\b(ATMOS|W4NK3R|-DON)(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/2160p.json b/docs/json/sonarr/cf/2160p.json index f3ef68862..8933c4b1f 100644 --- a/docs/json/sonarr/cf/2160p.json +++ b/docs/json/sonarr/cf/2160p.json @@ -14,24 +14,6 @@ "fields": { "value": 2160 } - }, - { - "name": "HDR Formats", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b" - } - }, - { - "name": "NOT SDR", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bSDR\\b" - } } ] }