rbackhouse / MaximumMPD

React Native based MPD Client for iOS and Android
MIT License
45 stars 4 forks source link

Web radio: try display album art for playing stream #98

Open macmpi opened 1 year ago

macmpi commented 1 year ago

Now we have track name, can we try to pull album art (or radio station logo if missing) as best effort ?

I found a pretty simple mpd-friendly implementation using Deezer service API in a simple script https://github.com/sdushantha/kunst/blob/master/kunst#L122-L131 Maybe this could be reused in some way...

roon & runeaudio also have alternative methods. There might be many others... not sure what is best/most appropriate and free access.