vlc-rpc / vlc-discord-rpc

Display what you're watching on VLC media player as your Discord status with this Node.js application.
MIT License
43 stars 14 forks source link

Show album art using CoverArtArchive API #37

Closed BeaVix closed 1 month ago

BeaVix commented 2 months ago

Retrieves the album cover of songs by querying MusicBrainz and using the CoverArtArchive API.

Only works if the album and cover exist on the MusicBrainz database, otherwise just shows the default icon. Does not query if spotify album art is enabled.

Adds dependency: fast-xml-parser 4.4.1 or greater (for parsing musicbrainz response)