diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-15 15:32:18 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-15 15:32:18 +0000 |
commit | 236077042b696133b4a634be5048faf65b53e6dc (patch) | |
tree | c6f4fdf9c66673abac2ed1dbe47a88e30c20d9e7 /src/ncmpc.h | |
parent | 2cd55f67e6fd74337d48936ff4020cbe7f60c476 (diff) | |
download | mpd-236077042b696133b4a634be5048faf65b53e6dc.tar.gz mpd-236077042b696133b4a634be5048faf65b53e6dc.tar.xz mpd-236077042b696133b4a634be5048faf65b53e6dc.zip |
Modified %shortfile% format to not shorten urls
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1502 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/ncmpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h index 6efe55af6..4a2770be9 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -39,7 +39,7 @@ #define MPD_RECONNECT_TIME 1500 /* song format - list window */ -#define DEFAULT_LIST_FORMAT "%name%|[%artist% - ]%title%|%file%" +#define DEFAULT_LIST_FORMAT "%name%|[%artist% - ]%title%|%shortfile%" #define LIST_FORMAT (options.list_format ? options.list_format : DEFAULT_LIST_FORMAT) /* song format - status window */ |