diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-09-01 02:38:00 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-09-01 02:38:00 +0200 |
commit | 6b3393bbdf8229068e9e0de1187634da299ee1c6 (patch) | |
tree | c6344b8e47e025c76b8b7ad73d62cf67ee875777 | |
parent | 847f922a43ff553c8abdfa2968ae28d91d93fe93 (diff) | |
download | perl-app-clerk-6b3393bbdf8229068e9e0de1187634da299ee1c6.tar.gz perl-app-clerk-6b3393bbdf8229068e9e0de1187634da299ee1c6.tar.xz |
show track numbers in queue menu
-rwxr-xr-x | clerk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |