Re: iTunes Playlist Selection
Re: iTunes Playlist Selection
- Subject: Re: iTunes Playlist Selection
- From: Mr Tea <email@hidden>
- Date: Fri, 09 Jan 2004 20:44:31 +0000
This from David A. Cox - dated 9/1/04 7.50 pm:
>
I want to:
>
1. Play an iTunes Playlist via applescript
>
2. Make that Playlist the ACTIVE playlist in iTunes
For item 2...
tell application "iTunes"
set view of browser window 1 to playlist "**Party**"
end tell
I think this will work for you in the context you describe.
Nick
pp Mr Tea
_______________________________________________
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.