MusicPlayerDaemon / mpdscribble

a MPD client which submits information about tracks being played to a scrobbler (e.g. last.fm)
GNU General Public License v2.0
114 stars 15 forks source link

Does mpdscribble support the Last.fm 2.0 API? #9

Closed garaud closed 5 years ago

garaud commented 5 years ago

Hi, I have used mpdscribble for several years. I scrobble to Last.fm.

Last.fm changes the version of their API which is not backward compatible. See:

I just updated my /etc/mpdscibble.conf file with the new URL http://ws.audioscrobbler.com/2.0/ and I have HTTP 400 Bad Request error. Maybe I miss something.

Moreover, it's not clear to me how can I debug this. I don't how I can find the HTTP request send to the Last.fm API. I'll take a look to the source code.

Thanks, Damien

garaud commented 5 years ago

I drop mpdscribble to another program which is compatible with the last.fm API.

I use https://github.com/hawx/mpd-scrobbler/

Let's reopen the issue if someone want to implement this in mpdscribble.

MaxKellermann commented 5 years ago

Oh, yet another scrobbler! I wish people would improve existing projects instead of starting new ones from scratch.