-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Bug] TIDAL Presence shows wrong album. #17
Comments
Thanks for the bug report. Unfortunately the TIDAL desktop app only reports the song title and artist, but not the album from which it is playing the song: (nullopt meaning there is no data) The proper way to fix that is to contact TIDAL support and ask them kindly to report the album name as well, which is something others have done before with e.g. Spotify, see playerctl for instance: letter-to-spotify-support.md I could setup a generic message that is similar to the one I linked with the technical details that I, you and perhaps others could send to TIDAL support to raise awareness of the issue. There is however a semi-solution, which involves getting the album image from the local media player (instead of the TIDAL API, which is how I do it at the moment), which would then show the correct album cover (but not the correct album name). That way the status would at least appear a bit more correct. This is something I will be working on soon. |
Thank you for this response. If you'd like to contact TIDAL support yourself, here's a link to submit a request with them: Submit a request |
I have reported this issue with the following text (I have added a preamble in case you want to report it too): Message to TIDAL Support
Screenshots: I'll close this issue, as this is not an issue with Music Presence anymore. |
I think it's unnecessary for me and other users to send this letter yet, as TIDAL support should still read your request and email you back, but thank you anyway. |
Contacted support and got forwarded here: |
I reported the issue with the Chromium project: https://issues.chromium.org/issues/349310439 |
Is there an existing issue for this?
Describe the bug
Sometimes, Music Presence shows a different album from what I'm listening to.
Reproduction Steps
Expected behavior
Show the album I'm actually listening to.
Screenshots
Device Info
Additional context
Happens extremely often with live albums. (shows the studio album the song came from instead.)
The text was updated successfully, but these errors were encountered: