| Article: |
Five Fun Ways to Play with Audio Hijack Pro | |
| Subject: | Audio Hijack timeshifting | |
| Date: | 2005-12-02 17:14:28 | |
| From: | william_s_edwards | |
|
I had some problems with the AudioHijack plugins that start AH and cause external apps like iTunes to quit. I worked around my problems by using crontab, the open command and a shell script so that I could time-shift a radio news program from an MP3 stream.
|
||
Showing messages 1 through 3 of 3.
-
Audio Hijack timeshifting (3rd attempt)
2005-12-02 17:21:34 william_s_edwards [View]
-
An alternative - appswitch
2005-12-04 18:36:30 nriley [View]
If you don't want the overhead of osascript/AppleScript, you can also quit applications with my appswitch tool.
http://web.sabi.net/nriley/software/#appscript -
An alternative - appswitch
2005-12-04 18:37:05 nriley [View]
Obviously I meant "appswitch" in the URL above (not appscript, which is also cool but is totally different :-)



tell application "$i"
activate
quit
end tell
enclosed in a shell here document. The double angle brackets in the here document are being eaten by this messager.