mop
an mpd reimplementation in D
Still very alpha - but I've started dogfooding it, so it should improve soon.
what's implemented
- ogg, flac and mp3 support playback support
- adding stuff from your library
- shuffling (that's slightly borked)
- works with
mpcsomewhat (but notncmpcppyet)
what needs to be added
- configuration
- serializing library
- performance tuning
- integration with other clients
usage
- clone repo
- update
mop.d:- set
rootvariable to music root directory - set
portvariable (6600 for regular use)
- set
- build it with
make