-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix confusing quality log messages #163
Comments
This message refers to the fact that you requested HI_RES audio as the tidal quality but it was not listed/available in the metadata for that track. But now that we use the stream to get the quality, we should probably use that instead. The actual quality used for playback will always be listed in the following log message: "Starting playback of track:96830423, (quality:HI_RES, codec:MQA, 16bit/44100Hz)" FYI, if you want lossless quality, you should use HI_RES_LOSSLESS but maybe you prefer to use MQA instead? |
I have set HI_RES_LOSSLESS in mopidy.conf, but I believe the quality is defined by the specific playing track. |
Closing, as this issue does not exist when MQA has been removed. |
I was looking at the log and found these lines:
The first one states quality is LOSSLESS, the second reports quality as HI_RES...
Which one is right?
I checked with
tidalapi
and it reports HI_RES for this track.The text was updated successfully, but these errors were encountered: