tnychn / mpv-discord

🎈 A cross-platform Discord Rich Presence integration for mpv with no external dependencies.
MIT License
170 stars 13 forks source link

Set audio albumart as presence big image (undocumented Discord API) #32

Open alexbcberio opened 2 years ago

alexbcberio commented 2 years ago

Discord now allows setting custom images as big and small images by setting a URL instead of the name of the art asset.

This feature is not (at the time of opening the issue) documented on Discord's documentation page. There is a service that is using already this successfully PreMiD with websites as YouTube, YouTube Music and Netflix see Tweet.

This would require uploading the image to a server, as it has to be reachable over http (and probably https). And then setting the URL of the uploaded image as the bigImage.

tnychn commented 2 years ago

Cool! Perhaps mpv-discord can use this feature to show thumbnails of remote video streams e.g. YouTube.