mirror of https://github.com/TRaSH-/Guides.git
84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"trash_id": "9d00418ba386a083fbf4d58235fc37ef",
|
|
"trash_scores": {
|
|
"default": 4500
|
|
},
|
|
"trash_regex": "https://regex101.com/r/VWCW8c/1",
|
|
"name": "DTS X",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "DTS X",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not Basic DTS",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "DTS[ .]?[1-9]"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not Basic Dolby Digital",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bDD[^a-z+]|(?<!e-)\\b(ac-?3)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital Plus",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not TrueHD/ATMOS",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bFLAC(\\b|\\d)"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not AAC",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\bAAC(\\b|\\d)"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not PCM",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(l?)PCM(\\b|\\d)"
|
|
}
|
|
}
|
|
]
|
|
}
|