Ignore:
Timestamp:
Nov 29, 2009, 7:15:02 PM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
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)
Message:

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gutenbach-itunes-plugin/gutenbach - Volume Get.applescript

    rbd7b4f8 re520009  
    11-- ------------------
    2 -- iTunes -> sipbmp3
     2-- iTunes -> gutenbach
    33-- ------------------
    44
     
    1111
    1212-- Usage:
    13 --  This script will get the volume of sipbmp3 and put it on your iTunes volume scaled to the max value of 31 (which is the max volume for sipbmp3 at the time this script was written).
     13--  This script will get the volume of gutenbach and put it on your iTunes volume scaled to the max value of 31 (which is the max volume for gutenbach at the time this script was written).
    1414
    1515
    1616tell application "iTunes"
    17         set currentVolume to (do shell script "/usr/local/bin/remctl zsr volume get")
     17        set currentVolume to (do shell script "/usr/local/bin/remctl hostname volume get")
    1818        set currentVolume to currentVolume / 31 * 100
    1919        set the sound volume to currentVolume
Note: See TracChangeset for help on using the changeset viewer.