It has been brought to my attention on my first iTunes COM API post that some of my information in that post is currently invalid:

- Lyrics: LyricWiki decided to cut off their API because of copywright concerns, so that function will no longer work. Link
- Album Art: Amazon has implemented authentication in their album art API, if you would still like to use this service, I recommend this post




2 comments:
Hey Kerry,
ran across your blog and found the itunes API stuff pretty interesting. Are you using the COM SDK that is provided by apple? If so how did you use the sdk within a c# project?
As I explained in my first iTunes Post(http://www.ohscope.com/2009/04/itunes-com-api-in-c.html) I am using the COM SDK and the very beginning of that post explains how to utilize it in a C# project.
Post a Comment