An open API service indexing awesome lists of open source software.

https://github.com/makevoid/mpd_web

Mpd Web - GUI for commandline MPD player powered by Ruby and Sinatra
https://github.com/makevoid/mpd_web

Last synced: 10 months ago
JSON representation

Mpd Web - GUI for commandline MPD player powered by Ruby and Sinatra

Awesome Lists containing this project

README

          

# MpdWeb
## Control mpd via web GUI

### installation

git clone https://github.com/makevoid/mpd_web.git
cd mpd_web
bundle install


### launching

bundle exec thin start

go to http://localhost:9292


### installing mpd

ubuntu:

apt-get install mpd

osx:

brew install mpd

### configuring mpd

mpd --no-daemon -v config/mpd.conf
mpc update

### useful links

mpd configs

http://ubuntuforums.org/archive/index.php/t-71949.html
http://mpd.wikia.com/wiki/Configuration

man pages

http://linux.die.net/man/1/mpc