Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS. Updated and somewhat fixed fork.
Go to file
Andrew Karpow a4f9789a31 add libwebsockets include directory to global include path 2014-01-21 00:38:42 +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 removed debug stuff, unused variable 2014-01-19 02:11:37 +01:00
src responsive buttons 2014-01-19 02:08:56 +01:00
CMakeLists.txt add libwebsockets include directory to global include path 2014-01-21 00:38:42 +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