Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS.
Deploy this app to RackNerd for $0.99/mo only!
Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
cd /path/to/src; mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
make
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]
-d, --dirbletoken <apitoken> Dirble API token
-u, --user <username> drop priviliges to user after socket bind
-V, --version get version
--help this help
To run ympd with SSL support:
# openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 1000 -nodes
# cat key.pem cert.pem > ssl.pem
# ./ympd -w "ssl://8081:/path/to/ssl.pem"
2013-2014 andy@ndyk.de
Please login to review this project.
No reviews for this project yet.
Share music with your friends from Youtube and Soundcloud.
Music server with powerful playlist features and Subsonic c…
Minimalistic S3-backed audio library.
Comments (0)
Please login to join the discussion on this project.