Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS. Updated and somewhat fixed fork.
Go to file
Andrew Karpow 2513d26eec add readme for github 2014-01-17 20:04:19 +01:00
cmake update find libwebsocket cmake module 2013-11-09 00:34:06 +01:00
contrib removed init-config, changed default webport to 80 2014-01-17 19:03:15 +01:00
htdocs add BSD-2 License, release is immenent 2014-01-17 19:44:07 +01:00
src add BSD-2 License, release is immenent 2014-01-17 19:44:07 +01:00
CMakeLists.txt changed Version to 1.0.0 2014-01-17 19:44:13 +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