mirror of https://github.com/TRaSH-/Guides.git
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"trash_id": "6d0d8de7b57e35518ac0308b0ddf404e",
|
|
"trash_scores": {
|
|
"default": 1500
|
|
},
|
|
"name": "DV",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "DV",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\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 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"
|
|
}
|
|
}
|
|
]
|
|
}
|