UPDATED: Script and Instructions in new post.
This is a little more fun then work but we’ve just upgraded our AppleTV in the office to Boxee Beta. Since Boxee Beta is not officially out yet for AppleTV I thought I’de post some condensed instructions.
The instructions have been tested and work completely on AppleTV Os version:
1. When you upgrade your AppleTV from 2 < 3 these setups will be wiped out, maybe upgrade now if you need to. Goto Settings > General > Updates and download and apply.
2. Create a patch stick, again if you haven’t already patched your Apple TV, this will give you the ability to run the installer script.
3. Open a terminal on your computer and run the following.
Dirty Code
ssh frontrow@appletv.local
wget -m -nd http://www.green-light.ca/cmn_external/app/boxee/beta/BoxeeBetaInstallScript.sh
chmod +x BoxeeBetaInstallScript.sh
./BoxeeBetaInstallScript.sh
When prompted the password should be frontrow.
4. Launch Boxee after the restart, Remove the Movies folder from local sources, or else you will be stuck in scrapers dooom. Settings –> Media –> Local Sources –> Movies
The hard work in this script is the work of Jim Willy over on the Boxee Forum. I have made some changes to automate more of the steps and move the location of some of the files that get downloaded to our own server since they were offline when I first tried to follow the instructions.
Upgrades:
Run the script again, if no new Boxee is out your just going to reinstall the same one again. Maybe i’ll try and make it smarter but not at the moment.
Dirty Code
ssh frontrow@appletv.local
./BoxeeBetaInstallScript.sh
Fix something Broken:
Pass the script the reinstall option, it will redownload and reinstall all the required components.
Dirty Code
ssh frontrow@appletv.local
./BoxeeBetaInstallScript.sh reinstall
Best of luck, and sorry but no warranties, this beta after all.
Keith