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/radarr/cf/hybrid.json

26 lines
635 B

{
"trash_id": "0f12c086e289cf966fa5948eac571f44",
"trash_score": "100",
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-HYBRID"
}
}
]
}