Code

documentation for the new "bell-on-wrap" option
[ncmpc.git] / doc / ncmpc.1
index f87caa4a4294712159f89624689f7103727247bd..f7592ce99cdc306ced7079ae2158b77865b8f98e 100644 (file)
@@ -51,12 +51,15 @@ Use password when connecting.
 .B \-f, \-\-config=FILE
 Read configuration from file.
 .TP 
-.B \-P, \-\-key\-file=FILE
+.B \-k, \-\-key\-file=FILE
 Read key bindings from FILE.
+.TP
+.B \-P, \-\-no\-splash=FILE
+Disable the splash screen.
 .TP 
 Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
 .SH "CONFIGURATION"
-When ncmpc start it tries to read user setting from the ~/.ncmpc/config file. If no user configuration is found ncmpc tries to load global settings from $SYSCONFDIR/ncmpc/config (the actual path is displayed on the help screen). An example configuration file (config.sample) should be provided with ncmpc.
+When ncmpc start it tries to read user setting from the ~/.ncmpc/config. If no user configuration is found ncmpc tries to load global settings from $SYSCONFDIR/ncmpc/config (the actual path is displayed on the help screen). An example configuration file (config.sample) should be provided with ncmpc.
 
 Base colors are: black, red, green, yellow, blue, magenta, cyan and white. 
 
@@ -80,13 +83,25 @@ Wrapped cursor movement.
 .TP 
 .B find\-wrap = yes|no
 Wrapped find mode.
+.TP
+.B bell\-on\-wrap = yes|no
+Ring bell when find wraps around.
 .TP 
 .B audible\-bell = yes|no
 Sound audible bell on alerts.
 .TP 
 .B visible\-bell = yes|no
 Visible bell on alerts.
-.TP 
+.TP
+.B crossfade\-time = CROSSFADE TIME
+Default crossfade time in Seconds
+.TP
+.B scroll = yes|no
+Scroll the title if it is too long for the screen.
+.TP
+.B scroll\-sep = STRING
+The separator to show at the end of the scrolling title.
+.TP
 .B seek\-time = NUM
 Seek forward/backward by NUM seconds.
 .TP 
@@ -95,16 +110,28 @@ The format used to display songs in the main window.
 .TP 
 .B status\-format = SONG FORMAT
 The format used to display songs on the status line.
+.TP
+.B host = HOST
+Connect to mpd running on specified host
+.TP
+.B port = PORT
+Connect to mpd on the specified port
 .TP 
 .B set\-xterm\-title = yes|no
 Change the XTerm title (ncmpc will not restore the title).
 .TP 
+.B lyrics\-timeout = NUM
+Quits downloading lyrics of a song after the timeout of NUM seconds is reached.
+.TP 
 .B xterm\-title\-format = SONG FORMAT
 The format used to for the xterm title when ncmpc is playing.
 .TP 
 .B enable\-colors = yes|no
 Enable/disable colors.
 .TP 
+.B show\-splash = yes|no
+Show/hide the splash screen.
+.TP 
 .B color background = COLOR
 Set the background color. If the background color is assigned to the keyword \fBnone\fR, ncmpc will not change the background color. Only the base colors are valid background colors.
 .TP 
@@ -171,5 +198,5 @@ Report bugs on http://www.musicpd.org/mantis/
 Since MPD uses UTF\-8, ncmpc needs to convert characters to the 
 charset used by the local system. If you get character conversion errors when your running ncmpc you probably need to set up your locale. This is done by setting any of the LC_CTYPE, LANG or LC_ALL enviroment variables (LC_CTYPE only affects character handling).
 
-.SH "SE ALSO"
+.SH "SEE ALSO"
 mpc(1), mpd(1), locale(5), locale(7)