Re: itunes2 and applescript
Re: itunes2 and applescript
- Subject: Re: itunes2 and applescript
- From: Jon Pugh <email@hidden>
- Date: Sat, 3 Nov 2001 21:09:41 -0800
At 2:06 AM -0500 11/3/2001, vectormation wrote:
>
Looks like a great dictionary, you can even script the iPod's playlist!
They even support lists of properties:
tell application "iTunes"
{name, artist, album} of current track
end tell
Good job.
Jon