Code

Imported ncmpc (mpc-ncures).
[ncmpc.git] / README
1 mpc-ncurses is a ncurses client for MPD, the Music Player Daemon.  
2 The client connects to a MPD running on a machine on the local network.
3 By default,  mpc-ncurses  connects  to  localhost:2100.   This  can  be
4 changed  either  at  compile-time,  or  by  exporting  the MPD_HOST and
5 MPD_PORT environment variables, or by the command line  options  --host
6 and --port.
8         $ mpc-ncurses --host=musicserver --port=44000
11 Note!
12 If your are connecting to a MPD server with a version newer than 0.9.x 
13 and you dont use utf-8 as your  charset set the CHARSET enviroment variable.
15         $ export CHARSET=ISO_8859-1
19 Read more about MPD on http://www.musicpd.org
20 Read more about mpc-ncurses on http://hem.bredband.net/kaw/apps/mpc-ncurses