Update of /cvsroot/gtkpod/gtkpod/scripts
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26896/scripts
Modified Files:
convert-flac2mp3.sh
Log Message:
fixed a typo, thanks to Andy.
Index: convert-flac2mp3.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/convert-flac2mp3.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- convert-flac2mp3.sh 23 Apr 2007 15:33:29 -0000 1.7
+++ convert-flac2mp3.sh 5 May 2007 04:11:48 -0000 1.8
@@ -97,7 +97,7 @@
fi
# Launch command
-exec "$flac" -d -c -- "$infile" | "$lame" --preset standard --add-id3v2 --tt
"$title" --ta "$artist" --tl "$album" --ty "$year" --tc "$comment" --tn
"$tracknum" --tg $genrepot - "$outfile"
+exec "$flac" -d -c -- "$infile" | "$lame" --preset standard --add-id3v2 --tt
"$title" --ta "$artist" --tl "$album" --ty "$year" --tc "$comment" --tn
"$tracknum" $genreopt - "$outfile"
# Check result
if [ "x$?" != "x0" ]; then
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2