iTunes Playlist Selection
iTunes Playlist Selection
- Subject: iTunes Playlist Selection
- From: "David A. Cox" <email@hidden>
- Date: Fri, 9 Jan 2004 11:50:52 -0800 (PST)
I hope this is an easy one, but I am stuck again :).
I want to:
1. Play an iTunes Playlist via applescript
2. Make that Playlist the ACTIVE playlist in iTunes
I can play the playlist with something simple like:
tell application "iTunes"
play track 1 of playlist "playlistname"
end tell
And that works fine, but the playlist is not active in iTuens. The reason
I want this is that with the script above, the pause button becomes a stop
button if you were looking at some other playlist. I want to be able to
use the pause button after running this script without having to click on
the selected playlist in the left colum by hand.
I dig at some of the fine iTunes scripts on Dougs' AppleScripts for iTunes
page, but the playlist selction tools there seemed to have the same
problem.
Any help would be great.
DAC
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.