Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS. Updated and somewhat fixed fork.
Go to file
Andrew Karpow 79e38e7edd initial mongoose checkin 2014-03-08 12:30:48 +01:00
cmake initial mongoose checkin 2014-03-08 12:30:48 +01:00
contrib add systemd service file 2014-03-08 12:30:48 +01:00
htdocs initial mongoose checkin 2014-03-08 12:30:48 +01:00
src initial mongoose checkin 2014-03-08 12:30:48 +01:00
CMakeLists.txt initial mongoose checkin 2014-03-08 12:30:48 +01:00
LICENSE add BSD-2 License, release is immenent 2014-01-17 19:44:07 +01:00
README.md add readme for github 2014-01-17 20:04:19 +01:00
ympd.1 add manpage, jquery cookie plugin 2014-01-17 18:34:59 +01:00

README.md

ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS

http://www.ympd.org

Dependencies

Unix Build Instructions

  1. Install Dependencies, cmake, openssl and libmpdclient are available from all major distributions.
  2. create build directory cd /path/to/src; mkdir build; cd build
  3. create makefile cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
  4. build make
  5. install sudo make install or build debian package cpack -G DEB; sudo dpkg -i ympd*.deb

2013-2014 andy@ndyk.de