From a8baf3be0cbdb33d48df4e704ca2f1cb0b77f93b Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Tue, 15 Jun 2004 13:10:54 +0000 Subject: Added list-format and status-format conf options git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1496 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/config.sample | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/config.sample b/doc/config.sample index f8d2ad4d3..ecbc8cc41 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -3,10 +3,17 @@ ## ## auto center (center the playing track in the playlist) -#auto_center = no +#auto-center = no ## wide_cursor - make the cursor as wide as the screen -#wide_cursor = yes +#wide-cursor = yes + +## list-format +#list-format = "%name%|[%artist% - ]%title%|%file%" + +## status-format +#status-format = "[%artist% - ]%title%|%basename%" + ## ## Color configuration @@ -15,7 +22,7 @@ ## ## enable/disable colors -#enable_colors = no +#enable-colors = no ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none #color background = black -- cgit v1.2.3