feat(starr): add DV HDR10Plus Boost CF (#1744)
Co-authored-by: TRaSH <trash-pm@protonmail.ch> Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>pull/1752/head
parent
eace665d13
commit
8f10a38213
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 132 KiB |
@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue