From 1c4ae87c72980bcc9fdac5c366ebff5da74062a9 Mon Sep 17 00:00:00 2001 From: data Date: Mon, 11 Apr 2005 07:25:14 +0000 Subject: [PATCH] r61@boo: data | 2005-03-27 15:10:40 +0300 Small cleanups Changed redirection on pipes to /dev/null git-svn-id: http://abcde.googlecode.com/svn/trunk@64 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/abcde b/abcde index e186802..acce928 100755 --- a/abcde +++ b/abcde @@ -458,11 +458,9 @@ do_tag () case "$OUTPUT" in mp3) # id3v2 v0.1.9 claims to have solved the -c bug, so we merge both id3 and id3v2 - GENREID=$(do_getgenreid "${CDGENRE}") - - # FIXME # track numbers in mp3 come with 1/10, so we cannot happily substitute them with $TRACKNUM GENREID=$(do_getgenreid "${CDGENRE}") + # FIXME # track numbers in mp3 come with 1/10, so we cannot happily substitute them with $TRACKNUM run_command tagtrack-$1 $TAGGER $TAGGEROPTS -c "$COMMENTOUTPUT" \ -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" -y "$CDYEAR" \ -g "$GENREID" -T "${TRACKNUM:-$1/$TRACKS}" \ @@ -2139,7 +2137,7 @@ shift $(($OPTIND - 1)) if [ "$ONETRACK" = "y" ]; then # FIXME # remove check as soon as we find out about the other readers case "$CDROMREADERSYNTAX" in - dagrab|cddafs|debug) echo "abcde error: ONETRACK reading is not suported with "$CDROMREADERSYNTAX" yet" + dagrab|cddafs|debug) echo "abcde error: ONETRACK reading is not suported with $CDROMREADERSYNTAX yet" exit 1 ;; esac if [ "$BATCH" = "y" ]; then -- 2.20.1