From 22617ea84533a886dc6c760bacddbb8ea0748de9 Mon Sep 17 00:00:00 2001 From: colintu Date: Sun, 8 Nov 2009 17:10:48 +0000 Subject: [PATCH] Fix mp3 tagging fails for single author albums git-svn-id: http://abcde.googlecode.com/svn/trunk@283 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- changelog | 1 + debian/changelog | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/abcde b/abcde index a23a744..536096c 100755 --- a/abcde +++ b/abcde @@ -835,7 +835,7 @@ do_tag () -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \ -y "$CDYEAR" -g "$GENREID" \ -T "${TRACKNUM:-$1}/$TRACKS" \ - "${TPE2:+--TPE2 \"$TPE2\"}" \ + ${TPE2:+--TPE2 "$TPE2"} \ "$ABCDETEMPDIR/track$1.$OUTPUT" ;; esac diff --git a/changelog b/changelog index b022dda..9146ada 100644 --- a/changelog +++ b/changelog @@ -6,6 +6,7 @@ abcde (2.4.0.1-1) unstable; urgency=low * Add configurable options for replaygain tools. * Fix syntax error in tagged speex command (Closes: #554406) Ubuntu patch by Michael Helmling. + * Fix mp3 tagging fails for single author albums (Closes: #554030) -- Colin Tuckley Thu, 29 Oct 2009 19:09:47 +0000 diff --git a/debian/changelog b/debian/changelog index 191140d..76da858 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ abcde (2.4.0.1-1) unstable; urgency=low * Add configurable options for replaygain tools (Closes: #426544). * Fix syntax error in tagged speex command (Closes: #554406) Ubuntu patch by Michael Helmling. + * Fix mp3 tagging fails (for single author albums) (Closes: #554030) + patch from Christof Douma. - -- Colin Tuckley Sun, 08 Nov 2009 16:22:28 +0000 + -- Colin Tuckley Sun, 08 Nov 2009 17:07:34 +0000 abcde (2.4.0-1) unstable; urgency=low -- 2.20.1