What's new in iTunes Duplicate Song Manager 0.9.6

Apr 8, 2010
  • Fixed an issue where the iTunes directory would not be found on boot if background monitoring was enabled
  • Backup zip file is created of added temporary tracks in case iTunes does not copy files to the music directory

New in iTunes Duplicate Song Manager 0.9.5 (Feb 5, 2010)

  • Fixed issue where new tracks would not be displayed in the song table when adding them manually
  • New Options panel ui
  • Multiple directories can be monitored, added from, or searched for duplicates in
  • Files to add to iTunes are ordered so that files within the iTunes music directory are added first
  • Options class now extends the Properties class has been converted fully to a Properties object
  • Removed OptionsPanel class

New in iTunes Duplicate Song Manager 0.9.1 (Jan 30, 2010)

  • ProgressMonitorDialog box now has native look and feel
  • ProgressMonitorDialog has overloaded methods for calculating percent complete
  • CopyFile now has option to monitor progress as well as methods to verify copied file is accurate
  • Cleaner SysTrayMain code
  • Added OSUtils class
  • ITunesXML class has more JUnit Tests
  • iTunesXML class is logged to a separate file
  • AddTracksTaskTest class tests more fully
  • Fixed System Tray menu for Mac - not allow background monitoring
  • iTunesDSM Added Tracks playlist reinstituted
  • Version class now uses class level logger
  • Changed added tracks file system tray message filepath more readable
  • Removed FolderWatcher classes, events, and listeners
  • Removed AllFiles classes, events, and listeners
  • Fixed Icon resolutions - Added Icon class
  • Next background monitor scan time displayed in System Tray tooltip

New in iTunes Duplicate Song Manager 0.8.2 (Jan 15, 2010)

  • Added check to see if iTunesDSM.exe is running before installing over an old installation
  • Installer automatically removes previous version
  • Added code to help prevent duplicates from being created when adding tracks(copies to a temp folder)
  • Fixed iTunes music directory not parsed on boot when itunes directory is a network drive
  • CopyFile class now warns of not enough disk space when copying file
  • iTunesDSM now adds songs directly to the library instead of a playlist
  • After all tracks have been added a playlist is created with all new tracks
  • File choosers now show iTunesDSM icon
  • Added seperate logging for Folder Watching
  • Added ITOperationStatus to AddTracksTask to be sure iTunes is done copying files
  • Added AddToiTunesLibrary class
  • Fixed Working Directory in Startup Shortcut

New in iTunes Duplicate Song Manager 0.7.1 (Nov 24, 2009)

  • Simplified search for duplicate files algorithm in DuplicateFiles class
  • Added rudimentary logging
  • Added HTMLFormatter class, ITDSMLogger class
  • Fixed a bug that would bring up iTunes when cleaning folder, but iTunes wasn't needed
  • Added selected row count to remove tracks panel, RowCountLabel class, RowCountListener class, SelectionListener class
  • Added SysInfo Class
  • Fixed a bug that would sometimes cause Netbeans to fail at showing a preview of the GUI - propertyChangeListener on the update checkbox
  • Added a dialog box that will warn the user if no options are selected on the Remove Duplicates Panel
  • Removed RemoveOrphanedTask class - deprecated