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.
35 lines
777 B
35 lines
777 B
3 years ago
|
{
|
||
|
"trash_id": "e23edd2482476e595fb990b12e7c609c",
|
||
|
"trash_score": "1100",
|
||
|
"name": "DV HDR10",
|
||
|
"includeCustomFormatWhenRenaming": false,
|
||
|
"specifications": [
|
||
|
{
|
||
|
"name": "DV HDR10",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": false,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\b(DV[ .]HDR10)\\b"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not DV HLG",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\b(DV[ ]HLG)\\b"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not DV SDR",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\b(DV[ ]SDR)\\b"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|