Well I've been writing a program for sorting mp3s (initially designed to rip them off an iPod) and I need some testers.

Here's how the program works:
It takes a directory full of mp3s (or folders, it will read up to 2 folders deep, ie: C:\Mp3s\Dir1\Dir2\), reads the id3 tag of each one and then spits it out into a destination directory in the format of: <destination>\Artist\Album.
There are several ways it will handle untagged files, either ignore them or move them to a special directory.
The program can move or copy.
The program can rename tagged files as they are moved to a format of "track# - Artist - Track_name.mp3".
Any incomplete tags (ie, missing artist, track #, etc) can have the missing tag added to them, but files with no tag at all can't have them added.

So if anyone with a bulk pile of mp3's, particularly people with iPod's or unsorted mp3's, would like to help me out I would much appreciate it smile.gif

Basically I need to you use the program and report any unhandled errors back to me, preferably with a screen shot or output of the error smile.gif

link: http://slace.sytes.net:65/mp3_organiser/MP...ganiser_0.8.rar

**edit: feel free to send idea's on improvements/ suggestions