source: gutenbach-itunes-plugin/gutenbach - Toggle Mute.applescript @ e520009

debianmacno-cupsweb
Last change on this file since e520009 was e520009, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

-Updated the INSTALL file to deal with there being multiple scripts.
-Changed the name from sipbmp3 to gutenbach.

  • Property mode set to 100644
File size: 475 bytes
Line 
1-- -----------------
2-- iTunes -> gutenbach
3-- -----------------
4
5-- Changelog:
6-- 10 Nov 2009 -> pquimby created initial version
7
8-- Installation:
9-- For installation instructions see the INSTALL file in the snippets/sipbmp3-iTunes folder--
10
11-- Usage:
12--
13-- Running this script will toggle the mute on gutenbach on or off.
14
15tell application "iTunes"
16        set vol to sound volume
17end tell
18
19set command to "/usr/local/bin/remctl hostname volume set " & vol
20do shell script command
Note: See TracBrowser for help on using the repository browser.