blob: 752a0f639e3fba410d4030b95ab404ad06cb7f13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
ncmpc 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, ncmpc 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.
$ ncmpc --host=musicserver --port=44000
Read more about MPD on http://www.musicpd.org
|