You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/sonarr/cf/hybrid.json

36 lines
932 B

{
"trash_id": "3a4127d8aa781b44120d907f2cd62627",
"trash_score": "100",
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "WEBDL w/ DV HDR10(+) or TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(web[ ._-]?(dl|rip))\\b)(((?=.*\\b(DV|DoVi)\\b)((?=.*\\b(HDR10(\\+|P(lus))?)\\b)|(?=.*\\b(HDR(10)?)\\b)))|(?=.*\\b(True[ .-]?HD)\\b))"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HYBRID)\\b"
}
}
]
}