Update of /cvsroot/gtkpod/gtkpod/scripts
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4422/scripts
Modified Files:
convert-flac2mp3.sh convert-ogg2mp3.sh
Log Message:
* scripts/convert-flac2mp3.sh
scripts/convert-ogg2mp3.sh: some minor fixes pointed out by
Peter Edwards. Thanks!
Index: convert-flac2mp3.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/convert-flac2mp3.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- convert-flac2mp3.sh 18 Jan 2007 14:45:34 -0000 1.2
+++ convert-flac2mp3.sh 18 Jan 2007 14:50:06 -0000 1.3
@@ -59,7 +59,7 @@
fi
# Launch command
-exec flac -d -c -- "$flacfile" | lame -h --add-id3v2 --tt "$title" --ta
"$artist" --tl "$album" --ty "$year" --tc "$comment" --tn "$tracknum" --tg
"$genre" - "$mp3file"
+exec flac -d -c -- c"$flacfile" | lame --preset standard --add-id3v2 --tt
"$title" --ta "$artist" --tl "$album" --ty "$year" --tc "$comment" --tn
"$tracknum" --tg "$genre" - "$mp3file"
# Check result
if [ "x$?" != "x0" ]; then
exit 6
Index: convert-ogg2mp3.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/convert-ogg2mp3.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- convert-ogg2mp3.sh 18 Jan 2007 14:45:34 -0000 1.2
+++ convert-ogg2mp3.sh 18 Jan 2007 14:50:06 -0000 1.3
@@ -55,7 +55,7 @@
fi
# Launch command
-exec oggdec --output - -- "$oggfile" | lame -h --add-id3v2 --tt "$title" --ta
"$artist" --tl "$album" --ty "$year" --tc "$comment" --tn "$tracknum" --tg
"$genre" - "$mp3file"
+exec oggdec --output - -- "$oggfile" | lame --preset standard --add-id3v2 --tt
"$title" --ta "$artist" --tl "$album" --ty "$year" --tc "$comment" --tn
"$tracknum" --tg "$genre" - "$mp3file"
# Check result
if [ "x$?" != "x0" ]; then
exit 6
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2