v19 [Addition] - Filter your music by sample rate, bit rate or channels.
#5
(2020-03-27, 20:13)scott967 Wrote: So I implemented in Aeon MQ5 but I notice no label for ListItem.BitsPerSample.  Any reason for this?

Yes, taglib doesn't return that as part of it's audioproperties.  See https://taglib.org/api/classTagLib_1_1Au...f7e2f9446d  Also https://github.com/xbmc/xbmc/blob/master...L1311L1317 which is where the attributes are read via taglib as it reads in the tags from the files.  Probably the only way to get bitspersample would be to use ffmpeg to obtain it, but that doesn't support many tags so it would mean using two different libraries to inspect each file.  That would increase scanning time so I didn't look into it.
Learning Linux the hard way !!
Reply


Messages In This Thread
RE: [Addition] - Filter your music by sample rate, bit rate or channels. - by black_eagle - 2020-03-27, 21:33
Logout Mark Read Team Forum Stats Members Help
[Addition] - Filter your music by sample rate, bit rate or channels.0