summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index 3a25d2b..7fd2ccc 100755
--- a/clerk
+++ b/clerk
@@ -596,7 +596,7 @@ HELP="<span color='$help_color'>${line1}
${line2}</span>"
songs () {
- mpc --format '%position%\t%title%\t(by %artist% on %album% (%date%)' playlist \
+ mpc --format '%position%\t\t%track%\t%title%\t(by %artist% on %album% (%date%))' playlist \
| sed 's,^\([^\t]\{40\}\)[^\t]*,\1…,' \
| column -o ' ' -s $'\t' -t
}