Restored more conditionals

- Added release group conditionals back to `truehd` and `atmos (undefined)`
pull/1643/head
yammes08 7 months ago
parent 115d763bbb
commit 4b337abb52

@ -71,6 +71,15 @@
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not RlsGrp (Atmos Only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "W4NK3R|HQMUX"
}
},
{
"name": "Not TrueHD",
"implementation": "ReleaseTitleSpecification",

@ -61,6 +61,15 @@
"fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
"name": "Not RlsGrp (TrueHD only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "CtrlHD|W4NK3R|-DON"
}
}
]
}

Loading…
Cancel
Save