Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MusicPlayerDaemon/mpc

Command-line client for MPD
https://github.com/MusicPlayerDaemon/mpc

Last synced: about 2 months ago
JSON representation

Command-line client for MPD

Awesome Lists containing this project

README

        

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
-----

- `Home page and download `__
- `git repository `__
- `Bug tracker `__
- `Forum `__