No description
Find a file
2020-11-03 11:48:06 -05:00
.github create release github action 2020-11-02 19:01:46 -05:00
src tweak wording 2020-11-03 09:40:37 -05:00
.gitignore initial commit 2020-10-21 12:53:01 -04:00
Cargo.lock bump dependencies 2020-11-03 11:48:06 -05:00
Cargo.toml bump dependencies 2020-11-03 11:48:06 -05:00
CHANGELOG.md add changelog for v0.1.0 2020-11-02 19:43:26 -05:00
Configuration.md tweak wording 2020-11-03 11:35:28 -05:00
LICENSE Initial commit 2020-10-21 12:47:41 -04:00
mmtc.default.ron add QueueCurrent condition and update defaults 2020-11-03 08:11:41 -05:00
README.md add configuration instructions 2020-11-03 11:28:42 -05:00
rustfmt.toml initial commit 2020-10-21 12:53:01 -04:00

mmtc

release version dependencies license ci

Minimal mpd terminal client

Installation

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.

cargo +nightly install mmtc

Building from source

This requires the nightly toolchain of Rust.

cargo +nightly build --release

Usage

mmtc [OPTIONS]

FLAGS

-h, --help       Prints help information
-V, --version    Prints version information

OPTIONS

    --address <address>          Specify the address of the mpd server
-c, --config <config>            Specify the config file
    --cycle <cycle>              Cycle through the queue
    --jump-lines <jump-lines>    The number of lines to jump
    --seek-secs <seek-secs>      The time to seek in seconds
    --ups <ups>                  The amount of status updates per second

Key bindings

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
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

Configuration

See Configuration.md

Changelog

See CHANGELOG.md