mirror of https://github.com/TRaSH-/Guides.git
35 lines
819 B
JSON
35 lines
819 B
JSON
{
|
|
"trash_id": "3fbafa924f361e66fbc6187af82dfa85",
|
|
"name": "5.1 Surround",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "5.1 Surround",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "[^0-9]5[ .][0-1]\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not 7.1 Surround",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "[^0-9][7-8][ .][0-1]\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not Low Channel Count",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
|
|
}
|
|
}
|
|
]
|
|
}
|