
As skeptical as I’ve been about AppleTV, Boxee makes it look pretty damn nice. If you’re one of those who tried out this mod but have been left out in the rain by the 2.3 firmware update, this is your chance to get your unrestricted media center on again. They’re working on making the old method of installation work on the new firmware, but until then you can install Boxee manually by following the instructions in this forum post.
I’ve also copied the instructions to the “inside” of the post so click on if you have a fear of forums or something (I don’t blame you).
Credit for instructions goes of course to Tsella at the forum.
first, get latest and greatest atvusb-creator from http://code.google.com/p/atvusb-creator/downloads/list
after making a usb stick, and booting the ATV with it, you should be able to ssh into the ATV:
1. figure out the IP address of the ATV via Settings > General > Network, for this example, i will use 10.0.0.8.
2. ssh to ATV
– mac/linux: use terminal and type
Code:
Disrupt 2026: The tech ecosystem, all in one room
Your next round. Your next hire. Your next breakout opportunity. Find it at TechCrunch Disrupt 2026, where 10,000+ founders, investors, and tech leaders gather for three days of 250+ tactical sessions, powerful introductions, and market-defining innovation. Register now to save up to $400.
Save up to $300 or 30% to TechCrunch Founder Summit
1,000+ founders and investors come together at TechCrunch Founder Summit 2026 for a full day focused on growth, execution, and real-world scaling. Learn from founders and investors who have shaped the industry. Connect with peers navigating similar growth stages. Walk away with tactics you can apply immediately
Offer ends March 13.
ssh frontrow@10.0.0.8
the password is frontrow
– windows: get putty, and connect to 10.0.0.8
3. at the prompt, run the following commands, when asked for password, its frontrow:
Code:
wget http://atv-xbmc-launcher.googlecode.com/files/XBMCLauncher-0.6-debug.run
wget http://atv-xbmc-launcher.googlecode.com/svn/tags/xbmc-info/scripts/launcher-update-0.6.sh
sh launcher-update-0.6.sh XBMCLauncher-0.6-debug.run
wget http://dl.boxee.tv/boxee-0.9.4277.dmg
wget http://atv-xbmc-launcher.googlecode.com/svn/tags/boxee-info/scripts/alpha-0.9.4277_update.sh
sh alpha-0.9.4277_update.sh boxee-0.9.4277.dmg
sudo reboot
and presto, boxee is up and running.
new remote behavior:
1. long “select” switches between now playing and ui
2. long “menu” takes you home
3. back on login screen takes you out
known caveats:
1. with the update to 2.3, Apple broke a few things, one being the ability of the app to consistently appear in foreground. till this is figured out, if you run boxee, and get a black screen, you need to back out of boxee by clicking menu on the remote, and try launching boxee again.
2. under some circumstances, if upgrading an older boxee install, the remote may not work under boxee. please reboot, ssh into the ATV, and do:
Code:
rm -rf /Users/frontrow/Library/Application\ Support/BOXEE/UserData
Boom. There it is!