powerkaraoke @ Tue May 13, 2008 4:12 am wrote:
One good reason for zipping files is that you only have one file instead of two as for MP3+G. It is easier to manage them that way.
One file??? I count five.
1. the zip file.
2. the mp3 file to be read, unzipped and written.
3. the cdg filee to be read, unzipped and written.
4. the mp3 file to be opened and read.
5. the cdg file to be opened and read.
vs. not zipping
1. the mp3 file to be opened and read.
2. the cdg file to be opened and read.
In either case there are no files to manage. You put them on your hard drive and you're done. Not zipping makes that one step easier to do that as well.