Update 2160p to new oneliner

pull/992/head
yammes08 2 years ago committed by TRaSH
parent 939c470afa
commit 4f16e12ee9

@ -14,30 +14,21 @@
} }
}, },
{ {
"name": "HDR", "name": "HDR Formats",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
}
},
{
"name": "DV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": { "fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|DV[ .]HDR10|DV[ .]HLG|DV[ .]SDR)\\b" "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b"
} }
}, },
{ {
"name": "HDR (undefined)", "name": "NOT SDR",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": true,
"required": false, "required": true,
"fields": { "fields": {
"value": "\\b(FraMeSToR|HQMUX)\\b" "value": "\\bSDR\\b"
} }
} }
] ]

Loading…
Cancel
Save