Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

using one computer to control another - wirelessly

I think this is a simple question but I have no idea how to start.

I want to use my iBook to tell my iMac - both on the same wireless network - to open iTunes and which songs to play. Sounds like the sort of thing I should be able to do but, like I already said, no idea where to start.

Can anyone put me on the right track?

iMac, Mac OS X (10.4)

Posted on Aug 28, 2007 12:33 PM

Reply
5 replies

Aug 28, 2007 12:46 PM in response to Ben Scott

This can be done by remote desktop connection / VNC. However, it can also be done via AppleScript if you like as well.

Apple Remote Desktop is a separate product, however, you can enable in the Sharing preferences to allow remote desktop connections and connect via freeware apps like Chicken of the VNC. This sill allow you to view and interact with the desktop of one machine from the other.

In the case of AppleScript, you can enable receiving Apple Remote Events on the iMac and then control iTunes (or whatever) as you would were it locally. For example:

tell application iTunes of machine "eppc://username:password@some.ip.here"
play playlist "80's Hair Bands"
end tell

Aug 29, 2007 8:22 AM in response to Rick Van Vliet

I interpretted his request as asking to control iTunes on the remote computer, not play the remote songs on his local computer. A shared library would permit you to access the music, but you wouldn't be able to control playback on another machine remotely (for example, if that machine was plugged into a stereo system with speakers located located elsewhere).

using one computer to control another - wirelessly

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.