create directory with name: year"artist"album
put .AIFF or .WAV file in directory
./prep.sh $directoryname
check track cuts manually
create a file named "tracks" in the directory, with the format:
	1"Track 1 Name
	2"Track 2 Name
	...
./postp.sh $directoryname

(which creates:
	wav files named: tracknumber"songtitle.wav
and then converts to MP3 and organizes the files in an iTunes-style
directory structure.)

