Just wondering now that tc3 is here whether its time for another look at mpd?
There seems to be quite a bit of interest in music players, and the arrival of mpd in the repos was clearly well received, with maybe a few mpd clients in the pipeline.
there seem to be a few recurring issues though, some easily dealt with.
the auto starting of mpd with a default config seems to be more of a hindrance than help, (most seem to have to kill it and restart) given mpd's wide variability of configs, so one config never fits all. Maybe forget the startup script and just put hints in tthe info file?
Like many others I had alsa problems, whereas OSS "just worked" - the alsa stuff it dragged in seemed to stop OSS working when I restarted mpd (to pick up a custom config file) from bootlocal, but not when i moved the restart to the .X.d dir? WTF? - maybe an OSS-only version would be good? (and a lot leaner)
At any rate the libao2 dependency is now redundant since with the new recursive dependency resolution liba0 is pulled in by the vorbis-tools dependency, so a recompile under libao should fix this, no? or do I misunderstand the situation?
I must say that the mpd modules creator, Davor Serfez, did a great job of documenting his build on his own site (serfez.net) which was a huge help in understanding not only the process of compiling mpd, but extension building in general.
Anyway I would be interested in other opinions on those two changes and possible alternative version.