Package Exports
- mpc-control
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mpc-control) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mpc-control
An interactive controller for mpc (which is itself a controller for mpd (music player daemon)).
Installation
sudo npm install -g mpc-controlUsage
Run the client with
mpc-controlThis 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