aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-19 13:26:18 +0000
committerKalle Wallin <kaw@linux.se>2004-03-19 13:26:18 +0000
commita0592c8cc08b802f86061c88dc6862352b6c3e94 (patch)
treefeda87ba55a404023e62b8d744e2667dccebdc95 /README
downloadmpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.tar.gz
mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.tar.xz
mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.zip
Imported ncmpc (mpc-ncures).
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@292 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..f2deb5920
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+mpc-ncurses is a ncurses client for MPD, the Music Player Daemon.
+The client connects to a MPD running on a machine on the local network.
+By default, mpc-ncurses connects to localhost:2100. 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.
+
+ $ mpc-ncurses --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.
+
+ $ export CHARSET=ISO_8859-1
+
+
+
+Read more about MPD on http://www.musicpd.org
+Read more about mpc-ncurses on http://hem.bredband.net/kaw/apps/mpc-ncurses
+
+
+
+
+
+
+
+
+