descriptionA ncurses (command line) interface for MPD.
homepage URLhttp://www.musicpd.org/ncmpc.shtml
repository URLgit://git.musicpd.org/cirrus/ncmpc.git
ownermax@duempel.org
last changeSun, 5 Nov 2017 16:32:50 +0000 (5 17:32 +0100)
last refreshSun, 28 Jan 2018 12:15:03 +0000 (28 13:15 +0100)
content tags
add:
README.rst
ncmpc
=====

ncmpc is a curses client for the `Music Player Daemon
<http://www.musicpd.org/>`__.


How to compile and install ncmpc
--------------------------------

You need:

- a C99 compliant compiler (e.g. gcc)
- libmpdclient 2.9
- `GLib 2.30 <https://developer.gnome.org/glib/>`__
- `ncurses <https://www.gnu.org/software/ncurses/>`__
- `Meson 0.37 <http://mesonbuild.com/>`__ and `Ninja <https://ninja-build.org/>`__

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 <http://www.musicpd.org/clients/ncmpc/>`__
- `git repository <https://github.com/MusicPlayerDaemon/ncmpc/>`__
- `Bug tracker <https://github.com/MusicPlayerDaemon/ncmpc/issues>`__
- `Forum <http://forum.musicpd.org/>`__
shortlog
2017-11-05 Max Kellermannrelease v0.29masterv0.29
2017-11-05 Max Kellermannmeson.build: fallback libncurses detection without...
2017-11-05 Max Kellermannadd Meson option "lyrics_plugin_dir"
2017-11-05 Max Kellermannaconnect: remove bogus assertions
2017-10-17 Max Kellermannmpdclient: check source again after mpd_glib_leave()
2017-10-17 Max Kellermannincrement version number to 0.29
2017-09-21 Max Kellermannrelease v0.28v0.28
2017-09-21 Max Kellermannresolver: set the correct address size for local/abstra...
2017-09-21 Max Kellermannsignals: eliminate stdbool.h
2017-09-21 Max Kellermannsignals: add missing include
2017-09-21 Max Kellermannmeson.build: define _GNU_SOURCE for getaddrinfo() and...
2017-09-21 Max Kellermanndoc/ncmpc.1: update connection setup, add local socket
2017-09-21 Max Kellermanndoc/ncmpc.1: replace obsolete Mantis link
2017-09-21 Max Kellermannmpdclient: implement password for asynchronous connect
2017-09-07 Colin Bennermeson.build: Set ENABLE_COLORS
2017-09-05 Max ArnoldUpdate Russian translation
...
tags
6 years ago v0.29 release v0.29
6 years ago v0.28 release v0.28
7 years ago v0.27 release v0.27
7 years ago v0.26 release v0.26
7 years ago v0.25 release v0.25
9 years ago v0.24 release v0.24
9 years ago v0.23 release v0.23
9 years ago v0.22 release v0.22
11 years ago v0.21
12 years ago v0.20 release-
12 years ago v0.19 release-
13 years ago v0.18 release-
13 years ago v0.17 release-
14 years ago v0.16.1
14 years ago v0.16 release-
14 years ago v0.15
...
heads
6 years ago master
16 years ago svn/tradiaz
17 years ago svn/trunk