Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS.
Self-host this app for $0.99/mo only!
Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS

cd /path/to/src; mkdir build; cd buildcmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usrmakesudo make install or just run with ./ympdUsage: ./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.
Simple, open source platform that lets you broadcast stream…
Simple personal server to serve audio files from directorie…
Web Client for Mopidy Music Server.
Comments (0)
Please login to join the discussion on this project.