<?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>gHacks technology news &#187; media center</title>
	<atom:link href="http://www.ghacks.net/tag/media-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Xbox Media Center on Linux</title>
		<link>http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/</link>
		<comments>http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:04:09 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video playback]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17827</guid>
		<description><![CDATA[The Xbox Media Center arrived in 2004 and became popular so quickly that it became clear more ports would be needed. So the XBMC team allowed this tool to evolve into a cross platform media center that would run on just about anything you can think of.  But, of course, the purpose of this article [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="XBMC" href="http://xbmc.org/" target="_blank">Xbox Media Center</a> arrived in 2004 and became popular so quickly that it became clear more ports would be needed. So the XBMC team allowed this tool to evolve into a cross platform media center that would run on just about anything you can think of.  But, of course, the purpose of this article is to install XBMC on Linux. Although XBMC can be installed on most Linux distributions, the Ubuntu installation is the least painful. I&#8217;ll first illustrate the installation on Ubuntu and then on Fedora. Once installed, you will find XBMC meets many (if not all) of your media center needs similar to that of Windows Media Center.</p>
<p>Of course, ideally, you will want to install XBMC on a machine intended for multi-media use. It will work on lower-end video cards, but the interface will be somewhat slower. For a complete listing of supported hardware check out the <a title="XBMC supported hardware" href="http://xbmc.org/wiki/?title=Supported_hardware" target="_blank">XBMC hardware page</a>. Now, let&#8217;s get on with the installation.</p>
<p><span id="more-17827"></span><strong>Ubuntu</strong></p>
<p>I will give you a warning here: The most recently supported Ubuntu is 8.10. That does not, however, mean it will not install on anything later. I have XBMC installed and working fine on Ubuntu 9.04. With that in mind here are the installation steps for Ubuntu.</p>
<p>Open up your <strong>/etc/apt/sources.list</strong> file and add the following to the end:<br />
<code>deb http://ppa.launchpad.net/team-xbmc-hardy/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/team-xbmc-hardy/ubuntu hardy main</code></p>
<p>Save that file and then issue the command:</p>
<p><em>sudo apt-get update</em></p>
<p>Once the update is complete issue the following command:<br />
<em> </em></p>
<p><em>sudo apt-get install xbmc</em></p>
<p>If you want to install extra skins, issue this command:</p>
<p><em>sudo apt-get install xbmc-skin-*</em></p>
<div id="attachment_17833" class="wp-caption alignleft" style="width: 190px"><a rel="attachment wp-att-17833" href="http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/xbmc/"><img class="size-thumbnail wp-image-17833" src="http://www.ghacks.net/wp-content/uploads/2009/10/xbmc-300x300.png" alt="Figure 1" width="180" height="180" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>You will find the XBMC menu entry in the Sound And Video sub-menu of the Applications menu. When XBMC opens you will see a very user-friendly interface (see Figure 1).</p>
<p>Now it&#8217;s time for a less than user-friendly installation. Because there have been no rpm files created for Fedora, the installation requires a number of steps which will lead you to compiling XBMC. These steps will work for Fedora 8, 9, and 10 as well as CentOS 5.2. Here we go. NOTE: You will need to be the root user for this installation.</p>
<p>If you don&#8217;t already have Subversion install, do so now with the command:</p>
<p><em>yum install subversion</em></p>
<p>Once Subversion is installed, check out XBMC from subversion with the command:</p>
<p><em>svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk</em></p>
<p>Now install the rpmfusion repository with one of the following commands:</p>
<p>Fedora:</p>
<p><em>rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm</em></p>
<p>and</p>
<p><em>rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rmpfusion-nonfree-release-stable.noarch.r</em>pm</p>
<p>CentOS 5 (32 bit):<br />
<em>rpm -Uvh http://apt.sw.be/redhat/e15/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.e15.rf.i386.rpm</em></p>
<p>CentOS 5 (64 bit):</p>
<p><em>rpm -Uvh http://apt.sw.be/redhat/e15/en/x86_64/rpmforge/RPMS/rpmforge-release-0.3.6-1.e15.rf.x86_64.rpm</em></p>
<p>Now the fun begins. This installation command is all one line:<br />
<code>yum install SDL* glew glew-devel libmad-devel tre tre-devel libogg libogg-devel libvorbis libvorbis-devel boost boost-devel bzip2-devel bzip2-libs fribidi* lzo lzo-devel mysql-libs mysql-devel jasper jasper-devel faac faac-devel enca enca-devel hal hal-devel hal-libs cmake gperf nasm libXmu-devel fontconfig-devel freetype-devel libXinerama-devel pcre-devel gcc-c++ sqlite-devel curl-devel mysql-devel libcdio-devel libmms-devel faad2-devel flac-devel libsmbclient-devel libXtst-devel</code></p>
<p>The next step creates a symbolic link for the libmysqlclient.so file. The command is one of these two (depending upon your architecture):</p>
<p>For i386:</p>
<p><em>sudo ln -s /usr/lib/mysql/libmysqlclient.so.15.0.0 /usr/lib/libmysqlclient.so </em></p>
<p>For x64:<br />
<em>sudo ln -s /usr/lib64/mysql/libmysqlclient.so.15.0.0 /usr/lib64/libmysqlclient.so</em></p>
<p>Now cd into the XBMC directory (should be in the directory you are currently working in) and issue the following commands:</p>
<p><em>./bootstrap</em></p>
<p>and</p>
<p><em>./configure</em></p>
<p>and</p>
<p><em>make</em></p>
<p>If you see an error related to jpegint.h, then you might have to issue the following command:</p>
<p><em>cp XBMC/xbmx/lib/cximage-6.0/jpeg/jpegint.h /usr/include</em></p>
<p>If you have to issue the above command, then issue the <em>make </em>command again.</p>
<p>Finally issue the command:</p>
<p><em>make install</em></p>
<p>And XBMC will install.</p>
<p>On Fedora distributions you might have an issue with SELinux. If so you will need to issue the following commands:<br />
<code>chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/avutil-50-i486-linux.so'<br />
chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so'<br />
chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so'<br />
chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/swscale-0.6.1-i486-linux.so'</code></p>
<p>That&#8217;s it for the Fedora/CentOS installation. You should find XBMC in your Video menu. If you can&#8217;t seem to find a menu entry you can always enter <em>xbmc </em>in either a terminal window or the run dialog.</p>
<p><strong>Final thoughts</strong></p>
<p>XBMC is an outstanding media center software. It will play your CDs and DVDs flawlessly. If you have the hardware for this software, it is a much better solution than most other Linux video solutions.</p>

	Tags: <a href="http://www.ghacks.net/tag/media-center/" title="media center" rel="tag">media center</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/video-playback/" title="video playback" rel="tag">video playback</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/14/xbox-media-center-cross-platform-alpha/" title="Xbox Media Center Cross Platform Alpha (August 14, 2008)">Xbox Media Center Cross Platform Alpha</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/11/20/xbmc-media-center-final/" title="XBMC Media Center Final (November 20, 2008)">XBMC Media Center Final</a> (13)</li>
	<li><a href="http://www.ghacks.net/2006/09/02/the-perfect-multimedia-device/" title="The perfect multimedia device (September 2, 2006)">The perfect multimedia device</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/04/09/ten-video-sharing-services-compared/" title="Ten Video Sharing Services Compared (April 9, 2006)">Ten Video Sharing Services Compared</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/09/08/smplayer-0551/" title="SMPlayer 0.5.51 (September 8, 2007)">SMPlayer 0.5.51</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>XBMC Media Center Final</title>
		<link>http://www.ghacks.net/2008/11/20/xbmc-media-center-final/</link>
		<comments>http://www.ghacks.net/2008/11/20/xbmc-media-center-final/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:55:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media center pc]]></category>
		<category><![CDATA[media PC]]></category>
		<category><![CDATA[movie player]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[XBMC Media Center]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8412</guid>
		<description><![CDATA[The final version of the XBMC has been out for a while now. We covered an alpha release back in August and it is time to check on the final release and promote the product further. It may sound a bit biased but I&#8217;m using the XBMC for years on my old modded Microsoft Xbox [...]]]></description>
			<content:encoded><![CDATA[<p>The final version of the XBMC has been out for a while now. We covered an alpha release back in August and it is time to check on the final release and promote the product further. It may sound a bit biased but I&#8217;m using the XBMC for years on my old modded Microsoft Xbox system. While it has seen some gaming in the past the main reason for modding the system was to add the XBMC to the Xbox to be able to watch movies and videos that have been ripped or downloaded on the television and not on the computer.</p>
<p><a href="http://xbmc.org/home/">XBMC</a> has been expanded since then and it can now be installed on various platforms including Windows, Linux or Macintosh computers. It is intended to be used for media PCs (like the Xbox but with additional features) that stream the media to the television but it can be installed on any computer meeting the requirements obviously. </p>
<p>The interface has been designed with usability and wow effect in mind. Links to video, music, images, settings and plugins are available from the main menu. The first three entries lead to similar sections of the media center. The user has to first pick at least one data folder that contains files that can be read by the player. This takes a few seconds at most and it is possible to navigate with the keyboard, mouse or gamepad in the menus.</p>
<p><span id="more-8412"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/xbmc_media_center-500x280.jpg" alt="xbmc media center" title="xbmc media center" width="500" height="280" class="alignnone size-medium wp-image-8413" /></p>
<p>The media center will pick up metadata automatically but it can also search the Internet for additional information like movie posters, plot summaries or actors. </p>
<p>Plugins enhance the system further. They can add all kinds of new functions to the system like games, communication, news and service integration (Youtube, Apple Trailers, Podcasts).</p>

	Tags: <a href="http://www.ghacks.net/tag/media-center/" title="media center" rel="tag">media center</a>, <a href="http://www.ghacks.net/tag/media-center-pc/" title="media center pc" rel="tag">media center pc</a>, <a href="http://www.ghacks.net/tag/media-pc/" title="media PC" rel="tag">media PC</a>, <a href="http://www.ghacks.net/tag/movie-player/" title="movie player" rel="tag">movie player</a>, <a href="http://www.ghacks.net/tag/music-player/" title="music player" rel="tag">music player</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/xbmc/" title="xbmc" rel="tag">xbmc</a>, <a href="http://www.ghacks.net/tag/xbmc-media-center/" title="XBMC Media Center" rel="tag">XBMC Media Center</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/14/xbox-media-center-cross-platform-alpha/" title="Xbox Media Center Cross Platform Alpha (August 14, 2008)">Xbox Media Center Cross Platform Alpha</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/07/07/vlc-media-player-1-0-released/" title="VLC Media Player 1.0 Released (July 7, 2009)">VLC Media Player 1.0 Released</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/07/04/trout-is-a-lightweight-free-music-player/" title="Trout Is A Lightweight Free Music Player (July 4, 2009)">Trout Is A Lightweight Free Music Player</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/19/songbird-1-2/" title="Songbird 1.2 (June 19, 2009)">Songbird 1.2</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/09/26/music-player-jaangle/" title="Music Player Jaangle (September 26, 2009)">Music Player Jaangle</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/20/xbmc-media-center-final/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Xbox Media Center Cross Platform Alpha</title>
		<link>http://www.ghacks.net/2008/08/14/xbox-media-center-cross-platform-alpha/</link>
		<comments>http://www.ghacks.net/2008/08/14/xbox-media-center-cross-platform-alpha/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 21:54:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[entertainment hub]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media PC]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xbmc windows]]></category>
		<category><![CDATA[xbox media center]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6171</guid>
		<description><![CDATA[I bought my shiny green limited edition Xbox when it came out, put a modchip inside and replaced the hard drive with a 120 Gigabyte drive. The first application that I put onto it was XBMC, the Xbox Media Center, which functions as my main entertainment hub ever since. I usually drop movies on it [...]]]></description>
			<content:encoded><![CDATA[<p>I bought my shiny green limited edition Xbox when it came out, put a modchip inside and replaced the hard drive with a 120 Gigabyte drive. The first application that I put onto it was <a href="http://xbmc.org/home/">XBMC</a>, the Xbox Media Center, which functions as my main entertainment hub ever since. I usually drop movies on it once every while and replace old ones because the hard drive has limited space but it gives me the pleasure of viewing movies that I download or rip on my LCD television and not my computer. I never really liked watching movies on the computer either.</p>
<p>That Xbox Media Center is apparently going cross plattform and a early alpha release is available for Windows, Macintosh and Linux. The funny thing is that you can download all three releases but not the Xbox release from the website because of legal reasons. I still think that Microsoft should hire those guys and make the XBMC the default media application of the Xbox.</p>
<p>It is clearly aimed at media PCs that are used in the living room but it can also be started from any computer that runs a supported operating system. Users who know XBMC from their Xbox will feel familiar with the interface because it looks pretty much alike, only that the gamepad navigation was replaced with mouse navigation.</p>
<p><span id="more-6171"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/xbox_media_center-500x400.jpg" alt="xbox media center" title="xbox media center" width="500" height="400" class="alignnone size-medium wp-image-6172" /></p>
<p>XBMC is fully skinable, supports plugins that can be downloaded from <a href="http://www.xbmcscripts.com/">XBMCScripts</a> like tv guides, games, communication plugins and media plugins. It does come with two scripts, a Tetris game and Apple Trailers which provides access to the vast Apple movie trailers archive which means you can access nearly 1750 movie trailers from within the interface.</p>
<p>The media player plays pretty much everything that you throw at it and supports audio formats and pictures as well. It&#8217;s a great application, probably the best media center software ever released.</p>

	Tags: <a href="http://www.ghacks.net/tag/entertainment-hub/" title="entertainment hub" rel="tag">entertainment hub</a>, <a href="http://www.ghacks.net/tag/media-center/" title="media center" rel="tag">media center</a>, <a href="http://www.ghacks.net/tag/media-pc/" title="media PC" rel="tag">media PC</a>, <a href="http://www.ghacks.net/tag/xbmc/" title="xbmc" rel="tag">xbmc</a>, <a href="http://www.ghacks.net/tag/xbmc-windows/" title="xbmc windows" rel="tag">xbmc windows</a>, <a href="http://www.ghacks.net/tag/xbox-media-center/" title="xbox media center" rel="tag">xbox media center</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/20/xbmc-media-center-final/" title="XBMC Media Center Final (November 20, 2008)">XBMC Media Center Final</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/" title="Xbox Media Center on Linux (October 28, 2009)">Xbox Media Center on Linux</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/07/07/media-player-classic-home-cinema/" title="Media Player Classic Home Cinema (July 7, 2008)">Media Player Classic Home Cinema</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/15/enable-dvd-library-windows-media-center/" title="Enable DVD Library in Windows Media Center (May 15, 2008)">Enable DVD Library in Windows Media Center</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/08/11/boxee/" title="Boxee (August 11, 2008)">Boxee</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/14/xbox-media-center-cross-platform-alpha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enable DVD Library in Windows Media Center</title>
		<link>http://www.ghacks.net/2008/05/15/enable-dvd-library-windows-media-center/</link>
		<comments>http://www.ghacks.net/2008/05/15/enable-dvd-library-windows-media-center/#comments</comments>
		<pubDate>Thu, 15 May 2008 15:28:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dvd library]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media center tips]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[video_ts]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4138</guid>
		<description><![CDATA[I came in contact with a Windows Media Center PC only recently, specifically with Microsoft&#8217;s Windows XP Media Center Edition 2005. I noticed that it did not recognize DVDs that were stored on the hard drive of the computer which was kinda odd for a Media Center. 
Well a little research revealed a Registry setting [...]]]></description>
			<content:encoded><![CDATA[<p>I came in contact with a Windows Media Center PC only recently, specifically with Microsoft&#8217;s Windows XP Media Center Edition 2005. I noticed that it did not recognize DVDs that were stored on the hard drive of the computer which was kinda odd for a Media Center. </p>
<p>Well a little research revealed a Registry setting that would enable the option to enable the DVD library in Windows Media Center 2005. That DVD Library can store the DVDs that are stored on the hard drive in a Video_TS folder.</p>
<p>Here are the steps that are needed to enable the DVD Library feature. Exit the Media Center application and start the Windows Registry Editor by using the shortcut Windows R, regedit, enter.</p>
<p><span id="more-4138"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/dvd_library_windows_media_center-300x176.jpg" alt="dvd library windows media center" title="dvd library windows media center" width="300" height="176" class="alignnone size-medium wp-image-4139" /></p>
<p>Now navigate to the Registry key HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Media Center \Settings \DvdSettings and edit the value ShowGallery. Change the value from Play to Gallery.</p>

	Tags: <a href="http://www.ghacks.net/tag/dvd-library/" title="dvd library" rel="tag">dvd library</a>, <a href="http://www.ghacks.net/tag/media-center/" title="media center" rel="tag">media center</a>, <a href="http://www.ghacks.net/tag/media-center-tips/" title="media center tips" rel="tag">media center tips</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/registry-tips/" title="registry tips" rel="tag">registry tips</a>, <a href="http://www.ghacks.net/tag/video_ts/" title="video_ts" rel="tag">video_ts</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/15/block-installation-of-windows-xp-sp3-and-vista-sp1/" title="Block installation of Windows XP SP3 and Vista SP1 (May 15, 2008)">Block installation of Windows XP SP3 and Vista SP1</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/02/09/allow-users-to-format-removable-hard-disks-in-windows-xp/" title="Allow users to format removable hard disks in Windows XP (February 9, 2008)">Allow users to format removable hard disks in Windows XP</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/zune-does-not-allow-to-share-all-songs/" title="Zune does not allow to share all songs (January 20, 2007)">Zune does not allow to share all songs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/04/23/yuck-new-windows-vista-ultimate-extras/" title="Yuck new Windows Vista Ultimate Extras (April 23, 2008)">Yuck new Windows Vista Ultimate Extras</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/15/enable-dvd-library-windows-media-center/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
