Re: itunes2 and applescript
Re: itunes2 and applescript
- Subject: Re: itunes2 and applescript
- From: vectormation <email@hidden>
- Date: Sat, 3 Nov 2001 02:06:57 -0500
Thanks! Download was very fast, thanks to the early notice no doubt!
Some quick scripts I've mapped to function keys via the keyboard cp (os
9.04)
-- itunes pause
-- f15
tell application "iTunes" to pause
-- itunes mute
-- f14
tell application "iTunes" to set mute to not (mute)
-- itunes down volume
-- f12
tell application "iTunes" to set sound volume to sound volume - 5
-- itunes up volume
-- f11
tell application "iTunes" to set sound volume to sound volume + 5
(of course if you're using Apple's USB kbd you have buttons that do this
already...)
Looks like a great dictionary, you can even script the iPod's playlist!
~Phi
>
I just downloaded the latest version of iTunes (itunes 2)and I'm happy to
>
say that it *does* have an applescript dictionary!
>
>
Here's the URL;
>
>
http://www.apple.com/itunes/download/
>
>
--Phil
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users