Code

implement the "lyrics-timeout" config option
[ncmpc.git] / doc / ncmpc.1
index 7fcc1d720dea795d6b8a35974ccb7fee30574514..24c0007f7dd18d8c6d2f1ffade8a41f2e68c09d9 100644 (file)
@@ -60,9 +60,6 @@ Read configuration from file.
 .B \-k, \-\-key\-file=FILE
 Read key bindings from FILE.
 .TP
-.B \-S, \-\-no\-splash
-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.
@@ -122,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".
@@ -130,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
@@ -202,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