2 releases
0.2.0 | Sep 26, 2022 |
---|---|
0.2.0-beta | Jul 14, 2022 |
0.1.10 |
|
0.1.9 |
|
0.1.8 |
|
#841 in Audio
21KB
405 lines
Mprs
MPD client written in rust
Usage: mprs.
commands
argument | description |
---|---|
no args | show stats of current song |
play | play the current song |
pause | pause the current song |
stop | stop the current song |
next | play the next song |
prev | pause the previous song |
help | shows this help menu |
kill | kill mpd server |
--host='HOST' | host of mpd server |
--port='PORT' | port of mpd server |
--silent or -q | silent output |
--version or -v | print the version |
--help or -h | print the help |
build
- compile
rustup run nightly cargo build
- install
rustup run nightly cargo install
Dependencies
~3–13MB
~102K SLoC