Code

Display stream names in the list window.
[ncmpc.git] / README
diff --git a/README b/README
index 7367b13f03390d14f10a5612cb14a46c91a7252b..9a618c97fbd50943ab8bbc08f370945625146937 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,8 @@
-ncmpc is a ncurses client for MPD, the Music Player Daemon.  
+ncmpc is a ncurses client for MPD, the Music Player Daemon with an
+interface is inspired by cplay (by Ulf Betlehem).  
+
 The client connects to a MPD running on a machine on the local network.
-By default,  ncmpc  connects  to  localhost:2100.   This  can  be
+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.
@@ -8,14 +10,10 @@ and --port.
        $ ncmpc --host=musicserver --port=44000
 
 
-Note!
-If your are connecting to a MPD server with a version newer than 0.9.x 
-and you dont use utf-8 as your  charset set the CHARSET enviroment variable.
+Read more about MPD on http://www.musicpd.org
 
-       $ export CHARSET=ISO_8859-1
 
 
-Read more about MPD on http://www.musicpd.org