I think that's a splendid idea, Monty Python clips on my empeg, so I went to www.montypython.net to get some
But what's that? all files are MP3's in wav format. I couldn't get them to play on the empeg...
After examination of the files I wrote a little perl one-liner to convert them to regular MP3's :

# cat oldfile.wav | perl -ne 's/RIFF[^\xFF]*\xFF\xE3/\xFF\xF3/;print' > newfile.mp3

I thought I'd share it; there are probably other people having the same problem...

Frank van Gestel
_________________________
Frank van Gestel