Update 2160p to new oneliner

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

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

Loading…
Cancel
Save