iTunes and rev
Ken Norris (dialup)
pixelbird at interisland.net
Thu Jul 29 03:24:48 EDT 2004
Hi Scott,
> Date: Wed, 28 Jul 2004 14:19:44 -0700
> From: Scott Rossi <scott at tactilemedia.com>
> Subject: Re: iTunes and rev
> The following function should work (you'll have to parse the results by
> item).
>
> function getTracks
> put quote & "library" & quote into L
> put \
> "tell application"&& quote & "iTunes" & quote & cr &\
> "get name of every track of playlist" && L & cr &\
> "end tell" into s
> do s as AppleScript
> put the result into tList
> return tList
> end getTracks
>
>
> NOTE: We're close to releasing a Rev shell stack (lib-iTunes, if you will)
> that allows you to control almost everything about iTunes (no disc burning
> though). This will allow you to create your own skinnable iTunes controller
> with Rev.
Dyno-might!! That's very cool news!
Ken N.
More information about the use-livecode
mailing list