tidalf / plugin.audio.qobuz

plugin.audio.qobuz
GNU General Public License v3.0
16 stars 8 forks source link

Hi-Res info in lists #245

Open GioF71 opened 5 years ago

GioF71 commented 5 years ago

Hello, thank you for the great work.

I noticed the plugin does not show bitdepth/sampling rate for hires albums. Other applications like BubbleUpnp on Android and upmpdcli (the qobuz media server) do show this information. This information should be skipped for standard (16bit/44.1kHz) albums. Of course this is an enhancement and not a bug,

I would gladly contribute, but I might use some help to start, so a suggestion if very welcome.

Thanks a lot again for the attention and for your great work!

tidalf commented 5 years ago

Hello,

It seems that it depends more of the skin than the addon : the information is correctly transfered to kodi. I remember that Aeon flux skin shows the bitdepth/sampling, probably some more current ones also does.

Perhaps you can also hack something and add the information at the end of the album or song title when it's played. But I'd definitly start by hacking my favorite skin instead.

GioF71 commented 5 years ago

Hello, thank you very much for your answer. I took a look at the code before asking, and I was under the impression that the metadata was handled by your plugin. Your answer seems to confirm this. I will search for a solution on kodi's forum.

Thank you for the great work!