ipod / itunes library Duplicate Song Remover
March 22nd 2006 @ 4:34 pm ipod, iTunes

I was filling up my computer lately with songs from various different ipods I have so fast that I wrote this little program to delete the duplicates. It lets you see the duplicates and choose which ones you want to delete or not on your ipod or iTunes. I wrote it in C# so you’ll have to have the .NET framework 1.1 installled and you’ll need itunes.

You can download it here. DupRemover.zip

I would appreciate any feedback at all about the application…

-slim
rss 6 comments
  1. slammer
    March 22nd, 2006 | 4:41 pm | #1

    I’ll check it out …

  2. bana
    May 23rd, 2006 | 3:19 am | #2

    Can u tell me for retrieve file location in iPOD

    i use C#.net with .NET framework 1.1

    Best Regards,

  3. May 23rd, 2006 | 1:01 pm | #3

    bana , can you be more clear, i’m not sure i understand what you are asking ?

  4. bana
    May 23rd, 2006 | 8:19 pm | #4

    Slim, can u example me how to
    - get media file location from iPOD
    - copy media file to iPOD
    - delete media file from iPOD
    by coding program in C# .net

    Best Regards,

  5. May 24th, 2006 | 7:47 am | #5

    have you looked at this post (http://www.itunessdk.com/blog/itunes-sdk-examples/) in my blog. If you use that library you can download there, you can get the file location of a song or movie. Like others have requested on that post, it currently has no support for copying media to your ipod or basically it doesn’t write to the itunesdb file, it just reads it. Thats probably more than you are asking but that post should answer a lot of your questions.

  6. bana
    May 24th, 2006 | 8:04 pm | #6

    thanx Slim

comment on this article