Skip to content

jborme/mpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.9
  • Meson 0.37 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

About

Command-line client for MPD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.5%
  • Shell 3.1%
  • Meson 1.8%
  • Python 1.4%
  • C++ 1.2%