Fix mp3 tagging fails for single author albums
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 8 Nov 2009 17:10:48 +0000 (17:10 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 8 Nov 2009 17:10:48 +0000 (17:10 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@283 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
changelog
debian/changelog

diff --git a/abcde b/abcde
index a23a744..536096c 100755 (executable)
--- 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
index b022dda..9146ada 100644 (file)
--- 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 <colint@debian.org>  Thu, 29 Oct 2009 19:09:47 +0000
 
index 191140d..76da858 100644 (file)
@@ -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 <colint@debian.org>  Sun, 08 Nov 2009 16:22:28 +0000
+ -- Colin Tuckley <colint@debian.org>  Sun, 08 Nov 2009 17:07:34 +0000
 
 abcde (2.4.0-1) unstable; urgency=low