Skip to content

oligau/ympd-xwax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xwax remote control branch of ympd mpd client. Needs a patched version of xwax 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.

====

ympd

Build Status

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS

http://www.ympd.org

ScreenShot

Dependencies

Unix Build Instructions

  1. Install Dependencies, cmake 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 just run with ./ympd

Run flags

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

Copyright

2013-2014 andy@ndyk.de

About

xwax remote control branch of ympd mpd client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published