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
- Host: GitHub
- URL: https://github.com/makevoid/mpd_web
- Owner: makevoid
- Created: 2012-02-18T18:33:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-12T18:25:00.000Z (about 14 years ago)
- Last Synced: 2025-03-25T06:02:46.573Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 570 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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