jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 132 forks source link

Show audio quality (tidal)? #920

Closed 9acca9 closed 1 year ago

9acca9 commented 1 year ago

Problem to solve

I cant see the quality of the audio...... so:

Proposed solution

i ask to the developer of Tidal to know if it is possible to return the quality of the audio. https://github.com/tehkillerbee/mopidy-tidal/issues/141#issue-1881133060

I also think that, maybe, if it is not possible to get that value from Tidal, maybe it is possible to get from the operative system? I mean, in raspberry pi i get it like this:

cat /proc/asound/IQaudIODAC/pcm0p/sub0/hw_params 
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 441
buffer_size: 8820

so... maybe there is a way to get this values without the tidal extension. It will be nice to know the quality of what im listening.

Thanks.

Additional info

No response

kingosticks commented 1 year ago

We don't expose much of this information in Mopidy so it might be hard for Iris to get the data. However, I think we have a Mopidy enhancement issue to improve this. If you can find it, and it's relevant, feel free to comment how it'd be useful in this context and help flesh out what the API should look like. If Mopidy core can provide the info then individual extensions don't need to.

9acca9 commented 1 year ago

ok, i will ask there, thanks!