debianmacno-cupsweb
Last change
on this file since 9fdf4a1 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
|
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 | |
---|
15 | tell application "iTunes" |
---|
16 | set vol to sound volume |
---|
17 | end tell |
---|
18 | |
---|
19 | set command to "/usr/local/bin/remctl hostname volume set " & vol |
---|
20 | do shell script command |
---|
Note: See
TracBrowser
for help on using the repository browser.