Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS. Updated and somewhat fixed fork.
Go to file
Andrew Karpow 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl
add search support
add playlist support
various fixups
C Cleanup
2014-03-08 12:30:49 +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 replaces libwebsockets with mongoose, changed licese to gpl 2014-03-08 12:30:49 +01:00
src replaces libwebsockets with mongoose, changed licese to gpl 2014-03-08 12:30:49 +01:00
.drone.yml added drone.yml for ci build 2014-03-08 12:30:49 +01:00
CMakeLists.txt replaces libwebsockets with mongoose, changed licese to gpl 2014-03-08 12:30:49 +01:00
LICENSE replaces libwebsockets with mongoose, changed licese to gpl 2014-03-08 12:30:49 +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