-
-
Notifications
You must be signed in to change notification settings - Fork 3
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] Deezer does not show album title when hovering the cover #49
Comments
(I assume you're on Windows) That is because Deezer does not report any album title:
You can verify this yourself using this little program (which generated the above output): https://github.com/ungive/media-session-dump/releases. It gets its information from the same source as Music Presence. You should report this issue to Deezer. Deezer basically reports nothing useful to Windows (using "SystemMediaTransportControls"/"SMTC" via WinRT APIs) except the song title, artist and whether it's playing or not. The rest of the values are basically not set. What I could do is use the Deezer API to guess the album name. That is what I do with TIDAL, which also doesn't report the album name on Windows. This wouldn't show the correct album in some cases though. Is that something you'd welcome as an addition? |
Thanks for the quick reply. Yes, I'm on Windows 10 Pro currently using the Deezer desktop app and would like to be able to see the album title either when hovering or clicking on it. Even better would be a direct link to the album page in Deezer, but that may be impossible or too much work. 😉 Usually I don't use the Deezer desktop app, as it does not provide gapless playback like their web player, but as far as I have understood the FAQs, web players of streaming services are not supportable by your app? |
If it isn't too much work I'll add it with the next update, otherwise the update after that!
Technically Music Presence detects media from your browser as well and it would be possible to show it in your status. The problem is that there's no way to differentiate which website that media is coming from, so I can't reliably determine if it's e.g. music from Deezer that you wanna show in your status or e.g. a learning video from the university you're studying at which you definitely don't want to share in your status. I have started working on a browser extension a few months ago which I'll pick up on at some point again when I find the time and it becomes a higher priority than other features I am working on. More info in issue #5. |
Fixed in version 2.2.4
|
Yes, the question mark is most likely caused by #52 There's a Discord bug that has been there for months where you can't see buttons in your status when you're looking at your own profile on your account. Ask a friend or use a second account to check if you can see the buttons, or maybe check on your phone. There should be a "Listen to this song" button whenever you see the progress bar. There is no mobile version yet, but maybe in the future. This is difficult though because on mobile you can't use Discord RPC or the Discord Game SDK because of technical limitations on that platform. You'd have to either use the Discord API which is against Discord ToS last time I checked (called self-botting) or you'd have to connect a Music Presence mobile app to the desktop version, then send the song info from your phone to the Desktop and show that in your status. That's pretty impractical though. The better solution would be to partner with Discord at some point, but that's probably out of reach for now. Something like Spotify x Discord, but instead Music Presence x Discord, if that makes sense. That could allow Music Presence to show a Discord status even when Discord is not running on the same device as Music Presence. Would be awesome. But I bet there might be legal caveats, the music industry is complicated. Right now there are no plans for a mobile app because of this complication, no. |
Thanks again for your replies. Did not know about that Discord bug that will not show buttons and links on your own profile, I will ask someone on my main servers. By the way, do you know the inofficial Last.fm server? They have a #help-api-tools channel where Music Presence is discussed as well: https://discord.gg/zJpPfV3h |
I'll be sure to check it out! You and your friends are welcome to join our Discord too btw! https://discord.com/invite/7rc8dWD4ug My goal is to reach 1000 members to be able to add Music Presence to Discord's server discovery, which will be a big step towards getting the word out for Music Presence. |
I'm afraid there is no way to get that information, as far as I am aware
If you find a way let me know! |
Thank you for checking. The currently used audio quality is only shown as a grey sticker in the lower left corner of the album artwork in the play queue, nowhere else in the Deezer desktop app. So I thought this info would be available somewhere in their API. I guess you use a free account which only delivers standard audio quality (SQ=128kbps MP3) which is not shown on the album artwork (only HiFi or HQ), so that might be the reason why you cannot find it in the API either. And the name of the Flow mix is always "Flow", it doesn't change, so mentioning it in your app would be a bonus, as Deezer users would know then that I am playing this special Deezer mix. |
When I checked the flow endpoint it only reported songs that finished playing, not the current ones. So there's no way of telling if the current song is playing from a Flow or not. One could guess, by checking if the last song in the flow is not more than e.g. 10 minutes ago, but that would be a hack imo.
The flow endpoint's results are not documented anywhere, so you might be right, but I have no way of testing it because I'm on a free plan. It's probably a long shot anyway though, the info the API reports is pretty basic from what I've seen so far.
I don't know of a way to detect that either, sorry. |
Is there an existing issue for this?
Describe the bug
There is no popup info for the shown album when I hover or click on the cover in my Discord profile, only for the track and artist. Not sure if this is specific to the Deezer desktop app or maybe with all other media players as well.
Reproduction Steps
Expected behavior
A popup with the album title when hovering or clicking on the artwork.
Screenshots
Additional context
Also the duration of the track is not shown as a progress bar like in the example screenshot, but only the played time, not the total time as well.
Is it correct that the app will neither work with the Discord browser interface nor the Deezer web player, but only with their desktop apps?
The text was updated successfully, but these errors were encountered: