2023-04-27 14:07:48 +00:00
|
|
|
# Empede
|
|
|
|
**A web client for MPD.**
|
|
|
|
|
|
|
|
![Screenshot](screenshots/screenshot.webp)
|
|
|
|
|
|
|
|
## Running
|
2023-04-27 14:37:54 +00:00
|
|
|
### Linux
|
2023-04-27 14:40:41 +00:00
|
|
|
1. Download and extract the [latest release](https://git.sijman.nl/_/empede/releases)
|
2023-04-27 14:37:54 +00:00
|
|
|
2. Run `./empede` (To specify a host and port, run `MPD_HOST=ip MPD_PORT=6600 ./empede`)
|
|
|
|
3. Go to http://localhost:8080
|
|
|
|
|
2023-04-27 14:07:48 +00:00
|
|
|
### 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
|