diff --git a/docs/json/radarr/cf/hdr-undefined.json b/docs/json/radarr/cf/hdr-undefined.json index f40c712f0..bee0b855a 100644 --- a/docs/json/radarr/cf/hdr-undefined.json +++ b/docs/json/radarr/cf/hdr-undefined.json @@ -6,20 +6,20 @@ "specifications": [ { "name": "Groups (Missing HDR)", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": true, "fields": { - "value": "\\b(FraMeSToR|HQMUX)\\b" + "value": "\\b(FraMeSToR|HQMUX|SICFoI)\\b" } }, { "name": "2160p", - "implementation": "ReleaseTitleSpecification", + "implementation": "ResolutionSpecification", "negate": false, "required": true, "fields": { - "value": "\\b(2160p)\\b" + "value": 2160 } }, { @@ -32,39 +32,39 @@ } }, { - "name": "Not HDR10+", + "name": "Not HDR10", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bHDR10(\\+|P(lus)?\\b)" + "value": "\\bHDR10(\\b[^+|Plus])" } }, { - "name": "Not HDR10", + "name": "Not HDR10+", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bHDR10(\\b[^+|Plus])" + "value": "\\bHDR10(\\+|P(lus)?\\b)" } }, { - "name": "Not PQ", + "name": "Not HLG", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(PQ)\\b" + "value": "\\b(HLG)\\b" } }, { - "name": "Not HLG", + "name": "Not PQ", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(HLG)\\b" + "value": "\\b(PQ)\\b" } }, { diff --git a/docs/json/radarr/cf/hdr.json b/docs/json/radarr/cf/hdr.json index 5dbab9664..eaf3fdde7 100644 --- a/docs/json/radarr/cf/hdr.json +++ b/docs/json/radarr/cf/hdr.json @@ -69,11 +69,11 @@ }, { "name": "Not Groups (Missing HDR)", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(FraMeSToR|HQMUX)\\b" + "value": "\\b(FraMeSToR|HQMUX|SICFoI)\\b" } } ] diff --git a/docs/json/sonarr/cf/hdr-undefined.json b/docs/json/sonarr/cf/hdr-undefined.json index b5555e0df..908943824 100644 --- a/docs/json/sonarr/cf/hdr-undefined.json +++ b/docs/json/sonarr/cf/hdr-undefined.json @@ -6,11 +6,11 @@ "specifications": [ { "name": "Groups (Missing HDR)", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": true, "fields": { - "value": "\\b(FraMeSToR|HQMUX)\\b" + "value": "\\b(FraMeSToR|HQMUX|SICFoI)\\b" } }, { diff --git a/docs/json/sonarr/cf/hdr.json b/docs/json/sonarr/cf/hdr.json index d9d385643..08d5b1c9d 100644 --- a/docs/json/sonarr/cf/hdr.json +++ b/docs/json/sonarr/cf/hdr.json @@ -68,12 +68,12 @@ } }, { - "name": "Not FraMeSToR", + "name": "Not Groups (Missing HDR)", "implementation": "ReleaseGroupSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(FraMeSToR)\\b" + "value": "\\b(FraMeSToR|HQMUX|SICFoI)\\b" } } ]