I don't know of any out of the box software.
If you search around for a Python or Ruby script, I'm sure you could find one.
Basically you want something that will create an index of all of your music based on something like an md5 checksum of the file (the filename doesn't matter). Then it should remove duplicates, and maybe move them all to a consistent location.
|