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.
43 lines
1.1 KiB
43 lines
1.1 KiB
{
|
|
"trash_id": "77ff61788dfe1097194fd8743d7b4524",
|
|
"name": "5.1 Surround",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [{
|
|
"name": "5.1 Surround",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "[^0-9]5[ .][0-1]"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not 7.1 Surround",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "[^0-9][7-8][ .][0-1]"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not 9.1 Surround",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "[^0-9]9[ .][0-1]"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not Low Channel Count",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
|
|
}
|
|
}
|
|
]
|
|
}
|