You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.8 KiB
81 lines
1.8 KiB
{
|
|
"trash_id": "e61e28db95d22bedcadf030b8f156d96",
|
|
"trash_score": "500",
|
|
"name": "HDR",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "HDR",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(HDR)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not DV",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not HDR10",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bHDR10(\\b[^+|Plus])"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not HDR10+",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bHDR10(\\+|P(lus)?\\b)"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not HLG",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bHLG(\\b|\\d)"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not PQ",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(PQ)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not RlsGrp (Missing HDR)",
|
|
"implementation": "ReleaseGroupSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(FraMeSToR|HQMUX|SiCFoI)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not SDR",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bSDR(\\b|\\d)"
|
|
}
|
|
}
|
|
]
|
|
}
|