Code

implement the "lyrics-timeout" config option
[ncmpc.git] / doc / ncmpc.1
index 4cd54d16b195eb017b35ce2150093a7d49b4e3e8..24c0007f7dd18d8c6d2f1ffade8a41f2e68c09d9 100644 (file)
@@ -35,6 +35,12 @@ Enable colors.
 .TP 
 .B \-C,  \-\-no\-colors
 Disable colors.
+.TP
+.B \-m,  \-\-mouse
+Enable mouse.
+.TP
+.B \-M,  \-\-no\-mouse
+Disable mouse.
 .TP 
 .B \-e,  \-\-exit
 Exit on connection errors. The default is to reconnect.
@@ -54,9 +60,6 @@ Read configuration from 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. 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.
@@ -116,7 +119,7 @@ Default crossfade time in seconds
 Seek forward/backward by NUM seconds.
 .TP 
 .B lyrics\-timeout = NUM
-Quits downloading lyrics of a song after the timeout of NUM seconds is reached.
+Quits downloading lyrics of a song after the timeout of NUM seconds is reached, if NUM is greater than zero.
 .TP
 .B jump\-prefix\-only = yes|no
 When using the jump command, search for the prefix of an entry. That means typing "m" will start to the first entry which begins with "m".
@@ -124,6 +127,9 @@ When using the jump command, search for the prefix of an entry. That means typin
 .B lyrics\-autosave = yes|no
 Automatically save lyrics after receiving them.
 .TP
+.B lyrics\-show\-plugin = yes|no
+Show the name of the plugin used to receive lyrics on the lyrics screen.
+.TP
 .B second-column = yes|no
 Display song length in a second column.
 .SS Display
@@ -196,6 +202,12 @@ Set the text color in the main area of ncmpc.
 .B color list\-bold = COLOR[,ATTRIBUTE]...
 Set the bold text color in the main area of ncmpc.
 .TP 
+.B color browser-directory = COLOR[,ATTRIBUTE]...
+Set the text color used to display directories in the browser window.
+.TP 
+.B color browser-playlist = COLOR[,ATTRIBUTE]...
+Set the text color used to display playlists in the browser window.
+.TP 
 .B color progressbar = COLOR[,ATTRIBUTE]...
 Set the color of the progress indicator.
 .TP