<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XBMC &#187; topfs2</title>
	<atom:link href="http://xbmc.org/author/topfs2/feed/" rel="self" type="application/rss+xml" />
	<link>http://xbmc.org</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 02:35:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Beagleboard project for GSOC 2010</title>
		<link>http://xbmc.org/topfs2/2010/05/24/beagleboard-project-for-gsoc-2010/</link>
		<comments>http://xbmc.org/topfs2/2010/05/24/beagleboard-project-for-gsoc-2010/#comments</comments>
		<pubDate>Mon, 24 May 2010 14:44:10 +0000</pubDate>
		<dc:creator>topfs2</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[BeagleBoard]]></category>
		<category><![CDATA[GSoC 2010]]></category>

		<guid isPermaLink="false">http://xbmc.org/?p=3666</guid>
		<description><![CDATA[I have been  selected by the Beagleboard community and Google to work on Google  Summer of Code 2010. My project will consist of optimizing the rendering  of XBMC for the embedded market.
The Beagleboard is an  arm based embedded device. Similar hardware can be found in the smart  phone segment, for [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000"><span style="font-family: Arial,sans-serif"><img class="alignright" style="margin-left: 15px;margin-bottom: 15px" src="http://xbmc.org/wp-content/uploads/2010/05/beagle-76x101.png" alt="" width="76" height="101" />I have been  selected by the Beagleboard community and Google to work on Google  Summer of Code 2010. My project will consist of optimizing the rendering  of XBMC for the embedded market.</span></span></p>
<p><span style="color: #000000"><span style="font-family: Arial,sans-serif">The Beagleboard is an  arm based embedded device. Similar hardware can be found in the smart  phone segment, for instance the first generation of Android based  phones. The current version of the hardware will not be able to deliver  1080p but upcoming generations might. This opens up a wonderful  possibility for XBMC.</span></span></p>
<p><span style="color: #000000"><span style="font-family: Arial,sans-serif">The problem with XBMC is that  it is just too heavy to render as is. Most of the time the interface  sits close to static and while a user would perceive this as an idle  state, XBMC is far from idle. Every frame the application renders the  interface from the ground up and no matter if the interface is  completely static this is done at 30-60 times a second! Because of this, the  project will focus on moving to an event based rendering system. This  will introduce a true idle state and will lower resource usage when the  application is idle, however this in itself is not enough. Even if a  window is static initially, a skinner can easily add non-static elements  such as scrolling text or animated images, which means we again have to  render at full frame rate. Thus lowering the actual rendering overhead  is also necessary.</span></span></p>
<p><span style="color: #000000"><span style="font-family: Arial,sans-serif">During the summer I will  keep the community updated on this blog on a weekly basis. Since some  of the content will be very technical it has been decided that only a  part of the posts will be pushed to the front page of xbmc.org. If you  are interested in getting all the updates regarding this project navigate to  the full URL for <a href="http://xbmc.org/author/topfs2/">my blog</a> as it will contain the  unfiltered posts as well. For those interesting in helping out I will be  idling in both the standard <span style="color: #000000"><span style="font-family: Arial,sans-serif">XBMC</span></span> and the beagle board IRC channels. I will  be working in a branch in the normal XBMC svn (not created yet) but  will be named gsoc-2010-beagleboard and anyone is free to check out the  progress there.</span></span></p>
<p><span style="color: #000000"><span style="font-family: Arial,sans-serif">I hope you have enjoyed this introduction and I  will end by saying that this will be a great summer for the users of  slower hardware and a grand summer for the possibility of a small,  silent, affordable and low powered device capable of delivering the full  XBMC experience!</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://xbmc.org/topfs2/2010/05/24/beagleboard-project-for-gsoc-2010/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Upgrade System from XBMC Live?</title>
		<link>http://xbmc.org/topfs2/2009/03/03/upgrade-system-from-xbmc-live/</link>
		<comments>http://xbmc.org/topfs2/2009/03/03/upgrade-system-from-xbmc-live/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 17:53:34 +0000</pubDate>
		<dc:creator>topfs2</dc:creator>
				<category><![CDATA[Frontpage]]></category>

		<guid isPermaLink="false">http://xbmc.org/topfs2/?p=24</guid>
		<description><![CDATA[Have you ever wanted to upgrade your system from your couch, not being forced to SSH in on your XBMC Live and do the long whinded sudo apt-get update &#38;&#38; sudo apt-get upgrade process?
I have, and finally after some troublesome python learning I finally made a script that does just this!
Basically you choose the script [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to upgrade your system from your couch, not being forced to SSH in on your XBMC Live and do the long whinded sudo apt-get update &amp;&amp; sudo apt-get upgrade process?<br />
I have, and finally after some troublesome python learning I finally made a script that does just this!</p>
<p>Basically you choose the script &#8216;<a href="http://en.wikipedia.org/wiki/Aptitude">Aptitude</a>&#8216; from the script section and it will download, install and configure your system. The magic of aptitude in Ubuntu is a wonderfull thing.<br />
Even if most people that have used Ubuntu for a while might know what Im talking about but the newer users of XBMC Live might not be familiar with this.</p>
<p>Basically Aptitude is the packagemanager of the OS we use in XBMC Live, it can look like the Windows Update on a fast lookover but aptitude is so much more. It handles all applications and you never need to go out and hunt your applications latest versions of the installers. In aptitude you don´t even need to go out and install the different helper libraries you sometimes have to do with windows, ever needed to download dotNet?</p>
<p>Aptitude will download, install and configure this for you. It will even tell you when a new version is out! We haven´t had this feature in XBMC live and the users have been forced to drop to terminal to do this maintenence, even though its somewhat doable it is still not even close to the feeling of a home appliance.</p>
<p><del datetime="00">For those of you that want to install the script its located in the xbmc-additions, but its not that easy to install as of yet.<br />
Basically as aptitude needs root privileges you need to allow this script (install.py) to be executed without asking for password. Hopefully XBMC we will add support for a script to call down the password dialog and then we could ask for the password making this script super easy to install.</del><br />
EDIT: This is now fixed and latest svn of the script can do this</p>
<p>When all the small issues are bug bashed (with help from users) this script will find its way into next XBMC Live release, and then users won´t need to think about how to install it.</p>

]]></content:encoded>
			<wfw:commentRss>http://xbmc.org/topfs2/2009/03/03/upgrade-system-from-xbmc-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PulseAudio and XBMC for linux</title>
		<link>http://xbmc.org/topfs2/2009/01/09/pulseaudio-and-xbmc-for-linux/</link>
		<comments>http://xbmc.org/topfs2/2009/01/09/pulseaudio-and-xbmc-for-linux/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 05:06:40 +0000</pubDate>
		<dc:creator>topfs2</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[PulseAudio]]></category>

		<guid isPermaLink="false">http://xbmc.org/topfs2/?p=20</guid>
		<description><![CDATA[Since the release of Atlantis we have had dozens of new users, and a few noted one of our weaknesses, which was PulseAudio, link to thread. People usually experienced video that ran in great speed, this was because ALSA couldn´t create a stream. And the only way of making XBMC run like it should on [...]]]></description>
			<content:encoded><![CDATA[<p>Since the release of Atlantis we have had dozens of new users, and a few noted one of our weaknesses, which was PulseAudio, <a href="http://forum.xbmc.org/showthread.php?t=40249">link to thread</a>. People usually experienced video that ran in great speed, this was because ALSA couldn´t create a stream. And the only way of making XBMC run like it should on Ubuntu was to kill PulseAudio, this is ok if you are only using the computer as a HTPC but will quickly take away the fun of having XBMC just as a media player along with the rest of the desktop, as without PulseAudio most of the other applications won´t work properly.</p>
<p>Anyway, the days of having to kill PulseAudio is now gone! in SVN we have added full native support for PulseAudio, this works in both DVDPlayer and PAPlayer. This is also a runtime drop in replacement for ALSA so if PulseAudio crashed or got killed XBMC would fallback and use ALSA. We also added a gui notification when XBMC failed to open either ALSA or PulseAudio so the user this time knows that there actually was an error without hitting the log. So if you see this please check your audiosettings and if nothing seems wrong provide a log on the forum</p>
<p><a href="http://xbmc.org/topfs2/files/2009/01/xbmcnullaudio.png" rel="shadowbox[post-1621];player=img;"><img class="alignnone size-medium wp-image-21" src="http://xbmc.org/topfs2/files/2009/01/xbmcnullaudio-300x174.png" alt="" width="300" height="174" /></a></p>
<p>A feature of PulseAudio is that it´s network transparent, and as such you can connect to a remote computer and have it play the audio. And of course we added this to XBMC, just create an advancedsettings.xml as this:</p>
<p>&lt;advancedsettings&gt;</p>
<p>&lt;audio&gt;</p>
<p>&lt;audiohost&gt;PulseAudio Server IP&lt;/audiohost&gt;</p>
<p>&lt;/audio&gt;</p>
<p>&lt;/advancedsettings&gt;</p>
<p>And it should connect to the other computer.</p>
<p>Known issues:</p>
<ul>
<li>Navigational sounds is still dependent on SDL, <code>export SDL_AUDIODRIVER=esd before entering XBMC might help.</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xbmc.org/topfs2/2009/01/09/pulseaudio-and-xbmc-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skinners can suspend and hibernate!</title>
		<link>http://xbmc.org/topfs2/2008/09/23/skinners-can-suspend-and-hibernate/</link>
		<comments>http://xbmc.org/topfs2/2008/09/23/skinners-can-suspend-and-hibernate/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 02:47:06 +0000</pubDate>
		<dc:creator>topfs2</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Suspend]]></category>

		<guid isPermaLink="false">http://xbmc.org/topfs2/?p=12</guid>
		<description><![CDATA[Just wanted to make it aware to skinners (and people wanting to tweak keymap.xml) that it is possible since beta1 to controll power management through actions.
The usefull commands are:
XBMC.Shutdown() &#8211; Will trigger your default behaviour (setup in settings -&#62; system)
XBMC.Quit() &#8211; Will quit XBMC
XBMC.Powerdown() &#8211; Will shutdown the system
XBMC.Suspend() &#8211; will suspend the system
XBMC.Hibernate() &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to make it aware to skinners (and people wanting to tweak keymap.xml) that it is possible since beta1 to controll power management through actions.<br />
The usefull commands are:</p>
<p>XBMC.Shutdown() &#8211; Will trigger your default behaviour (setup in settings -&gt; system)<br />
XBMC.Quit() &#8211; Will quit XBMC<br />
XBMC.Powerdown() &#8211; Will shutdown the system<br />
XBMC.Suspend() &#8211; will suspend the system<br />
XBMC.Hibernate() &#8211; Will hibernate the system</p>
<p>So all the skinners out there, now go and make your skins suspend and hibernate compatible!</p>
<p>disclaimer:</p>
<p>On Xbox the XBMC.Shutdown() is not choosable and will always powerdown the system.</p>
<p>On Xbox the XBMC.Quit() will do the same as XBMC.Dashboard() and both work the same throughout the plattforms.</p>
<p>On Xbox neither of XBMC.Suspend() and XBMC.Hibernate() will work due to hardware limitations, although they are perfectly safe to use (just won&#8217;t happen anything).</p>
<p>On the roadmap for atlantis+1 I will hopefully add XBMC.CanSuspend() XBMC.CanHibernate() and XBMC.CanPowerdown() so skinners don&#8217;t have to know which plattform can do what. Also to make it safe because it&#8217;s not a certain thing that all computer IRL can hibernate as it relies on HDD Space available.</p>
]]></content:encoded>
			<wfw:commentRss>http://xbmc.org/topfs2/2008/09/23/skinners-can-suspend-and-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone and XBMC, the remote of the future?</title>
		<link>http://xbmc.org/topfs2/2008/09/16/iphone-and-xbmc-the-remote-of-the-future/</link>
		<comments>http://xbmc.org/topfs2/2008/09/16/iphone-and-xbmc-the-remote-of-the-future/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 11:14:11 +0000</pubDate>
		<dc:creator>topfs2</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[XBMC Remote]]></category>

		<guid isPermaLink="false">http://xbmc.org/topfs2/?p=3</guid>
		<description><![CDATA[Pondering one would have XBMC and iPhone, wouldn&#8217;t that little touchscreen make a good remote? Narcan made one, but is it all a pipe dream or could it be the remote of the future?
In a nutshell the remote is doing querys to XBMC&#8217;s webserver and displays the result in a neat fashion, but if we [...]]]></description>
			<content:encoded><![CDATA[<p>Pondering one would have XBMC and iPhone, wouldn&#8217;t that little touchscreen make a good remote? <a href="http://forum.xbmc.org/member.php?u=29109">Narcan</a> made one, but is it all a pipe dream or could it be the remote of the future?</p>
<p>In a nutshell the remote is doing querys to XBMC&#8217;s webserver and displays the result in a neat fashion, but if we skip the technical mumbo jumbo it controls XBMC in that very apple sort of way. Which is one of the things I especially liked about it, it looks more or less exactly like the iPod mode on the iPhone.<br />
The remote downloads both thumbs and info from the library and displays them tailored for the current view, good job!</p>
<p><a href="http://xbmc.org/topfs2/files/2008/09/iphone-xbmc-library.jpg" rel="shadowbox[post-1610];player=img;"><img class="alignnone size-medium wp-image-5" src="http://xbmc.org/topfs2/files/2008/09/iphone-xbmc-library-300x83.jpg" alt="" width="450" height="124" /></a></p>
<p>I especially love the TV Show view as it really makes use of the wide icons in such a good way!</p>
<p><a href="http://forum.xbmc.org/member.php?u=29109">Narcan</a> has though about something more, at some point those views might not be enough at which point you just flip it upside down and you&#8217;ll get something that looks like an IR Remote, very thorough work indeed!</p>
<dl>
<dt><a href="http://xbmc.org/topfs2/files/2008/09/iphone-xbmc-remote.jpg" rel="shadowbox[post-1610];player=img;"><img class="size-medium wp-image-6" src="http://xbmc.org/topfs2/files/2008/09/iphone-xbmc-remote-300x211.jpg" alt="Remote mode" width="300" height="211" /></a></dt>
</dl>
<p>The Remote mode is very responsive and works very well. The only thing I miss from this view is the &#8216;home&#8217; button, something a former MCE user might miss.</p>
<p>All in all this application is very well polished and easy to set up, I would recommend it!</p>
<p>Some more tasty bits of information about this app can be found at Dave Fumberger&#8217;s (a.k.a Narcan) blog http://dave.fumberger.com/</p>
<p>A video on Youtube http://www.youtube.com/watch?v=cJJSvdM6iwA thx GrandAnse from xbmc.nu</p>
<p>And the link to iTunes AppStore <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=289316916&amp;mt=8" target="_blank">http://phobos.apple.com/WebObjects/M&#8230;289316916&amp;mt=8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xbmc.org/topfs2/2008/09/16/iphone-and-xbmc-the-remote-of-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

