• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: itunes2 and applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: itunes2 and applescript
      • From: Jon Pugh <email@hidden>
  • Prev by Date: Re: Newly bust in OSX: ":" as alias (Charles Arthur)
  • Next by Date: Bug folder in the scripting additions folder under 9?
  • Previous by thread: itunes2 and applescript
  • Next by thread: Re: itunes2 and applescript
  • Index(es):
    • Date
    • Thread