- Timestamp:
- Nov 29, 2009, 7:15:02 PM (15 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- a411a9f
- Parents:
- bd7b4f8
- git-author:
- Jessica B. Hamrick <jhamrick@…> (11/29/09 19:15:02)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (11/29/09 19:15:02)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-itunes-plugin/gutenbach - Toggle Mute.applescript
rbd7b4f8 re520009 1 1 -- ----------------- 2 -- iTunes -> sipbmp32 -- iTunes -> gutenbach 3 3 -- ----------------- 4 4 … … 11 11 -- Usage: 12 12 -- 13 -- Running this script will toggle the mute on sipbmp3on or off.13 -- Running this script will toggle the mute on gutenbach on or off. 14 14 15 15 tell application "iTunes" … … 17 17 end tell 18 18 19 set command to "/usr/local/bin/remctl zsrvolume set " & vol19 set command to "/usr/local/bin/remctl hostname volume set " & vol 20 20 do shell script command
Note: See TracChangeset
for help on using the changeset viewer.