feat(starr): add DV HDR10Plus CF (#1685)
parent
4a16c2bfe5
commit
327d504058
@ -0,0 +1,38 @@
|
||||
{
|
||||
"trash_id": "c53085ddbd027d9624b320627748612f",
|
||||
"trash_scores": {
|
||||
"default": 1600
|
||||
},
|
||||
"trash_regex": "https://regex101.com/r/60gMpz/1",
|
||||
"name": "DV HDR10Plus",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "DV HDR10Plus",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
{
|
||||
"trash_id": "2b239ed870daba8126a53bd5dc8dc1c8",
|
||||
"trash_scores": {
|
||||
"default": 1600
|
||||
},
|
||||
"trash_regex": "https://regex101.com/r/60gMpz/1",
|
||||
"name": "DV HDR10Plus",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "DV HDR10Plus",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue