Archive:Install Kodi on Apple TV 2: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 39: Line 39:
#:<pre>apt-get update</pre>
#:<pre>apt-get update</pre>
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>
#:<pre>wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-0_iphoneos-arm.deb</pre>
#:<pre>dpkg -i org.xbmc.xbmc-atv2_11.0-0_iphoneos-arm.deb</pre>
#:<pre>rm org.xbmc.xbmc-atv2_11.0-0_iphoneos-arm.deb</pre>
#:<pre>reboot</pre>
#:<pre>reboot</pre>


Line 47: Line 44:


==Installing from NitoTV==
==Installing from NitoTV==
Do not install XBMC from NitoTV if you are using ATV2 software 4.x. AwkwardTV has forced an update that will break XBMC for 4.x users and refuses to remove it. Please use the command line instructions instead.
After installing NitoTV:  
<!--After installing NitoTV:  
:#Scroll right to the NitoTV menu on the Apple TV and choose the first option "''Install Software''".
:#Scroll right to the NitoTV menu on the Apple TV and choose the first option "''Install Software''".
:#Scroll down the list until you see "''XBMC-ATV2''" and click on that.
:#Scroll down the list until you see "''XBMC-ATV2''" and click on that.
:#From that menu press "''install''" and your Apple TV will install XBMC and then do a '''SOFT''' reboot (no tethered boot required).
:#From that menu press "''install''" and your Apple TV will install XBMC and then do a '''SOFT''' reboot (no tethered boot required).
:#XBMC will now be in your Apple TV menu, scroll right to it, click and enjoy.-->
:#XBMC will now be in your Apple TV menu, scroll right to it, click and enjoy.
 
<!--== Updating ==
Either update through NitoTV or issue the following commands to update:
#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2:
#:<pre>ssh [email protected]</pre>
#::'''EXAMPLE:''' <code>ssh [email protected]</code>
#You will be asked for a password: ''default password is '''alpine'''''
#Continue to enter the following commands:
#:<pre>apt-get update</pre>
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>
 
And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.
And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.
{{-}}
{{-}}
-->
 


= ATV 5.x =
= ATV 5.x =
==Installing from the command line==
==Installing from the command line==
:''This is the same build installed from the nitoTV menu, if installed.''
#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with the IP address of the Apple TV:
#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with the IP address of the Apple TV:
#:<pre>ssh [email protected]</pre>
#:<pre>ssh [email protected]</pre>
Line 83: Line 69:
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>
#:<pre>mkdir -p /Applications/XBMC.frappliance</pre>
#:<pre>mkdir -p /Applications/XBMC.frappliance</pre>
#:<pre>wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb</pre>
#:<pre>dpkg -i org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb</pre>
#:<pre>rm org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb</pre>
#:<pre>reboot</pre>
#:<pre>reboot</pre>
And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.
And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.


 
= Updating =
;ATV2 iOS 5.0 video guide:  
Either update through NitoTV or issue the following commands to update:
http://www.youtube.com/watch?v=dX1bsSL9bUw <br/>
#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2:
{{youtube|dX1bsSL9bUw}}
#:<pre>ssh [email protected]</pre>
#::'''EXAMPLE:''' <code>ssh [email protected].1.5</code>
#You will be asked for a password: ''default password is '''alpine'''''
#Continue to enter the following commands:
#:<pre>apt-get update</pre>
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>


=Nightly builds=
=Nightly builds=

Revision as of 01:23, 5 July 2012

Which version of Apple TV software do you have?
ATV2 software 4.jpg

If you have a jailbroken Apple TV 2 running versions 4.1 to 4.4.4:
Use these instructions: ATV 4.x

ATV2 software 5.jpg

If you have a jailbroken Apple TV 2 running versions 5.0 and up:
Use these instructions: ATV 5.x


The current stable release of XBMC for iOS is v11 (Eden).

Requirements


ATV 4.x

Installing from the command line

