sekimura / itunes-duplicates-remover

duplicates remover for iTunes

This URL has Read+Write access

name age message
file README.md Wed May 06 01:25:06 -0700 2009 fixed markdown link syntax [Masayoshi Sekimura]
file itunes-dup-remover.rb Mon May 11 18:01:53 -0700 2009 call "block" to delete a file [sekimura]
README.md

duplicates remover for iTunes

Dependencies

RubyOSA

How to use

for lazy person:

  1. run this script "ruby itunes-dup-remover.rb" to display duplicated files
  2. run with '-y' option to remove them

if your're not that lazy: (but this might be faster)

  1. create a playlist and give a unique name, "dupxxx", with in your playlists
  2. get duplicates by 'File'->'Show Duplicates' on your library
  3. add those "duplicates" into the playlist you created
  4. run this script "ruby itunes-dup-remover.rb -p dupxxx" to display really duplicated files
  5. run with '-y' option to remove them