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.
52 lines
1.3 KiB
52 lines
1.3 KiB
3 years ago
|
{
|
||
|
"trash_id": "89dac1be53d5268a7e10a19d3c896826",
|
||
|
"name": "2.0 Stereo",
|
||
|
"includeCustomFormatWhenRenaming": false,
|
||
|
"specifications": [{
|
||
|
"name": "Stereo",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": false,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not 3.0ch",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "[^0-9]3[ .]0"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not 4.0ch",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "[^0-9]4[ .]0"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not High Channel Count",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "[^0-9][5-9][ .][0-1]"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not Mono",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
2 years ago
|
}
|