feat(hdr) - updates to HDR CFs for consistency and SICFoI

pull/1033/head
Michael Thomas 2 years ago
parent 56eb110fc1
commit de5e002771

@ -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"
}
},
{

@ -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"
}
}
]

@ -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"
}
},
{

@ -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"
}
}
]

Loading…
Cancel
Save