aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config.sample
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-15 13:10:54 +0000
committerKalle Wallin <kaw@linux.se>2004-06-15 13:10:54 +0000
commita8baf3be0cbdb33d48df4e704ca2f1cb0b77f93b (patch)
tree4453a83e1015fd6ff431f7ec6903e8ff7517415c /doc/config.sample
parent4800010b0422f05c31db877011a0f62d992740e2 (diff)
downloadmpd-a8baf3be0cbdb33d48df4e704ca2f1cb0b77f93b.tar.gz
mpd-a8baf3be0cbdb33d48df4e704ca2f1cb0b77f93b.tar.xz
mpd-a8baf3be0cbdb33d48df4e704ca2f1cb0b77f93b.zip
Added list-format and status-format conf options
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1496 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--doc/config.sample13
1 files changed, 10 insertions, 3 deletions
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