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 2016-01-03 Henrik Friedrichsen Henrik Friedrichsen [59d49d] bump version to 0.4.1
README 2015-09-05 Henrik Henrik [6a314c] Merge pull request #24 from riggs-/patch-1
TODO 2016-04-04 Henrik Friedrichsen Henrik Friedrichsen [2e1994] update TODO
audioscrobbler.cpp 2015-09-04 Henrik Henrik [306c90] Merge pull request #23 from agjacome/master
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-12-03 Henrik Henrik [10a4b0] Merge pull request #28 from quite/fix-memory-leak
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 libmpdclient
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

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