Hello,
i noticed that mpdscribble doesn’t scrobble tracks played by Spotify. Is there a way to do it yet?
Best regards
Das-Korn
Hello,
i noticed that mpdscribble doesn’t scrobble tracks played by Spotify. Is there a way to do it yet?
Best regards
Das-Korn
the thing is that spotify runs as an other service then mpd. MPD currently doesn’t know the status of spotify so mpdscribble doesn’t know what spotify does.
This is possible using spop plugin scrobble:
git clone git://github.com/Schnouki/spop.git
sudo apt-get install libsoup2.4-dev
cd spop
./build_and_run -fv
cd build
sudo mv libspop_plugin_scrobble.so /usr/lib
sudo nano /etc/spopd.conf
Add following lines:
plugins = scrobble
[scrobble]
api_endpoint = http://post.audioscrobbler.com:80/
username = ADD_YOUR_USERNAME
password = ADD_YOUR_PASSWORD