<?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 player</title>
	<atom:link href="http://www.makeuseof.com/tags/media-player/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 TV On The Web With BBC iPlayer [Mainly UK Only]</title>
		<link>http://www.makeuseof.com/tag/watch-tv-web-bbc-iplayer-uk/</link>
		<comments>http://www.makeuseof.com/tag/watch-tv-web-bbc-iplayer-uk/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 17:01:48 +0000</pubDate>
		<dc:creator>Dave Parrack</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[tv shows]]></category>
		<category><![CDATA[video player]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98386</guid>
		<description><![CDATA[The Internet is becoming an increasingly important source for content of all media. There are legal and not-so-legal ways of listening to music, watching television and movies, playing games, and obtaining software. All via a simple broadband connection. You don't even need a computer these days thanks to the range of devices which you can hook up to the Web in order to transform them from dumb to smart.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/BBC-iPlayer-300.png?323f2c" alt="" />The Internet is becoming an increasingly important source for content of all media. There are <a href="http://www.makeuseof.com/tags/spotify/">legal</a> and <a href="http://www.makeuseof.com/tag/top-10-pirated-music-bittorrent-today/">not-so-legal</a> ways of listening to music, watching television and movies, playing games, and obtaining software. All via a simple broadband connection. You don&#8217;t even need a computer these days thanks to the range of devices which you can hook up to the Web in order to transform them from dumb to smart.</p>
<p>However, my laptop and humble browser still represent the main means by which I access this content. And the <a href="http://www.bbc.co.uk/iplayer/">BBC iPlayer</a> represents the very best of TV-on-demand services. The BBC has tried to make watching television (and some movies) through iPlayer as easy as possible, but there are some layers to the service some people won&#8217;t be aware of.</p>
<h2>BBC iPlayer</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/BBC-iPlayer.png?323f2c" alt="" /></p>
<p>Watching directly in a Web browser is only officially allowed in the UK, and simple proxy servers don&#8217;t seem to help. However, using a <a href="http://www.makeuseof.com/tags/vpn/">VPN</a>, for those inclined to do so, makes it possible to watch BBC iPlayer anywhere in the world.</p>
<p>There is also a <a href="http://www.makeuseof.com/tag/bbc-launches-international-iplayer-ipad-app-subscription-news/">global iPlayer app</a> available for those outside of the UK who are willing to pay to use the service. Unfortunately it&#8217;s currently only available in selected countries (including Australia, Canada, and parts of Europe), only available on the Apple iPad, and offers mainly archived content.</p>
<p>As a UK resident I&#8217;m lucky enough to not to have to deal with that. So here is how to get the best out of iPlayer when watching through a Web browser.</p>
<h2>BBC Recommends</h2>
<p>If you&#8217;re not sure what you want to watch, simply use the following to help you make a choice.</p>
<h3>Featured</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-Featured.png?323f2c" alt="" /></p>
<p><a href="http://www.makeuseof.com/tags/bbc/">The BBC</a> thinks it knows what you want to watch, even without any knowledge of who you are or what your televisual interests may be. Consider the &#8216;Featured&#8217; section the best of the BBC, at least the best broadcast over the last seven days.</p>
<h3>Most Popular</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-Popular.png?323f2c" alt="" /></p>
<p>If you don&#8217;t want to be told what to watch by the BBC you can instead just follow the herd by watching what is &#8216;<em>Most Popular</em>&#8216;. Flagship shows such as <em>Top Gear</em> and <em>Doctor Who</em> dominate, alongside the big movies the BBC gets permission to air through iPlayer.</p>
<h2>Delving Deeper</h2>
<p>You can also start completely fresh and browse the content on offer in other ways.</p>
<h3>Channels</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-Channels.png?323f2c" alt="" /></p>
<p>You can view content by channel. All of the BBC channels are here, including the interminably dull BBC Parliament and the channel for Gaelic speakers, BBC Alba. Choose your channel and you can then view content by day. Or you can scroll to the bottom to view the full schedule for your chosen channel.</p>
<h3>Categories</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-Categories.png?323f2c" alt="" /></p>
<p>If you have narrow interests or simply know what kind of show you&#8217;re keen on watching at that given moment, you can browse by &#8216;<em>Categories</em>&#8216;. From &#8216;<em>Children&#8217;s&#8217;</em> to <em>&#8216;Sport&#8217;</em> and everything in between, and there are also options to filter for <em>&#8216;Audio Described&#8217;, &#8216;Signed&#8217;</em>, and &#8216;<em>Regional</em>&#8216; content.</p>
<h3>A-Z</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-A-to-Z.png?323f2c" alt="" /></p>
<p>The final option is to view by &#8216;A-Z&#8217;. This is when you know what show you want to watch on catch-up, and simply need to find the link to it. Content is shown by title only, with no context or description provided.</p>
<h2>iPlayer Player</h2>
<p>Once you&#8217;ve selected content to watch, you can do so by clicking the &#8216;<em>Play</em>&#8216; button.</p>
<h3>To Stream Or To Download</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-Download-or-Stream.png?323f2c" alt="" /></p>
<p>Most content has the option to both stream directly in the browser, or download to the iPlayer Desktop, <a href="http://www.makeuseof.com/tag/top-5-windows-media-player-plugins/">Windows Media Player</a>, or portable devices. When streaming with a robust broadband connection there should be little to no buffering needed. Unless you&#8217;ve chosen to watch in HD, in which case the glorious picture will be countered by endless pauses.</p>
<h3>Other Options</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-Options.png?323f2c" alt="" /></p>
<p>There are a couple of other options open to you in the simple and elegant iPlayer player. You can choose to watch the content as it is, in full-screen, or in a pop-out player recommended for those who will be carrying on with their usual Web browsing while the content is playing in the background.</p>
<h3>Volume To 11</h3>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iPlayer-Volume.png?323f2c" alt="" /></p>
<p>One strange but frankly genius quirk is the fact that the iPlayer volume goes up to 11. Which surely has to be a direct reference to <em>This Is Spinal Tap</em>. I certainly cannot see any other reason to make it 11 rather than 10. But I&#8217;m not complaining.</p>
<h2>BBC iD</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/BBC-iD.png?323f2c" alt="" /></p>
<p>There is the added option of signing up for a BBC iD in order to gain extra features on iPlayer. But it isn&#8217;t worth it just for iPlayer, quite frankly. All you can really do is add programmes as &#8216;<em>Favourites</em>&#8216; in order to navigate to them quickly in the future. Options to share via Facebook and Twitter are open to everyone, BBC iD or no BBC iD.</p>
<h2>Conclusions</h2>
<p>I adore the BBC iPlayer and use it on a weekly basis. My Freeview Plus box consequently sits unused and unloved underneath my TV. The BBC has managed to create a catch-up, <a href="http://www.makeuseof.com/tag/netflix-solution-video-piracy-opinion/">TV-on-demand service</a> which looks good but which is simple enough for all the family to use. I just wish it was available globally. For all your sakes.</p>
<p>Do you use the BBC iPlayer? Is there anything you&#8217;d like to see changed or improved about the content and/or user interface? Are there tips or tricks for using iPlayer in the Web browser that I have overlooked? Let us know by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/watch-tv-web-bbc-iplayer-uk/feed/</wfw:commentRss>
		<slash:comments>1</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>3 Ultra-Lightweight Programs That Don&#8217;t Get Enough Love</title>
		<link>http://www.makeuseof.com/tag/3-ultralightweight-programs-love/</link>
		<comments>http://www.makeuseof.com/tag/3-ultralightweight-programs-love/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:31:56 +0000</pubDate>
		<dc:creator>Jessica Cam Wong</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[multi-protocol IM]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96886</guid>
		<description><![CDATA[It seems to me like a lot of the commonly discussed programs are major resource hogs. Web browsers, media players, you name it, the most popular programs from these categories keep your CPU working really hard. Want to give your computer a break? You can stop using it or turn it off altogether, but that’s probably not realistic when we’re at the age where we rely on our machines and devices so much.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/lightweight_programs_intro.png?323f2c" alt="lightweight programs" />If you’re a frequent visitor of this and other technology blogs, you’ve probably seen a lot of reviews for promising applications. It seems to me like a lot of the commonly discussed programs are major resource hogs. Web browsers, media players, you name it, the most popular programs from these categories keep your CPU working really hard. Want to give your computer a break? You can stop using it or turn it off altogether, but that’s probably not realistic when we’re at the age where we rely on our machines and devices so much.</p>
<p>Instead, what you can do to give your machine a breather is use applications that don’t tax its resources so heavily. Here, I’ll take a look at three of such programs that I also consider underhyped.</p>
<h2><a href="http://sheepfriends.com/?page=billy">Billy</a> [Windows]</h2>
<p align="center"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/billy.png?323f2c" alt="lightweight programs" width="461" height="329" border="0" /></p>
<p>Foobar2000 is a great project that doesn’t eat up resources, but if you want to take a look at an alternative, check no further than the extremely lightweight and simple player, <a href="http://sheepfriends.com/?page=billy">Billy by SheepFriends</a>. It launches in half a second, in contrast to many of the bloated media players (I’m sorry, iTunes, but I’m totally talking about you). True, it cannot play videos, or access a multimedia store, but it can play a whole directory of MP3, WAV, and OGG files without a hitch.</p>
<p>Do you like to listen to music while you play PC games? You don’t even have to use your mouse, as Billy has keyboard shortcuts for all functions.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/billy_lightweight.png?323f2c" alt="low profile application" width="552" height="574" border="0" /></p>
<p>The download file is about 600KB and takes about 2MB of RAM while playing a 60-file playlist. You can shuffle and repeat by file and playlist, as well as save Favorites. That may not seem like a lot, but when you’re surfing the web on a browser with 80 tabs and need a bit of music, all you need is this lightweight music player that won’t take up the resources.</p>
<h2><a href="http://www.miranda-im.org/">Miranda IM</a> [Windows]</h2>
<p align="center"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/miranda.png?323f2c" alt="low profile application" width="496" height="362" border="0" /></p>
<p><a href="http://www.miranda-im.org/">Miranda IM</a> is an open-source multi-protocol IM client that focuses on efficiency while still providing many of the features that distinguish Pidgin and Adium, the leading open-source IM clients for Windows, Mac and Linux. Miranda IM is quite low on resource consumption. On my machine, it was taking up 6MB of RAM while it occupies very little of hard disk space, technically nearly 7MB.</p>
<p>Even <a href="http://www.miranda-im.org/">version 0.9.40</a>, which is the latest one (released in December of 2011) and the one I’m testing, keeps its focus on being a lean, mean program that connects you to your Windows Live, GTalk, Yahoo, and other IM networks.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/miranda_options.png?323f2c" alt="low profile application" width="590" height="488" border="0" /></p>
<p>As you can see in the previous screenshot, you can customize a heck of a lot of options. While it can’t connect you to Facebook Chat and even Skype natively, it can do so when you download one of the many <a href="http://addons.miranda-im.org/">addons available from its official website</a>. Overall, Miranda has a great set of features and addons while it’s also very fast and small.</p>
<h2><a href="http://puppylinux.org/">Puppy Linux OS</a></h2>
<p align="center"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/puppy_lightweight.jpg?323f2c" alt="simple application" width="580" height="435" border="0" /></p>
<p>Alright, I admit Puppy is not a program, <em>and </em>lots of users have professed their loyalty to Puppy already on this site and on other technology blogs, but Ubuntu, Linux Mint, and other Linux distros <em>still</em> seem far more popular than this tiny gem. Perhaps, most savvy users have powerful enough machines that can use the heavier OSes, but truthfully, Puppy Linux isn’t only for low-powered machines.</p>
<p>It deserves far more attention as a stable OS for all kinds of systems. Heck, you don’t even need a hard drive to run this OS <em>and</em> keep your changes. This OS has very low minimum system requirements and can access the applications that Ubuntu users enjoy, thanks to <a href="http://puppylinux.org/main/Download%20Latest%20Release.htm">Lucid Puppy</a>, a version of Puppy that uses Ubuntu-compatible binaries.</p>
<p align="center"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/puppy_lightweight1.jpg?323f2c" alt="simple application" width="582" height="476" border="0" /></p>
<p>For me, this OS has saved my work and files more than once. This summer, one of my laptops died suddenly and while I backed up some of my important files in Dropbox, there was still a number of files that I needed from my dead machine. Thankfully, I had Puppy on an older 2GB flash drive for this type of situation. Ubuntu could also serve the same purpose but Puppy barely occupies 127 MB, while Ubuntu is a bit hungrier. I urge you to <a href="http://puppylinux.org/main/Download%20Latest%20Release.htm">try it</a>, even as a virtual machine, as it could come very handy later on.</p>
<p>The 3 programs in this list may be lightweight and simple, but sometimes<em> simple applications works best</em>. That’s especially true when you’re multi-tasking and don’t need another resource hog overworking your computer.</p>
<p>What’s your take on programs that are light on resources? Do you embrace them or do you prefer heavier applications with more advanced features? Let us know in the comments!</p>
<p><small>Image credit: <a href="http://findicons.com/icon/94001/orange_folder_downloads?id=96349#" rel="nofollow">schollidesign</a>, <a href="http://findicons.com/icon/54729/heart_balloons?width=256#" rel="nofollow">DaPino</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-ultralightweight-programs-love/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Customize Your Radio News Listening Experience With NPR&#8217;s Pandora-Like Infinite Player</title>
		<link>http://www.makeuseof.com/tag/customize-radio-news-listening-experience-nprs-pandoralike-infinite-player/</link>
		<comments>http://www.makeuseof.com/tag/customize-radio-news-listening-experience-nprs-pandoralike-infinite-player/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 20:01:59 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Internet Radio]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94600</guid>
		<description><![CDATA[Make listening to NPR online more like listening to the radio. Open one website then start listening to public radio news stories. Skip stories you don't like or give them a thumbs up or down rating. Over time, the stories you hear better match your interests. Basically, NPR's new Infinite Player is Pandora for news.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/nprinfinite-icon.png?323f2c" alt="npr player" />Make listening to NPR online more like listening to the radio. Open one website then start listening to public radio news stories. Skip stories you don&#8217;t like or give them a thumbs up or down rating. Over time, the stories you hear better match your interests. Basically, NPR&#8217;s new <a href="http://www.npr.org/sandbox/conplay/">Infinite Player</a> is Pandora for news.</p>
<p><a href="http://www.makeuseof.com/tags/radio/">Radio</a> is, by nature, a passive medium. You turn on the radio and you listen to music or news stories. You don&#8217;t control what stories or songs come up, meaning you&#8217;ll often stumble onto something new serendipitously. That&#8217;s part of the fun of the medium. Websites, on the other hand, are active. You go to a site and you pick what you want to read, watch or listen to. When one story finishes you continue browsing.</p>
<p>This self-selection means you only consume news you&#8217;re interested in, because you yourself are choosing what to consume. It also means you <em>need</em> to take an active role in picking stories, which is problematic if you wanted to listen to the news while doing something else. NPR&#8217;s Infinite Player is an experiment aimed at addressing this. It currently works in Safari and Chrome; versions of other browsers are in development.</p>
<h2>For Comparison&#8217;s Sake</h2>
<p>NPR&#8217;s website, by default, looks like any other news site. You can browse and read stories, and you can pick stories to listen to. You can even make a playlist of stories.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/nprinfinite-website.png?323f2c" alt="npr player" width="579" height="356" /></p>
<p>This is an extremely active version of NPR. Basically, nothing plays unless you pick the story and tell it to play.</p>
<p>When Google launched the Chrome Web Store, <a href="http://www.makeuseof.com/tag/nprs-web-app-perfect-reading-listening-news/">NPR quickly put out an app version of their site</a>. This is cleaner, and makes it easier to listen to stories you like. It&#8217;s still however, an active tool &#8211; nothing plays unless you tell it to.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/npr-main.png?323f2c" alt="online news players" width="578" height="236" /></p>
<h2>To Infinity&#8230;</h2>
<p>Which brings me to the subject of this article &#8211; the Infinite Player. Open this site, sign in with your NPR account, and it starts playing right away:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/nprinfinite-main.png?323f2c" alt="npr player" width="580" height="252" /></p>
<p>The player always begins with the latest hourly update, giving you an overview of what&#8217;s happening right now. It will then start playing random, recent stories from a variety of NPR&#8217;s programs.</p>
<p>Controls are, by design, minimal. You can rewind thirty seconds and skip to the next story. You can also give each story a thumbs up or down. The more you use this, the more the player catches on to your interests. If you enjoy music stories more than political stories, for example, you&#8217;ll hear more about music and less about politics &#8211; provided you give feedback to the program as you&#8217;re listening.</p>
<p>You won&#8217;t hear <em>no</em> political stories, however. <a href="http://www.npr.org/blogs/inside/2011/11/22/142681663/infinite-player-feedback">According to NPR</a>, part of the point of this project is to bring serendipity back to Internet radio, meaning there will always be at least some variety in the stories you hear. This is important. You don&#8217;t want to create a walled garden of only stories you&#8217;re interested in. You might never learn anything new about the world that way.</p>
<h2>Limitations</h2>
<p>Of course, there are some limitations to this project. As of this writing it only works with recent versions of Safari and Chrome, being based on media functions other browsers don&#8217;t have yet. It&#8217;s also worth noting that this tool only includes national stories from NPR, meaning you&#8217;ll need to look elsewhere for local news (although there are local-news-enhanced versions for KQED, KPLU and Michigan Radio). Still, this thing is worth checking out. I&#8217;m enjoying it immensely. I myself would love to see other media outlets take an approach like this.</p>
<p>What do you think? Is this a valid experiment, or are people already tired of Pandora-style radio? Let me know your thoughts in the comments below. Let&#8217;s try to keep the conversation about the technology and ideas behind this software. Or, if you prefer, we could just talk about how NPR is an evil liberal network and how you prefer to get your news from more nuanced sources, such as Glenn Beck. That&#8217;s cool too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/customize-radio-news-listening-experience-nprs-pandoralike-infinite-player/feed/</wfw:commentRss>
		<slash:comments>2</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>How To Play Multiple Video Formats On Your iOS Device With No Conversion [Mac]</title>
		<link>http://www.makeuseof.com/tag/play-multiple-video-formats-ios-device-conversion-mac/</link>
		<comments>http://www.makeuseof.com/tag/play-multiple-video-formats-ios-device-conversion-mac/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 00:31:13 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[iPhone / iPad / iPod]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[video player]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=86352</guid>
		<description><![CDATA[One of Apple’s biggest cons is their restrictions. True, their devices are amazing, superbly crafted and work like a charm, but why can’t they play more than one specific video format? Apple, in general, tend not to approve alternative players that allow you to play multiple formats. True, I can jailbreak my iPad and just get VLC, but are there any alternatives that don’t require jailbreaking?]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image28.png?323f2c" alt="video formats ios" />One of <a href="http://www.makeuseof.com/tags/apple/">Apple</a>’s biggest cons is their restrictions. True, their devices are amazing, superbly crafted and work like a charm, but why can’t they play more than one specific video format?</p>
<p>I’ve been spending my days converting videos into M4Vs that my <a href="http://www.makeuseof.com/tags/iPad/">iPad</a> will agree to play, and even then I sometimes found myself confronted with the cryptic &#8220;<em>the video cannot be played on this iPad</em>&#8221; error. Apple, in general, tend not to approve alternative players that allow you to play multiple formats, and after some sort of disagreement, the VLC app was removed from the market.</p>
<p>True, I can jailbreak my iPad and just get VLC, but are there any alternatives that don’t require jailbreaking?</p>
<h2>The Free Option: <a href="http://itunes.apple.com/us/app/flex-player/id451024857?mt=8">FlexPlayer</a></h2>
<p>FlexPlayer is a free media player for iPhone, iPad and iPod touch (OS 4.2 and later) which allows you to play many different video formats. According to its iTunes page, FlexPlayer supports &#8220;AVI, DivX, Xvid, VOB, MP4, MOV (plus many more)&#8221;. Let’s see if it really works.</p>
<p>When you first launch FlexPlayer, you will get detailed instructions on how to add videos. This is useful because adding videos to FlexPlayer is not done by just adding videos to your iTunes library. If you do that, you won’t be able to upload anything that’s not in the acceptable format, and the videos will not be added to FlexPlayer.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-08-13h24_40.png?323f2c" alt="video formats ios" width="580" height="541" border="0" /></p>
<p>In order to add videos to FlexPlayer, plug in your device and launch iTunes. Select your device on the left menu bar, and then choose the &#8220;<em>Apps</em>&#8221; tab.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-08-13h27_53.png?323f2c" alt="ios play multiple videos" width="354" height="231" border="0" /></p>
<p>On this page, scroll down until you find the “<em>File Sharing</em>” menu. Look for FlexPlayer on the list and start adding videos. You can either click on the “<em>Add</em>” button or drag files straight into the documents interface.</p>
<p>As you can see, I tried adding an AVI file, an XVID file and a MOV file. All of them formats the iPad would not dream of playing normally.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-08-13h27_21.png?323f2c" alt="ios play multiple videos" width="580" height="441" border="0" /></p>
<p>When you add videos to the list, they will immediately appear in your FlexPlayer. You don’t have to sync it manually. The options are limited – you can watch videos and you can delete videos. That’s pretty much it.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-08-13h25_25.png?323f2c" alt="ios play multiple videos" width="579" height="507" border="0" /></p>
<p>And here you go, here is what watching an AVI looks like. Both video and sound worked without a hitch and I was able to play all three file formats with no problem.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image29.png?323f2c" alt="ios video format" width="580" height="773" border="0" /></p>
<p>There are no further options that I could see, but the existing options worked great.</p>
<h2>The Paid Option: <a href="http://itunes.apple.com/us/app/id384098375?mt=8">CineXPlayer</a></h2>
<p>CineXPlayer comes in two versions, an <a href="http://itunes.apple.com/us/app/id384098375?mt=8&amp;ign-mpt=uo%3D4">iPad version</a> ($2.99) and an <a href="http://itunes.apple.com/il/app/cinexplayer-the-best-way-to/id391790896?mt=8">iPhone/iPod touch version</a> which is also iPad compatible ($1.99). I tried the iPad version, and my guess is that the iPhone version works on the iPad, but only as iPhones apps usually do – covering about 1/3 of your screen with a X2 option. In my opinion, this is not a good solution for a video app, but if someone has actually tried it and thinks differently, do tell us about it.</p>
<p>Now to business. CineXPlayer offers many more options. When you first launch it, you will get a tutorial, complete with screenshots, which explains exactly how to add video files.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image30.png?323f2c" alt="ios video format" width="580" height="773" border="0" /></p>
<p>The method is identical to the one I described for FlexPlayer. Go to the &#8220;<em>Apps</em>&#8221; tab, scroll down, find CineXPlayer and add your files. Again, I tried adding an AVI, an XVID and a MOV.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-08-13h57_27.png?323f2c" alt="ios video format" width="514" height="376" border="0" /></p>
<p>After you’ve added movies, they will appears as thumbnails or as a list. As a default, CineXPlayer plays an amusing, computer-game-like background music when you browse your movies, which is somewhere on the border between annoying and fun. CineXPlayer offers folder options and you can catalogue your files for easy browsing.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-08-14h42_58.png?323f2c" alt="2011-09-08 14h42_58" width="529" height="328" border="0" /></p>
<p>The playing itself wasn’t perfect. My AVI file only played sound – no image. My XVID file played well, but when I tried it a second time there was suddenly no picture. Closing the app and re-launching it fixed it, but the AVI file remained picture-less. The MOV file played well.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image31.png?323f2c" alt="image" width="580" height="773" border="0" /></p>
<p>As you can see, CineXPlayer offers many more options – 3D (requires a further download), TV viewing, subtitles and social sharing to name a few.</p>
<p>The whole social sharing thing was a bit clunky, but I finally managed to get this window:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-08-14h30_04.png?323f2c" alt="2011-09-08 14h30_04" width="433" height="411" border="0" /></p>
<p>Pretty cool if you’re into social sharing and want your friends to know what you’re watching. It seems to be limited to Facebook, though.</p>
<p>As opposed to FlexPlayer which lets you play videos and that’s it, there are some settings here you can adjust to your liking. You can also buy some add-ons to enhance your experience with CineXPlayer.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image32.png?323f2c" alt="video formats ios" width="580" height="773" border="0" /></p>
<h2>Bottom Line</h2>
<p>As much as I like tweaking things, I did not feel that CineXPlayer provided an overall better experience. This is probably due to the fact that not all the videos actually worked. If I can’t play all formats, all the extra settings become less relevant.</p>
<p>Having said that, the file type I couldn’t play has given me trouble on other devices, and your files might work like a charm. If the bear-bones interface of FlexPlayer is just not enough for you, give CineXPlayer a spin, it’s not that expensive and it seems to be well thought out. For me, I will stick with FlexPlayer for now. Sometimes you just can’t beat simplicity, and I sure do love the price tag that comes along with it.</p>
<p>Want to share your own experiences? Know of some more alternative players we should try? Share in the comments.</p>
<p><small>Image credit: <a href="http://thumb10.shutterstock.com/photos/thumb_small/751306/751306,1313340189,3.jpg" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/play-multiple-video-formats-ios-device-conversion-mac/feed/</wfw:commentRss>
		<slash:comments>7</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>
	</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/10 queries in 0.019 seconds using apc
Object Caching 720/733 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:25:42 -->
