From 3b2dec87f8229c4ac968e8e083ba1d6e42807e00 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 23 Sep 2011 15:44:25 +0200 Subject: NCMPCPP: Show disc number if available --- .ncmpcpp/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ncmpcpp') diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 99834ab..8cc7b01 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -4,7 +4,7 @@ centered_cursor = "yes" now_playing_prefix = "$b" now_playing_suffix = "$/b" playlist_display_mode = "classic" # (classic/columns) -song_list_format = "{$2%n$9}|{ } | {$3%a$9 - }{$4%t$9} {$R$5[%b]$9}" +song_list_format = "$2{%d%n}|{ %n}$9 | {$3%a$9 - }{$4%t$9} {$R$5[%b]$9}" # Bars display_bitrate = "no" -- cgit v1.2.3-54-g00ecf