<?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>MakeUseOf &#187; media center</title>
	<atom:link href="http://www.makeuseof.com/tags/media-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Add Your Podcast Feeds To Your XBMC Media Center</title>
		<link>http://www.makeuseof.com/tag/add-podcast-feeds-xbmc-media-center/</link>
		<comments>http://www.makeuseof.com/tag/add-podcast-feeds-xbmc-media-center/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:01:26 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98963</guid>
		<description><![CDATA[Get access to your favorite podcasts, video or audio, using XBMC. You don't need any plugin to listen to podcasts, but the method of doing so isn't entirely obvious and the official documentation isn't exactly helpful. I spent two weeks playing around with plugins that didn't really help before stumbling upon this method, so I feel like I should share it.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xbmc-podcast-icon.png?323f2c" alt="" />Get access to your favorite <a href="http://www.makeuseof.com/tags/podcast/">podcasts</a>, video or audio, using XBMC. Whether you want to listen to <a href="http://technophiliapodcast.com/">Technophilia</a> or <a href="http://www.makeuseof.com/tag/5-podcasts-check/">a podcast that&#8217;s actually good</a>, XBMC has you covered in a roundabout way.</p>
<p>You don&#8217;t need any plugin to listen to podcasts, but the method of doing so isn&#8217;t entirely obvious and the <a href="http://wiki.xbmc.org/index.php?title=RSS_Feeds">official documentation</a> isn&#8217;t exactly helpful. I spent two weeks playing around with plugins that didn&#8217;t really help before stumbling upon this method, so I feel like I should share it.</p>
<p>Simply put, there are no good plugins, as of this writing, for managing your podcasts in XBMC, but there is a way to listen to and watch podcasts by default. Your <a href="http://www.makeuseof.com/tags/media-center/">media center</a> will be way better if you do this.</p>
<h2>Adding Your Podcast Using The GUI</h2>
<p>So what&#8217;s the trick? Basically, it&#8217;s adding the RSS feed as a media source. I know, it&#8217;s not intuitive. The media source menu seems like a place to add folders with media files and nothing else, but that&#8217;s simply not the case.</p>
<p>Head to the &#8220;<em>File</em>&#8221; menu of the music or video section of XBMC, depending on what sort of podcast you are adding. Then click &#8220;<em>Add Source.</em>&#8221; Instead of adding a folder on your computer, type the RSS feed yourself, beginning with &#8220;<em>rss://&#8221;</em> instead of <em>&#8220;http://&#8221;</em>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xmbc-podcast-add.png?323f2c" alt="" width="580" height="304" /></p>
<p>So far as I can tell, you can&#8217;t paste the URL into XBMC, meaning you&#8217;ll have to type the URL by hand. Keep reading if this is too much work; there&#8217;s another method.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xmbc-podcast-sources.png?323f2c" alt="" width="580" height="234" /></p>
<p>Repeat the process for all of your podcasts, being sure to put video and audio podcasts in their proper places. That&#8217;s it; you can now stream music from your podcasts by browsing the &#8220;<em>File</em>&#8221; section whenever you like.</p>
<h2>Editing Sources.xml</h2>
<p>Do you prefer editing a text file rather than messing around with the GUI? That makes sense. You can manually add your sources in Sources.xml, if you&#8217;re geeky enough to figure it out.</p>
<p>Where is Sources.xml? It depends what operating system you&#8217;re using. Here&#8217;s the list:</p>
<ul>
<li><strong>Windows XP:</strong> <em>Documents and Settings\Application Data\XBMC\userdata\</em><br />
<strong></strong></li>
<li><strong>Vista/Windows 7:</strong> <em>Users\\AppData\Roaming\XBMC\userdata\</em><br />
<strong></strong></li>
<li><strong>Mac OS X:</strong> <em>/Users//Library/Application Support/XBMC/userdata/</em><br />
<strong></strong></li>
<li><strong>iOS:</strong><em> /private/var/mobile/Library/Preferences/XBMC/userdata/</em><br />
<strong></strong></li>
<li><strong>Linux:</strong> <em>$HOME/.xbmc/userdata/</em></li>
</ul>
<p>Once you&#8217;ve found the file, you&#8217;re going to need to add code. Use this code:</p>
<p><code>&lt;source&gt;<br />
&lt;name&gt;RSS Feed&lt;/name&gt;<br />
&lt;path&gt;rss://&lt;/path&gt;<br />
&lt;/source&gt;<br />
</code></p>
<p>You&#8217;re going to need to replace &#8220;<em>RSS Feed</em>&#8221; with the name of your podcast, and <em>&#8220;rss://</em>&#8221; with the URL of your podcast. Remember: you need to replace &#8220;<em>http://</em>&#8221; with &#8220;<em>rss://</em>&#8221; or this may not work. You&#8217;re also going to want to make sure that audio podcasts are within this &lt;music&gt; tag, while video ones are within the &lt;video&gt; tag.</p>
<p>Are you confused by this method? Stick to the GUI, then, but know that learning this can save you time.</p>
<h2>Using The Favorites</h2>
<p>Once you&#8217;ve added your podcasts you&#8217;re going to want to browse them regularly. They&#8217;ll be a lot easier to find if you add them to your favorites. Doing so is easy &#8211; simply right-click on the podcast in the &#8220;<em>File</em>&#8221; menu, or press the &#8220;C&#8221; key while the podcast is selected. Then click &#8220;<em>Add to Favorites</em>&#8221;</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xmbc-podcast-favorite.png?323f2c" alt="" width="580" height="232" /></p>
<p>You can add just about anything to your favorites, including <a href="http://www.makeuseof.com/tag/5-amazing-addons-xbmc-media-center/">shows and sections from addons</a> and even <a href="www.makeuseof.com/tag/watch-hulu-tv-shows-movies-xbmc/">shows on Hulu</a>, so this menu will quickly become the center of your media center.</p>
<h2>Conclusion</h2>
<p>XBMC is complicated, but rewarding. Adding podcasts is no exception. I don&#8217;t know why this needed to be so hard, but I really like having access now that I figured it out. I hope I&#8217;ve helped you solve a problem too.</p>
<p>What podcasts do you like to watch or listen to on your media center? Share, along with any other thoughts, in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/add-podcast-feeds-xbmc-media-center/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Watch Hulu TV Shows &amp; Movies In XBMC [US Only]</title>
		<link>http://www.makeuseof.com/tag/watch-hulu-tv-shows-movies-xbmc/</link>
		<comments>http://www.makeuseof.com/tag/watch-hulu-tv-shows-movies-xbmc/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 20:31:05 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[movie streaming]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[tv shows]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98095</guid>
		<description><![CDATA[Watch TV shows and movies from Hulu without leaving the comfort of your couch. If you've got an XBMC media center you'd be silly to not install this plugin (assuming you live in the US: Hulu is still blocked in all other countries). A couple weeks ago I discovered that Boxee on the desktop is dead. I was disappointed, but was thrilled to discover that XBMC is not only a capable replacement but better than Boxee.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hulu-xbmc-icon.png?323f2c" alt="watch full movie hulu" />Watch TV shows and movies from <a href="http://www.makeuseof.com/tags/hulu/">Hulu</a> without leaving the comfort of your couch. If you&#8217;ve got an XBMC media center you&#8217;d be silly to not install this plugin (assuming you live in the US: Hulu is still blocked in all other countries).</p>
<p>A couple weeks ago I discovered that <a href="http://www.makeuseof.com/tag/boxee-desktop/">Boxee on the desktop is dead</a>. I was disappointed, but was thrilled to discover that XBMC is not only a capable replacement but better than Boxee once you collect some <a href="http://www.makeuseof.com/tag/5-amazing-addons-xbmc-media-center/">amazing add-ons</a>. What I didn&#8217;t get working right away was Hulu. So I used the <a href="http://www.makeuseof.com/tag/hulu-desktop-instant-tv-shows-and-movies-on-your-large-screen/">Hulu desktop</a> for that, despite its many faults. No longer. Thanks to a very quick and capable plugin from the Bluecop repository, I now have full access to Hulu from within XBMC. I can even turn off ads if I want, although I don&#8217;t think I will.</p>
<h2>Using Hulu In XBMC</h2>
<p>Load this plugin and you can start browsing immediately. Not sure where to start? Click &#8220;<em>Popular</em>&#8220;.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hulu-popular.png?323f2c" alt="watch full movie hulu" width="580" height="242" /></p>
<p>From here you can pick to browse popular shows, episodes or movies. Pull up popular shows and you&#8217;ll see a pretty great example of Hulu&#8217;s selection:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hulu-shows.png?323f2c" alt="how to watch hulu on tv" width="580" height="182" /></p>
<p>I know: this looks pixelated. It looks much better on a TV screen, if that matters.</p>
<p>Anyway, you can pick a show you want to watch and you&#8217;ll see the free episodes available, typically about six.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hulu-parks.png?323f2c" alt="how to watch hulu on tv" width="580" height="185" /></p>
<p>Are you a paying Hulu Plus user? Be sure to log in and get access to complete seasons for a staggering number of shows. You can do this in the settings, where you can also configure the advertising options:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hulu-ads.png?323f2c" alt="watch full movie hulu" width="580" height="251" /></p>
<p>That&#8217;s right, this plugin gives you total freedom to customize when and whether you see advertisements. Remember, if Hulu is to remain free it&#8217;s vital that people watch the ads, so use this feature wisely or you might end up ruining the fun for everyone.</p>
<h2>Installing The Hulu Plugin</h2>
<p>Do you want to check this plugin out? There&#8217;s only a few steps you need to follow.</p>
<ul>
<li>First of all, on your XBMC computer, download the ZIP file of the <a href="http://code.google.com/p/bluecop-xbmc-repo/downloads/list">Bluecop Repo</a>.</li>
<li>Next, open up XBMC and head to the settings, then to the &#8220;<em>Add-Ons</em>&#8221; section. Pick the option to add a plugin via a ZIP file, then browse to the ZIP file you downloaded.</li>
<li>Finally, head to the &#8220;<em>Add Add-Ons</em>&#8221; section of the settings menu. You&#8217;ll find &#8220;<em>Hulu&#8221;</em> under &#8220;<em>Video</em>&#8220;. You may need to restart XBMC before it shows up, so don&#8217;t panic if you don&#8217;t see it. Install Hulu and enjoy your newfound television-related happiness.</li>
</ul>
<p>Joyful outbursts of laughter, similar to those of a a child with a new video game console at Christmas, are an acceptable reaction but by no means mandatory. Enjoy the free TV shows.</p>
<h2>Conclusion &#8211; Adding To Favorites</h2>
<p>Want quick access to your favorite shows? You can add them to your XBMC favorites easily: just right-click or press &#8220;C&#8221;  on any show and you can add the show to your XBMC favorites. This means you&#8217;ll have a quick shortcut to to your show, though where this shortcut lives depends on your XBMC theme.</p>
<p>So, is this plugin useful for you? As always I&#8217;d be happy to hear from you, and to hear of any other add-ons I need to check out. I learn a lot from you guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/watch-hulu-tv-shows-movies-xbmc/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>5 Amazing Add-Ons For The XBMC Media Center</title>
		<link>http://www.makeuseof.com/tag/5-amazing-addons-xbmc-media-center/</link>
		<comments>http://www.makeuseof.com/tag/5-amazing-addons-xbmc-media-center/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 20:01:22 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media player]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=97116</guid>
		<description><![CDATA[Make XBMC even better by adding these amazing add-ons. Whether you're into TV, sports or gaming, these plugins will help you get the most out of your television. Last time, I lamented the end of Boxee on the desktop, but I got over it quickly when I started using XBMC. It's the software Boxee is based on, and it's fun to use.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/xbmc-icon.jpg?323f2c" alt="xbmc media center" />Make XBMC even better by adding these amazing add-ons. Whether you&#8217;re into TV, sports or gaming, these plugins will help you get the most out of your television.</p>
<p>Last time, I lamented <a href="http://www.makeuseof.com/tag/boxee-desktop">the end of Boxee on the desktop</a>, but I got over it quickly when I started using XBMC. It&#8217;s the software Boxee is based on, and it&#8217;s fun to use. Sure, where Boxee is clean and organized, XBMC can be chaotic and hackerish, but that&#8217;s part of the fun. But the real fun comes when you discover the various plugins you can add to this system. I&#8217;ve been digging in the past couple of weeks, and was surprised to find very few of these great plugins are written up anywhere.</p>
<p>So here they are &#8211; the best plugins for the XBMC media center I&#8217;ve found so far. Try them out, and point out anything better in the comments below.</p>
<h2>Adding Repos</h2>
<p>Before we get to the fun part, a brief explanation of repositories. Installing these is important if you want to get updates for your plugins, but happily it is very easy to do. All you need to do is download a ZIP file, then point XBMC towards it. You can do this in the settings: just head to the &#8220;<em>Add-Ons</em>&#8221; section, then select &#8220;<em>Add from ZIP file</em>.&#8221;</p>
<p>Once you&#8217;ve added the repository you&#8217;ll be able to install the software from it, though I&#8217;ve sometimes needed to restart XBMC to see the new plugins. That wasn&#8217;t so bad, was it?</p>
<h2>NaviX</h2>
<p>If you want to browse, watch and download videos from across the Internet, this is where you should start. NaviX is a collection of user-generated playlists that <a href="http://www.makeuseof.com/tag/navix-ultimate-internet-media-source-xbmc-boxee">we&#8217;ve covered before</a>. You can find pretty much anything here.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/02/navix-main.png" alt="xbmc media center" width="580" height="286" /></p>
<p><a href="http://website.navi-x.org/downloads.html">Download NaviX</a> and you&#8217;ll find it under &#8220;<em>Programs</em>&#8220;.</p>
<h2>Free Cable</h2>
<p>Do you want to watch content from TV networks around the US? This is the plugin you&#8217;re looking for. Featuring streams from NBC, FX, CBS, SyFy, USA Network and more, this plugin gives access to lots of American television content.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/xbmc-freecable.png?323f2c" alt="xbmc tips" width="579" height="284" /></p>
<p>You&#8217;ll need to install the <a href="Repo:  http://code.google.com/p/bluecop-xbmc-repo/downloads/detail?name=repository.bluecop.xbmc-plugins.zip">Bluecop Repository</a> to install this add on. Once you do, you&#8217;ll find &#8220;<em>Free Cable</em>&#8221; in the video section of the add-on menu.</p>
<h2>PsuedoTV</h2>
<p>Imagine TV stations with only shows you like and no commercials. That&#8217;s the fun of PsuedoTV, a plugin that brings the mindlessness of channel surfing to your personal media collection.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/xbmc-psuedotv-e1326305620367.png?323f2c" alt="xbmc tips" width="580" height="260" /></p>
<p>The best criticism of media center software is how active it is. You, yourself, need to pick what you want to watch, as opposed to TV where you can mindlessly channel surf. If you just want to relax and just watch whatever for a while this is the plugin for you. It makes up TV channels based on the shows and movies in your collection, and you&#8217;ll never know what you&#8217;ll stumble upon.</p>
<p>You&#8217;ll find this add-on under &#8220;<em>Programs</em>&#8221; in the add-on menu, and there&#8217;s no need to add a repository.</p>
<h2>Rom Launcher</h2>
<p>Have a ROM collection? You&#8217;ll want this plugin, which lets you browse all of your ROMs from within XBMC. It even collects cover art and game descriptions:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/xbmc-roms.png?323f2c" alt="xbmc tips" width="579" height="226" /></p>
<p>You don&#8217;t need to do much to get this working. Just tell the plugin where your emulators and ROMs are and it will figure out the rest. This works great, and is a great deal simpler than <a href="http://www.makeuseof.com/tag/turn-boxee-ultimate-rom-game-launcher/">the Boxee method I outlined last year</a>.</p>
<p>You&#8217;ll find this extension under &#8220;<em>Programs</em>&#8221; in your add-on menu, and there&#8217;s no repository you need to add.</p>
<h2>Sports Devil</h2>
<p>It&#8217;s no secret &#8211; you can easily <a href="http://www.makeuseof.com/tag/watch-sports-broadcast-country/">watch sports not broadcast in your country online</a> if you know where to look. Sports Devil makes this even easier, allowing you to browse several online streaming sites with your TV remote.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/xbmc-sportsdevil.png?323f2c" alt="xbmc media center" width="580" height="271" /></p>
<p>Not every stream will work, but if you <a href="http://code.google.com/p/xbmc-development-with-passion/wiki/SportsDevil">read through the directions</a> you&#8217;ll find that most of them do.</p>
<p>You&#8217;ll need to add the <a href="http://xbmc-development-with-passion.googlecode.com/files/repository.MaxMustermann.xbmc-1.0.1.zip">Max Mustermann repository</a> to get this working. Once you do, you&#8217;ll find this extension under &#8220;<em>Videos</em>.&#8221;</p>
<h2>Other Favorites of Mine</h2>
<p>I&#8217;ve found a few other great plugins, including Reddit, Al Jazeera, The Guide and YouTube. These can all be found under &#8220;<em>Video</em>&#8221; and work great.</p>
<p>I&#8217;m wondering, though &#8211; can you guys point out any other awesome XBMC media center plugins? I&#8217;d love to hear about them, because I&#8217;m relatively new to XBMC. Fill me in using the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-amazing-addons-xbmc-media-center/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Impressions Of The XBox Live Winter Dashboard Update</title>
		<link>http://www.makeuseof.com/tag/impressions-xbox-live-winter-dashboard-update/</link>
		<comments>http://www.makeuseof.com/tag/impressions-xbox-live-winter-dashboard-update/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 17:00:40 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Games & Gaming Tips]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[user reviews]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94106</guid>
		<description><![CDATA[The latest update to the Xbox system has been released, bringing tighter integration with Kinect and voice control, a shiny new Metro look, and a slew of new media capabilities (with more promised in the coming months). Read on for a full and honest review of everything it brings to the table.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/featured-xbox-dashboard-update-winter-2011-6.jpg?323f2c" alt="xbox dashboard" />The latest update to the Xbox system has been released, bringing tighter integration with Kinect and voice control, a shiny new Metro look, and a slew of new media capabilities (with more promised in the coming months). Read on for a full and honest review of everything it brings to the table.</p>
<h2>The New Dashboard</h2>
<p>The dashboard layout has gone all <em>Metro</em>, and I’ll be the first admit it’s quite nice. While I&#8217;m not a fan of the style for a general computing experience, it does look beautiful on a 50&#8243; HDTV. The previous incarnation of confusing and hidden layers has been broken down into clear sections that you can switch through effortlessly. Additional functionality is provided by apps.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/homescreen-xbox-dashboard-update-winter-2011-.jpg?323f2c" alt="xbox dashboard" width="580" height="337" /></p>
<h2>Kinect</h2>
<p>Voice control is now across the board without needing to jump into a separate Kinect area. Say “Xbox” and speak whatever’s on-screen, or jump to a specific tab. I found it works well &#8211; it’s responsive and accurate. It stays in a listening state for a while, so you needn&#8217;t preface everything you say with “Xbox”.</p>
<p>The cross-media Bing voice search also seemed to work pretty well, pulling up a liberal torrent of content from all areas of the system &#8211; the Zune marketplace, live TV, movie contents, game tie-ins, videos &#8211; they’ve really worked on getting the Kinect stuff down and done well.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/bong-christmas-searchxbox-dashboard-update-winter-2011-2.jpg?323f2c" alt="xbox live dashboard update" width="580" height="314" /></p>
<p>Gesture control is very much as it was before &#8211; clunky in my opinion &#8211; and unless you’ve got your Kinect set up in just such a way, you will find that your gestures will bounce all over the place making fine control for any kind of useful selection almost impossible. That&#8217;s obviously specific to my setup too &#8211; but I prefer voice control anyway.</p>
<h2>Movies</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/video-xbox-dashboard-update-winter-2011-4.jpg?323f2c" alt="xbox live dashboard update" width="580" height="335" /></p>
<p>In the UK, the streaming movie service is supplied only by <a href="http://lovefilm.com">Lovefilm</a>, but I gather it’s basically the same thing as Netflix. After downloading the app, you enter your credentials and everything seamlessly integrates &#8211; voice control, Bing search, pulling content into the main dashboard &#8211; it’s nice, and best of all it doesn’t feel like an app &#8211; it just feels like part of the complete XBox dashboard experience.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/lovefilm-player-xbox-dashboard-update-winter-2011-5.jpg?323f2c" alt="xbox live dashboard update" width="580" height="342" /></p>
<p>I think with a little more choice in the way of apps and integrated services, this could really become the ultimate family media environment. As it is now, it&#8217;s a premium on top of your <strong>Xbox Live Gold membership</strong> (LoveFilm starts from about £8/month), but there are more free options like <strong>Crackle</strong> coming out soon also.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/apps-xbox-dashboard-update-winter-2011-8.jpg?323f2c" alt="xbox life dashboard" width="580" height="328" /></p>
<p>Unfortunately, there’s no full integration with media centers &#8211; it’s just running the same old tired Media Center Extender experience as before. Rumor has it that we may see some tighter integration with a Windows 8 Media Center, but that has yet to surface in the real world &#8211; and Microsoft has gone so far as to say that fewer than 6% of it&#8217;s customers even use <a title="The Best PVR: Windows Media Center!" href="http://www.makeuseof.com/tag/pvr-windows-media-center/">Media Center</a>.</p>
<h2>Live TV</h2>
<p>I’m afraid I’m not able to test this in the UK as the only option is <strong>Sky TV</strong> &#8211; and that’s at least £20/month. If you’re able to test this out in either the UK or US, do leave a comment and let us know how it works out for you. We’ve been promised both BBC iPlayer later this month, and 4OnDemand next year, so hopefully this is one area that will really improve with time as more services come on board.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/livetv-xbox-dashboard-update-winter-2011-3.jpg?323f2c" alt="xbox life dashboard" width="580" height="348" /></p>
<h2>Lack of Customization</h2>
<p>As far as I can tell, the content displayed on the various tabs is not customizable at all. I am therefore destined to see Zune crap on the videos screen, despite the fact that I have deleted the app and would never pay to rent a movie when I have LoveFilm.</p>
<p>What I would like is for the LoveFilm app to give me <em>multiple views on the video tab</em>, one for a <em>highlight movie</em>, maybe one that <em>suits my favourite genre</em>, or <em>trending this week</em> &#8211; instead, the app is limited to one ‘tile’, and that one single tile will display whatever the LoveFilm developers want it to.</p>
<p>I can’t even access the LoveFilm app from the videos tab without saying the name of the highlighted movie &#8211; instead I have to go via <strong>Apps &#8211; LoveFilm</strong>. A minor irritation perhaps, but the lack of any real tile customization is very disappointing.</p>
<h2>Advertising? Seriously?</h2>
<p>On every single tab, in the bottom right, is a small video advertisement that rudely starts playing if you hover your selection there.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/advertising-xbox-dashboard-update-winter-2011-6.jpg?323f2c" alt="xbox dashboard" width="580" height="388" /></p>
<p>Frankly, I’m kind of disgusted that this is even here is the first place. Since when is it ok to randomly insert advertising onto my console? Remember &#8211; I’m already a <strong>paying XBox Live Gold Member</strong>. The live TV feature requires a <em>paid Sky license</em>; the <em>Lovefilm service is paid</em> too; everything on the Zune marketplace <em>needs to be purchased</em>; when they eventually add BBC iPlayer that’ll be <em>paid for by my TV license</em> money &#8211; so <strong>why the hell are you showing me advertisements Micro$oft?</strong> What additional content are you providing me with that warrants advertising on every screen?</p>
<h2>Verdict</h2>
<p>In summary &#8211; it’s a fantastic update that really demonstrates Kinect voice control done right, even if the gesture based controls are still sketchy. For accessing media content, I don’t think we could ask for more at this point and the choices will only improve with time.</p>
<p>Has it made me rethink my opinion that Metro UI sucks and will be removed from Windows 8 faster than you can say “desktop gadgets”? Not in the slightest &#8211; what works for my TV is very much not going to work for my personal computing experience.</p>
<p>I also think including advertising was really a low blow, considering that making use of all the functionality provided would already mean upwards of £50+ ($100) per month anyway for various services. And yes, I realise the Xbox already had advertising before, but it was fairly hidden away in the multitude of menus &#8211; now it’s on every damn screen.</p>
<p>Have you upgraded yet? What do you think of it? Let us know in the comments, if you can pull yourself away from <a title="3 Reasons All Gamers Need To Play The Elder Scrolls V: Skyrim [MUO Gaming]" href="http://www.makeuseof.com/tag/3-reasons-gamers-play-elder-scrolls-skyrim-muo-gaming/">Skyrim</a> for long enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/impressions-xbox-live-winter-dashboard-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Plex Media Center Updates, Comes To Windows &amp; Introduces myPlex Movie Sharing</title>
		<link>http://www.makeuseof.com/tag/plex-media-center-updates-windows-introduces-myplex-movie-sharing/</link>
		<comments>http://www.makeuseof.com/tag/plex-media-center-updates-windows-introduces-myplex-movie-sharing/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 17:30:38 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tv shows]]></category>
		<category><![CDATA[video player]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=91362</guid>
		<description><![CDATA[I first introduced the Plex media center app to you a few months ago as my Media Center app of choice, mainly because of it’s superb meta-data handling. The one major drawback was that the client software was not available for Windows which had just the server software. Plex have finally got around to releasing a Windows client, as well as streamlining their server offerings. Let’s take a look at at it all. ]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/myplex-featured.jpg?323f2c" alt="free movie sharing"/>Well, this is a good bit of news. I first introduced the <a title="Setup A Perfect Media Center With Plex [Mac &amp; Windows]" href="http://www.makeuseof.com/tag/setup-perfect-media-center-plex-mac-windows/">Plex media center app</a> to you a few months ago as my Media Center app of choice, mainly because of it’s superb meta-data handling. However, the one major drawback was that the client software was only available for OSX and mobile devices, leaving Windows with just the server software.</p>
<p>Since then, I’ve been using a Windows machine with <a title="The Best PVR: Windows Media Center!" href="http://www.makeuseof.com/tag/pvr-windows-media-center/">Windows Media Center as a PVR</a> and haven’t really been bothered <a title="Take A Look At James’ Home Setup [Show &amp; Tell]" href="http://www.makeuseof.com/tag/james-home-setup-show/">to hook up my Mac just to watch movies</a>, so my Plex library has sat unwatched.</p>
<p>The great news is that Plex have finally got around to <a href="http://plexapp.com">releasing a Windows client</a>, as well as streamlining their server offerings. Let’s take a look at at it all.</p>
<h2>Plex For Windows Client:</h2>
<p>There’s not an awful lot to say here &#8211; the client is now available for Windows, and it’s exactly the same interface as on Mac. So if you’d like to learn about the main features of Plex in general, I suggest you check out <a title="Setup A Perfect Media Center With Plex [Mac &amp; Windows]" href="http://www.makeuseof.com/tag/setup-perfect-media-center-plex-mac-windows/">my previous article.</a></p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/plex-for-windows.png?323f2c" alt="plex movie sharing" width="580" height="310" /></p>
<h2>MyPlex Overview</h2>
<p>MyPlex is a radical new online element to the Plex universe. It’s primary function is to allow you to privately share your movie collection with friends, though this does of course mean they&#8217;ll be using your bandwidth and you&#8217;ll need an always on server.</p>
<p>&nbsp;</p>
<h2>PlexIt Bookmarketlet and Media Queue</h2>
<p>MyPlex also introduces the PlexIt Bookmarklet, which allows you to queue web videos to watch later on any of your MyPlex connected devices.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/plex-it-setup.png?323f2c" alt="movie sharing" width="580" height="493" /></p>
<p>It requires Flash and Silverlight to be installed, but other than that it just works. Find a video you want; click the bookmarklet; it get’s saved to your Plex. Easy!</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/plexit-example.jpg?323f2c" alt="plex movie sharing" width="580" height="507" /></p>
<h2>Setting It Up MyPlex:</h2>
<p>The in-server signup process was a bit buggy for me, so if you’re having trouble, just head over to <a href="http://my.plexapp.com">my.plexapp.com</a> and create a new account there.</p>
<p>On your local Plex server, enter your sign in details and be sure to click on the “<strong>publish server to myPlex</strong>” option. If your router supports uPnP, the tests will clear and you’ll be all good &#8211; otherwise you’ll need to manually specify the port and open it with a bit of router management.</p>
<p>Once you’re done, refresh the Servers tab on my.plexapp.com and you should see your server listed.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/myservers-myplex.png?323f2c" alt="" width="580" height="259" /></p>
<p>Click on Share and enter the email address or username of anyone you’d like to share your entire collection with. For more finer control, uncheck the option for “<em>Share All Sections</em>” and choose precisely what get’s shared.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/share-specific.png?323f2c" alt="" width="580" height="216" /></p>
<p>&nbsp;</p>
<h2>Viewing Videos In your Queue:</h2>
<p>This confused me a little and I spent ages trying to figure out how to actually view the videos in my queue. <em>The short answer is</em>: go to <strong>Preferences -&gt; System -&gt; myPlex</strong> and enter your login.</p>
<p><em>The long answer is</em>: if you try to do this on your existing <strong>Mac</strong> client, you won’t find the option. Curiously, the automatic update checking doesn’t indicate that a new version is available, so you’ll need to actually go to plexapp.com and download the latest (beta) client. The latest client is separate from the server, so if you download the combined package, you&#8217;re doing it wrong. Having done that, you should now see the login option.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/myplex-preferences.png?323f2c" alt="" width="580" height="265" /></p>
<p>You’ll then find the Queue on your media list.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/myplex-queue.png?323f2c" alt="" width="580" height="221" /></p>
<p>For me, this is now the ultimate <a title="DOWNLOAD Watch The Web: Media Center Guide 201" href="http://www.makeuseof.com/tag/download-watch-web-media-center-guide-2011/">Media Centre</a> app, bar none. myPlex sharing is a nice feature to have, but I’m not sure how many people will actually give up their bandwidth so friends can watch their movies. Queuing media from internet sources might be a big hit for some people, but it’s not something I’ll make heavy use of myself. The release of a Windows client is the most important takeaway from this though, and should open up this superb app for a lot more of you. I would strongly encourage you check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/plex-media-center-updates-windows-introduces-myplex-movie-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileBot Makes Managing Your Movies, TV Shows and Other Media Files A Breeze</title>
		<link>http://www.makeuseof.com/tag/filebot-managing-media-files-breeze/</link>
		<comments>http://www.makeuseof.com/tag/filebot-managing-media-files-breeze/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 16:01:43 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[file renamer]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[subtitles]]></category>
		<category><![CDATA[tv shows]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=87788</guid>
		<description><![CDATA[Quickly rename your video files, find subtitles and so much more. If you use your computer to watch TV shows, or any kind of video, you should really check out FileBot. For TV episodes in particular, poorly named files may not be recognized by your media center of choice. FileBot is fast, stable and cross platform. Even better is that it does more than just rename files.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/filebot-icon.png?323f2c" alt="manage media files" />Quickly rename your video files, find subtitles and so much more. If you use your computer to watch TV shows, or any kind of video, you should really check out <a href="http://filebot.sourceforge.net/">FileBot</a>.</p>
<p><a href="http://www.makeuseof.com/tags/media-center/">Media center</a> computers are great. Hooked up to your television and armed with <a href="http://www.makeuseof.com/tags/boxee/">Boxee</a> or similar software, they make watching the files on your hard drive from your couch simple. Unless, of course, the files on your hard drive aren&#8217;t named properly. For TV episodes in particular, poorly named files may not be recognized by your media center of choice. We&#8217;ve recommended <a href="http://www.makeuseof.com/tag/tv-rename-manages-plans-tv-series-collection/">TV Rename</a> in the past for just this reason, but it&#8217;s far from perfect. It can be a little buggy at times, and only runs on Windows. FileBot is fast, stable and cross platform. There are versions for Windows, Linux and OS X.</p>
<p>Even better is that it does more than just rename files. You can use this tool to download subtitles for any show or movie, in any language. You can look up complete episode lists for any show. You can even split video files into smaller pieces, if you want.</p>
<h2>Rename Files En Masse</h2>
<p>Like I said: the main reason people should check this program out is for renaming videos. For TV shows in particular, FileBot is extremely useful.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/filebot-tvrename.png?323f2c" alt="manage media files" width="580" height="192" /></p>
<p>FileBot can scan the current filenames to figure out which show, season and episode the videos contain. Then you can can file the proper episode list using one of several sources:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/filebot-sources.png?323f2c" alt="managing media files" width="188" height="367" /></p>
<p>Between all of these sources, every show on planet Earth should be covered. Just pick one and your files will quickly be given filenames your media center application can recognize.</p>
<h2>Find Lists Of TV Episodes</h2>
<p>Renaming files isn&#8217;t the only reason to use this software, however. It&#8217;s also great if you want to see a complete list of every episode a TV show has ever broadcast. Just search for your show and pick a source:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/filebot-episodelist.png?323f2c" alt="managing media files" width="579" height="260" /></p>
<p>Not life-changing, but still nice to have around. You might notice a season of your favorite show happened without you noticing.</p>
<h2>Download Subtitles</h2>
<p>Subtitles are great. They make content not produced in our native tongue accessible and makes life better for the hearing impaired. FileBot can quickly find subtitle files for any show or movie:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/filebot-subtitles.png?323f2c" alt="manage media files" width="580" height="241" /></p>
<p>Again, there are a variety of sources used to accomplish this, so if a subtitle file exists you&#8217;ll be able to find it here.</p>
<h2>Other Tricks</h2>
<p>But that&#8217;s not all! This program can also make playlist files for you, perfect if you want to set up a loop of files. You can analyze the contents of a given file, and even cut it into pieces for burning to CD. Finally, there are a variety of tools for checking file authenticity; you can create sfv, md5 and sha1 files.</p>
<h2>Download FileBot</h2>
<p>Ready to check this software out? <a href="http://filebot.sourceforge.net/">Download FileBot now</a>. You&#8217;ll find installation files for Windows and Mac. Linux users will find a Debian file and the source code. Finally, if none of these work for you, there is a Java .jar file that works on all platforms with Java.</p>
<p>How do you like FileBot? Let us know in the comments below, along with any tips or tricks you may have for using this software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/filebot-managing-media-files-breeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best PVR: Windows Media Center!</title>
		<link>http://www.makeuseof.com/tag/pvr-windows-media-center/</link>
		<comments>http://www.makeuseof.com/tag/pvr-windows-media-center/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 17:30:09 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[home videos]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[video recorder]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=85960</guid>
		<description><![CDATA[Despite the perceived image of Microsoft as a lumbering beast with bloated software that ships full of bugs, they have actually produced some fine software over the years. Today I’d like to highlight Windows Media Center, and specifically it’s functionality as a Personal Video Recorder (like a TiVo) and media player.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" title="featured-windows-media-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/featured-windows-media-center.jpg?323f2c" alt="pvr software"/>Despite the perceived image of Microsoft as a lumbering beast with bloated software that ships full of bugs, they have actually produced some fine software over the years. Today I’d like to highlight <a href="http://www.makeuseof.com/service/windows/">Windows</a> Media Center, and specifically it’s functionality as a PVR software <a title="How To Record TV Shows On Your PC" href="http://www.makeuseof.com/tag/record-tv-shows-pc-windows/">Personal Video Recorder</a> (like a TiVo) and media player.</p>
<h2>Is it free?</h2>
<p>Windows Media Center is included with most Windows 7 installations (though sadly not servers). It’s an entirely different application to <strong>Windows Media Player </strong>though, so don’t get confused between the two. It’s designed to run with a <a href="http://en.wikipedia.org/wiki/10-foot_user_interface">full screen 10-foot interface</a>, and it’s actually quite a pleasure to use.</p>
<h2>Tv-Card:</h2>
<p>To get the best from Media Center, you really need to pair it with a TV card of some sort and it’s this functionality I’ll be focusing on today. I use an <a href="http://www.elgato.com/elgato/na/mainmenu/products/EyeTV-Hybrid-10/product1">Elgato EyeTV hybrid</a> (£110, comes with a remote) for it’s Mac compatibility, but most large brand name cards are generally well supported nowadays. You can find <a href="http://www.microsoft.com/windows/compatibility/windows-7/en-us/Browse.aspx?type=Hardware&amp;category=TV%20Devices&amp;subcategory=Windows%20Media%20Center%20TV%20Tuners">a list of all compatible cards here</a>, and the menu on the left lets you explore by maker.</p>
<p><em>Note: if you’re in the UK make sure you check the various compatibilities for Freeview. The card I have is able to view digital Freeview channels, but not HD. If I want to view HD, it needs to be from <a href="http://www.freesat.co.uk/">Freesat</a> (which requires a dish to be installed on the side of your house). This isn’t true of all cards, but do check as the UK has some odd standards. </em></p>
<p>It goes without saying that you also need a decent signal to get digital transmissions. If you card comes supplied with an aerial &#8211; don&#8217;t expect it to pick up much &#8211; you really do need to plug these things into something on your roof, from a satellite dish, or cable network.</p>
<p>I won’t run through the exact set up procedures here, but suffice to say if your card is connected with drivers installed you can open up Media Center from the start menu and head down to the <strong>TV &gt; Live TV Setup</strong>. Installation should be painless but it takes a while to scan for channels.</p>
<h2>Outstanding Feature &#8211; Movie Guide:</h2>
<p>For me the most impressive feature so far is the movie guide. Set up from the regular TV guide interface, the movie guide is able to automatically extract all the movies that will shown on TV over the next 2 weeks, and presents them in an attractive wall of cover art, as well as allowing you to drill down by genre.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/MOVIE-OVERVIEW.jpg?323f2c" alt="pvr software" width="580" height="325" /></p>
<p>The first time I used it, I actually had no idea where these movies were coming from (some kind of free movies from <em>teh internetz</em> perhaps?), but looking at the info for each one revealed both the channel and time they would be shown on TV.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/MOVIE-INFO.jpg?323f2c" alt="personal video recorder software" width="580" height="325" /></p>
<p>The beauty of this is that you no longer have to go trawling through a full TV guide view just to find the movies, or even venture into the dead TV time that is after-midnight. Of course, you can’t instantly watch them, but you can pre-set a recording in one-click right there. You switch over to the other menu items to see what you’ve recorded so far and are available to watch.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/RECORDED-TV.jpg?323f2c" alt="personal video recorder software" width="580" height="328" /></p>
<p>Compared to seeking out a movie in torrents and the rigmarole that comes with it, this is actually easier &#8211; and quite fun &#8211; to use. It’s also not illegal too, which is always a bonus.</p>
<h2>TV Guide:</h2>
<p>There isn’t much to innovate in the TV guide area, but the Media Center covers this basic functionality as simply as possible. While I find the native Elgato PVR software that came with my card to be rather too overpowering, the TV guide in media center is just intuitive. In no less than a minute, I’d already setup up regular recordings for the whole series of Family Guy and Gardener’s World &#8211; which pretty much covers everything I’d ever want to watch on TV!</p>
<p>The search function is also discreetly powerful, which I tested by pulling up all shows even remotely related to gardening. This certainly isn’t unique to Media Centre by any means, but it is as much functionality as I wish for without feeling bloated.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/TV-VIEW.jpg?323f2c" alt="personal video recorder software" width="580" height="329" /></p>
<p>There&#8217;s also a ton of free content from MSN-TV. Never heard of that? Me neither, but it seems to hold vast archives of popular series previously run on British TV (see the screenshot below for some ideas of content). It&#8217;s ad-supported, but a fantastic option when TV really does suck and you have nothing recorded.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/MSN-TV.jpg?323f2c" alt="pvr software" width="580" height="326" /></p>
<h2>Media Center Extenders:</h2>
<p>Windows Media Center also has some unique remote access capabilities that set it apart from the crowd. Tested with an Xbox 360, this allows your actual Media Center to be situated anywhere in the house, while the interface and content can be entirely accessed remotely. The interface is identical in fact, so apart from the slow initial connection you wouldn’t realize the center was situated elsewhere.</p>
<p>Having said that, I’m little disappointed that I can’t actually run Media Center on my server machine &#8211; since it can be remotely accessed, it doesn’t need to be in the living room &#8211; and the server is on 24 hours anyway so recording at night would be no problem. Media Center is strictly for use on client machines, not Windows servers.</p>
<p>I’m really in two minds about media centers in general right now, as I still absolutely love the meta-data abilities of Plex &#8211; for which there’s a Windows server, but no client application available &#8211; but it doesn’t handle live TV and probably never will. The EyeTV tuner I have ships with some acceptable Mac PVR software, but nothing groundbreaking compared to Windows Media Center. For now then, I’m forced to stick with both a Mac and a PC in my living room, as well as my always on server.</p>
<p>If you’re in the same situation, I highly suggest you check out <a href="http://www.makeuseof.com/pages/download-watch-the-web-awesome-media-center-guide-2011">Matt Smith’s guide to building a perfect media centre</a>, as well previous articles on <a href="http://www.makeuseof.com/tag/setup-perfect-media-center-plex-mac-windows/">Plex</a> and <a href="http://www.makeuseof.com/tag/xbmc-10-dharma-mature-featurerich-crossplatform-media-centre/">XBMC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/pvr-windows-media-center/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>D-Link Brings Boxee App To The iPad, Sends Video To Your Boxee Box [News]</title>
		<link>http://www.makeuseof.com/tag/dlink-brings-boxee-app-ipad-sends-video-boxee-box-news/</link>
		<comments>http://www.makeuseof.com/tag/dlink-brings-boxee-app-ipad-sends-video-boxee-box-news/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 14:31:52 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[ipad apps]]></category>
		<category><![CDATA[media center]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=83701</guid>
		<description><![CDATA[Boxee may be best known for its media center, but that’s far from all D-Link has been up to with the brand. Today the company has released a free iPad app to flank the Boxee software that it already offers to PC, Mac and Linux users. The new app, much like the media center, is designed to offer an all-in-one interface that can handle your online video needs.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/boxeeapp1.jpg"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/boxeeapp1.jpg?323f2c" alt="" />Boxee may be best known for its <a href="http://www.makeuseof.com/tag/download-watch-web-media-center-guide-2011/">media center</a>, but that’s far from all D-Link has been up to with the brand. Today the company has released a free iPad app to flank the <a href="http://www.makeuseof.com/tag/5-installing-boxee/">Boxee software</a> that it already offers to PC, Mac and Linux users.</p>
<p>The new app, much like the media center, is designed to offer an all-in-one interface that can handle your online video needs. While the interface should be familiar to anyone who has used a Boxee product before, it’s been slightly tweaked to work with a touchscreen interface.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/boxeeapp2.jpg?323f2c" alt="" width="500" height="375" /></p>
<p>Support for <a href="http://www.makeuseof.com/tag/capture-streaming-video-website-5-tools/">streaming video</a> is high on the new app&#8217;s list of features. Those who own an iPad and a Boxee Box will be able to send video content from your iPad to your HDTV. Streaming from a PC or Mac to the iPad is also supported new software known as Boxee Media Manager. Linux users are unfortunately left out.</p>
<p>Other features include &#8220;Watch Later&#8221; which lets you bookmark videos on the web, adding them to a playlist in your Boxee app for later. Facebook compatibility is included in the form of a playlist that is automatically updated with videos posted by friends.</p>
<p>Not all the news is good. Some features that will be familiar to Boxee Box owners, such as the unique apps available to the device, are not a part of this app. This includes Netflix and Vudu, which reduces the app&#8217;s usefulness as a true all-in-one media dashboard. Still, it&#8217;s free and can stream video support, which should be enough to entice media addicts.</p>
<p><small>Source: <a href="http://blog.boxee.tv/2011/08/09/boxee-for-ipad-and-more-goodies/" rel="nofollow">Boxee Blog</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/dlink-brings-boxee-app-ipad-sends-video-boxee-box-news/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DOWNLOAD Watch The Web: Media Center Guide 201</title>
		<link>http://www.makeuseof.com/tag/download-watch-web-media-center-guide-2011/</link>
		<comments>http://www.makeuseof.com/tag/download-watch-web-media-center-guide-2011/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 13:31:02 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[pdf manual]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=82367</guid>
		<description><![CDATA[Television is changing. The word itself used to refer to the device at the center of attention in most living rooms, but these days TV is not a piece of hardware but a service. A service you can easily get online at little to no cost. This means that you can cut the cord with your traditional cable or satellite service.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/media300.png"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/media300.png?323f2c" alt="" />Television is changing. The word itself used to refer to the device at the center of attention in most living rooms, but these days TV is not a piece of hardware but a service. A service you can easily get online at little to no cost.</p>
<p>This means that you can cut the cord with your traditional cable or satellite service, but before you do, you should know what you&#8217;re getting into. Internet television exists, but to call it mature would be disingenuous. You should know what to expect before making the leap. Matt Smith will help you prepare.</p>
<p>Our latest guide &#8220;Watch The Web: Media Center Guide 2011&#8243; gives you the information you need to cut the cable and get your favorite shows online. Download it now, for free!</p>
<p style="text-align: center;"><strong><a href="http://www.makeuseof.com/pages/download-watch-the-web-awesome-media-center-guide-2011">DOWNLOAD Watch The Web: Media Center Guide 2011</a></strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/media-3page.png?323f2c" alt="" width="580" height="270" /></p>
<p>This guide will teach you everything you need to know about buying, using and building a media center, including:</p>
<ul>
<li>Find online content to watch, for free or otherwise.</li>
<li>Choosing between Apple TV, The Boxee Box, the Xbox 360 and other pre-built media centers.</li>
<li>Building your own media center computer.</li>
<li>What hardware to look for in a media center.</li>
<li>What software to use on your own media center.</li>
<li>Common problems with Internet TV.</li>
</ul>
<p style="text-align: center;"><strong><a href="http://www.makeuseof.com/pages/download-watch-the-web-awesome-media-center-guide-2011">DOWNLOAD Watch The Web: Media Center Guide 2011</a></strong></p>
<p>Like all MakeUseOf manuals, this is completely free. Please share this page with your friends on Facebook and Twitter. You may use the buttons on the download page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/download-watch-web-media-center-guide-2011/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BartsideeTV: Quickly Search For Videos In Boxee &amp; XBMC</title>
		<link>http://www.makeuseof.com/tag/bartsideetv-quickly-search-videos-boxee-xbmc/</link>
		<comments>http://www.makeuseof.com/tag/bartsideetv-quickly-search-videos-boxee-xbmc/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 16:31:03 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[online videos]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[streaming video]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[tv shows]]></category>
		<category><![CDATA[video search]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=78910</guid>
		<description><![CDATA[Quickly search for the exact movie or show you're looking for, Google-style, from the comfort of your Boxee or XBMC media center. Featuring sources from countries around the world, BartsideeTV can find content to stream in your area. Its search-based interface makes finding things easier and it currently offers videos from a variety of streaming sources.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/bartsideeTV-icon.png"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/bartsideeTV-icon.png?323f2c" alt="boxee video search" />Quickly search for the exact movie or show you&#8217;re looking for, Google-style, from the comfort of your Boxee or XBMC media center. Featuring sources from countries around the world, BartsideeTV can find content to stream in your area. Services like <a href="http://www.makeuseof.com/tag/boxee-beta-an-app-that-will-change-how-you-think-about-television">Boxee</a> and <a href="http://www.makeuseof.com/tag/xbmc-10-dharma-mature-featurerich-crossplatform-media-centre">XBMC</a> are great, but the sheer amount of web content they can stream is  sometimes overwhelming. You could spend hours searching for the show or movie you&#8217;re looking for if you keep clicking through pages.</p>
<p><a href="http://www.bartsidee.nl/en/bartsideetv">BartsideeTV</a> doesn&#8217;t completely solve this problem, but its search-based interface does make finding things easier. It currently offers videos from a variety of streaming sources, and it&#8217;s growing every day.</p>
<h2>Using BartSideeTV</h2>
<p>Using BartSideeTV really couldn&#8217;t be simpler. Just open the plugin and you&#8217;ll see a search interface. Start typing the show you want to watch and see the results:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/bartsideetv-search.png?323f2c" alt="boxee video search" width="580" height="187" /></p>
<p>If the result is a movie or individual episode, click it to watch. If the result is a show or folder, you can browse the videos inside:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/bartsidetv-folders1.jpg?323f2c" alt="boxee tv video" width="580" height="215" /></p>
<p>Note that Hulu seems to be having some trouble lately, even if you&#8217;ve managed to <a href="http://www.makeuseof.com/tag/hulus-free-videos-working-boxee/">get Hulu working in Boxee again</a>. Hopefully another fix is on the way; feel free to point to one in the comments below. Having said that, Hulu is by no means the only service this supports.</p>
<h2>Managing Sources</h2>
<p>Before you can do anything with this service, you&#8217;ll need to add some sources. Head over to the settings and you can enable various things:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/bartsidetv-settings.jpg?323f2c" alt="boxee video search" width="580" height="192" /></p>
<p>Once you add your sources of choice you&#8217;re ready to go!</p>
<h2>Sources</h2>
<p>A variety of different sources work with this, many of which <strong>will only work in particular countries.</strong> They are:</p>
<ul>
<li>Hulu (not working on Boxee box)</li>
<li>BBC iPlayer (including HD and subtitle support)</li>
<li>Dutch channels ( sbs, uzg, nl24, tmf)</li>
<li>YouTube</li>
<li>svtplay (Swedish)</li>
<li>CBC (Canadian)</li>
<li>Navi-x (No script support)</li>
<li>ZDF and ARD (German)</li>
<li>AnimeFreak TV</li>
<li>Chinese TV</li>
</ul>
<p>Of particular interest here are the results from <a href="http://www.makeuseof.com/tag/navix-ultimate-internet-media-source-xbmc-boxee/">NaviX, the must-have media browser add-on for XMBC and Boxee</a>. With its easy access to search, BartSideeTV is the fastest way to quickly find something on NaviX.</p>
<p>More sources are on the way of course, so be sure to check out the &#8220;Settings&#8221; from time to time and see what&#8217;s new.</p>
<h2>Installation</h2>
<p>Ready to install this plugin and see how it works for yourself? Head over to <a href="http://www.bartsidee.nl/en/bartsideetv/">the official BartSideeTV page</a> for installation instructions for Boxee. It&#8217;s pretty simple: just add a repo and you&#8217;ll find the app waiting for you.</p>
<p>XBMC users will have to check <a href="http://www.bartsidee.nl/en/2011/03/bartsideetv-naar-xbmc/">this blog post</a> for installation instructions, assuming they haven&#8217;t been added to the above link by the time you read this.</p>
<h2>Conclusion</h2>
<p>BartSideeTV clearly sees itself as being influenced by Google TV. The logo is so closely related, it might end up being sued. Having said that, the idea that searching for videos is faster than clicking through various menus is a solid one. I hope this project grows to take on a wide variety of sources.</p>
<p>What do you think? Is this a useful media center extension, or have you seen better? Leave your comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/bartsideetv-quickly-search-videos-boxee-xbmc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/34 queries in 0.040 seconds using apc
Object Caching 750/831 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:25:12 -->
