mirror of https://github.com/TRaSH-/Guides.git
39 lines
920 B
JSON
39 lines
920 B
JSON
{
|
|
"trash_id": "385e9e8581d33133c3961bdcdeffb7b4",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|