Tagged Questions
6
votes
1answer
625 views
ITunes SDK: Loading shared music
I've been messing with the iTunes SDK under .NET 3.5 with C#, but I have not found a way to load a shared music library from another computer on the network. Does anyone know how I can access shared ...
1
vote
2answers
271 views
C# iTuneslib COM only showing collection classes
After adding a reference to iTunes1.13typelibrary, and adding the using ituneslib; In the program, I created the itunesApp class, but in the iTunesLib namespace, there are no options for classes such ...