Skip to content
/ mpd_web Public
forked from makevoid/mpd_web

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

Notifications You must be signed in to change notification settings

p/mpd_web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

other software

Ruby:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.6%
  • JavaScript 16.7%
  • CoffeeScript 11.1%
  • Haml 10.7%
  • CSS 6.1%
  • Sass 5.8%