diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,6 @@ -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 changed either at compile-time, or by exporting the MPD_HOST and @@ -7,6 +9,7 @@ and --port. $ ncmpc --host=musicserver --port=44000 + Read more about MPD on http://www.musicpd.org @@ -18,3 +21,5 @@ Read more about MPD on http://www.musicpd.org + + |