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.
39 lines
920 B
39 lines
920 B
{
|
|
"trash_id": "55a5b50cb416dea5a50c4955896217ab",
|
|
"trash_scores": {
|
|
"default": 100
|
|
},
|
|
"trash_regex": "https://regex101.com/r/60gMpz/1",
|
|
"name": "DV HDR10+ Boost",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "DV HDR10+",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?=(P(lus)?)\\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"
|
|
}
|
|
}
|
|
]
|
|
}
|