Code

Added initial i18n support
[ncmpc.git] / README
1 ncmpc is a ncurses client for MPD, the Music Player Daemon with an
2 interface is inspired by cplay (by Ulf Betlehem).  
4 The client connects to a MPD running on a machine on the local network.
5 By default,  ncmpc  connects  to  localhost:6600.   This  can  be
6 changed  either  at  compile-time,  or  by  exporting  the MPD_HOST and
7 MPD_PORT environment variables, or by the command line  options  --host
8 and --port.
10         $ ncmpc --host=musicserver --port=44000
13 Read more about MPD on http://www.musicpd.org