diff --git a/docs/json/sonarr/cf/series/hdr-undefined.json b/docs/json/sonarr/cf/series/hdr-undefined.json index 75362ccee..6508bc900 100644 --- a/docs/json/sonarr/cf/series/hdr-undefined.json +++ b/docs/json/sonarr/cf/series/hdr-undefined.json @@ -5,30 +5,30 @@ "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "2160p", - "implementation": "ResolutionSpecification", + "name": "FraMeSToR", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": true, "fields": { - "value": 6 + "value": "\\b(FraMeSToR)\\b" } }, { - "name": "Not DV", - "implementation": "ReleaseTitleSpecification", - "negate": true, + "name": "2160p", + "implementation": "ResolutionSpecification", + "negate": false, "required": true, "fields": { - "value": "\\b(dv|dovi|dolby[ .]?vision)\\b" + "value": 6 } }, { - "name": "Not HDR10+", + "name": "Not DV", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bHDR10Plus|HDR10(\\b\\+)" + "value": "\\b(dv|dovi|dolby[ .]?vision)\\b" } }, { @@ -41,12 +41,12 @@ } }, { - "name": "Not PQ", + "name": "Not HDR10+", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(PQ)\\b" + "value": "\\bHDR10Plus|HDR10(\\b\\+)" } }, { @@ -59,21 +59,21 @@ } }, { - "name": "Not SDR", + "name": "Not PQ", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bSDR(\\b|\\d)" + "value": "\\b(PQ)\\b" } }, { - "name": "FraMeSToR", - "implementation": "ReleaseGroupSpecification", - "negate": false, + "name": "Not SDR", + "implementation": "ReleaseTitleSpecification", + "negate": true, "required": true, "fields": { - "value": "\\b(FraMeSToR)\\b" + "value": "\\bSDR(\\b|\\d)" } } ]