Hi,
Right now I am trying to merge two big mp3 collections. The problem is that also duplicates in each of collection becomes tracked. It would be And are sI would like to compare only the two folders with each other and not the files in one of the connections.
So I only want this:
folder1\songX == folder2\songY
folder1\songA == folder2\songB
and not:
folder1\songX == folder1\songZ
folder1\songA == folder1\songB
folder1\songA == folder2\songB
folder2\songK == folder2\........
Furhtermore this would extremly speed up the comparsion because you do not have check n*n-1 file.
With this feature similarity would be nearly perfect ;-)
Thnx