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.
26 lines
635 B
26 lines
635 B
3 years ago
|
{
|
||
2 years ago
|
"trash_id": "3a4127d8aa781b44120d907f2cd62627",
|
||
3 years ago
|
"trash_score": "100",
|
||
3 years ago
|
"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"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|