dopamine icon indicating copy to clipboard operation
dopamine copied to clipboard

Suggestion for Album art to show in Discord Rich Presence

Open DippyFoxDerg opened this issue 3 years ago • 5 comments

How about an option for Discord Rich Presence to display the Album art of the Song you're currently listening to.

A visual to help explain what I mean: Discord Rich Presence if Show album cover is disabled Discord Rich Presence if Show album cover is enabled

DippyFoxDerg avatar Mar 13 '22 17:03 DippyFoxDerg

@DippyFoxDerg That's not possible unfortunately. The discord API doesn't allow sending images. The Dopamine icon that you see in Discord is an icon that is already uploaded to Discord in advance for the "Game" Dopamine. It is not sent to discord in real time.

digimezzo avatar Mar 17 '22 05:03 digimezzo

@digimezzo that is incorrect, the ImageKey properties in discord Activity as of late support third party image URLs. See: https://github.com/th-ch/youtube-music/pull/524

Dopamine would have to depend on the automatic album art fetching to get a host and/or have an automatic temporary image hosting solution

MulverineX avatar Mar 19 '22 21:03 MulverineX

@MulverineX Thanks for pointing that out. I wasn't aware of this. It's still not ideal, as the images need to be hosted somewhere. But as you pointed out, it could use an image url coming from lastfm or other album art source.

digimezzo avatar Mar 19 '22 23:03 digimezzo

It may also be possible to make it upload those images to some sites (like pastebin for images :D ) and send that link and/or let user set image url manually...

Blboun3 avatar Jun 21 '22 16:06 Blboun3

foobar2000 has a plugin which does this. It's a fork of the original plugin, but those scripts work quite well, having used them. Hope this provides some extra insight :)

TurtleP avatar Mar 17 '24 15:03 TurtleP