<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Morpheousmarty</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Morpheousmarty"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Morpheousmarty"/>
	<updated>2026-06-16T19:10:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Install_Kodi_on_Apple_TV_2&amp;diff=99408</id>
		<title>Archive:Install Kodi on Apple TV 2</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Install_Kodi_on_Apple_TV_2&amp;diff=99408"/>
		<updated>2015-08-05T11:42:35Z</updated>

		<summary type="html">&lt;p&gt;Morpheousmarty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[iOS]] | [[ATV2]] }}&lt;br /&gt;
{{atv2 farewell}}&lt;br /&gt;
&lt;br /&gt;
The current stable release for iOS is {{current version}}.&lt;br /&gt;
;Requirements:&lt;br /&gt;
{{#lst:Supported hardware|ATV2}}&lt;br /&gt;
* If you have any issues, be sure to read the [[iOS FAQ]]!&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
{{Kodi migration note}}&lt;br /&gt;
&lt;br /&gt;
== Installing from the command line ==&lt;br /&gt;
# Open up your [[iOS FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2. Note, you need to replace &amp;quot;YOUR.ATV2.IP.ADDRESS&amp;quot; with the IP address of the Apple TV:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;ssh root@YOUR.ATV2.IP.ADDRESS&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;ssh root@192.168.1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
# You will be asked for a password: &#039;&#039;default password is &#039;&#039;&#039;alpine&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
# Continue to enter the following commands:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;apt-get install wget&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;wget -O- &amp;lt;nowiki&amp;gt;http://apt.awkwardtv.org/awkwardtv.pub&amp;lt;/nowiki&amp;gt; | apt-key add -&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;echo &amp;quot;deb &amp;lt;nowiki&amp;gt;http://apt.awkwardtv.org/ stable main&amp;quot; &amp;gt;&amp;lt;/nowiki&amp;gt; /etc/apt/sources.list.d/awkwardtv.list&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;echo &amp;quot;deb &amp;lt;nowiki&amp;gt;http://mirrors.kodi.tv/apt/atv2 ./&amp;quot; &amp;gt;&amp;lt;/nowiki&amp;gt; /etc/apt/sources.list.d/xbmc.list&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;apt-get install org.xbmc.kodi-atv2&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;reboot&amp;lt;/pre&amp;gt;&lt;br /&gt;
And you&#039;re done! You should now be running 14.2 for Apple TV 2 (last supported version for the platform). See [[IOS FAQ#XBMC Version|here]] to verify your Kodi version.&lt;br /&gt;
&lt;br /&gt;
== Installing from NitoTV ==&lt;br /&gt;
{{notice|While this should work in theory, the official installation method for {{kodi}} is to use the command line instructions. If you have issues with any of the Nito installers then please try the command line instructions to see if that fixes the issue. Nito simply gives a GUI for those command line instructions, so it should work, but Team {{kodi}} has no control over those installers and cannot update them or see any errors from them, or anything like that.}}&lt;br /&gt;
;NitoTV on the Apple TV 2&lt;br /&gt;
# Scroll right to the NitoTV menu on the Apple TV and choose the first option &amp;quot;&#039;&#039;Install Software&#039;&#039;&amp;quot;.&lt;br /&gt;
# Scroll down the list until you see &amp;quot;&#039;&#039;Kodi-ATV2&#039;&#039;&amp;quot; and click on that.&lt;br /&gt;
# From that menu press &amp;quot;&#039;&#039;install&#039;&#039;&amp;quot; and your Apple TV will install {{kodi}} and then do a &#039;&#039;&#039;SOFT&#039;&#039;&#039; reboot (no tethered boot required).&lt;br /&gt;
# {{kodi}} will now be in your Apple TV menu, scroll right to it, click and enjoy.&lt;br /&gt;
And you&#039;re done! You should now be running {{current version}} for Apple TV 2. See [[IOS FAQ#XBMC Version|here]] to verify your {{kodi}} version.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Updating ==&lt;br /&gt;
Either update through NitoTV or issue the following commands to update:&lt;br /&gt;
# Open up your [[iOS FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;ssh root@YOUR.ATV2.IP.ADDRESS&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;ssh root@192.168.1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
# You will be asked for a password: &#039;&#039;default password is &#039;&#039;&#039;alpine&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
# Continue to enter the following commands:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;apt-get install org.xbmc.kodi-atv2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development and custom builds ==&lt;br /&gt;
{{anchor|Monthly builds|Beta|Frodo beta|Frodo RC|Beta builds|Nightly builds|Development builds}}&lt;br /&gt;
{{main|Development builds}}&lt;br /&gt;
&lt;br /&gt;
{{highlight|color=#FFB5B5| {{big|ALWAYS &#039;&#039;&#039;[[BACKUP]]&#039;&#039;&#039; YOUR &#039;&#039;&#039;[[userdata|USERDATA FOLDER]]&#039;&#039;&#039; WHEN USING DEVELOPMENT BUILDS! }} }}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Build !! Description !! URL&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Nightly build&#039;&#039;&#039; || Nightly builds are unstable test builds that have the latest bug fixes and feature additions. They are not fully tested, so anticipate issues and be sure to [[iOS FAQ#Backup|backup your userdata folder]] || http://mirrors.kodi.tv/nightlies/darwin/atv2/&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Monthly build&#039;&#039;&#039; || Monthly builds are more stable than nightly builds, but still contain lots of experimental new code. || http://mirrors.kodi.tv/snapshots/darwin/atv2/&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Betas and {{nowrap|release candidates}}&#039;&#039;&#039; || Betas and release candidates are builds that are being tested to see if they have any bugs left before becoming a stable release. Most major bugs should be fixed in these builds. || http://mirrors.kodi.tv/apt/pre-release/atv2/deb/&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Older stable builds&#039;&#039;&#039; || If you wish to download an older version of {{kodi}} for whatever reason, you can do so with these same instructions below. || http://mirrors.kodi.tv/apt/atv2/deb/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
# Open one of the above URL locations in a web browser and copy the url of the &#039;&#039;&#039;most recent file&#039;&#039;&#039; in that listing.&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;mirrors.kodi.tv/nightlies/darwin/atv2/kodi-20150120-e740097-master-atv2&#039;&#039;&#039;.deb&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Open up your [[iOS FAQ#What is SSH?|terminal/ssh application]] and enter the following command to log in to your ATV2:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;ssh root@YOUR.ATV2.IP.ADDRESS&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;ssh root@192.168.1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
# You will be asked for a password: &#039;&#039;default password is &#039;&#039;&#039;alpine&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
# Continue to enter the following commands:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;rm -f *kodi*.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;wget URL-FROM-STEP-ONE-HERE&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;wget http://&amp;lt;/nowiki&amp;gt;mirrors.kodi.tv/nightlies/darwin/atv2/kodi-20150120-e740097-master-atv2&#039;&#039;&#039;.deb&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;dpkg -i *kodi*.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;rm *kodi*.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[IOS FAQ#XBMC Version|here]] to verify your {{kodi}} version.&lt;br /&gt;
&lt;br /&gt;
{{note|To go back to a stable version of {{kodi}} you might need to first uninstall {{kodi}} and then use the normal install instructions, or manually download the stable release deb file and install using the dev build instructions.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Going from Kodi to XBMC ===&lt;br /&gt;
Due to the name change, the steps for downgrading between Kodi (starting at v14 and up) to XBMC (v13.2 and lower) requires slightly different steps:&lt;br /&gt;
&lt;br /&gt;
# Open one of the [[#Development and custom builds|above URL locations]] in a web browser and copy the url of the version you wish to install.&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;mirrors.kodi.tv/apt/atv2/deb/old/org.xbmc.xbmc-atv2_12.2-0_iphoneos-arm&#039;&#039;&#039;.deb&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Open up your [[iOS FAQ#What is SSH?|terminal/ssh application]] and enter the following command to log in to your ATV2:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;ssh root@YOUR.ATV2.IP.ADDRESS&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;ssh root@192.168.1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
# You will be asked for a password: &#039;&#039;default password is &#039;&#039;&#039;alpine&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
# Continue to enter the following commands:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;rm -f *kodi*.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;rm -f *xbmc*.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;wget URL-FROM-STEP-ONE-HERE&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:: &#039;&#039;&#039;EXAMPLE:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;wget http://&amp;lt;/nowiki&amp;gt;mirrors.kodi.tv/apt/atv2/deb/old/org.xbmc.xbmc-atv2_12.2-0_iphoneos-arm&#039;&#039;&#039;.deb&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;wget http://mirrors.kodi.tv/apt/atv2/deb/org.xbmc.xbmc-seatbeltunlock_1.0-5_iphoneos-arm.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;dpkg -i *xbmc*.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;rm *xbmc*.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[IOS FAQ#XBMC Version|here]] to verify your {{kodi}} version.&lt;br /&gt;
&lt;br /&gt;
== Uninstalling ==&lt;br /&gt;
=== Uninstalling just {{kodi}} ===&lt;br /&gt;
SSH into your Apple TV (Using the same instructions from above to login). Then run:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; apt-get remove org.xbmc.xbmc-atv2&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt; apt-get remove org.xbmc.kodi-atv2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will ask you if you want to continue:&lt;br /&gt;
&amp;lt;pre&amp;gt;The following packages will be REMOVED:&lt;br /&gt;
  org.xbmc.kodi-atv2&lt;br /&gt;
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.&lt;br /&gt;
After this operation, 0B of additional disk space will be used.&lt;br /&gt;
Do you want to continue [Y/n]?&amp;lt;/pre&amp;gt;&lt;br /&gt;
Just enter &amp;quot;Y&amp;quot; to accept and continue.&lt;br /&gt;
&lt;br /&gt;
=== Removing settings ===&lt;br /&gt;
{{kodi}} 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:&lt;br /&gt;
&amp;lt;pre&amp;gt;rm -Rf /private/var/mobile/Library/Preferences/XBMC&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;rm -Rf /private/var/mobile/Library/Preferences/Kodi&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will then be completely clear and {{kodi}} will be removed.&lt;br /&gt;
&lt;br /&gt;
=== Deleting {{kodi}} dependencies ===&lt;br /&gt;
{{kodi}} has three dependencies that it installs along with itself when you first install {{kodi}} (org.xbmc.xbmc-seatbeltunlock, gawk, bsdiff). After uninstalling {{kodi}} you can also uninstall these 3 dependencies by running this command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
apt-get remove org.xbmc.xbmc-seatbeltunlock &amp;amp;&amp;amp; apt-get remove gawk &amp;amp;&amp;amp; apt-get remove bsdiff &amp;amp;&amp;amp; apt-get remove org.xbmc.kodi-seatbeltunlock&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Helix updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:IOS|Apple TV 2]]&lt;br /&gt;
[[Category:How-to|Apple TV 2]]&lt;br /&gt;
[[Category:Installation|Apple TV2]]&lt;/div&gt;</summary>
		<author><name>Morpheousmarty</name></author>
	</entry>
</feed>