Jump to content

Starting Itunes with Specific PLay List


mav
 Share

Recommended Posts

I am very new to this program and am having trouble. I would like to find a script that

1. starts itunes

2. selects a specific playlist

3. begins playing songs from first song in playlist

THANKS, any help is very appreciated!!!

Edited by mav
Link to comment
Share on other sites

  • 7 months later...

Has anyone figured this out?

I too would like to do this and speaking from a newbie 's prospective, taking the leap from reading the help files to figuring out how to write a script that plays a specific playlist in iTunes is not easy.

Any help would be appreciated.

Link to comment
Share on other sites

Reminder - major newbie -

I did a search on "iTunes COM sdk" and the results all seemed related, but nothing I could latch onto. Where do I find "iTunes COM sdk"?

I am trying to make an AutoIT script from the following vbs script:

Set objApp = CreateObject("iTunes.Application")

Set colSources = objApp.Sources

Set objSource = colSources.ItemByName("Library")

Set colPlaylists = objSource.Playlists

Set objPlaylist = colPlaylists.ItemByName("Party Shuffle")

objPlaylist.PlayFirstTrack

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...