- NEW: CF `[HDR10+ Boost]` Optional (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+pull/931/head
parent
fe115b00a4
commit
77a84ae4e8
@ -0,0 +1,72 @@
|
||||
{
|
||||
"trash_id": "b17886cb4158d9fea189859409975758",
|
||||
"trash_score": "901",
|
||||
"trash_regex": "https://regex101.com/r/hCAQEO/4",
|
||||
"name": "HDR10+ Boost",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "HDR10+",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bHDR10(\\+|P(lus)?\\b)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not DV HDR10",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not HDR10",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bHDR10(\\b[^+|Plus])"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not PQ",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(PQ)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not HLG",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(HLG)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR(\\b|\\d)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not DV",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,72 @@
|
||||
{
|
||||
"trash_id": "0dad0a507451acddd754fe6dc3a7f5e7",
|
||||
"trash_score": "901",
|
||||
"trash_regex": "https://regex101.com/r/hCAQEO/4",
|
||||
"name": "HDR10+ Boost",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "HDR10+",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bHDR10(\\+|P(lus)?\\b)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not DV HDR10",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not HDR10",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bHDR10(\\b[^+|Plus])"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not PQ",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(PQ)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not HLG",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(HLG)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR(\\b|\\d)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not DV",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue