mpc-control
Version:
An interactive shell controller for MPC
43 lines (27 loc) • 576 B
Markdown
# mpc-control
An interactive controller for mpc (which is itself a controller for mpd (music player daemon)).
## Installation
```
sudo npm install -g mpc-control
```
## Usage
Run the client with
```
mpc-control
```
This starts an interactive shell.
There are now a number of shortcut keys available to easily handle your mpc player!
### Play & Stop
- p: mpc play
- s: mpc stop
- space: toggle pause / play
### Volume
- arrow-up: mpc volume +1
- arrow-down: mpc volume -1
### Playlist
- 1: mpc play 1
- 2: mpc play 2
- ...
- 9: mpc play 9
### Quit Client
ctrl+c