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.
TRaSH-Guides/docs/json/radarr/cf/aac.json

76 lines
1.7 KiB

{
"trash_id": "240770601cc226190c367ef59aba7463",
"trash_scores": {
"default": 1000,
"sqp-1-1080p": 0,
"sqp-1-2160p": 0
},
"name": "AAC",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "AAC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\b"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e-)\\b(ac-?3)\\b"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
}
}
]
}