--- mp3cddbtag.orig	2001-03-10 19:12:38.000000000 -0300
+++ mp3cddbtag	2004-03-08 23:42:55.000000000 -0300
@@ -50,10 +50,10 @@ for i in `seq 1 $files`; do
 
     if [ "`echo $genre | cut -b1`" = '%' ]; then
 	mp3info -y "$year" -g "`echo $genre | cut -b2-`" -a "$artist" -l "$album" -t "$title" \
-	        -n 0 -c "$comment" "$file" 
+	        -c "$comment" "$file" 
     else
 	mp3info -y "$year" -g "$genre" -a "$artist" -l "$album" -t "$title" -c "$comment"   \
-	        -n 0 "$file" | grep -v 'G : '
+	        "$file" | grep -v 'G : '
     fi
 
     if [ $i -le 9 ]; then 
