Merge pull request #1033 from FonduemangVI/master

feat(hdr) - updates to HDR CFs for consistency and SICFoI
pull/1035/head
TRaSH 1 year ago committed by GitHub
commit 3da710d156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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