-- ----------------- -- iTunes -> gutenbach -- ----------------- -- Changelog: -- 10 Nov 2009 -> pquimby created initial version -- Installation: -- For installation instructions see the INSTALL file in the snippets/sipbmp3-iTunes folder-- -- Usage: -- -- Running this script will toggle the mute on gutenbach on or off. tell application "iTunes" set vol to sound volume end tell set command to "/usr/local/bin/remctl hostname volume set " & vol do shell script command