ympd is a standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS https://github.com/notandy/ympd
v1.3.0 is from notandy repo : https://github.com/notandy/ympd
Others are from SuperBFG7 (master branch) : https://github.com/SuperBFG7/ympd
docker create \
--name=ympd \
-e MPD_SERVER=<adress> -e MPD_PORT=<port> \
-p 8080:8080 \
zenman94/ympd
-e MPD_SERVER - adress of MPD server (default: localhost)-e MPD_PORT - port of MPD server (default: 6600)Content type
Image
Digest
Size
3.2 MB
Last updated
over 4 years ago
docker pull zenman94/ympd