One possibility is that identical songs will have identical filesizes. This does assume that you are dealing with 2 songs that have been encoded at the same rate. If that's the case, then you can do a directory listing sorting the files by size, print it out, and look for files that have exactly the same number of bytes.
|