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.
36 lines
803 B
36 lines
803 B
{
|
|
"trash_id": "1f733af03141f068a540eec352589a89",
|
|
"trash_score": "1500",
|
|
"name": "DV HLG",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "DV HLG",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(DV[ .]HLG)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not DV HDR10",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not DV SDR",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(DV[ .]SDR)\\b"
|
|
}
|
|
}
|
|
]
|
|
}
|