mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 22:15:29 +01:00
[GH-ISSUE #25] feature request: album cover #814
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#814
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kranzes on GitHub (Jun 16, 2022).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/25
It would be great if there was an option to have it fetch the appropriate album cover image from the internet and show it in the image box. Many Discord RPCs for music already do that.
@JakeStanger commented on GitHub (Jun 16, 2022):
Hey, do you have any examples of other RPC clients that do that? I'd be willing to pick them apart and see if I can do what they're doing if they are. It's something I'd love to be able to implement, but I'm yet to find a way to do it.
As far as I've been able to tell, you'd need to require a separate application per user, and you'd have to have a whole OAuth system to auth with discord's dev portal, and constantly add/remove assets to the app registration.
@Kranzes commented on GitHub (Jun 16, 2022):
https://github.com/NextFire/apple-music-discord-rpc
https://github.com/wxllow/applemusicrp
@JakeStanger commented on GitHub (Jun 16, 2022):
Interesting, thanks! From a quick glance it looks like you can pass the image file contents itself, which I had absolutely no idea about.
I'll have a crack at this later and see what I can do.
EDIT Not the image contents, literally any image URL directly!
@JakeStanger commented on GitHub (Jun 16, 2022):
Done! And if you add MusicBrainz tags to your tracks (using Picard or similar) it should be super fast/reliable.