Code

po: update ncmpc.pot
[ncmpc.git] / doc / config.sample
index 75ab0f19209dccd667e30255f9da0f5f78f4b506..499754e806180bbfc3a34d6e6b3b43b05dfff015 100644 (file)
 ## Connect to mpd using the specified password.
 #password = "secret"
 
+## Reconnect after NUM seconds of MPD not responding.
+#timeout = 5
+
 ############## Interface ####################
 ## Enable mouse support (if enabled at compile time).
 #enable-mouse = no
 
 ## A list of screens to cycle through when using
 ## the previous/next screen commands (tab and shift+tab).
-## names: playlist browse help artist search song keydef lyrics outputs
+## names: playlist browse help artist search song keydef lyrics outputs chat
 #screen-list = playlist browse
 
 ## Default search mode for the search screen. The mode is an
 ## The format used to display songs in the main window.
 #list-format = "%name%|[%artist% - ]%title%|%file%"
 
+## The format used to display songs in the search window.
+#search-format = "%name%|[%artist% - ]%title%|%file%"
+
 ## The format used to display songs on the status line.
 #status-format = "[%artist% - ]%title%|%shortfile%"
 
 ## The time, in seconds, for which status messages will be displayed.
 #status-message-time = 3
 
-## Display the time in the status bar when idle.
-#display-time = yes
-
 ## Sets whether to display remaining or elapsed time in
 ## the status window. Default is elapsed.
 #timedisplay-type = elapsed
 ## Automatically save the lyrics after receiving them.
 #lyrics-autosave = no
 
+## The text editor used for editing lyrics.
+#text-editor = emacs
+
+## Ask before starting an editor.
+#text-editor-ask = yes
+
+## The prefix of chat messages
+#chat-prefix = "<user> "
+
 ## Display song length in second column
 #second-column = yes