Aktueller stabiler release von XBMC ist v12 Frodo
Voraussetzung um XBMC auf Apple TV 2 zu installieren:
- Apple TV 2 Version 4.x oder 5.x und mit einem Jailbreak
- SSH Client Software z.B Putty
Installation über command line:
1. Öffne das SSH Client Software und stelle eine Verbindung zu Apple TV 2 her
2. Melde dich mit Benutzername root und Passwort alpine ein
3. Gib folgende befehle nacheinander ein
apt-get install wget
wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
reboot
4. Nach dem Neustart sollte XBMC auf dem Bildschirm erscheinen
XBMC auf Apple TV 2 installieren