On 3 Jan 2010, at 14:22, George Toledo wrote: > What command are you using to get the iTunes stream title? That has plagued > me for the longest time.
Hi! The Terminal command is osascript -e 'tell application "iTunes" to get current stream title' and it's the same in AppleScript. But I've yet to work out how to call this using the CommandLineTool plugin. All this quoting and escaping just makes the job so much harder than it should be... :) > On Sun, Jan 3, 2010 at 3:11 AM, peter boardman <[email protected]> wrote: > > out of the box, this is not possible. But with the Shell Command patch > > (it's a developer example) it's possible to launch an app. > > Ah, thanks for this hint! It allowed me to find the current iTunes stream > title (about which I asked some weeks back). > > For the record (and to save others some head-scratching) you have to download > it from: > > http://developer.apple.com/mac/library/samplecode/CommandLineTool/index.html > > and then build it with Xcode and install it at /Library/Graphics/Quartz > Composer Plug-ins. > > Thanks! _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

