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…

I’ll check it out …
Can u tell me for retrieve file location in iPOD
i use C#.net with .NET framework 1.1
Best Regards,
bana , can you be more clear, i’m not sure i understand what you are asking ?
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,
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.
thanx Slim