Minimal mpd terminal client that aims to be simple yet highly configurable
The latest precompiled binaries are available on github.
Alternatively you can install mmtc from crates.io with cargo. This requires the nightly toolchain of Rust.
shell
cargo +nightly install mmtc
This requires the nightly toolchain of Rust.
shell
cargo +nightly build --release
mmtc [FLAGS] [OPTIONS]
flag | description -|- --cycle | Cycle through the queue --clear-query-on-play | Clear query on play -h, --help | Prints help information --no-clear-query-on-play | Don't clear query on play --no-cycle | Don't cycle through the queue -V, --version | Prints version information
option | description -|- --address \
| Specify the address of the mpd server -c, --config \Key | Action
-|-
q
| quit mmtc
r
| toggle repeat
R
| toggle random
s
| toggle single
S
| toggle oneshot
c
| toggle consume
p
| toggle pause
;
| stop
h
, Left
| seek backwards
l
, Right
| seek forwards
H
| previous song
L
| next song
Enter
| play selected song or quit searching mode if in searching mode
Space
| select current song or the first song in the queue
j
, Down
, ScrollDown
| go down in the queue
k
, Up
, ScrollUp
| go up in the queue
J
, PageDown
| jump down in the queue
K
, PageUp
| jump up in the queue
/
| enter searching mode
Escape
| quit searching mode and empty query
See [Configuration.md]
See [CHANGELOG.md]