aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ncmpc.1
blob: 59f391e59ca50a0b0c318002694754adab500fae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH "mpc-ncurses" "1" "0.10.0" "Kalle Wallin" ""
.SH "NAME"
ncmpc \- ncurses MPD client.
.SH "SYNOPSIS"
.B ncmpc
[options]
.SH "DESCRIPTION"
ncmpc is  a client for MPD, the Music Player Daemon. 
ncmpc 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

.SH "OPTIONS"
.TP 
.B \-?, \-\-help
Display help.
.TP 
.B \-V,  \-\-version
Display version information.
.TP 
.B \-k,  \-\-keys
Display key bindings.
.TP 
.B \-e,  \-\-exit
Exit on connection errors. The default way is to reconnect.
.TP 
.B \-h, \-\-host=HOSTNAME
Specify MPD host.
.TP 
.B \-p, \-\-port=PORT
Connect to server on PORT.
.TP 
Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
.SH "KEYS"
Since ncmpc is under development key bindings may change. 
View current ncmpc key bindings in the help screen or by running:

$ ncmpc \-\-keys
  
.SH "SEE ALSO"
mpc(1), MPD(1)