Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

So I have music downloaded from itunes and then files from Music Match all jumbled up with duplicate files which iTunes generated somehow.

I did a dump of all my files. Then using iCloud was able to achieve,

  1. iTunes-dump = everything
  2. iTunes-iCloud-Purchased = purchased files only

Now I want to clean up iTunes-dump to leave only my Music Match files.

(to do) - Script to generate sample files for each folder.

Remove Duplicates

Remove Delta

 diff iTunes-Dump-file-list.sorted.txt iTunes-iCloud-Purchased.sorted.txt | grep "<" | sed 's/< /rm "/' | sed -e 's/$/"/'
  • No labels