From 2af63ed8032d1f8ba15b55bf7d23b0dca78cfc06 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 28 Nov 2009 17:27:30 -0800 Subject: [PATCH] fixed default file pattern (implicit extension) --- bts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bts b/bts index ffbdf47c1..8205ad563 100755 --- a/bts +++ b/bts @@ -30,7 +30,7 @@ CONFIG_DEFAULTS = { # beets 'library': 'library.blb', 'directory': '~/Music', - 'path_format': '$artist/$album/$track $title.$extension', + 'path_format': '$artist/$album/$track $title', # bpd 'host': '',