- NEW: CF `[x265 (no HDR/DV)]` - This blocks/ignores HD releases that are encoded in x265 **but it will allow to exclude/bypass if it has HDR and/or DV**pull/708/head
parent
3a40bd6c3c
commit
98e8770a5d
@ -0,0 +1,35 @@
|
||||
{
|
||||
"trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb",
|
||||
"trash_score": "-10000",
|
||||
"name": "x265 (no HDR/DV)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "x265/HEVC",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not HDR/DV",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not 2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue