Fix syntax error in tagged speex command
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 8 Nov 2009 16:25:50 +0000 (16:25 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 8 Nov 2009 16:25:50 +0000 (16:25 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@282 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
changelog
debian/changelog

diff --git a/abcde b/abcde
index 60c07ae..a23a744 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -1125,7 +1125,7 @@ do_encode ()
                                fi
                                # Quick hack to avoid tagging Ogg/Speex, since there is no other way to tag than inline tagging
                                if [ ! "$DOTAG" = "y" ]; then
                                fi
                                # Quick hack to avoid tagging Ogg/Speex, since there is no other way to tag than inline tagging
                                if [ ! "$DOTAG" = "y" ]; then
-                                       $RUN_COMMAND nice $EFFECTIVE_NICE $SPEEXENCODER $SPEEXENCODEROPTS --author "$TRACKARTIST" --title "$TRACKNAME" "$COMMENT" "$IN" "$OUT"
+                                       $RUN_COMMAND nice $EFFECTIVE_NICE $SPEEXENCODER $SPEEXENCODEROPTS --author "$TRACKARTIST" --title "$TRACKNAME" --comment "$COMMENT" "$IN" "$OUT"
                                else
                                        $RUN_COMMAND nice $EFFECTIVE_NICE $SPEEXENCODER $SPEEXENCODEROPTS "$IN" "$OUT"
                                fi
                                else
                                        $RUN_COMMAND nice $EFFECTIVE_NICE $SPEEXENCODER $SPEEXENCODEROPTS "$IN" "$OUT"
                                fi
index 486f33d..b022dda 100644 (file)
--- a/changelog
+++ b/changelog
@@ -4,6 +4,8 @@ abcde (2.4.0.1-1) unstable; urgency=low
   * In manpage note a 2nd use for LOWDISK (or '-l' switch)
     it's faster and better on scratchy disks (Closes: #426343).
   * Add configurable options for replaygain tools.
   * In manpage note a 2nd use for LOWDISK (or '-l' switch)
     it's faster and better on scratchy disks (Closes: #426343).
   * Add configurable options for replaygain tools.
+  * Fix syntax error in tagged speex command (Closes: #554406)
+    Ubuntu patch by Michael Helmling.
 
  -- Colin Tuckley <colint@debian.org>  Thu, 29 Oct 2009 19:09:47 +0000
 
 
  -- Colin Tuckley <colint@debian.org>  Thu, 29 Oct 2009 19:09:47 +0000
 
index 7759db2..191140d 100644 (file)
@@ -4,8 +4,10 @@ abcde (2.4.0.1-1) unstable; urgency=low
   * In manpage note a 2nd use for LOWDISK (or '-l' switch)
     it's faster and better on scratchy disks (Closes: #426343).
   * Add configurable options for replaygain tools (Closes: #426544).
   * In manpage note a 2nd use for LOWDISK (or '-l' switch)
     it's faster and better on scratchy disks (Closes: #426343).
   * Add configurable options for replaygain tools (Closes: #426544).
+  * Fix syntax error in tagged speex command (Closes: #554406)
+    Ubuntu patch by Michael Helmling.
 
 
- -- Colin Tuckley <colint@debian.org>  Thu, 29 Oct 2009 19:09:47 +0000
+ -- Colin Tuckley <colint@debian.org>  Sun, 08 Nov 2009 16:22:28 +0000
 
 abcde (2.4.0-1) unstable; urgency=low
 
 
 abcde (2.4.0-1) unstable; urgency=low