tehkillerbee / mopidy-tidal

Tidal Backend plugin for Mopidy
Apache License 2.0
93 stars 28 forks source link

current sample rate #29

Closed prietus closed 3 years ago

prietus commented 3 years ago

Hello, thanks for the plugin, it works very well. I'm trying to get sample rate of playing tracks. Neither the json rpc nor logs (in debugging mode) show that info. I ask because I wanted to know, if that's possible, what's the sample rate of tidal using quality = LOSSLESS. Thanks in advance.

tehkillerbee commented 3 years ago

Mopidy-tidal relies on the tidalapi python module and unfortunately, I don't think this functionality is supported directly by tidalapi. I think this feature makes more sense to add to the tidalapi - not mopidy-tidal.