git clone https://@opensourceprojects.eu/git/p/mpdasupnp/code mpdasupnp-code



File Date Author Commit
.gitignore 2015-05-07 Henrik Henrik [5a05d5] Merge pull request #19 from diogocp/upstream
LICENSE 2008-09-20 Henrik Friedrichsen Henrik Friedrichsen [05fa85] add docs. first release (0.1)
Makefile 2014-11-19 Henrik Friedrichsen Henrik Friedrichsen [4b2f62] migrate to libmpdclient + lots of refactoring
README 2015-01-20 Henrik Friedrichsen Henrik Friedrichsen [f153b8] Check client-to-client messages for "love"
TODO 2015-04-09 Henrik Friedrichsen Henrik Friedrichsen [231831] update TODO
audioscrobbler.cpp 2015-01-20 Henrik Friedrichsen Henrik Friedrichsen [f153b8] Check client-to-client messages for "love"
audioscrobbler.h 2015-01-20 Henrik Friedrichsen Henrik Friedrichsen [f153b8] Check client-to-client messages for "love"
cache.cpp 2014-11-19 Henrik Friedrichsen Henrik Friedrichsen [4b2f62] migrate to libmpdclient + lots of refactoring
cache.h 2014-11-19 Henrik Friedrichsen Henrik Friedrichsen [4b2f62] migrate to libmpdclient + lots of refactoring
config.cpp 2014-09-26 Henrik Friedrichsen Henrik Friedrichsen [be0e85] cleanups
config.h 2008-11-30 hrkfrd hrkfrd [20f023] implement debug setting
main.cpp 2014-11-18 Henrik Friedrichsen Henrik Friedrichsen [6a6642] fix type that would break setgid
md5.cpp 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++
md5.h 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++
mpd.cpp 2015-05-02 Henrik Henrik [70fa8a] Merge pull request #17 from diogocp/master
mpd.h 2014-11-19 Henrik Friedrichsen Henrik Friedrichsen [4b2f62] migrate to libmpdclient + lots of refactoring
mpdas.1 2013-06-02 Henrik Friedrichsen Henrik Friedrichsen [3e1333] Merge branch 'master' of github.com:hrkfdn/mpdas
mpdas.h 2014-12-27 Henrik Henrik [8900f5] Merge pull request #14 from shizeeg/master
mpdasrc.example 2008-11-30 hrkfrd hrkfrd [949910] include debug output in example config
utils.cpp 2014-09-26 Henrik Friedrichsen Henrik Friedrichsen [be0e85] cleanups
utils.h 2009-02-02 Henrik Friedrichsen Henrik Friedrichsen [d225cc] add timestr() prototype

Read Me

================================================
                     _           
 _ __ ___  _ __   __| | __ _ ___ 
| '_ ` _ \| '_ \ / _` |/ _` / __|
| | | | | | |_) | (_| | (_| \__ \
|_| |_| |_| .__/ \__,_|\__,_|___/
          |_| 
================================================

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

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

================================================

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 = 5f4dcc3b5aa765d61d8327deb882cf99

Whereas password is your Last.FM password hashed
with MD5.

Configuration options:

username:		Last.FM username
password:		Last.FM password (MD5 hashed)
host:			MPD Host
mpdpassword:		MPD Password
port:			MPD Port
runas:			Change the user mpdas runs as
debug:			Print debug information

================================================

Features:
- Sets now-playing status
- Scrobbling (obviously)
- Caching
- Config files
- User switching
- "Love" tracks on Last.fm
    (e.g. with 'mpc sendmessage mpdas love')

================================================

Also checkout LICENSE

================================================

Contact:
IRC: hrkfdn / irc.freenode.net
Jabber: henrik@affekt.org
WWW: http://www.50hz.ws

================================================