var fDesc=new Array(); fDesc[0] = "With lots of music files getting stored in the hard disc of the personal computer, probably due to music inclination of the user, it so happens that more than one file containing the same music, sometimes with different file names, get stored in the hard disc, occupying more space and thus reducing the speed and performance of the system.

Duplicate Music Files Finder will be an ideal solution for problems arising out of too many music files stored in the system. This software helps the person to effectively track all the music files in the system and delete such of those duplicates. The software not just tracks the music files with the same name, it will search the tags of MP3 files and deletes such of those duplicates having different file names. Just a click of the right button in the mouse will help delete the duplicate files from the system. In case one is not sure whether the selected file is a duplicate, he or she can open the same in the media player and ensure that they are duplicates meant for deletion.

Some may face problems with music files that have bad formats. Such files will also be detected by this software and advised for deleting from the system. Optimum utilization of the space in the system and deletion of unnecessary or duplicate music files can be achieved. Added Tag read support for more music file formats: .wma, .ogg, .ape, .mpc, .vqf"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }