Search code examples
c#itunes

iTunes development in C#


I am a c# web developer but I am doing a side project that involves iTunes. I am looking at a few projects from codeplex and some of them contain Interop.iTunesLib.dll. This old article also contains the same file http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=12369.

Does anyone know where this file came from?

Thank you.


Solution

  • The aforementioned iTunes COM object is installed along with the app. Here is an example of Scott Hanselman using the COM object to delete duplicate tracks.