Geoxor / Amethyst

A cross-platform music player made with Typescript
https://amethyst-geoxor.vercel.app/
MIT License
160 stars 36 forks source link

Show album art instead of file type in Discord RPC #551

Closed okawaffles closed 1 year ago

okawaffles commented 1 year ago

Describe the idea you'd like for Amethyst to have I would like Amethyst to send album art to Discord's RPC instead of the file type, similar to how Spotify's status is shown.

Is your feature request related to a problem? Please describe. No.

Additional context Where the file-music-note icon is? image

LayreBoi commented 1 year ago

I don't think this will work for programs other than Spotify who has partnered with Discord. You can't simply upload an image into the Art Assets in Discord and use it in the RPC. The Art Assets are stored in the server with an image key, which programs have to use to display a picture in the RPC.

okawaffles commented 1 year ago

Ah I see. That makes sense.