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/opus.json

26 lines
631 B

{
"trash_id": "28f6ef16d61e2d1adfce3156ed8257e3",
"trash_score": "250",
"trash_regex": "https://regex101.com/r/SsIWo3/1",
"name": "Opus",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Opus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bOPUS(\\b|\\d)(?!.*[ ._-](\\d{3,4}p))"
}
},
{
"name": "Not OPUS Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "OPUS"
}
}]
}