I was not using it to speak. That script was to control speakers(Airport Extreme) in Airfoil. Execution of any Applescript form HH results in the error "Application isn't running". Any help would be greatly appreciated.
Thanks
AppleScript looks like this:
If application "Airfoil" is not running then
tell application "Airfoil" to run
delay 2
end if
tell application "Airfoil"
set aSpeaker to "2026"
set (volume of every speaker whose name starts with aSpeaker) to .80
connect to (every speaker...
helper.executeAppleScript(controller, 'tell application "page speakers" to activate');
I have tried this in multiple areas from a pushbutton to onSyncStart(). The result is always the same.
Thanks for your response. My issue is not with itune but jus a simple script to select speakers in airfoil. Script runs fine from iMac desktop but when called from HH runs but throws the following error: "executeAppleScript(): AppleScript error: page speakers got an error: Application isn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.