Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Start iTunes Remotely using ssh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Start iTunes Remotely using ssh
Authored by: Gigacorpse on May 13, '03 10:52:58AM

Can't you control a networked Mac, and its scriptable applications, via Applescript? I seem to remember Apple touting this abililty with Mac OS 9 but I haven't heard anything about it in a long while.



[ Reply to This | # ]
Start iTunes Remotely using ssh
Authored by: njitkoff on May 13, '03 06:11:45PM

you should be able to do something like this, but I cannot test at the moment:

tell app "iTunes" of machine "eppc://10.0.1.100" to activate

you will need to have remote apple events turned on.



[ Reply to This | # ]