mirror of https://github.com/TRaSH-/Guides.git
30 lines
659 B
JSON
30 lines
659 B
JSON
{
|
|
"trash_id": "28f6ef16d61e2d1adfce3156ed8257e3",
|
|
"trash_scores": {
|
|
"default": 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"
|
|
}
|
|
}
|
|
]
|
|
}
|