xwax remote control branch of ympd mpd client. Needs a that enables to receive commands by command line using xwax-client and OSC messages. Make sure xwax-client is installed in your path. Configure your mpd server to index your collection. Launch ./ympd. Point your browser to http://127.0.0.1:8080. Simply right click on a track, a modal window will pop-up. Choose which deck you'd like to load track.
====
Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
- libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/
- cmake 2.6: http://cmake.org/
- Install Dependencies, cmake and libmpdclient are available from all major distributions.
- create build directory
cd /path/to/src; mkdir build; cd build
- create makefile
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
- build
make
- install
sudo make install
or just run with./ympd
Usage: ./ympd [OPTION]...
-h, --host <host> connect to mpd at host [localhost]
-p, --port <port> connect to mpd at port [6600]
-w, --webport [ip:]<port> listen interface/port for webserver [8080]
-u, --user <username> drop priviliges to user after socket bind
-V, --version get version
--help this help
2013-2014 andy@ndyk.de