Updated: [DTS-ES]

- Changed: Improve identification of Audio Channels reported in Issue: #334
- Fixed: faulty identify ???.DTS-HDChina as DTS-HD
pull/340/head
TRaSH 3 years ago
parent a7a893caea
commit 1528a0173a

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dts.?(hd.?)?(hr|hi)"
"value": "dts[-. ]?(hd[. ]?)?(hr|hi)"
}
},
{
@ -99,7 +99,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]6\\.[0-1]"
"value": "[^0-9]6[ .][0-1]"
}
}
]

Loading…
Cancel
Save