Custom Format Conditional Changes

- Removed `HDR` and `Not SDR` conditionals from 2160p custom formats
- Added release group conditionals back to TrueHD Atmos custom format for Radarr only (note, this is a partial reversion of #1553
pull/1643/head
yammes08 7 months ago
parent 4808f8c8cc
commit 115d763bbb

@ -18,24 +18,6 @@
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
}
},
{
"name": "NOT SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
}
]
}

@ -14,7 +14,7 @@
"negate": false,
"required": true,
"fields": {
"value": "True[ .-]?HD"
"value": "True[ .-]?HD|W4NK3R|HQMUX"
}
},
{
@ -23,7 +23,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bATMOS(\\b|\\d)"
"value": "\\b(ATMOS|W4NK3R|-DON)(\\b|\\d)"
}
},
{

@ -14,24 +14,6 @@
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
}
},
{
"name": "NOT SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
}
]
}

Loading…
Cancel
Save