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
775 B
35 lines
775 B
{
|
|
"trash_id": "55d53828b9d81cbe20b02efd00aa0efd",
|
|
"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(DV[ .]HDR10)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not DV SDR",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(DV[ ]SDR)\\b"
|
|
}
|
|
}
|
|
]
|
|
} |