speakers_86
Registered User.
- Local time
- Today, 00:39
- Joined
- May 17, 2007
- Messages
- 1,919
I am trying to manipulate iTunes through vba. I am trying to add all records in a record set to a playlist, and then start playing that playlist starting with me.songname. I have thought of 2 ways to do this.
Have a user playlist (not smart) where each song can be added to that user playlist, then play starting with me.songname.
or
Have a smart playlist in iTunes that contains all songs where composer or grouping or some not needed field contains some word. In VBA, for each record in the record set, composer can be made to equal that word. Then, start playing the smart playlist beginning with me.songname.
An SDK is available for iTunes online. Although, it doens't offer examples. There are some examples online, but almost nothing written in vba.
Have a user playlist (not smart) where each song can be added to that user playlist, then play starting with me.songname.
or
Have a smart playlist in iTunes that contains all songs where composer or grouping or some not needed field contains some word. In VBA, for each record in the record set, composer can be made to equal that word. Then, start playing the smart playlist beginning with me.songname.
An SDK is available for iTunes online. Although, it doens't offer examples. There are some examples online, but almost nothing written in vba.