I have some Dolby Digital and DTS audio that I would really like to include in my music library. I currently have this working by storing the files as ac3 or dts extensions and using AC3File to allow playback via directshow.
Problem with this is the files are not imported into the music library as there are no tags. I have manually added a few tracks myself using SQL to create the records but this is a real pain.
After some playing it would seem that the easiest way to embed an ac3 or dts stream into a container which supports tags is using MKA files. These playback fine using directshow and allow tags.
Problem is that taglib-sharp does not support reading tags from MKA files.
I would really like to see tag support for MKA files as this would solve a fair few issues with multi-channel music and tagging.
(there is a slight issue with BASS and multi-channel audio but I will post a seperate thread about that...)
Problem with this is the files are not imported into the music library as there are no tags. I have manually added a few tracks myself using SQL to create the records but this is a real pain.
After some playing it would seem that the easiest way to embed an ac3 or dts stream into a container which supports tags is using MKA files. These playback fine using directshow and allow tags.
Problem is that taglib-sharp does not support reading tags from MKA files.
I would really like to see tag support for MKA files as this would solve a fair few issues with multi-channel music and tagging.
(there is a slight issue with BASS and multi-channel audio but I will post a seperate thread about that...)