A web client for MPD
Go to file
Sijmen feb8f131a1
Update README
2023-04-27 16:40:41 +02:00
screenshots Add README 2023-04-27 16:14:48 +02:00
src Add button to clear queue 2023-04-27 16:14:46 +02:00
static Add vendor licenses 2023-04-27 16:25:38 +02:00
templates Add button to clear queue 2023-04-27 16:14:46 +02:00
.gitignore Add vendor licenses 2023-04-27 16:25:38 +02:00
Cargo.lock Infer mimetype from album art buffer 2023-04-27 16:14:19 +02:00
Cargo.toml Infer mimetype from album art buffer 2023-04-27 16:14:19 +02:00
LICENSE.md Add license 2023-04-27 16:14:50 +02:00
README.md Update README 2023-04-27 16:40:41 +02:00

README.md

Empede

A web client for MPD.

Screenshot

Running

Linux

  1. Download and extract the latest release
  2. Run ./empede (To specify a host and port, run MPD_HOST=ip MPD_PORT=6600 ./empede)
  3. Go to http://localhost:8080

Building from source

  1. Make sure Rust is installed (https://rustup.rs/)
  2. Run cargo run (To specify a host and port, run MPD_HOST=ip MPD_PORT=6600 cargo run)
  3. Go to http://localhost:8080