MusicPlayerDaemon / mpc

Command-line client for MPD
GNU General Public License v2.0
191 stars 36 forks source link

mpc

mpc is a command-line client for the Music Player Daemon <http://www.musicpd.org/>__.

Installing mpc from source

You need:

Run meson:

meson . output

Compile and install::

ninja -C output ninja -C output install

Using mpc

Read mpc's manual page for usage instructions.

Bash-completion

If you want to be able to tab-complete the commands for mpc, you can copy the contents of mpc-bashrc to your own ~/.bashrc.

Links