https://github.com/MusicPlayerDaemon/mpc
Command-line client for MPD
https://github.com/MusicPlayerDaemon/mpc
Last synced: 10 months ago
JSON representation
Command-line client for MPD
- Host: GitHub
- URL: https://github.com/MusicPlayerDaemon/mpc
- Owner: MusicPlayerDaemon
- License: gpl-2.0
- Created: 2017-03-10T20:25:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T19:46:13.000Z (about 1 year ago)
- Last Synced: 2025-04-12T15:57:43.463Z (11 months ago)
- Language: C
- Size: 760 KB
- Stars: 196
- Watchers: 10
- Forks: 37
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-linux-customization - **mpc** - Client for `mpd`, responsible for telling lemonbar about the currently playing media. (Music Player)
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 `__