Code

ncmpc.1: update the list of "metadata delimiters"
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Fri, 10 Aug 2012 11:21:37 +0000 (13:21 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Fri, 10 Aug 2012 11:21:37 +0000 (13:21 +0200)
doc/ncmpc.1

index c55fbbfa35f6d4846e48285bcbbc2c4f63055672..b6eef5e91f84bf6ba28c563744f2f1f07df0c2d9 100644 (file)
@@ -246,7 +246,7 @@ You can view ncmpc's key bindings by pressing '1' (help) when
 ncmpc is running. To edit key bindings press 'K' and use the key editor in ncmpc.
 .SH "SONG FORMAT"
 Format of song display for status and the list window.
-The  metadata  delimiters  are: %name%, %artist%, %track%, %time%, %file%, %shortfile%.
+The metadata delimiters are: %artist%, %title%, %album%, %shortalbum%, %track%, %genre%, %name%, %time%, %date%, %file%, %shortfile%.
 
 The [] operators are used to group output such that if none of the metadata delimiters between '[' and ']' are matched, then none of  the  characters between '[' and ']' are output; literal text is always output. '&' and '|' are logical operators for AND and OR. '#'  is used to escape characters.