/usr/share/doc/ncmpc/README is in ncmpc 0.17-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | Overview
------------------------------------------------------------------------------
ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to
a MPD running on a machine on the local network, and controls this with an
interface inspired by cplay.
Music Player Daemon (MPD) allows remote access for playing music (MP3,
Ogg Vorbis, FLAC, AAC, and wave files) and managing playlists. MPD is
designed for integrating a computer into a stereo system that provides
control for music playback over a local network. Read more at musicpd.org
How to compile and install ncmpc
-------------------------------------------------------------------------------
See the INSTALL file.
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.
Web Page, Forums and Bug Reports
-------------------------------------------------------------------------------
Home page and download:
http://mpd.wikia.com/wiki/Client:ncmpc
MPD's home page:
http://www.musicpd.org/
Bug tracker:
http://www.musicpd.org/mantis/
Forum:
http://www.musicpd.org/forum
|