• Stars
    star
    167
  • Rank 226,591 (Top 5 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Command-line client for MPD

mpc

mpc is a command-line client for the Music Player Daemon.

Installing mpc from source

You need:

  • a C99 compliant compiler (e.g. gcc)
  • libmpdclient 2.18
  • Meson 0.47 and Ninja

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