12 releases
0.2.3 | Jan 5, 2024 |
---|---|
0.2.2 | Dec 26, 2023 |
0.2.0 | Jun 25, 2023 |
0.2.0-pre1 | May 16, 2023 |
0.1.13 | May 8, 2023 |
#289 in Audio
60 downloads per month
405KB
891 lines
Contains (WOFF font, 285KB) material-symbols-outlined.woff2
Empede
A web client for MPD.
Configuration
Empede is configured using environment variables:
Name | Default | Description |
---|---|---|
MPD_HOST | localhost | MPD server host |
MPD_PORT | 6600 | MPD server port |
MPD_PASSWORD | MPD server password | |
EMPEDE_BIND | 0.0.0.0:8080 | Address for Empede to bind to |
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
Windows
- Download and extract the latest release
- Run
.\empede.exe
in a PowerShell (To specify a host and port, first set the$env:MPD_HOST
and$env:MPD_PORT
variables) - 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
Dependencies
~22–34MB
~594K SLoC