mpc-control
TypeScript icon, indicating that this package has built-in type declarations

1.2.9 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i mpc-control

    Weekly Downloads

    15

    Version

    1.2.9

    License

    MIT

    Last publish

    Collaborators

    • bersling