507 B
507 B
Empede
A web client for MPD.
Running
Linux
- Download and extract the latest release
- Run
./empede
(To specify a host and port, runMPD_HOST=ip MPD_PORT=6600 ./empede
) - Go to http://localhost:8080
Building from source
- Make sure Rust is installed (https://rustup.rs/)
- Run
cargo run
(To specify a host and port, runMPD_HOST=ip MPD_PORT=6600 cargo run
) - Go to http://localhost:8080