<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Auto-start XBMC on Apple TV boot</title>
	<atom:link href="http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/</link>
	<description>My Geek Life</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:32:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Guillaume Boudreau</title>
		<link>http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/comment-page-1/#comment-161</link>
		<dc:creator>Guillaume Boudreau</dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pommepause.com/online_files/xbmc_autostart_appletv.html#unique-entry-id-16#comment-161</guid>
		<description>Ah, indeed, my bad! launchctl unload is not enough. You&#039;ll need to remove or move the plist files out of /Library/LaunchAgents/:

So to uninstall:
ssh frontrow@your_appletv_ip_address
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmc.plist
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmchelper.plist
sudo mv /Library/LaunchAgents/com.teamxbmc.xbmc.plist .
sudo mv /Library/LaunchAgents/com.teamxbmc.xbmchelper.plist .
sudo reboot</description>
		<content:encoded><![CDATA[<p>Ah, indeed, my bad! launchctl unload is not enough. You&#8217;ll need to remove or move the plist files out of /Library/LaunchAgents/:</p>
<p>So to uninstall:<br />
ssh frontrow@your_appletv_ip_address<br />
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmc.plist<br />
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmchelper.plist<br />
sudo mv /Library/LaunchAgents/com.teamxbmc.xbmc.plist .<br />
sudo mv /Library/LaunchAgents/com.teamxbmc.xbmchelper.plist .<br />
sudo reboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cortez</title>
		<link>http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/comment-page-1/#comment-139</link>
		<dc:creator>Cortez</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pommepause.com/online_files/xbmc_autostart_appletv.html#unique-entry-id-16#comment-139</guid>
		<description>Uninstalled via SFTP. Found the 4 files to remove and deleted them.</description>
		<content:encoded><![CDATA[<p>Uninstalled via SFTP. Found the 4 files to remove and deleted them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Boudreau</title>
		<link>http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/comment-page-1/#comment-138</link>
		<dc:creator>Guillaume Boudreau</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pommepause.com/online_files/xbmc_autostart_appletv.html#unique-entry-id-16#comment-138</guid>
		<description>You won&#039;t be able to go back to the Finder using this. If you Quit XBMC, the LaunchAgent will just restart it.
The instructions in my comment above, i.e. typing the same commands you did to install this, but substituting &#039;load&#039; with &#039;unload&#039; will completely remove the auto-load.
If it doesn&#039;t, you typed something wrong.

&lt;strong&gt;Update&lt;/strong&gt;: Seems I was wrong!… See the new instructions I provided here to uninstall:
http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/#comment-161</description>
		<content:encoded><![CDATA[<p>You won&#8217;t be able to go back to the Finder using this. If you Quit XBMC, the LaunchAgent will just restart it.<br />
The instructions in my comment above, i.e. typing the same commands you did to install this, but substituting &#8216;load&#8217; with &#8216;unload&#8217; will completely remove the auto-load.<br />
If it doesn&#8217;t, you typed something wrong.</p>
<p><strong>Update</strong>: Seems I was wrong!… See the new instructions I provided here to uninstall:<br />
<a href="http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/#comment-161" rel="nofollow">http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/#comment-161</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cortez</title>
		<link>http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/comment-page-1/#comment-137</link>
		<dc:creator>Cortez</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pommepause.com/online_files/xbmc_autostart_appletv.html#unique-entry-id-16#comment-137</guid>
		<description>Hi. Followed the steps provided. Worked like a charm to get XBMC to launch on boot. However, I cannot close xbmc and return to the Finder it just freezes XBMC. I cannot uninstall using the info provided. Any help would be useful. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi. Followed the steps provided. Worked like a charm to get XBMC to launch on boot. However, I cannot close xbmc and return to the Finder it just freezes XBMC. I cannot uninstall using the info provided. Any help would be useful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Boudreau</title>
		<link>http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/comment-page-1/#comment-8</link>
		<dc:creator>Guillaume Boudreau</dc:creator>
		<pubDate>Thu, 06 Aug 2009 19:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pommepause.com/online_files/xbmc_autostart_appletv.html#unique-entry-id-16#comment-8</guid>
		<description>ssh frontrow@your_appletv_ip_address
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmc.plist
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmchelper.plist

i.e. &#039;unload&#039; instead of &#039;load&#039;

&lt;strong&gt;Update&lt;/strong&gt;: those instructions won&#039;t work to uninstall... See the new ones I provided here:
http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/#comment-161</description>
		<content:encoded><![CDATA[<p>ssh frontrow@your_appletv_ip_address<br />
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmc.plist<br />
launchctl unload /Library/LaunchAgents/com.teamxbmc.xbmchelper.plist</p>
<p>i.e. &#039;unload&#039; instead of &#039;load&#039;</p>
<p><strong>Update</strong>: those instructions won&#8217;t work to uninstall&#8230; See the new ones I provided here:<br />
<a href="http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/#comment-161" rel="nofollow">http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/#comment-161</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudi</title>
		<link>http://www.pommepause.com/blog/2009/07/auto-start-xbmc-on-apple-tv-boot/comment-page-1/#comment-9</link>
		<dc:creator>Rudi</dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pommepause.com/online_files/xbmc_autostart_appletv.html#unique-entry-id-16#comment-9</guid>
		<description>Tankxx for this helpfull tewak.
But, how to disable autostart xbmc at a later point?

Cheers,
Rudi</description>
		<content:encoded><![CDATA[<p>Tankxx for this helpfull tewak.<br />
But, how to disable autostart xbmc at a later point?</p>
<p>Cheers,<br />
Rudi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
