git clone https://github.com/makevoid/mpd_web.git
cd mpd_web
bundle install
bundle exec thin start
go to http://localhost:9292
ubuntu:
apt-get install mpd
osx:
brew install mpd
mpd --no-daemon -v config/mpd.conf
mpc update
mpd configs
https://mpd.readthedocs.io/en/latest/protocol.html http://ubuntuforums.org/archive/index.php/t-71949.html http://mpd.wikia.com/wiki/Configuration
man pages
http://linux.die.net/man/1/mpc
Ruby: