-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Seems Spotify moved the URL where the covers are being fetched from. The meta data shows it as open.spotify.com/image, but it returns an 404 causing the covers not to show.
A temp. fix could be changing scripts/imgurl.sh to:
#!/bin/bash
baseurl="https://i.scdn.co/image/"
imgurl=`dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Metadata' | egrep -A 1 "artUrl" | egrep -v "artUrl"| cut -b 75- | cut -d '"' -f 1`
echo $baseurl$imgurl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels