mirror of https://github.com/TRaSH-/Guides.git
38 lines
853 B
JSON
38 lines
853 B
JSON
{
|
|
"trash_id": "55d53828b9d81cbe20b02efd00aa0efd",
|
|
"trash_scores": {
|
|
"default": 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|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not DV SDR",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(DV[ .]SDR)\\b"
|
|
}
|
|
}
|
|
]
|
|
}
|