Correct me if I'm wrong, but you cant simply just concatenate mp3s
together to form one big mp3. Even though you have them in consistent
formats, you'll run in to problems with the header blocks being repeated
over and over for the various different mp3s.
Unless you use some sort of library which
t;> > >> or something to go though all the folders and re-encode every
>> > >> single mp3 one
>> > >> at a time using this command
>> > >> lame -b 64 -f -m s SongName.mp3 stream_SongName.mp3
>> > >
>> > > Write a script called /tm
When the tgz archive extracts on its own, where is teh mp3. Is it in the
current directory or some other directory?
>From what you said here:
tar -zxvf rob.tgz | lame - rob.mp3
where /dirpath/rob.wav is in the tgz file,
looks like it will extract into another directory.
If you do the first step