lazykern / mprisence

A Discord Rich Presence client for MPRIS-compatible media players with support for album art.
MIT License
18 stars 0 forks source link

Pick cover art from local metadata #34

Open GLPG35 opened 2 weeks ago

GLPG35 commented 2 weeks ago

Is there a way to pick the cover art from the metadata on the file itself? All of my music is locally and each album has it's cover art in the same folder. Is there a way to use those images for the cover art or there are issues with Discord?

lazykern commented 2 weeks ago

Hi, may I know what music player you are using? Have you set the ImgBB API key yet?

The program will try to read the cover art from the song's metadata, if it doesn't exist, it will try to find the cover art file (if it knows the path to the song). See https://github.com/lazykern/mprisence/blob/main/config%2Fexample.toml#L74-L76