deadite66
05-06-2003, 01:21 AM
if been using a thrown together way of ripping and recording my favorite radio shows, but is there a better way?
i would like on the fly ripping and convertion to mp3 (i listen to them at work on a archos mp3 player)
current script bellow, i start them with cron.
meter 11180 mplayer -nocache -dumpstream -dumpfile /home/lee/streamrips/lbc.wma http://www.virtuetv.com/clients/crysallis/lbc_973.asx
mplayer /home/lee/streamrips/lbc.wma -ao pcm -aofile /home/lee/streamrips/lbc.wav
rm -f /home/lee/streamrips/lbc.wma
lame -b 64 -m m -h --resample 44.1 --lowpass 18 --lowpass-width 0.9 -q 3 /home/lee/streamrips/lbc.wav /home/lee/streamrips/lbc.mp3
rm -f /home/lee/streamrips/lbc.wav
mv /home/lee/streamrips/lbc.mp3 /home/lee/streamrips/lbc-`date +%d%m%y`.mp3
i would like on the fly ripping and convertion to mp3 (i listen to them at work on a archos mp3 player)
current script bellow, i start them with cron.
meter 11180 mplayer -nocache -dumpstream -dumpfile /home/lee/streamrips/lbc.wma http://www.virtuetv.com/clients/crysallis/lbc_973.asx
mplayer /home/lee/streamrips/lbc.wma -ao pcm -aofile /home/lee/streamrips/lbc.wav
rm -f /home/lee/streamrips/lbc.wma
lame -b 64 -m m -h --resample 44.1 --lowpass 18 --lowpass-width 0.9 -q 3 /home/lee/streamrips/lbc.wav /home/lee/streamrips/lbc.mp3
rm -f /home/lee/streamrips/lbc.wav
mv /home/lee/streamrips/lbc.mp3 /home/lee/streamrips/lbc-`date +%d%m%y`.mp3