Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new label DTS -X #335

Closed
michpas opened this issue Aug 29, 2021 · 2 comments
Closed

new label DTS -X #335

michpas opened this issue Aug 29, 2021 · 2 comments
Assignees

Comments

@michpas
Copy link

michpas commented Aug 29, 2021

** Which Guide **
Radarr

Describe the Error in the Guide
Found a new missing label,. DTS X; which is used in file names
https://www.whathifi.com/advice/dtsx-what-it-how-can-you-get-it

Expected behavior
A label added that detects DTS-X

Additional context
Below the filter. Note,this DTS-X als need to be excluded from the existing DTS, DTS-ES, DTS-HD MA, DTS-HD HR

{
"name": "DTS X",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?x(?!\d)"
}
},
{
"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(\b|\d)|(?<!e)ac3"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\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)"
}
}
]
}

@TRaSH-
Copy link
Contributor

TRaSH- commented Aug 30, 2021

@michpas
Copy link
Author

michpas commented Aug 30, 2021

Uh, yes. Not sure why i overlooked.

@michpas michpas closed this as completed Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants