May 05, '03 08:47:00AM • Contributed by: Anonymous
First find /Applications -> Applescript -> Script Menu.menu and double-click it to put the Script Menu in your menubar. Now launch the AppleScript editor and create this script:
tell application "iTunes"
open location "daap://Your_home_mac's_IP_address"
end tell
Once you create the above script, save it as a compiled script and put it in ~/Library/Scripts and you can launch it from the script menu! As a reminder, don't forget to:- Enable sharing on iTunes in Preferences
- Leave iTunes launched and running on your home Mac
- Forward port 3689 through your firewall
