A web client for MPD
Go to file
Sijmen f78bc38eea
Add license
2023-04-27 16:14:50 +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 button to clear queue 2023-04-27 16:14:46 +02:00
templates Add button to clear queue 2023-04-27 16:14:46 +02:00
.gitignore Initial commit 2023-04-25 03:34:04 +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 Add README 2023-04-27 16:14:48 +02:00

README.md

Empede

A web client for MPD.

Screenshot

Running

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