hrkfdn / mpdas

MPD AudioScrobbler written in C++ using libcurl
http://50hz.ws/mpdas/
Other
123 stars 22 forks source link
audioscrobbler curl libmpdclient mpd

mpdas

Build Status

mpdas is a MPD AudioScrobbler client supporting the 2.0 protocol specs.

It is written in C++ and uses libmpdclient to retrieve the song data from MPD and libcurl to post it to Last.fm

Features

Configuration

NOTE: There is a manpage available as well: man mpdas

To configure mpdas, simply create a file called .mpdasrc in your home directory or in $PREFIX/mpdasrc. To change $PREFIX, modify the Makefile.

Syntax is easy. Example:

username = lastfmuser
password = password

NOTE: In the past the password had to be an MD5 hash. As of v0.4.3 this has changed due to Last.fm deprecating the previous authentication method. Please supply the password in plain-text from now on.

Configuration options