This is the same build installed from the nitoTV menu, if installed.
  1. Open up your terminal/ssh application and enter the following command to log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with the IP address of the Apple TV:
    ssh [email protected]
    EXAMPLE: ssh [email protected]
  2. You will be asked for a password: default password is alpine
  3. Continue to enter the following commands:
    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
    apt-get install org.xbmc.xbmc-atv2
    reboot

And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See here to verify your XBMC version.

Installing from NitoTV

After installing NitoTV:

  1. Scroll right to the NitoTV menu on the Apple TV and choose the first option "Install Software".
  2. Scroll down the list until you see "XBMC-ATV2" and click on that.
  3. From that menu press "install" and your Apple TV will install XBMC and then do a SOFT reboot (no tethered boot required).
  4. XBMC will now be in your Apple TV menu, scroll right to it, click and enjoy.

And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See here to verify your XBMC version.


ATV 5.x

Installing from the command line

This is the same build installed from the nitoTV menu, if installed.
  1. Open up your terminal/ssh application and enter the following command to log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with the IP address of the Apple TV:
    ssh [email protected]
    EXAMPLE: ssh [email protected]
  2. You will be asked for a password: default password is alpine
  3. Continue to enter the following commands:
    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

And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See here to verify your XBMC version.

Updating

Either update through NitoTV or issue the following commands to update:

  1. Open up your terminal/ssh application and enter the following command to log in to your ATV2:
    ssh [email protected]
    EXAMPLE: ssh [email protected]
  2. You will be asked for a password: default password is alpine
  3. Continue to enter the following commands:
    apt-get update
    apt-get install org.xbmc.xbmc-atv2

Nightly builds

Nightly builds are unstable test builds that have the latest bug fixes and feature additions. Nightly builds work with both ATV2 software version 4.x and 5.x. They are not fully tested, so anticipate issues and be sure to backup your userdata folder.

Change history: trac timeline or commit history

NOTE: You MUST install the stable version (see above) before you can install a nightly build. You only need to install the stable version once and you don't need to uninstall previous versions to upgrade (or downgrade) XBMC.

  1. Open http://mirrors.xbmc.org/nightlies/darwin/atv2/ in a web browser and copy the url of the most recent file in that listing.
    EXAMPLE: http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111202-6729214-master-atv2.deb
  2. Open up your terminal/ssh application and enter the following command to log in to your ATV2:
    ssh [email protected]
    EXAMPLE: ssh [email protected]
  3. You will be asked for a password: default password is alpine
  4. Continue to enter the following commands:
    rm -f *xbmc*.deb
    wget URL-FROM-STEP-ONE-HERE
    EXAMPLE: wget http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111202-6729214-master-atv2.deb
    dpkg -i *xbmc*.deb
    rm *xbmc*.deb

And you're done! You should now have the latest nightly build of XBMC for ATV2. See here to verify your XBMC version.

Uninstalling

Uninstalling just XBMC

SSH into your Apple TV (Using the same instructions from above to login). Then run:

 apt-get remove org.xbmc.xbmc-atv2

It will ask you if you want to continue:

The following packages will be REMOVED:
  org.xbmc.xbmc-atv2
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?

Just enter "Y" to accept and continue.

Removing settings

XBMC will uninstall from your Apple TV but will leave certain things (databases and everything in your userdata folder) behind to make it easier if you wanted to reinstall. To delete those also run:

rm -Rf /private/var/mobile/Library/Preferences/XBMC

This will then be completely clear and XBMC will be removed.

Deleting XBMC dependencies

XBMC has three dependencies that it installs along with itself when you first install XBMC (org.xbmc.xbmc-seatbeltunlock, gawk, bsdiff). After uninstalling XBMC you can also uninstall these 3 dependencies by running this command:

apt-get remove org.xbmc.xbmc-seatbeltunlock && apt-get remove gawk && apt-get remove bsdiff

Template:XBMC wiki toc