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



File Date Author Commit
LICENSE 2008-09-20 Henrik Friedrichsen Henrik Friedrichsen [05fa85] add docs. first release (0.1)
Makefile 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++
README 2008-09-20 Henrik Friedrichsen Henrik Friedrichsen [05fa85] add docs. first release (0.1)
audioscrobbler.cpp 2008-08-26 Henrik Friedrichsen Henrik Friedrichsen [252bd3] return failure indicator
audioscrobbler.h 2008-08-26 Henrik Friedrichsen Henrik Friedrichsen [e948ba] treat failures according to protocol
cache.cpp 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++
cache.h 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++
config.h 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [b6a1c0] enter your login data here
main.cpp 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++
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 2008-08-27 Henrik Friedrichsen Henrik Friedrichsen [92087a] fix a crash bug caused by an empty album string
mpd.h 2008-08-26 Henrik Friedrichsen Henrik Friedrichsen [fd9e29] save song data
mpdas.h 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++
utils.cpp 2008-08-27 Henrik Friedrichsen Henrik Friedrichsen [0e3871] pad hours with zero
utils.h 2008-08-25 Henrik Friedrichsen Henrik Friedrichsen [dfbc2b] first commit, rewrite in c++

Read Me

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

mpdas is a MPD AudioCcrobbler client
supporting the 1.2.1 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

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

Features:
- Sets now-playing status
- Scrobbling (obviously)
- Caching

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

How to use it:
So far there is no configurgation
system or install rule. To set the 
account data, modify the config.h 
accordingly.

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

Also checkout LICENSE

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

Contact:
IRC: hrkfrd / irc.rizon.net
Jabber: hrkfrd@googlemail.com
WWW: http://www.50hz.ws

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