mpdsonic
is a Subsonic compatible music streaming server that uses MPD as a library backend.
- Artists/Albums browsing by ID3 tags
- Playlists management
- Supports MPD libraries over local FS and HTTP(S)
mpdsonic
has been tested to work with DSub in "Browse by Tags" mode.
$ export MPDSONIC_USERNAME=user
$ export MPDSONIC_PASSWORD=password
$ export MPDSONIC_MPD_PASSWORD=mpd-password # optional
$ mpdsonic -a 0.0.0.0:3000 --mpd-address 127.0.0.1:6600 --mpd-library /music
Licensed under MIT license