source: itunes/gutenbach - Toggle Mute.applescript @ 30beeab

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

Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"

  • Property mode set to 100644
File size: 475 bytes
RevLine 
[bd7b4f8]1-- -----------------
[e520009]2-- iTunes -> gutenbach
[bd7b4f8]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--
[e520009]13-- Running this script will toggle the mute on gutenbach on or off.
[bd7b4f8]14
15tell application "iTunes"
16        set vol to sound volume
17end tell
18
[e520009]19set command to "/usr/local/bin/remctl hostname volume set " & vol
[bd7b4f8]20do shell script command
Note: See TracBrowser for help on using the repository browser.