ncmpc ===== ncmpc is a curses client for the `Music Player Daemon `__. How to compile and install ncmpc -------------------------------- You need: - a C99 compliant compiler (e.g. gcc) - libmpdclient 2.9 - `GLib 2.30 `__ - `ncurses `__ - `Meson 0.37 `__ and `Ninja `__ Run ``meson``: meson . output Compile and install:: ninja -C output ninja -C output install Usage ----- ncmpc connects to a MPD running on a machine on the local network. By default, ncmpc connects to localhost:6600. This can be changed either at compile-time, or by exporting the MPD_HOST and MPD_PORT environment variables, or by the command line options ``--host`` and ``--port``:: ncmpc --host=musicserver --port=44000 For more information please view ncmpc's manual page. Links ----- - `Home page and download `__ - `git repository `__ - `Bug tracker `__ - `Forum `__