Re: iTunes programming
Re: iTunes programming
- Subject: Re: iTunes programming
- From: Nathan Day <email@hidden>
- Date: Thu, 8 Aug 2002 01:02:47 +0930
Yep, this is a simple example of how to play track 5
tell application "iTunes"
play track 5 of view of front window
end tell
look in it Dictionary to see what you can tell it to do.
On Thursday, August 8, 2002, at 12:27 AM, Isaac Sherman wrote:
Is it possible to send a message to iTunes through Cocoa/Applescript?
Specifically, I want it to play a random song. A few Google/ADC
searches
returned no helpful info, other than a visual plugin SDK, which I'm not
interested in. A pointer to the appropriate documentation would be
appreciated.
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.