Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS. Updated and somewhat fixed fork.
Go to file
Andrew Karpow f0c1317d57 fix settings modal hiding on keypress 2014-02-04 18:58:05 +01:00
cmake update find libwebsocket cmake module 2013-11-09 00:34:06 +01:00
contrib add systemd service file 2014-01-21 16:01:24 -05:00
htdocs fix settings modal hiding on keypress 2014-02-04 18:58:05 +01:00
src add settings modal dialog 2014-02-04 17:58:10 +01:00
CMakeLists.txt add settings modal dialog 2014-02-04 17:58:10 +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