Update SDR with negated HDR formats

pull/992/head
yammes08 2 years ago committed by TRaSH
parent 4f16e12ee9
commit 33209103ff

@ -4,11 +4,29 @@
"name": "SDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b"
}
},
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"required": false,
"fields": {
"value": "\\bSDR\\b"
}

Loading…
Cancel
Save