Search code examples
c#itunes

Adding song to itunes with C# sdk/api


I'm looking for an SDK or API (c#) that would allow me to add songs to my itunes library. If anybody knows of one, that would be a big help.


Solution

  • iTunes COM library. It requires COM interop though. However, there should be some documentation in there.