Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MusicPlayerDaemon/mpc
Command-line client for MPD
https://github.com/MusicPlayerDaemon/mpc
Last synced: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T15:33:41.000Z (5 months ago)
- Last Synced: 2024-07-02T21:42:36.264Z (4 months ago)
- Language: C
- Size: 749 KB
- Stars: 183
- Watchers: 12
- Forks: 35
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- 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 installUsing 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 `__