views:

109

answers:

0

Hi guys,

I'm working on a new test app (just out of curiosity really) which is an add on to iTunes. I'm trying fairly basic things at the mo, and have managed to control volume, pause etc etc.

I have a function from some demo code which loops through all the tracks in my main library and gets their album name... I then show the individual album name in my listbox.

This is FAR from the best way to do it!

Is there a way to query the library to get just the album names? I ultimately want to get to a point where I can have a list of albums (with images) - I click on the album name and that loads the associated tracks....

thanks for any help! (I'm using VB.net btw)