<?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>Barb&#039;s Connected World &#187; Media Center</title>
	<atom:link href="http://digitalmediaphile.com/index.php/tag/media-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalmediaphile.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Mar 2012 10:45:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>DIY Home Security Part 5 &#8211; View Cams in Windows Media Center</title>
		<link>http://digitalmediaphile.com/index.php/2012/02/12/diy-home-security-part-5-view-cams-in-windows-media-center/</link>
		<comments>http://digitalmediaphile.com/index.php/2012/02/12/diy-home-security-part-5-view-cams-in-windows-media-center/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 16:21:36 +0000</pubDate>
		<dc:creator>barbbowman</dc:creator>
				<category><![CDATA[Connected Home]]></category>
		<category><![CDATA[Home Security]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/?p=442</guid>
		<description><![CDATA[I mentioned viewing my cameras in Smartvue for iPxxx devices in a previous post. I actually posted some details on how to do this and determine the right syntax for your particular camera some time ago. This includes a link to the iCam web app that interactively helps you determine the syntax. Thought it was [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned viewing my cameras in Smartvue for iPxxx devices in a previous post. I actually posted some <a href="http://digitalmediaphile.com/index.php/2010/10/12/connecting-multiple-ip-cameras-to-windows-media-center/" target="_blank">details</a> on how to do this and determine the right syntax for your particular camera some time ago. This includes a link to the iCam <a href="http://skjm.com/icam/mjpeg.php" target="_blank">web app</a> that interactively helps you determine the syntax. Thought it was worth mentioning in this series on DIY Home Security. I also wrote about viewing my cameras from inside WMC. </p>
<p>The components I used for displaying the output of my cameras in the Windows Media Center interface are:</p>
<ol>
<li>an MCL file </li>
<li>a PNG file for the Extras Tile </li>
<li>an HTML file </li>
<li>a background image file for the HTML file (I used a PNG file) </li>
</ol>
<p>I’ve updated the MCL file and the PNG for the camera and authored an HTML file that I’ve copied to <font color="#800000">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Media Center\Media Center Programs</font>. For the background color, I added a PNG file that I created. Now I can see the output of my four cameras on a single screen inside the Windows Media Center interface. You’ll find sample source code at the end of this post.</p>
<p>My Cameras on the main level Extras Menu is shown in the following screen shot:</p>
<p><img style="background-image: none; border-right-width: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="wmc.cam1" border="0" alt="wmc.cam1" src="http://digitalmediaphile.com/wp-content/uploads/2012/02/wmc.cam1_.jpg" width="500" height="278" /></p>
<p><span id="more-442"></span>
<p>And the view inside Windows Media Center is shown below:</p>
<p>&#160;</p>
<p><img style="background-image: none; border-right-width: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="wmc.cam2" border="0" alt="wmc.cam2" src="http://digitalmediaphile.com/wp-content/uploads/2012/02/wmc.cam2_.jpg" width="500" height="286" /></p>
<p>Here is sample code for the HTML file that is placed inside the folder:</p>
<blockquote><p>&#160;</p>
<p>&lt;head&gt;      <br />&lt;meta content=&quot;en-us&quot; http-equiv=&quot;Content-Language&quot;&gt;       <br />&lt;meta http-equiv=&quot;refresh&quot; content=&quot;30&quot;&gt;</p>
<p>&lt;style type=&quot;text/css&quot;&gt;      <br />a {       <br />&#160;&#160;&#160; color: #DDEEFF;       <br />}       <br />a:visited {       <br />&#160;&#160;&#160; color: #DDEEFF;       <br />}       <br />a:active {       <br />&#160;&#160;&#160; color: #DDEEFF;       <br />}       <br />a:hover {       <br />&#160;&#160;&#160; color: #FFFFFF;       <br />}       <br />.style3 {       <br />&#160;&#160;&#160; font-family:&quot;Segoe UI Semibold&quot;;       <br />&#160;&#160;&#160; font-size: x-large;       <br />&#160;&#160;&#160; font-weight: bold;       <br />}       <br />.style4 {       <br />&#160;&#160;&#160; font-family: &quot;Segoe UI Semibold&quot;;       <br />&#160;&#160;&#160; font-size: x-large;       <br />&#160;&#160;&#160; border-width: 0;       <br />&#160;&#160;&#160; text-align: center;       <br />}       <br />.style5 {       <br />&#160;&#160;&#160; border: 10px solid #FFFFFF;       <br />}       <br />.style6 {       <br />&#160;&#160;&#160; font-family: &quot;Segoe UI Semibold&quot;;       <br />&#160;&#160;&#160; font-size: x-large;       <br />&#160;&#160;&#160; text-align: center;       <br />}       <br />.auto-style1 {       <br />&#160;&#160;&#160; font-family: &quot;Segoe UI Semibold&quot;;       <br />}       <br />&lt;/style&gt;       <br />&lt;/head&gt;</p>
<p>&lt;body style=&quot;color: #99CCFF; height: 826px; background-image: url(&#8216;wmcbackgrnd.png&#8217;);&quot;&gt;</p>
<p>&lt;p class=&quot;style3&quot;&gt;&amp;nbsp;&lt;/p&gt;</p>
<p>&lt;table style=&quot;width: 800px&quot;&gt;      <br />&#160;&#160;&#160; &lt;tr&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;h2 class=&quot;auto-style1&quot;&gt;Loft Cam&lt;/h2&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;h2 class=&quot;auto-style1&quot;&gt;Living Room Cam&lt;/h2&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/td&gt;       <br />&#160;&#160;&#160; &lt;/tr&gt;       <br />&#160;&#160;&#160; &lt;tr&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;img alt=&quot;&quot;&#160; src=&quot;<a href="http://yourhostname.dyndns.xxx:1234/image.jpg&quot;">http://yourhostname.dyndns.xxx:1234/image.jpg&quot;</a> width=&quot;360&quot;&gt;&lt;/td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;img alt=&quot;&quot;&#160; src=&quot;<a href="http://yourhostname.dyndns.xxx:5678/image/jpeg.cgi?size=3&quot;">http://yourhostname.dyndns.xxx:5678/image/jpeg.cgi?size=3&quot;</a> width=&quot;360&quot;&gt;&lt;/td&gt;       <br />&#160;&#160;&#160; &lt;/tr&gt;       <br />&#160;&#160;&#160; &lt;tr&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;&amp;nbsp;&lt;/td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;&amp;nbsp;&lt;/td&gt;       <br />&#160;&#160;&#160; &lt;/tr&gt;       <br />&#160;&#160;&#160; &lt;tr&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;h2 class=&quot;auto-style1&quot;&gt;Hall Cam&lt;/h2&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;h2 class=&quot;auto-style1&quot;&gt;Dining Room Cam&lt;/h2&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/td&gt;       <br />&#160;&#160;&#160; &lt;/tr&gt;       <br />&#160;&#160;&#160; &lt;tr&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;img alt=&quot;&quot;&#160; src=&quot;<a href="http://yourhostname.dyndns.xxx:4321/image.jpg&quot;">http://yourhostname.dyndns.xxx:4321/image.jpg&quot;</a> width=&quot;360&quot;&gt;&lt;/td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;td&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;img alt=&quot;&quot;&#160; src=&quot;<a href="http://yourhostname.dyndns.xxx:8765/image/jpeg.cgi?size=3&quot;">http://yourhostname.dyndns.xxx:8765/image/jpeg.cgi?size=3&quot;</a> width=&quot;360&quot;&gt;&lt;/td&gt;&#160;&#160;&#160; &lt;/tr&gt;       <br />&lt;/table&gt;</p>
</blockquote>
<p>And here is sample code used for thee *.mcl file</p>
<p>&#160;</p>
<blockquote><p>&lt;application url=&quot;mycameras.html&quot;      <br />name=&quot;My Cameras&quot;       <br />bgcolor=&quot;RGB(255,255,255)&quot;       <br />startimage=&quot;.\surveillance.png&quot;       <br />thumbnailImage=&quot;.\surveillance.png&quot;       <br />sharedviewport=&quot;false&quot;&gt;       <br />&lt;/application&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2012/02/12/diy-home-security-part-5-view-cams-in-windows-media-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft RAW Codec and Windows Media Center</title>
		<link>http://digitalmediaphile.com/index.php/2011/07/27/microsoft-raw-codec-and-windows-media-center/</link>
		<comments>http://digitalmediaphile.com/index.php/2011/07/27/microsoft-raw-codec-and-windows-media-center/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 14:45:56 +0000</pubDate>
		<dc:creator>barbbowman</dc:creator>
				<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Media Center]]></category>
		<category><![CDATA[Windows Live Photo Gallery]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2011/07/27/microsoft-raw-codec-and-windows-media-center/</guid>
		<description><![CDATA[Yesterday (see previous post) I wrote a little about the newly released Microsoft RAW Codec. One of the first things I did was try my latest batch of Nikon RAW NEF files from a balloon festival earlier this month. I had so-so results, especially inside Windows Media Center, where thumbnails appeared, but after selecting an [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday (see previous post) I wrote a little about the newly released Microsoft RAW Codec. One of the first things I did was try my latest batch of Nikon RAW NEF files from a balloon festival earlier this month. I had so-so results, especially inside Windows Media Center, where thumbnails appeared, but after selecting an individual image file, WMC could not display it. This set of images was shot with a D7000 DX camera, in order to take advantage of the longer reach of FX lenses used with it. I normally carry both a D700 and a D7000.</p>
<p>As it turns out, for whatever reason, the Microsoft RAW Codec does not support the D7000. I’m not sure why, since Adobe and others now support it, and the D7000 has been available since mid October 2010. </p>
<p>Anyway, if you have a supported camera, the new codec most definitely is supported inside Windows Media Center if you want to view your RAW images there. You won’t get detailed EXIF info in View Details, but you certainly can display your images on a large screen. The screen capture below shows one of the folders (highlighted) from an Orchid Show I attended in 2009 where I shot with my D700 and the Nikon 105mm Macro lens. Thumbnails appear as expected.</p>
<p><img style="background-image: none; border-right-width: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="mce-RAW-1" border="0" alt="mce-RAW-1" src="http://digitalmediaphile.com/wp-content/uploads/2011/07/mce-RAW-1.jpg" width="600" height="336" /></p>
<p><span id="more-413"></span>
<p>Selecting the folder displays, as expected, thumbnails of all the RAW NEF images within it:</p>
<p><img style="background-image: none; border-right-width: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="mce-RAW-2" border="0" alt="mce-RAW-2" src="http://digitalmediaphile.com/wp-content/uploads/2011/07/mce-RAW-2.jpg" width="600" height="337" /></p>
<p>And of course, selecting an individual image invokes a larger, full screen view:</p>
<p><img style="background-image: none; border-right-width: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="mce-RAW-3" border="0" alt="mce-RAW-3" src="http://digitalmediaphile.com/wp-content/uploads/2011/07/mce-RAW-3.jpg" width="600" height="336" /></p>
<p>I’m VERY happy to see this support, and I am hoping that the folks at Microsoft issue a new version quickly with better support for the D7000.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2011/07/27/microsoft-raw-codec-and-windows-media-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airplay for Windows Media Center</title>
		<link>http://digitalmediaphile.com/index.php/2011/05/25/airplay-for-windows-media-center/</link>
		<comments>http://digitalmediaphile.com/index.php/2011/05/25/airplay-for-windows-media-center/#comments</comments>
		<pubDate>Wed, 25 May 2011 15:51:34 +0000</pubDate>
		<dc:creator>barbbowman</dc:creator>
				<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Media Center]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Wireless Streaming]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2011/05/25/airplay-for-windows-media-center/</guid>
		<description><![CDATA[It had to happen, and I’m glad it did. Thomas Pleasance has produced a nifty add-on for Windows Media Center that allows AirPlay from an iPad to Windows Media Center. It is currently at beta 1 stage and is documented to work only with videos (and YouTube) on the IOS device. You’ll need to install [...]]]></description>
			<content:encoded><![CDATA[<p>It had to happen, and I’m glad it did. <a href="http://thomaspleasance.com/2011/05/23/airplay-for-windows-media-center-beta-1/" target="_blank">Thomas Pleasance</a> has produced a nifty add-on for Windows Media Center that allows AirPlay from an iPad to Windows Media Center. It is currently at beta 1 stage and is documented to work only with videos (and YouTube) on the IOS device. </p>
<p>You’ll need to install Dot NET 3.5 if it isn’t already present, Bonjour from <a href="http://support.apple.com/kb/DL999">http://support.apple.com/kb/DL999</a> and finally the app from his home page. </p>
<p>After running the install (it is a little quirky, see the comments posted on his page), I was indeed able to stream from my iPad to Windows Media Center. I fired up Videos on my iPad and selected Avatar (which I ripped from my owned BD Ray movie).</p>
<p>I touched the AirPlay icon to display AirPlay enabled devices</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="airplay3" border="0" alt="airplay3" src="http://digitalmediaphile.com/content/binary/iPad-AirPlay-and-Windows-Media-Center_A160/airplay3.png" width="450" height="338" /></p>
<p>and sure enough, I could select Windows Media Center!</p>
<p>&#160;</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="airplay4" border="0" alt="airplay4" src="http://digitalmediaphile.com/content/binary/iPad-AirPlay-and-Windows-Media-Center_A160/airplay4.png" width="450" height="338" /></p>
<p>Both the iPad and the WMC machine were on 802.11n 5GHz wireless and it didn’t take long at all for the movie to start to stream on WMC.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="airplay3wmc" border="0" alt="airplay3wmc" src="http://digitalmediaphile.com/content/binary/iPad-AirPlay-and-Windows-Media-Center_A160/airplay3wmc.png" width="450" height="262" /></p>
<p>Interestingly enough, I could drag the timeline with a mouse and playback started instantly from that point. I didn’t have any video or audio issues at all. </p>
<p>&#160;</p>
<p>Even though the app is not currently supposed to work with Photos on the iPad, I tried a slide show, as I see that as a more important application for me than videos. I was able to manually move between 5 or 6 photos before WMC froze, but the potential is there.</p>
<p>&#160;</p>
<p>I’m all for a universal ecosystem of smart, connected devices, and I love seeing apps like this one. I’m not seeing the app show up in the Extra Libraries (it IS registered) so I don’t know if the app can send content FROM MCE to an iPad (but I would really like to see that since that would have more real world use for me).</p>
<p>&#160;</p>
<p>Kudos to Thomas Pleasance for these first steps!</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2011/05/25/airplay-for-windows-media-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WX Channel iPad App Interacts with TV While You Watch</title>
		<link>http://digitalmediaphile.com/index.php/2011/04/16/wx-channel-ipad-app-interacts-with-tv-while-you-watch/</link>
		<comments>http://digitalmediaphile.com/index.php/2011/04/16/wx-channel-ipad-app-interacts-with-tv-while-you-watch/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 10:14:00 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Connected Home]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Wireless Streaming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2011/04/16/wx-channel-ipad-app-interacts-with-tv-while-you-watch/</guid>
		<description><![CDATA[I’ve just had a game changing entertainment experience. I love watching shows in HD about nature, geography, especially those that feature striking photography that adds to my knowledge of the physical world around me. The Weather Channel has launched a show called From the Edge with Peter Lik and it is available both in HD [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve just had a game changing entertainment experience. I love watching shows in HD about nature, geography, especially those that feature striking photography that adds to my knowledge of the physical world around me. The Weather Channel has launched a show called From the Edge with Peter Lik and it is available both in HD and SD. And  WX has simultaneously launched a companion <a href="http://itunes.apple.com/us/app/from-the-edge/id424094923?mt=8" target="_blank">iPad app</a> (FREE) that, like some of the music apps previously available that can listen to music that is playing and identify it, listens to each show as you watch it (Live/Recorded/On Demand) and then download and displays related content to augment the viewing experience.</p>
<p>&nbsp;</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="edge1" src="http://www.digitalmediaphile.com/content/binary/WX-Channel-iPad-App-Interacts-with-TV-Wh_7419/edge1_3.jpg" border="0" alt="edge1" width="450" height="338" /></p>
<p>Tuned in and watching the first recorded episode of this show on my TV.</p>
<p><span id="more-333"></span></p>
<p>&nbsp;</p>
<p>the iPad app is listening and syncing/downloading content. Note that other info about the current show and the upcoming episode in the series is also available.</p>
<p>&nbsp;</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="interactedge" src="http://www.digitalmediaphile.com/content/binary/WX-Channel-iPad-App-Interacts-with-TV-Wh_7419/interactedge_3.jpg" border="0" alt="interactedge" width="450" height="338" /></p>
<p>The app is a great education experience for kids and adults alike with instructional quizzes and FAQs.</p>
<p>&nbsp;</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="edge3" src="http://www.digitalmediaphile.com/content/binary/WX-Channel-iPad-App-Interacts-with-TV-Wh_7419/edge3_3.jpg" border="0" alt="edge3" width="450" height="338" /></p>
<p>Notes from the field about this episode showed the dangers of producing a show in an unpredictable environment.</p>
<p>&nbsp;</p>
<p>Kudos to everyone at the Weather Channel for the vision to offer a multimedia experience spanning devices in real time. I hope this is the beginning of a new era. We’ve come along way since Former FCC Chariman Newton Minnow’s famous “<a href="http://www.americanrhetoric.com/speeches/newtonminow.htm" target="_blank">Vast Wasteness</a>” 1961 speech.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2011/04/16/wx-channel-ipad-app-interacts-with-tv-while-you-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xfinity for iPad VOD Streaming Launches</title>
		<link>http://digitalmediaphile.com/index.php/2011/02/19/xfinity-for-ipad-vod-streaming-launches-2/</link>
		<comments>http://digitalmediaphile.com/index.php/2011/02/19/xfinity-for-ipad-vod-streaming-launches-2/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 09:31:29 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Connected Home]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Wireless Streaming]]></category>
		<category><![CDATA[Xfinity]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2011/05/17/xfinity-for-ipad-vod-streaming-launches-2/</guid>
		<description><![CDATA[Quality Video on Demand content (as opposed to live streaming of on air shows which may be coming down the road), including HBO, Cinemax, Stars, and a few other networks is now available for Comcast customers. It’s really a ton of content, and it looks incredible and works perfectly. To get the premium content, you [...]]]></description>
			<content:encoded><![CDATA[<p>Quality Video on Demand content (as opposed to live streaming of on air shows which may be coming down the road), including HBO, Cinemax, Stars, and a few other networks is now available for Comcast customers. It’s really a ton of content, and it looks incredible and works perfectly. To get the premium content, you need to subscribe to those channels, obviously.</p>
<p>Comcast promised this was coming, and they’ve done a great job. This really rounds out my options for viewing content wherever I am.  Does it replace Netflix on my iPad? Not yet. But the two complement each other nicely. Comcast promised more and better “TV Everywhere” and they are delivering on that promise.</p>
<p>I fired up the updated Xfinity app that showed as an update and here is a walk through:</p>
<p>First, iPad users will see a new Play Now button (I’ve drawn a red arrow to show this on the screen shot below). This is the key to streaming to the iPad.</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="xfin1" src="http://digitalmediaphile.com/content/binary/Xfinity-for-iPad-VOD-Streaming-Launches_BC50/xfin1.jpg" border="0" alt="xfin1" width="400" height="300" /></p>
<p>After selecting Play Now, you can filter by Network, Genres, Titles, Movies, Series.</p>
<p><span id="more-327"></span></p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="xfin1a" src="http://digitalmediaphile.com/content/binary/Xfinity-for-iPad-VOD-Streaming-Launches_BC50/xfin1a.jpg" border="0" alt="xfin1a" width="400" height="300" /></p>
<p>Parental Controls are available (but you can elect to not show again)</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="xfin2" src="http://digitalmediaphile.com/content/binary/Xfinity-for-iPad-VOD-Streaming-Launches_BC50/xfin2.jpg" border="0" alt="xfin2" width="400" height="300" /></p>
<p>Once an asset is selected, it is fairly quick to load (about 37 seconds over my home 802.11n WiFi)</p>
<p>&nbsp;</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="xfin3" src="http://digitalmediaphile.com/content/binary/Xfinity-for-iPad-VOD-Streaming-Launches_BC50/xfin3.jpg" border="0" alt="xfin3" width="400" height="300" /></p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="xfin4" src="http://digitalmediaphile.com/content/binary/Xfinity-for-iPad-VOD-Streaming-Launches_BC50/xfin4.jpg" border="0" alt="xfin4" width="400" height="300" /></p>
<p>I’ve selected a Harry Potter movie available on HBO. Note the HBO GO logo</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="xfin5" src="http://digitalmediaphile.com/content/binary/Xfinity-for-iPad-VOD-Streaming-Launches_BC50/xfin5.jpg" border="0" alt="xfin5" width="400" height="300" /></p>
<p>And here is a shot showing the movies running on my iPad. Slick.</p>
<p><img style="background-image: none; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="xfin6" src="http://digitalmediaphile.com/content/binary/Xfinity-for-iPad-VOD-Streaming-Launches_BC50/xfin6.jpg" border="0" alt="xfin6" width="400" height="300" /></p>
<p>I now have multiple sources for entertainment on my iPad and a larger choice of content. I’m hoping that Live TV streaming is next.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2011/02/19/xfinity-for-ipad-vod-streaming-launches-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting Multiple IP Cameras to Windows Media Center</title>
		<link>http://digitalmediaphile.com/index.php/2010/10/12/connecting-multiple-ip-cameras-to-windows-media-center/</link>
		<comments>http://digitalmediaphile.com/index.php/2010/10/12/connecting-multiple-ip-cameras-to-windows-media-center/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 13:39:52 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Connected Home]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Media Center]]></category>
		<category><![CDATA[Wireless Streaming]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2010/10/12/connecting-multiple-ip-cameras-to-windows-media-center/</guid>
		<description><![CDATA[After publishing a piece on how to connect an Internet enabled camera to WMC, iPhones and iPads yesterday, I received a couple of emails basically saying, “great, but I want to monitor more than one camera in a master view like stand alone IP surveillance software”. I thought about this for a bit and then [...]]]></description>
			<content:encoded><![CDATA[<p>After publishing a piece on how to <a href="http://digitalmediaphile.com/index.php/2010/10/10/connecting-an-ip-camera-to-wmc-iphones-and-ipads/" target="_blank"><span style="font-size: x-small;"><strong>connect an Internet enabled camera to WMC, iPhones and iPads</strong></span></a> yesterday, I received a couple of emails basically saying, “great, but I want to monitor more than one camera in a master view like stand alone IP surveillance software”.</p>
<p>I thought about this for a bit and then tested to see if an HTML page could be hosted locally, placed in the <strong><span style="font-size: x-small;">C:ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Media Center\Media Center Programs</span></strong> folder with the appropriate MCL and PNG file. The answer was yes, and this now opens the door to more customizations.</p>
<p>Further, I thought that the still images needed to be refreshed. Not much value in watching an image on the screen that just sits there. I fired up Microsoft Expression Web and created a page and added in a META REFRESH tag to reload every xx seconds (I used 30 seconds as the interval). While tables should not be used for layout on a page designed to be viewed in a real web browser (a deprecated means of coding), a nested table structure proved perfect for display inside Windows Media Center. I specified the Segoe UI font and ended up with something that looked pretty decent and worked.  Here is the view inside Windows Media Center:</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="mycameras" src="http://digitalmediaphile.com/content/binary/6c51c2ea1058_8087/mycameras.jpg" alt="mycameras" width="500" height="282" border="0" /></p>
<p><span id="more-296"></span></p>
<p>Here is the HTML code. You will need to replace the hostname, port, image path as I documented in the post linked above. The mycameras.html file I created contains the following:</p>
<table width="450" border="4" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="450">&lt;head&gt;<br />
&lt;meta content=&#8221;en-us&#8221; http-equiv=&#8221;Content-Language&#8221;&gt;<br />
&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;30&#8243;&gt;</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;<br />
a {<br />
color: #DDEEFF;<br />
}<br />
a:visited {<br />
color: #DDEEFF;<br />
}<br />
a:active {<br />
color: #DDEEFF;<br />
}<br />
a:hover {<br />
color: #FFFFFF;<br />
}<br />
.style3 {<br />
font-family: Arial;<br />
font-size: x-large;<br />
font-weight: bold;<br />
}<br />
.style4 {<br />
font-family: &#8220;Segoe UI Semibold&#8221;;<br />
font-size: x-large;<br />
border-width: 0;<br />
text-align: center;<br />
}<br />
.style5 {<br />
border: 10px solid #FFFFFF;<br />
}<br />
.style6 {<br />
font-family: &#8220;Segoe UI Semibold&#8221;;<br />
font-size: x-large;<br />
text-align: center;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body style=&#8221;color: #99CCFF; &#8220;&gt;</p>
<p>&lt;p class=&#8221;style3&#8243;&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td class=&#8221;style4&#8243;&gt;Parking Lot Cam&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td class=&#8221;style5&#8243;&gt;<br />
&lt;img alt=&#8221;" height=&#8221;480&#8243; src=&#8221;http://hostname.com:XYZ/IMAGE.jpg&#8221; width=&#8221;640&#8243;&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/td&gt;<br />
&lt;td&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td class=&#8221;style6&#8243;&gt;Home Office Cam&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td class=&#8221;style5&#8243;&gt;<br />
&lt;img alt=&#8221;" height=&#8221;480&#8243; src=&#8221;http://hostname.com:XYZ/cgi-bin/video.jpg?size=3&#8243; width=&#8221;704&#8243;&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p>&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;p class=&#8221;style3&#8243;&gt;&amp;nbsp;&lt;/p&gt;</td>
</tr>
</tbody>
</table>
<p>The MCL file (mycameras.mcl) is as follows:</p>
<table width="450" border="4" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="450">&lt;application url=&#8221;mycameras.html&#8221;<br />
name=&#8221;My Cameras&#8221;<br />
bgcolor=&#8221;RGB(255,255,255)&#8221;<br />
startimage=&#8221;.mycameras.png&#8221;<br />
thumbnailImage=&#8221;.mycameras.png&#8221;<br />
sharedviewport=&#8221;false&#8221;&gt;<br />
&lt;/application&gt;</td>
</tr>
</tbody>
</table>
<p>After removing the files I created and used yesterday, I placed the html file, the MCL file, and the new PNG file in the <strong><span style="font-size: x-small;">C:ProgramDataMicrosoftWindowsStart MenuProgramsAccessoriesMedia CenterMedia Center Programs</span></strong> folder. Next I launched Windows Media Center,and  opened Extras.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="mycameras.extra" src="http://digitalmediaphile.com/content/binary/6c51c2ea1058_8087/mycameras.extra.jpg" alt="mycameras.extra" width="400" height="540" border="0" /></p>
<p>I finished by adding my new My Cameras extra as a top level Extras menu item.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="mycameras.main" src="http://digitalmediaphile.com/content/binary/6c51c2ea1058_8087/mycameras.main.jpg" alt="mycameras.main" width="400" height="236" border="0" /></p>
<p>Now, if I add more cameras, I can just edit the existing HTML. I’m sure I’ll have to change (reduce) the size of the displayed image to get more on a single page, but I now have a personal IP Camera viewport inside Windows Media Center. (And naturally, I’ve added the second camera to my iPhone and iPad Smartvue configuration).</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2010/10/12/connecting-multiple-ip-cameras-to-windows-media-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix Coming to Canada, Eh?</title>
		<link>http://digitalmediaphile.com/index.php/2010/07/22/netflix-coming-to-canada-eh/</link>
		<comments>http://digitalmediaphile.com/index.php/2010/07/22/netflix-coming-to-canada-eh/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:29:32 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2010/07/19/netflix-coming-to-canada-eh/</guid>
		<description><![CDATA[Some of my Canadian friends might be pleased to hear that Netflix intends to cross the border officially later this year. You can pre-register now if you are interested at http://www.netflix.ca. Update: if you are a Rogers customer, this may have triggered lower usage limits. CBC news is reporting that Rogers is lowering their download [...]]]></description>
			<content:encoded><![CDATA[<p>Some of my Canadian friends might be pleased to hear that Netflix intends to cross the border officially later this year. You can pre-register now if you are interested at <a href="http://www.netflix.ca"><font size="3"><strong>http://www.netflix.ca</strong></font></a>. </p>
<p><strong>Update</strong>: if you are a Rogers customer, this may have triggered lower usage limits. CBC news is reporting that <a href="http://www.cbc.ca/technology/story/2010/07/22/rogers-download-limits.html" target="_blank"><font size="3"><strong>Rogers is lowering their download limits</strong></font></a><font size="3"><strong>. </strong></font></p>
<p>Here’s what you’ll see if you access the site from a Canadian IP address.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="netflix" border="0" alt="netflix" src="http://digitalmediaphile.com/content/binary/NetflixComingtoCanadaEh_9F4F/netflix.jpg" width="450" height="281" /></p>
<p><strong><font size="3"><a href="http://www.cbc.ca/canada/british-columbia/story/2010/07/19/netflix-video-on-demand-rogers.html" target="_blank">CBC news</a></font></strong> has posted info, including the fact that this will be streaming only (no DVD’s by mail). “English only to start, French to follow over time”.</p>
<p>I don’t know if Media Center access to Netflix for Windows 7 Canadian users will be turned on at launch, but am trying to find out. </p>
<p>One comment, if you are a HD snob (and I have no qualms admitting that *I* am), the content is pitiful. And the content for PC’s and Mac’s (a subset) is shameful. </p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2010/07/22/netflix-coming-to-canada-eh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looks like Netflix MCE HD is Rolling Out</title>
		<link>http://digitalmediaphile.com/index.php/2010/05/16/looks-like-netflix-mce-hd-is-rolling-out/</link>
		<comments>http://digitalmediaphile.com/index.php/2010/05/16/looks-like-netflix-mce-hd-is-rolling-out/#comments</comments>
		<pubDate>Sun, 16 May 2010 10:41:54 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Netflix HD]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2010/05/16/looks-like-netflix-mce-hd-is-rolling-out/</guid>
		<description><![CDATA[Fired up a machine that never had Netflix installed previously (W7 x64 Ultimate) and installed Netflix. I’m streaming Stargate Continuum in HD 3800/3800 (screen shot below) over 802.11n 5GHz wireless to me 1920 x 1080 Sony “laptop”. No HD icon, but it is definitely HD.]]></description>
			<content:encoded><![CDATA[<p>Fired up a machine that never had Netflix installed previously (W7 x64 Ultimate) and installed Netflix. I’m streaming Stargate Continuum in HD 3800/3800 (screen shot below) over 802.11n 5GHz wireless to me 1920 x 1080 Sony “laptop”. No HD icon, but it is definitely HD.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="netflixMCE-HDsm" border="0" alt="netflixMCE-HDsm" src="http://digitalmediaphile.com/content/binary/LookslikeNetflixMCEHDisRollingOut_5E2C/netflixMCEHDsm.jpg" width="600" height="338" /></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2010/05/16/looks-like-netflix-mce-hd-is-rolling-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Wireless Display is a Happy HTPC Experience</title>
		<link>http://digitalmediaphile.com/index.php/2010/01/22/intel-wireless-display-is-a-happy-htpc-experience/</link>
		<comments>http://digitalmediaphile.com/index.php/2010/01/22/intel-wireless-display-is-a-happy-htpc-experience/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 16:42:53 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Intel]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[WiDi]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Wireless Display]]></category>
		<category><![CDATA[Intel Wireless Display]]></category>
		<category><![CDATA[Internet TV]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2010/01/22/intel-wireless-display-is-a-happy-htpc-experience/</guid>
		<description><![CDATA[Intel’s Wireless Display fills the big gap in my Windows Media Center home theater experience. This technology, first demo’d at CES 2010, may be one of the bigger successes in the HTPC and networking arenas as new computers (currently only laptops) hit the market with the Intel 2010 i3/i5/i7 processors. In a nutshell, I can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.intel.com/consumer/products/technology/wirelessdisplay.htm" target="_blank">Intel’s Wireless Display</a> fills the big gap in my Windows Media Center home theater experience. </p>
<p>This technology, first demo’d at CES 2010, may be one of the bigger successes in the HTPC and networking arenas as new computers (currently only laptops) hit the market with the Intel 2010 i3/i5/i7 processors. In a nutshell, I can use a laptop computer with an Intel i5 processor, Intel’s embedded graphics chip, Intel’s 6200 WiFi adapter, and a <a href="http://www.netgear.com/Products/Entertainment/DigitalMediaPlayers/ptv1000.aspx" target="_blank">Netgear Push to TV</a> bridge to stream any content I want to any TV connected to a PTV device over HDMI. The tiny Netgear device is connected to the TV via HDMI, and everything happens over a wireless Personal Area Network between my laptop and the Push to TV device.</p>
<p>So why is this such a big gap filler for me? My current home theater setup includes V2 Media Center extenders connected to the three HD TV’s in my home, with the Media Center desktop residing in my loft home office. What I can’t get with this set up (without buying a PC and connecting one to every television) are all the Internet based Media Center extra’s such as Internet TV and Netflix.&#160; Problem solved. With WiDi, I’ve got a nice, light (4.2 pound) 13.3 inch widescreen laptop to use anywhere in my home, around town, or on the road AND I’m able to display all of these Media Center extras. I gain the ability to browse the web and display anything I want on my TV’s. </p>
<p>The technology is nearly idiot proof. Connect the Netgear device via the included HDMI cable. Hit the special button on the laptop keyboard and enter a 4 digit code after your device is found. All the networking setup is handled without user intervention. WPA2 security is configured via WPS (wireless provisioning services) behind the scenes to secure the Personal Area Network (PAN) connection between the laptop and the PTV device. An ICS connection to the Intel internal WiFi is also established behind the scenes. You won’t see this in any of Windows 7’s GUI’s or discover it with netsh, but it is present. In fact, while the 6200 Intel NIC is a/b/g/n capable, when using WiDi with the Netgear device, it is not possible to connect to the 5GHz radio in a dual band router. An error message is returned stating only 2.4 GHz is supported. Some additional good news, even in my overly saturated 2.4 GHz environment of 19 different SSID’s, I had absolutely no interference. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ready" border="0" alt="ready" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/ready.jpg" width="400" height="264" /></p>
<p>My 52 inch TV, Netgear PTV attached via HDMI, waiting for a connection</p>
<p>&#160;<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="connected" border="0" alt="connected" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/connected.jpg" width="400" height="255" /> </p>
<p>WiDi equipped Laptop, connected and ready to rock and roll</p>
<p>The quality is awesome. My recorded (via cable card and OCUR/DCT) content looks great. (All the DRM rules apply here.) </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mce-hd-tv" border="0" alt="mce-hd-tv" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/mcehdtv.jpg" width="400" height="251" /> </p>
<p>Some HD Recorded TV..</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="stargate-atlantis-hd" border="0" alt="stargate-atlantis-hd" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/stargateatlantishd.jpg" width="400" height="254" /></p>
<p>Stargate Atlantis in full HD, via WiDi </p>
<p>Internet TV (the missing piece in my home theater experience) in Windows Media Center looks good. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ITV-MCE" border="0" alt="ITV-MCE" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/ITVMCE.jpg" width="400" height="256" /> </p>
<p>Star Trek content, Windows Media Center Internet TV</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="startrek-ITV-MCE" border="0" alt="startrek-ITV-MCE" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/startrekITVMCE.jpg" width="400" height="253" /> </p>
<p>Streaming Star Trek from Windows Media Center via WiDi. </p>
<p>Anything I want using the Media Center interface is streamed to the connected TV, music.. pix… videos.. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mcemusic" border="0" alt="mcemusic" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/mcemusic.jpg" width="400" height="257" />&#160;</p>
<p>Music – WMC via WiDi</p>
<p>Anything displayed on your desktop can be streamed. Want to read email? Use Windows Live Messenger? Participate in newsgroups or forums? Browse the web? Yep, it’s in there. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="browsingweb" border="0" alt="browsingweb" src="http://digitalmediaphile.com/content/binary/IntelWirelessDisplayisaHappyHTPCExperien_A40F/browsingweb.jpg" width="400" height="254" /></p>
<p>Windows 7 – Everything and anything over WiDi </p>
<p>And for me, there is another huge gap filler. My main beef with Windows Media Center Internet TV is the lack of HD content. With a 52 inch state of the art 1080p TV, can you blame me for wanting HD streaming? Here’s the good news. If one of the networks or other source offers an asset in HD for streaming, WiDi handles it effortlessly. As shown earlier in this post, Windows Media Center Internet TV offers a large amount of CBS content, including (at least at the present time) all three seasons of Star Trek, the original series. Inside Media Center, only SD is available, but I can navigate to the CBS website and view the remastered Star Trek original series in glorious full screen HD.</p>
<p>Needless to say, I’m a very happy camper these days. </p>
<p>Clubhouse Tags: <a href="http://clubhouse.microsoft.com/posts/tag/clubhouse" rel="clubhouseTag">clubhouse</a>, <a href="http://clubhouse.microsoft.com/posts/tag/media+center" rel="clubhouseTag">media center</a>, <a href="http://clubhouse.microsoft.com/posts/tag/Media Center-Windows 7" rel="clubhouseTag">Media Center Windows 7</a>, <a href="http://clubhouse.microsoft.com/posts/tag/windows+media+center" rel="clubhouseTag">windows media center</a>, <a href="http://clubhouse.microsoft.com/posts/tag/WiDi" rel="”clubhouseTag”">WiDi</a>, <a href="http://clubhouse.microsoft.com/posts/tag/Intel-Wireless-Display" rel="”clubhouseTag”">Intel Wireless Display</a>, <a href="http://clubhouse.microsoft.com/posts/tag/how-to" rel="clubhouseTag">how-to</a>, <a href="http://clubhouse.microsoft.com/posts/tag/tip" rel="”clubhouseTag”">Tip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2010/01/22/intel-wireless-display-is-a-happy-htpc-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linksys Discontinuing Media Center Extender DMA-2100</title>
		<link>http://digitalmediaphile.com/index.php/2009/05/14/linksys-discontinuing-media-center-extender-dma-2100/</link>
		<comments>http://digitalmediaphile.com/index.php/2009/05/14/linksys-discontinuing-media-center-extender-dma-2100/#comments</comments>
		<pubDate>Thu, 14 May 2009 17:33:36 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media Center Extender]]></category>

		<guid isPermaLink="false">http://digitalmediaphile.com/index.php/2009/05/14/linksys-discontinuing-media-center-extender-dma-2100/</guid>
		<description><![CDATA[Linksys is having a fire sale on the Media Center Extender model DMA-2100 – 50% off the original $300 unrealistic price.&#160; Don’t get me wrong, for $150, if you have a Vista PC and need an extender that is significantly quieter than an Xbox 360, this is a good deal.&#160; It has dual band wireless [...]]]></description>
			<content:encoded><![CDATA[<p>Linksys is having a fire sale on the Media Center Extender model DMA-2100 – 50% off the original $300 unrealistic price.&#160; Don’t get me wrong, for $150, if you have a Vista PC and need an extender that is significantly quieter than an Xbox 360, this is a good deal.&#160; It has dual band wireless but does not have a TOSLINK digital audio port, only the COAX digital audio is present on this device. </p>
<p>Note that now that this is officially discontinued, there definitely won’t be firmware updates to provide additional codec compatibility. This would seem to mean that the more expensive DMA-2200 (has an on board DVD player that isn’t all that great but does have the Toslink port) probably won’t see firmware updates either. </p>
<p>This is a V2 extender that works with Vista and Windows 7.&#160; Note that Linksys (and everyone else) also killed of their V1 extenders, which worked only with Windows XP Media Center Edition. </p>
<p><a href="http://www.shoplinksys.com/Wireless-N-Media-Center-Extender-DMA2100-Wired-Products_stcVVproductId53779505VVcatId543870VVviewprod.htm" target="_blank"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="dma-2100" border="0" alt="dma-2100" src="http://digitalmediaphile.com/content/binary/LinksysDiscontinuingMediaCenterExtenderD_BEC3/dma2100.jpg" width="400" height="257" /></a> </p>
<p>All things considered, as long as you understand you are buying a discontinued product, this is a pretty good deal. I suspect that the price may drop even further as time goes on.</p>
<p>Clubhouse Tags: <a href="http://clubhouse.microsoft.com/posts/tag/clubhouse" rel="clubhouseTag">clubhouse</a>, <a href="http://clubhouse.microsoft.com/posts/tag/media+center" rel="clubhouseTag">media center</a>, <a href="http://clubhouse.microsoft.com/posts/tag/Media Center-Windows 7" rel="clubhouseTag">Media Center Windows 7</a>, <a href="http://clubhouse.microsoft.com/posts/tag/windows+media+center" rel="clubhouseTag">windows media center</a>, <a href="http://clubhouse.microsoft.com/posts/tag/tip" rel="”clubhouseTag”">Tip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2009/05/14/linksys-discontinuing-media-center-extender-dma-2100/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASUS Netbook, W7, MCE and Digital TV</title>
		<link>http://digitalmediaphile.com/index.php/2009/04/14/asus-netbook-w7-mce-and-digital-tv/</link>
		<comments>http://digitalmediaphile.com/index.php/2009/04/14/asus-netbook-w7-mce-and-digital-tv/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:18:00 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2009/04/14/ASUS+Netbook+W7+MCE+And+Digital+TV.aspx</guid>
		<description><![CDATA[Started with a ASUS 1000HEB EeePC (Best Buy sells this, got it on sale for $299). Upgraded to 2 GB RAM, swapped out the hard drive for a 7200RPM 320GB Momentus drive and installed W7 clean. All the drivers were either inbox or on the ASUS site. Max Volar tuner driver was on WU. They [...]]]></description>
			<content:encoded><![CDATA[<p>Started with a ASUS 1000HEB EeePC (Best Buy sells this, got it on sale for $299). Upgraded to 2 GB RAM, swapped out the hard drive for a 7200RPM 320GB Momentus drive and installed W7 clean. All the drivers were either inbox or on the ASUS site. Max Volar tuner driver was on WU.</p>
<p>They say a picture is worth 10,000 words. So I’m saving 20K words with two pictures. </p>
<p>Bottom line: My EeePC (1000HEB) is running W7, and plugging in my MaxVolar Hybrid USB tuner yields just what I expected. Awesome..</p>
<p><img border="0" src="http://www.digitalmediaphile.com/content/binary/netbook1.jpg">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img border="0" src="http://www.digitalmediaphile.com/content/binary/netbook2.jpg">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The screen on the Netbook is actually quite good. Not sure what this will do to battery life <img src='http://digitalmediaphile.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:84a07d05-aee2-4bd2-80b7-afa6841f9143" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/MCE" rel="tag">MCE</a>,<a href="http://technorati.com/tags/Netbook+TV" rel="tag">Netbook TV</a>,<a href="http://technorati.com/tags/Netbook" rel="tag">Netbook</a>,<a href="http://technorati.com/tags/Windows+7" rel="tag">Windows 7</a>,<a href="http://technorati.com/tags/W7" rel="tag">W7</a></div>
<p>&nbsp;</p>
<p>Clubhouse Tags: <a href="http://clubhouse.microsoft.com/posts/tag/clubhouse" rel="clubhouseTag">clubhouse</a>, <a href="http://clubhouse.microsoft.com/posts/tag/media+center" rel="clubhouseTag">media center</a>, <a href="http://clubhouse.microsoft.com/posts/tag/windows+media+center" rel="clubhouseTag">windows media center</a>, <a href="http://clubhouse.microsoft.com/posts/tag/how-to" rel="clubhouseTag">how-to</a>, <a href="http://clubhouse.microsoft.com/posts/tag/tip" rel="clubhouseTag">Tip</a>,<a href="http://clubhouse.microsoft.com/posts/tag/challenge-laptop " rel="clubhouseTag">challenge-laptop </a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2009/04/14/asus-netbook-w7-mce-and-digital-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP x280n&#8217;s Handheld Remote Rocks</title>
		<link>http://digitalmediaphile.com/index.php/2008/06/27/hp-x280ns-handheld-remote-rocks/</link>
		<comments>http://digitalmediaphile.com/index.php/2008/06/27/hp-x280ns-handheld-remote-rocks/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:53:09 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media Center Extender]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2008/06/27/HP+X280nrsquos+Handheld+Remote+Rocks.aspx</guid>
		<description><![CDATA[The HP MediaSmart Connect x280n ships with a handheld remote that is worthy of its own blog review. Most of the remote controls that I’ve seen shipping with Media Center Computer, Media Center Extenders, etc. are lacking in one or more key features. For one thing, if it doesn’t have some kind of back lighting, [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>The <a href="http://www.hp.com/go/mediasmartconnect" target="_blank">HP MediaSmart Connect x280n</a> ships with a handheld remote that is worthy of its own blog review. Most of the remote controls that I’ve seen shipping with Media Center Computer, Media Center Extenders, etc. are lacking in one or more key features. For one thing, if it doesn’t have some kind of back lighting, it isn’t usable for me in a home theater environment. A couple of the remotes I’ve received along the way from Microsoft and others DO have back lighting, so fortunately, since these things are interchangeable, it hasn’t been a problem for me. My other big gripe is that I have other components with remotes (you know, TV’s, home theater receivers, X10 lighting, and other components like Xboxen, DVD player’s, et all) and I hate remote clutter. For years I’ve used Philips Prontos. And I’ve programmed them with macros that are activity based. Perfect for my needs. </p>
<p>HP has definitely raised the bar when it comes to supplying a premium hand held remote. The images here are NOT to scale and are meant to show the layout and shape as well as features. Both the D-Link (left) and the Linksys (right) are pretty basic remotes. And they do what they are supposed to do. The D-Link DSM-750 has a secondary proprietary MediaLounge interface and their remote works seamlessly with it as well as the Media Center interface. </p>
<p>So what do I like and what do I think sets this remote apart? First, there is a very tactile cursor pad. Then there is the blue back lighting so I don’t have to fumble in the dark. The remote includes universal remote functions and allows you to add 4 additional components (TV, set top box, DVD, Aux, etc.). I haven’t set anything up yet, but for most people this will be more than enough to banish other remotes. There is no macro capability, so my Pronto will stay on the coffee table. And if someone wants to supply a Pronto ccf/pcf file and upload it to remotecentral.com.. I might go the other way and include a device on my Pronto. (Yeah, I can use “learning” and do it all myself). Another really big plus is the “sleep” button. (Think “Green”). </p>
<p>A final BIG plus that I want to highlight today is that the “Green Button” provides one touch access to turn the x280n on and fire up the Media Center Extender interface, and get you connected without going through the MediaSmart menu. Otherwise, you press the power button to reach the main menu and can select the MCX or HP interface from there.</p>
<p>My only complaint so far is that I prefer the <strong>play</strong> button to be centered, larger and standout more like on the D-Link remote and some of the MS reference designs. </p>
<p>&nbsp;</p>
<p><img title="comparing remote" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="446" alt="comparing remote" src="http://digitalmediaphile.com/content/binary/HPx280nsHandheldRemoteRocks_D7B1/smsizeremote.jpg" width="420" border="0"/> </p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:00951abc-7e0b-4a7c-865c-bbdba8ff0a2d" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/HP" rel="tag">HP</a>, <a href="http://technorati.com/tags/Media+Center+Extender" rel="tag">Media Center Extender</a>, <a href="http://technorati.com/tags/Media+Center" rel="tag">Media Center</a>, <a href="http://technorati.com/tags/x280n" rel="tag">x280n</a>, <a href="http://technorati.com/tags/MediaSmart" rel="tag">MediaSmart</a>, <a href="http://technorati.com/tags/MediaSmart+Connect" rel="tag">MediaSmart Connect</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2008/06/27/hp-x280ns-handheld-remote-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP x280n’s Handheld Remote Rocks</title>
		<link>http://digitalmediaphile.com/index.php/2008/06/27/hp-x280ns-handheld-remote-rocks-2/</link>
		<comments>http://digitalmediaphile.com/index.php/2008/06/27/hp-x280ns-handheld-remote-rocks-2/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:53:09 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[HP]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Windows Media Center]]></category>
		<category><![CDATA[Media Center Extender]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2008/06/27/HP+X280nrsquos+Handheld+Remote+Rocks.aspx</guid>
		<description><![CDATA[The HP MediaSmart Connect x280n ships with a handheld remote that is worthy of its own blog review. Most of the remote controls that I’ve seen shipping with Media Center Computer, Media Center Extenders, etc. are lacking in one or more key features. For one thing, if it doesn’t have some kind of back lighting, [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>The <a href="http://www.hp.com/go/mediasmartconnect" target="_blank">HP MediaSmart Connect x280n</a> ships with a handheld remote that is worthy of its own blog review. Most of the remote controls that I’ve seen shipping with Media Center Computer, Media Center Extenders, etc. are lacking in one or more key features. For one thing, if it doesn’t have some kind of back lighting, it isn’t usable for me in a home theater environment. A couple of the remotes I’ve received along the way from Microsoft and others DO have back lighting, so fortunately, since these things are interchangeable, it hasn’t been a problem for me. My other big gripe is that I have other components with remotes (you know, TV’s, home theater receivers, X10 lighting, and other components like Xboxen, DVD player’s, et all) and I hate remote clutter. For years I’ve used Philips Prontos. And I’ve programmed them with macros that are activity based. Perfect for my needs. </p>
<p>HP has definitely raised the bar when it comes to supplying a premium hand held remote. The images here are NOT to scale and are meant to show the layout and shape as well as features. Both the D-Link (left) and the Linksys (right) are pretty basic remotes. And they do what they are supposed to do. The D-Link DSM-750 has a secondary proprietary MediaLounge interface and their remote works seamlessly with it as well as the Media Center interface. </p>
<p>So what do I like and what do I think sets this remote apart? First, there is a very tactile cursor pad. Then there is the blue back lighting so I don’t have to fumble in the dark. The remote includes universal remote functions and allows you to add 4 additional components (TV, set top box, DVD, Aux, etc.). I haven’t set anything up yet, but for most people this will be more than enough to banish other remotes. There is no macro capability, so my Pronto will stay on the coffee table. And if someone wants to supply a Pronto ccf/pcf file and upload it to remotecentral.com.. I might go the other way and include a device on my Pronto. (Yeah, I can use “learning” and do it all myself). Another really big plus is the “sleep” button. (Think “Green”). </p>
<p>A final BIG plus that I want to highlight today is that the “Green Button” provides one touch access to turn the x280n on and fire up the Media Center Extender interface, and get you connected without going through the MediaSmart menu. Otherwise, you press the power button to reach the main menu and can select the MCX or HP interface from there.</p>
<p>My only complaint so far is that I prefer the <strong>play</strong> button to be centered, larger and standout more like on the D-Link remote and some of the MS reference designs. </p>
<p>&nbsp;</p>
<p><img title="comparing remote" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="446" alt="comparing remote" src="http://digitalmediaphile.com/content/binary/HPx280nsHandheldRemoteRocks_D7B1/smsizeremote.jpg" width="420" border="0"/> </p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:00951abc-7e0b-4a7c-865c-bbdba8ff0a2d" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/HP" rel="tag">HP</a>, <a href="http://technorati.com/tags/Media+Center+Extender" rel="tag">Media Center Extender</a>, <a href="http://technorati.com/tags/Media+Center" rel="tag">Media Center</a>, <a href="http://technorati.com/tags/x280n" rel="tag">x280n</a>, <a href="http://technorati.com/tags/MediaSmart" rel="tag">MediaSmart</a>, <a href="http://technorati.com/tags/MediaSmart+Connect" rel="tag">MediaSmart Connect</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2008/06/27/hp-x280ns-handheld-remote-rocks-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP MediaSmart Connect x280n</title>
		<link>http://digitalmediaphile.com/index.php/2008/06/26/hp-mediasmart-connect-x280n/</link>
		<comments>http://digitalmediaphile.com/index.php/2008/06/26/hp-mediasmart-connect-x280n/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 16:58:28 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media Center Extender]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Windows Home Server]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2008/06/26/HP+MediaSmart+Connect+X280n.aspx</guid>
		<description><![CDATA[HP was kind enough to send me an early near production version of their soon to be released (July 31) MediaSmart Connect Home Theater component. I’ve had a few minutes to take a VERY quick look and the first impression is: It’s great! Nice looking hardware, piano black finish (production units will have a neat [...]]]></description>
			<content:encoded><![CDATA[<p><img title="x280n_sm" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 8px 0px 0px; border-right-width: 0px" height="143" alt="x280n_sm" src="http://digitalmediaphile.com/content/binary/HPMediaSmartConnectx280n_AD09/x280n_sm.jpg" width="260" align="left" border="0"/> HP was kind enough to send me an early near production version of their soon to be released (July 31) <a href="http://www.hp.com/go/mediasmartconnect" target="_blank">MediaSmart Connect</a> Home Theater component. I’ve had a few minutes to take a VERY quick look and the first impression is: It’s great!</p>
<p>Nice looking hardware, piano black finish (production units will have a neat Zen imprint) with a solid heft/feel. Connections for component and HDMI (720p and 1080i supported on both). An HDMI cable is included (nice touch). Audio jacks include RCA stereo (analog) and Optical Digital (SPDIF). No Coax digital, but that suits me just fine. I ranted some about the lack of Optical output on the ”competing” (and I use that term loosely) Linksys DMA-2100.</p>
<p>802.11a/b/g/n (Draft 2.0n) wireless (and 10/100 Ethernet) connect this device to your home network. The device sports USB ports front and rear and includes a HP Pocket Media Drive Bay (the 21st century version of sneaker net storage used to move your digital “stuff” between computers and devices). </p>
<p>If you are looking at size and aesthetics, this image shows the sizes of the x280n, the Linksys DMA-2200 (the 2100 is even smaller and as I blogged, chintzy in feel and cheap looking), the D-Link theater component size DSM-750, and an Xbox 360. For me, it is a draw between the component sized D-Link which, in the real world would fit nicely on the rack that holds my home theater receiver and the HP x280n which would fit nicely and discreetly on top of or under the TV. Top to bottom: HP MediaSmart x280n, Linksys DMA-2200, D-Link DSM-750, Xbox 360.</p>
<p><img title="extenders by size" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="214" alt="extenders by size" src="http://digitalmediaphile.com/content/binary/HPMediaSmartConnectx280n_AD09/extenderbysize.jpg" width="420" border="0"/> </p>
<p>HP includes a really nice handheld remote. It’s certainly the best of the remotes offered with any of the extenders I’ve seen. It’s backlit (which for me is a must in a darkened room). Setting up the x280n was menu driven and simple. It found several of my 2.4GHz&nbsp; “N” networks (I’m not certain it is seeing 5GHz N yet, more to come). I associated it, entered the WPA2-PSK passphrase and it was off and running. The first thing it did was check for new firmware. Finding a newer version, it downloaded and applied the newer firmware. After a reboot, it was back up and ready for action. </p>
<p>I elected to set it up as a Media Center Extender first and verify that my OCUR/DCT high def streaming was good to go. No problem there. Since I can do MCX setups in my sleep, and at the speed of light, I was able to quickly get through setup and watch Live and Recorded HD TV. </p>
<p><strong>Exploring the HP MediaSmart interface:</strong></p>
<p>I had a short amount of time to explore HP’s MediaSmart proprietary interface for Media Sharing. I used Windows Media Sharing and UPnP streaming from a server. I have yet to setup HP’s own MediaSmart gateway software, but I’ll get to that. HP has developed a slick and intuitive interface which can be used with Windows XP, Vista, and most likely will be future proof, at least for a while. I like the HP interface and functionality slightly more than D-Link’s MediaLounge interface. Linksys has no such secondary interface. I was easily able to start playing some music and access my photos and play a slide show. This works almost exactly the same way it does on the Media Center Extender interface. All in all, in my first look, a nice, user friendly, solid piece of hardware with great functionality. </p>
<p><img title="hp interface" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 8px 0px 0px; border-right-width: 0px" height="272" alt="hp interface" src="http://digitalmediaphile.com/content/binary/HPMediaSmartConnectx280n_AD09/hpinterface.jpg" width="420" border="0"/></p>
<p><img title="photo_interface" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 8px 0px 0px; border-right-width: 0px" height="264" alt="photo_interface" src="http://digitalmediaphile.com/content/binary/HPMediaSmartConnectx280n_AD09/photo_interface.jpg" width="420" border="0"/></p>
<p>&nbsp;</p>
<p>I’ll be updating this post as time permits as I continue to explore and experiment.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7b3f0d22-3ae9-4ec4-a8d6-24ce20cf2f3c" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/HP" rel="tag">HP</a>, <a href="http://technorati.com/tags/MediaSmart" rel="tag">MediaSmart</a>, <a href="http://technorati.com/tags/x280n" rel="tag">x280n</a>, <a href="http://technorati.com/tags/Media+Center+Extender" rel="tag">Media Center Extender</a>, <a href="http://technorati.com/tags/Media+Center" rel="tag">Media Center</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2008/06/26/hp-mediasmart-connect-x280n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you have a non working DSM-750 Media Center Extender?</title>
		<link>http://digitalmediaphile.com/index.php/2008/04/24/do-you-have-a-non-working-dsm-750-media-center-extender/</link>
		<comments>http://digitalmediaphile.com/index.php/2008/04/24/do-you-have-a-non-working-dsm-750-media-center-extender/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 09:15:21 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media Center Extender]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2008/04/24/Do+You+Have+A+Non+Working+DSM750+Media+Center+Extender.aspx</guid>
		<description><![CDATA[Here&#8217;s some info from Mark Espenschied, a Marketing Communications Manager for D-Link Systems, Inc. in Fountain Valley, California. &#8221; A small number of early production DSM-750 Wireless N HD Media Center Extenders have an issue with a corrupted security certificate, which results in the communication error messages described in this post when trying to affiliate [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some info from Mark Espenschied, a Marketing Communications Manager for D-Link Systems, Inc. in Fountain Valley, California.</p>
<p>&#8221; A small number of early production DSM-750 Wireless N HD Media Center Extenders have an issue with a corrupted security certificate, which results in the communication error messages described in this post when trying to affiliate the DSM-750 with a PC running Windows Media Center. Unfortunately, this defect cannot be rectified through firmware upgrade, and can only be addressed by a factory-trained technician. <font face="Times New Roman" size="2"></p>
<p></font><font face="Arial" size="2">
<p></font><font face="Times New Roman" size="2"></p>
<p></font><font face="Arial" size="2">
<p>If you receive the communication error while attempting to affiliate the DSM-750 with Windows Media Center, please call D-Link technical support at 888-900-3939, Monday-Friday from 9am-5pm PST. This a special number which will allow you to directly reach appropriate technical support agents. They will assess the issue and determine if your unit needs to be replaced. D-Link is ready to quickly resolve this issue; tech support agents have been briefed and customers will be shipped replacement units if needed.</font> &#8220;</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:85f79ce6-f459-4196-a360-2d4ddc4509de" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/DSM-750" rel="tag">DSM-750</a>, <a href="http://technorati.com/tags/D-Link" rel="tag">D-Link</a>, <a href="http://technorati.com/tags/Media%20Center%20Extender" rel="tag">Media Center Extender</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2008/04/24/do-you-have-a-non-working-dsm-750-media-center-extender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP&#8217;s TX2000 Entertainment PC: A perfect all around notebook/tablet?</title>
		<link>http://digitalmediaphile.com/index.php/2008/04/11/hps-tx2000-entertainment-pc-a-perfect-all-around-notebooktablet/</link>
		<comments>http://digitalmediaphile.com/index.php/2008/04/11/hps-tx2000-entertainment-pc-a-perfect-all-around-notebooktablet/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 13:43:58 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2008/04/11/HPs+TX2000+Entertainment+PC+A+Perfect+All+Around+Notebooktablet.aspx</guid>
		<description><![CDATA[Do I now have the perfect “home, multimedia, on the road and around town” mobile notebook/tablet pc? Last year I had a chance to be one of the first to get a look at HP’s TX1000. I liked it a lot (see reviews) but felt that it could be world class with a few improvements. [...]]]></description>
			<content:encoded><![CDATA[<p>Do I now have the perfect “home, multimedia, on the road and around town” mobile notebook/tablet pc? Last year I had a chance to be one of the first to get a look at HP’s TX1000. I liked it a lot (<a href="http://digitalmediaphile.wordpress.com/category/tx1000/" target="_blank">see reviews</a>) but felt that it could be world class with a few improvements. Several months later, I became involved in “<a href="http://digitalmediaphile.wordpress.com/2007/08/14/help-design-hps-next-laptop/" target="_blank">Help HP Design their next notebook</a>” along with several other bloggers. I contributed my own wishlist and submitted the entire list of comments and suggestions from readers. Basically, I want it all. I don’t want an all business notebook that is light on features that I need for my digital photography and multimedia needs, but I do want a notebook that lets me attend to personal business efficiently (Office 2007) and is fun to use.  </p>
<p>Almost exactly one year after receiving the TX1000 for review, HP contacted me and asked if I was interested in looking at the HP Pavilion <a href="http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=series_detail&amp;category=notebooks&amp;series_name=tx2000z_series&amp;jumpid=re_r602_ec_artgen_other_psg_jan08_browseandbuytx2000_572546" target="_blank">TX2000</a> Entertainment PC. Of course I said yes. <strong><font color="#0000ff">And I won&#8217;t keep anyone in suspense. I REALLY like this notebook</font>.</strong> Below are my first and early impressions in detail.  </p>
<p>The TX1000 series was not a true Tablet PC and as I wrote a year ago, handwriting recognition was pretty iffy and slow. The TX2000 series is definitely a “real” tablet, with a good active digitizer. It even understands my hen scratches (a tough thing to do since not only has my handwriting degenerated over the years, but because I type 99% of the time, when I do use a pen or pencil, ten minutes after I’ve written something I might not be able to read it myself!)  </p>
<p>HP has listened carefully to end users. (And I don’t know of any other computer manufacturer that has gone to this much trouble to solicit feedback, yet alone incorporate it, in a consumer notebook product.) Circuit City is describing the TX2000 as an <font color="#ffff00"><strong><font color="#0000ff">HP Pavilion TX2000 12.1&#8243; Touchscreen Entertainment Laptop</font></strong>.</font> I&#8217;m guessing that the word &#8220;touchscreen&#8221; has less of a &#8220;business only&#8221; connotation than &#8220;tablet&#8221;, but it is a true tablet pc.  </p>
<p>The nitty gritty: The machine I received was one at the top of the line. According to the website (as of April 11, 2008), models start at $899.99 for a base configuration and with HP’s recommended Config, currently cost $1168.99.  </p>
<p>The hardware I received:  </p>
<p>Turion 64 X2 TL66 (2.3 GHz 512+512 L2 Cache)  </p>
<p>4 GB DDR2 System Memory  </p>
<p>Fingerprint Reader + Webcam + Microphone  </p>
<p>Wireless a/b/g/n (draft) + Bluetooth  </p>
<p>250 GB SATA 5400 RPM hard drive  </p>
<p>LightScribe 8x DVD+/-RW Double Layer  </p>
<p>Wireless Remote Control (for Windows Media Center and Quick Play)  </p>
<p>6 cell &amp; 8 cell Lithium-Ion batteries  </p>
<p>Tablet Pen Digitizer and Cord  </p>
<p>12.1” (1280 x800) WXGA Nvidia Go6150 powered graphics (shared memory)  </p>
<p>2 sets earbuds  </p>
<p>I’m forever converted to x64 computing, so a machine with 4 Gigs of RAM, Vista Ultimate x64 and a dual core AMD Turion loads an impressive deck. (Actually the top processor offered in this series, the AMD Turion(TM) 64 X2 Dual-Core Mobile Technology Gold Edition TL-68 (2.4 GHz, 512KB+512KB L2 Cache) is one of the faster of its kind.)  </p>
<p>Setting up and firing up the TX2000 for the first time was a breeze. HP includes their standard poster for folks that can’t figure out how to insert the battery and assemble the two pieces of the power cord. After powering it up for the first time, the typical OEM Windows Vista setup screens appeared including license acknowledgement and after Windows setup completed, HP’s own registration application. It&#8217;s all pretty slick as you can see from the shots below. A short video was next and a few screens asking me if I needed an Internet provider. Since I’m a very happy Comcast broadband user, I was all set.  </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="183" alt="setup0" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/setup0.jpg" width="244" border="0"/></p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="176" alt="setup03" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/setup03.jpg" width="244" border="0"/> </p>
<p>&nbsp; <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="182" alt="setup02" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/setup02.jpg" width="244" border="0"/></p>
<p>&nbsp;<img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="setup1" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/setup1.jpg" width="244" border="0"/>  </p>
<p>HP&#8217;s default wallpaper is shown below. This same design is imprinted (black on a striking piano black finish) on the top pf the notebook.  </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="167" alt="setup04" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/setup04.jpg" width="244" border="0"/>  </p>
<p>I “pointed” the a/b/g/n wireless at one of my 802.11n (draft 2.0) networks and was off and running, actually speeding. Windows Vista downloaded a ton of updates while I looked around and worked on personalizing my drive configuration. The 250GB hard drive was configured as a single volume (Drive C) and one of the first things I did was change the hidden recovery partition drive letter to F and then shrink the C drive, create a D drive and format as NTFS. I like to keep my data (including images, videos and music) on a non system drive. Old habits die hard!  </p>
<p><strong><font color="#0000ff">Multimedia Powerhouse</font></strong>  </p>
<p>There’s no question that the TX2000 is an Entertainment Notebook PC (and is deserving of that label). The stereo speakers (Altec Lansing) are quite good for a laptop. I’ve certainly seen my share of crappy, tinny laptop speakers driven by cheap chips over the years). There are TWO earphone/earbud out ports. Couple this with tablet functionality and turning the TX2000 into tablet mode, watching a DVD on an airplane with a travel companion is a great experience. Both of you can enjoy the DVD while everyone around you can watch the movie offered by the airline that you’ve already seen twice. I carry some great Shure sound isolating high performance earbuds which provide an incredible experience, but entry level inexpensive earbuds are available as options from HP with the TX2000. It’s not a bad idea to carry a set of these if you want to share with someone not carrying their own earbud gear. HP includes Quick Play button functionality (which launches Vista) to give you one button access to your music and more.  </p>
<p>Windows Vista Media Center is a powerhouse on its own and is included in every version of Vista Ultimate or Home Premium. For $100, you can order an optional HP USB Digital/Analog Tuner w/Remote for a premium Live and Recorded TV experience. On top of that, HP has added enough additional entertainment features that I was tempted to look for the kitchen sink <img src='http://digitalmediaphile.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   </p>
<p>Kitchen sink aside, HP includes a link to SlingMedia’s web site for a 15% discount on a Slingbox (and the Sling Media player is pre-installed). StarZ Vongo is also pre-installed. The basic version of muvee autoProducer is pre-installed (along with the option of activating a 21 day free trial of the fully featured version). Cyberlink full version software is also pre-installed: Power Director 6 (for the Steven Spielberg in you), Power2Go v5 (media burner), Label Print and YouCam (webcam effects). HP Photosmart Essentials is also included.  </p>
<p>Electronic Arts Trial Version of Sims Life Stories is also pre-installed. It’s not really my “thing” but HP certainly includes a rounded selection of entertainment vehicles.</p>
<p>HP included a lot of other software (loaded to the gills, actually), including a 60 day trial version of Microsoft Office 2007 Student and Teacher (which I am replacing with a full Office 2007 Ultimate and Expression Web). The S&amp;T version may be just right for the average user, but I’m accustomed to the Ultimate version of Office 2007 and I do author PowerPoint decks. Also preinstalled was a 60 day trial of Norton Internet Security. Norton is one of my least favorite apps, and after 10 minutes, I uninstalled it (and substituted Eset’s NOD32 which I like a lot as it is lightweight but strong). I <strong>do</strong> understand the need to include a working AV product out of the box.  </p>
<p>Much of the included software has easy access shortcuts on the default desktop and/or in the system tray, but some only appears on the Programs menu.  </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="setup2" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/setup2.jpg" width="244" border="0"/>  </p>
<p>The TX2000 is currently shipping with updated drivers and Vista Service Pack 1 pre-installed. This means that out of the box, the machine doesn’t need to download hundred’s of megabytes of updates and fixes and that the drivers are SP1 compatible. (My review unit needed some updates from the HP Support site, including a BIOS update and some drivers, but HP has one of the best systems I’ve seen and their “Softpaqs” are nearly bulletproof. After installing the HP updates, I made a few passes at Windows Update and downloaded and applied a few rounds of updates before SP1 was offered.) After Vista was done downloading about 121 megs, SP1 installed in about 25 minutes.  </p>
<p>The networking options for wireless vary, but the higher end selection of a/b/g/n (draft) 802.11 with Bluetooth certainly meet all my criteria. The hard drive choices are 160, 250, or 320 GB 5400 RPM SATA. For an optical drive, HP included a LightScribe SuperMulti 8X DVD+/-RW with Double Layer Support.  </p>
<p>Like the TX1000 series, the TX2000 NVIDIA(R) GeForce(R) Go 6150 graphics chip drives the display. Video memory is shared and not dedicated (one of the few things I dislike). You can, however, alter the amount of dedicated memory in the system BIOS settings. The Video rating is what drives down the overall Windows Experience rating. In spite of the rating system (which I don&#8217;t think really represents any real time normal usage), I&#8217;m happy with the performance of this notebook.  </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="windows-experience-score" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/windowsexperiencescore.jpg" width="244" border="0"/>  </p>
<p>The TX2000 has 3 USB ports (but no Firewire-fortunately the ExpressCard 34 firewire cards I bought work just fine so I can hook up my Canon HV20 camcorder and import and edit video). Video out is VGA (I’d prefer HDMI or DVI). A 12.1 inch screen runs a max resolution of 1280 x 800. It weighs about 4.5 pounds and at its thickest is 1.5 inches.  </p>
<p>After using the fingerprint reader on the original TX1000, I don’t think I’d consider purchasing any notebook or tablet that didn’t include one. I use the TX2000’s fingerprint reader for convenience. Much easier than typing in long passwords on web sites and having it actually encourages me to use different strong passwords for individual websites. One trick I learned living in a changeable climate where outside is 10 degrees and inside is 70 – my fingers when cold don’t register the same way as they do when at normal room temperatures. So on each hand, I’ve registered two fingers at room temperature and two more when I’ve just come inside from colder weather. And I have a warm and cold thumb as well. This insures quick and positive authentication.  </p>
<p>While providing business class tablet pc features, the TX2000 is an entertainment centric pc. As I look around at what is available from manufacturers that include true tablet functionality, a webcam, fingerprint reader, media center and music player functionality, the TX2000 stands alone and in a class by itself. This would actually make a great business machine. While I doubt Enterprise IT types would be interested in mass deployment (sadly), anyone with a small or home based business should take a good hard look at this one. I’ve got a friend in the real estate business that would LOVE the TX2000.  </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="220" alt="done1" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/done1.jpg" width="244" border="0"/>  </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="197" alt="done2" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/done2.jpg" width="244" border="0"/>  </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="done3" src="http://digitalmediaphile.com/content/binary/IstheHPTX2000theperfectallaroundnotebook_6C47/done3.jpg" width="187" border="0"/>  </p>
<p>Anyway, I’m about to take the TX2000 on an extended road trip. I’ve loaded up both Adobe’s photo processing software and Nikon Capture NX as I plan to do some digital editing of what I shoot with my D300. I’m hoping that the weather cooperates. The TX2000, my Nikon D300 and various necessary odds and ends all fit nicely in my Kata 101 photo backpack. I’ll be posting a follow up on performance (and more) after my return. In the meantime, I see that Circuit City is starting to receive a pre-configured model, so if you want to <a href="http://www.circuitcity.com/ccd/Search.do?c=1&amp;searchType=user&amp;keyword=tx2000&amp;searchSection=All" target="_blank">check the TX2000</a> out yourself..</p>
<p>&nbsp;</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:60f3237d-80b8-4c17-aec3-1897111be62e" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/HP" rel="tag">HP</a>, <a href="http://technorati.com/tags/TX2000" rel="tag">TX2000</a>, <a href="http://technorati.com/tags/Tablet%20PC" rel="tag">Tablet PC</a>, <a href="http://technorati.com/tags/Vista" rel="tag">Vista</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2008/04/11/hps-tx2000-entertainment-pc-a-perfect-all-around-notebooktablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>D-Link DSM-750 Media Center Extender (FAR better than Linksys!)</title>
		<link>http://digitalmediaphile.com/index.php/2008/03/10/d-link-dsm-750-media-center-extender-far-better-than-linksys/</link>
		<comments>http://digitalmediaphile.com/index.php/2008/03/10/d-link-dsm-750-media-center-extender-far-better-than-linksys/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 20:10:57 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[802.11]]></category>
		<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media Center Extender]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2008/03/10/DLink+DSM750+Media+Center+Extender+FAR+Better+Than+Linksys.aspx</guid>
		<description><![CDATA[I&#8217;ve just setup a production DSM-750 Medialounge Media Center Extender. This new extender streams everything over Wireless 802.11n Draft 2.0 (using a DGL-4500 in 5GHz mode) including High Definition Live and Recorded TV from a Vista Ultimate x64 box with two DCT (OCUR) tuners. Some unboxing and setup images can be found at one of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just setup a production <a href="http://www.dlink.com/products/?sec=0&amp;pid=547" target="_blank">DSM-750 Medialounge Media Center Extender</a>. This new extender streams everything over Wireless 802.11n Draft 2.0 (using a DGL-4500 in 5GHz mode) including High Definition Live and Recorded TV from a Vista Ultimate x64 box with two DCT (OCUR) tuners.</p>
<p>Some unboxing and setup images can be found at <a href="http://home.comcast.net/~wifizone/" target="_blank">one of my websites</a>.</p>
<p>Out of the box, the DSM-750 blows the dinky Linksys DMA 2100 out of the water. Solid construction and a nice looking peripheral that doesn&#8217;t look like cheap plastic in my living room. The DMA 2100 has no optical SPDIF (RCA flavor digital SPDIF only) and worse, does not see Atheros based 802.11 Draft 2.0 N SSID&#8217;s and probably some other brands. The DMA 2100 only has two antennae. D-Link has all the ports and three antennae, which really helps with wireless connectivity .</p>
<p><a href="http://digitalmediaphile.com/content/binary/DLinkDSM750MediaCenterExtenderFARbettert_DD39/dsm750003.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="124" alt="dsm750003" src="http://digitalmediaphile.com/content/binary/DLinkDSM750MediaCenterExtenderFARbettert_DD39/dsm750003_thumb.jpg" width="244" border="0"/></a></p>
<p>D-Link integrates network setup with Extender setup and it is a real easy task to get up and running. While I admit to having had experience with a beta engineering sample, the engineering sample was wired only without the 802.11n dual band capability. I was really impressed with how well it worked and how integrated it was. D-Link has tons of experience with something like 6-7 previous versions in the Medialounge wireless media player line. This experience shows. </p>
<p>The Linksys takes forever to connect to the host Vista machine while the D-Link connects seamlessly and far more rapidly.</p>
<p>In my opinion, if you have a choice between the Linksys DMA 2100 and the D-Link DSM-750, the D-Link is well worth the wait. Linksys was first to market, but the race is not always to the swiftest.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:438053b6-612f-4962-a8e3-dd34bf7196ea" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/D-Link" rel="tag">D-Link</a>, <a href="http://technorati.com/tags/Medialounge" rel="tag">Medialounge</a>, <a href="http://technorati.com/tags/Media%20Center%20Extender" rel="tag">Media Center Extender</a>, <a href="http://technorati.com/tags/Vista" rel="tag">Vista</a>, <a href="http://technorati.com/tags/802.11n" rel="tag">802.11n</a>, <a href="http://technorati.com/tags/OCUR" rel="tag">OCUR</a>, <a href="http://technorati.com/tags/Digital%20Cable%20Tuner" rel="tag">Digital Cable Tuner</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2008/03/10/d-link-dsm-750-media-center-extender-far-better-than-linksys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS to force us to view ads whether we want to or not??</title>
		<link>http://digitalmediaphile.com/index.php/2007/12/22/ms-to-force-us-to-view-ads-whether-we-want-to-or-not/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/12/22/ms-to-force-us-to-view-ads-whether-we-want-to-or-not/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 23:42:05 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/12/22/MS+To+Force+Us+To+View+Ads+Whether+We+Want+To+Or+Not.aspx</guid>
		<description><![CDATA[ZDnet blogger Russell Shaw certainly has found a scary patent filed by Microsoft. &#8220;Enforcing rendering advertisements and other predetermined media content in connection with playback of downloaded selected media content. Playback of selected media content is made conditional on acquisition of a playback token that is generated in response to playback of the predetermined content. [...]]]></description>
			<content:encoded><![CDATA[<p>ZDnet blogger Russell Shaw certainly has found a <a href="http://blogs.zdnet.com/ip-telephony/?p=2916" target="_blank">scary patent</a> filed by Microsoft.</p>
<p>&#8220;<em>Enforcing rendering advertisements and other predetermined media content in connection with playback of downloaded selected media content. Playback of selected media content is made conditional on acquisition of a playback token that is generated in response to playback of the predetermined content. </em></p>
<p><em>The playback token may be implemented as a digital rights management (DRM) license acquired in response to playback of the predetermined content. Another aspect involves a content insertion engine for inserting ads or other predetermined content into the playback of downloaded content</em>.&#8221;</p>
<p>DRM gets more Draconian with every passing day. Since the ad supported model obviously works so poorly, will we be forced into a Big Brother is watching you watch ads universe? Is the next step a patent to embed subliminal ads throughout the entire content? A scary thought that isn&#8217;t all that far-fetched.</p>
<p>&nbsp;</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c4efa01a-7cde-483c-aac3-5684d4fb30f4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/DRM" rel="tag">DRM</a>, <a href="http://technorati.com/tags/Microsoft" rel="tag">Microsoft</a>, <a href="http://technorati.com/tags/Fair%20Use" rel="tag">Fair Use</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/12/22/ms-to-force-us-to-view-ads-whether-we-want-to-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Expert Zone Column on My Connected Home</title>
		<link>http://digitalmediaphile.com/index.php/2007/10/16/new-expert-zone-column-on-my-connected-home/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/10/16/new-expert-zone-column-on-my-connected-home/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 20:19:54 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[802.11]]></category>
		<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Wireless Networking]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/10/16/New+Expert+Zone+Column+On+My+Connected+Home.aspx</guid>
		<description><![CDATA[Microsoft has published my column on Vista computers and devices that all work together transparently on my home network. Technorati tags: Vista, Media Center, MCE, OCUR, DCT, WiFi, home networking]]></description>
			<content:encoded><![CDATA[<p><P>Microsoft has published my <A href="http://www.microsoft.com/windowsxp/using/windowsvista/bowman_hardware.mspx" target=_blank>column</A> on Vista computers and devices that all work together transparently on my home network.</P><br />
<DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:23f81b89-f5ee-452e-a8a3-e3154c0535c3 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px">Technorati tags: <A href="http://technorati.com/tags/Vista" rel=tag>Vista</A>, <A href="http://technorati.com/tags/Media%20Center" rel=tag>Media Center</A>, <A href="http://technorati.com/tags/MCE" rel=tag>MCE</A>, <A href="http://technorati.com/tags/OCUR" rel=tag>OCUR</A>, <A href="http://technorati.com/tags/DCT" rel=tag>DCT</A>, <A href="http://technorati.com/tags/WiFi" rel=tag>WiFi</A>, <A href="http://technorati.com/tags/home%20networking" rel=tag>home networking</A></DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/10/16/new-expert-zone-column-on-my-connected-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCUR/DCT (CableCard Ready) m8100y PC for $1280 from HP</title>
		<link>http://digitalmediaphile.com/index.php/2007/08/17/ocurdct-cablecard-ready-m8100y-pc-for-1280-from-hp/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/08/17/ocurdct-cablecard-ready-m8100y-pc-for-1280-from-hp/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 21:43:24 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/08/17/OCURDCT+CableCard+Ready+M8100y+PC+For+1280+From+HP.aspx</guid>
		<description><![CDATA[I&#8217;ve been waiting for a consumer priced OCUR/DCT for Vista MCE CableCards to point people at who want the High Definition experience from US Cable Companies at a low price. This isn&#8217;t a multi purpose screaming gaming machine/video production machine like the much higher end Velocity Micro machine I use here, but it appears to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been waiting for a consumer priced OCUR/DCT for Vista MCE CableCards to point people at who want the High Definition experience from US Cable Companies at a low price. This isn&#8217;t a multi purpose screaming gaming machine/video production machine like the much higher end Velocity Micro machine I use here, but it appears to offer all the pieces necessary for the High Def experience. I don&#8217;t see any option to order dual DCTs, which is the one drawback. </p>
<p>I priced a machine today, to see if the $$ were more reasonable than the Dell $1700+ for a friend. I was pleased to see that the price is now under $1300. No monitor included. You can beef this up when you customize. No option for no installed crapware though (unlike Dell who doesn&#8217;t force you to take Norton, etc.)</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="648" alt="ocurhp" src="http://digitalmediaphile.com/content/binary/OCURDCTCableCardReadyPCfor1280fromHP_F6EF/ocurhp.jpg" width="387" border="0"/> </p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:11a472d0-a973-4213-9c86-05fe1f29586f" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/OCUR" rel="tag">OCUR</a>, <a href="http://technorati.com/tags/Cablecard" rel="tag">Cablecard</a>, <a href="http://technorati.com/tags/Digital%20Cable%20Tuner" rel="tag">Digital Cable Tuner</a>, <a href="http://technorati.com/tags/Vista" rel="tag">Vista</a>, <a href="http://technorati.com/tags/Media%20center" rel="tag">Media center</a>, <a href="http://technorati.com/tags/HP" rel="tag">HP</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/08/17/ocurdct-cablecard-ready-m8100y-pc-for-1280-from-hp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High End Alienware OCUR/DCT PC is Coming</title>
		<link>http://digitalmediaphile.com/index.php/2007/08/17/high-end-alienware-ocurdct-pc-is-coming/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/08/17/high-end-alienware-ocurdct-pc-is-coming/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 17:52:59 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/08/17/High+End+Alienware+OCURDCT+PC+Is+Coming.aspx</guid>
		<description><![CDATA[I&#8217;m still very happy with My Velocity Micro Home Theater dual OCUR machine. And I still recommend this one to anyone who asks about Media Center High Def support. Alienware is apparently entering the market on the super high end side with a dual OCUR machine. Cost unknown. Here&#8217;s a quote from Cedia News: &#8220;Shortly, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still very happy with My Velocity Micro Home Theater dual OCUR machine. And I still recommend this one to anyone who asks about Media Center High Def support. </p>
<p>Alienware is apparently entering the market on the super high end side with a dual OCUR machine. Cost unknown. Here&#8217;s a quote from Cedia News:</p>
<p>&#8220;<em><font color="#0000ff">Shortly, Alienware will be delivering a higher-end Media Center product with CableCard capabilities and other premium features that are best sold through specialists. </font></em></p>
<p><em><font color="#0000ff">The product has yet to be named but we know it will come standard with four swappable hard drive bays for up to 4 TB off storage. A Blu-ray option will be available, as well as an option for distributing audio to four separate zones. </font></em></p>
<p><em><font color="#0000ff">“You could put it in a party mode where all rooms get the same audio,” says Kaminski. </font></em></p>
<p><em><font color="#0000ff">The high-end Media Center will accommodate two CableCards via internal receivers</font></em>.&#8221;</p>
<p>This looks to be an enhancement to the <a href="http://www.alienware.com/product_detail_pages/hangar18/hangar18_overview.aspx" target="_blank">Hangar 18</a> HD computer, based on the AMD Live platform.</p>
<p>More info is <a href="http://www.cepro.com/article/alienware_creates_high_end_dual_cablecard_media_centers_for_the_channel/" target="_blank">here</a>.&nbsp;</p>
<p>&nbsp;</p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:232d90b3-5b1e-405a-8156-61cae8a47839" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/OCUR" rel="tag">OCUR</a>, <a href="http://technorati.com/tags/Digital%20Cable%20Tuner" rel="tag">Digital Cable Tuner</a>, <a href="http://technorati.com/tags/Media%20center" rel="tag">Media center</a>, <a href="http://technorati.com/tags/Vista" rel="tag">Vista</a>, <a href="http://technorati.com/tags/Cablecard" rel="tag">Cablecard</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/08/17/high-end-alienware-ocurdct-pc-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velocity Micro x64 &amp; Vista MCE &amp; CableCARDs(OCUR)=Happy Together</title>
		<link>http://digitalmediaphile.com/index.php/2007/05/08/velocity-micro-x64-vista-mce-cablecardsocurhappy-together/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/05/08/velocity-micro-x64-vista-mce-cablecardsocurhappy-together/#comments</comments>
		<pubDate>Tue, 08 May 2007 16:26:08 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/05/08/Velocity+Micro+X64+Amp+Vista+MCE+Amp+CableCARDsOCURHappy+Together.aspx</guid>
		<description><![CDATA[Some of you may remember that back in December 2006, Microsoft and AMD shipped me a Velocity Micro Cinemagix Pro Cinema Entertainment System. This AMD Athlon X2 system with an ATI x1950 dual DVI card, 2 gigs RAM and huge hard drive was a wonder. Microsoft installed Windows Vista x64 Ultimate and Office 2007 and [...]]]></description>
			<content:encoded><![CDATA[<p><P><br />
<P>Some of you may remember that back in December 2006, Microsoft and AMD shipped me a <A href="http://www.velocitymicro.com/wizard.php?iid=89" target=_blank>Velocity Micro Cinemagix Pro Cinema Entertainment System</A>.</P><br />
<P>This AMD Athlon X2 system with an ATI x1950 dual DVI card, 2 gigs RAM and huge hard drive was a wonder. Microsoft installed Windows Vista x64 Ultimate and Office 2007 and I was in, well, computer heaven. It was exactly the box I&#8217;d spec out myself. Perfect in every way. And certainly the fastest computer I&#8217;d ever had in my home. </P><br />
<P>It was perfect then, but today it is more than perfect. It returned last week after visiting the Velocity Micro factory where it received a BIOS upgrade and a tune up. Why send it back for a BIOS upgrade? The only thing missing was Digital Cable Tuner compatibility (to use CableCARD technology to view and record high definition TV). That feature was not available at the time I received this computer, but IT IS NOW. </P><br />
<P>To use CableCARD technology with Windows Media Center in Windows Vista, you need five pieces:</P><br />
<P>1. A machine with a certified (by CableLABS) DCT BIOS<BR>2. A video card with HDCP compliance<BR>3. A monitor or TV that is HDCP compliant<BR>4. A Digital Cable Tuner (formerly called OCUR device)/DCT (or two if you want to watch and record at the same time)<BR>5. A CableCARD from your local cable company.</P><br />
<P>Velocity Micro is offering this amazing machine with either an internal or external DCT. (You can add a second tuner as well). </P><br />
<P>I&#8217;ve got two external DCT&#8217;s attached to this machine and I&#8217;m in, well, high definition TV heaven. </P><br />
<P>If you&#8217;ve been waiting for the ability to watch and record high def TV on a kick-ass machine, run, don&#8217;t walk to Velocity Micro and customize one of these. Even if you aren&#8217;t into high def, this is one great computer. </P><br />
<P>&nbsp;</P><br />
<DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:f4c2577b-4be4-4b1c-8760-e4a62abdd99d contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px">Technorati tags: <A href="http://technorati.com/tags/cableCARD" rel=tag>cableCARD</A>, <A href="http://technorati.com/tags/OCUR" rel=tag>OCUR</A>, <A href="http://technorati.com/tags/Media%20Center" rel=tag>Media Center</A>, <A href="http://technorati.com/tags/Barb%20Bowman" rel=tag>Barb Bowman</A></DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/05/08/velocity-micro-x64-vista-mce-cablecardsocurhappy-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velocity Micro x64 &amp; Vista MCE &amp; CableCARDs(OCUR)=Happy Together</title>
		<link>http://digitalmediaphile.com/index.php/2007/05/08/velocity-micro-x64-vista-mce-cablecardsocurhappy-together-2/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/05/08/velocity-micro-x64-vista-mce-cablecardsocurhappy-together-2/#comments</comments>
		<pubDate>Tue, 08 May 2007 16:26:08 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Connected Home]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Media Center]]></category>
		<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/05/08/Velocity+Micro+X64+Amp+Vista+MCE+Amp+CableCARDsOCURHappy+Together.aspx</guid>
		<description><![CDATA[Some of you may remember that back in December 2006, Microsoft and AMD shipped me a Velocity Micro Cinemagix Pro Cinema Entertainment System. This AMD Athlon X2 system with an ATI x1950 dual DVI card, 2 gigs RAM and huge hard drive was a wonder. Microsoft installed Windows Vista x64 Ultimate and Office 2007 and [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>Some of you may remember that back in December 2006, Microsoft and AMD shipped me a <a href="http://www.velocitymicro.com/wizard.php?iid=89" target=_blank>Velocity Micro Cinemagix Pro Cinema Entertainment System</a>.</p>
<p>This AMD Athlon X2 system with an ATI x1950 dual DVI card, 2 gigs RAM and huge hard drive was a wonder. Microsoft installed Windows Vista x64 Ultimate and Office 2007 and I was in, well, computer heaven. It was exactly the box I&#8217;d spec out myself. Perfect in every way. And certainly the fastest computer I&#8217;d ever had in my home. </p>
<p>It was perfect then, but today it is more than perfect. It returned last week after visiting the Velocity Micro factory where it received a BIOS upgrade and a tune up. Why send it back for a BIOS upgrade? The only thing missing was Digital Cable Tuner compatibility (to use CableCARD technology to view and record high definition TV). That feature was not available at the time I received this computer, but IT IS NOW. </p>
<p>To use CableCARD technology with Windows Media Center in Windows Vista, you need five pieces:</p>
<p>1. A machine with a certified (by CableLABS) DCT BIOS<br />2. A video card with HDCP compliance<br />3. A monitor or TV that is HDCP compliant<br />4. A Digital Cable Tuner (formerly called OCUR device)/DCT (or two if you want to watch and record at the same time)<br />5. A CableCARD from your local cable company.</p>
<p>Velocity Micro is offering this amazing machine with either an internal or external DCT. (You can add a second tuner as well). </p>
<p>I&#8217;ve got two external DCT&#8217;s attached to this machine and I&#8217;m in, well, high definition TV heaven. </p>
<p>If you&#8217;ve been waiting for the ability to watch and record high def TV on a kick-ass machine, run, don&#8217;t walk to Velocity Micro and customize one of these. Even if you aren&#8217;t into high def, this is one great computer. </p>
<p>&nbsp;</p>
<div class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:f4c2577b-4be4-4b1c-8760-e4a62abdd99d contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px">Technorati tags: <a href="http://technorati.com/tags/cableCARD" rel=tag>cableCARD</a>, <a href="http://technorati.com/tags/OCUR" rel=tag>OCUR</a>, <a href="http://technorati.com/tags/Media%20Center" rel=tag>Media Center</a>, <a href="http://technorati.com/tags/Barb%20Bowman" rel=tag>Barb Bowman</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/05/08/velocity-micro-x64-vista-mce-cablecardsocurhappy-together-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awaiting Return of Velocity Micro PC with DCT(CableCARD) Upgrade</title>
		<link>http://digitalmediaphile.com/index.php/2007/04/26/awaiting-return-of-velocity-micro-pc-with-dctcablecard-upgrade/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/04/26/awaiting-return-of-velocity-micro-pc-with-dctcablecard-upgrade/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 16:40:11 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[OCUR]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/04/26/Awaiting+Return+Of+Velocity+Micro+PC+With+DCTCableCARD+Upgrade.aspx</guid>
		<description><![CDATA[Last week I shipped my screamer VM box back to the company for the upgrade needed to enable cable card support (and to get a few things fixed &#8211; busted USB port and screw down the hard drive cage). I am so missing this computer but when it comes back, it will be without question [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I shipped my screamer <a href="http://www.velocitymicro.com/wizard.php?iid=89" target="_blank">VM box</a> back to the company for the upgrade needed to enable cable card support (and to get a few things fixed &#8211; busted USB port and screw down the hard drive cage).</p>
<p>I am so missing this computer but when it comes back, it will be without question the meanest, screaming-est pc on the planet. </p>
<p>I wrote about <a href="http://blogs.digitalmediaphile.com/barb/2006/12/26/Its+Here+The+Dream+Vista+Media+Center+From+Microsoft+And+AMD.aspx" target="_blank">this great pc</a> on this blog last year. I can&#8217;t believe how much I miss it. So c&#8217;mon guys, I&#8217;m going into screamer withdrawal.</p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:570f5765-7fb6-40b9-bb10-b582626256db" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/Cablecard" rel="tag">Cablecard</a>, <a href="http://technorati.com/tags/OCUR" rel="tag">OCUR</a>, <a href="http://technorati.com/tags/Vista" rel="tag">Vista</a>, <a href="http://technorati.com/tags/Media%20center" rel="tag">Media center</a></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/04/26/awaiting-return-of-velocity-micro-pc-with-dctcablecard-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP&#8217;s TX1000 Entertainment Notebook &#8211; First Look Part 2</title>
		<link>http://digitalmediaphile.com/index.php/2007/03/27/hps-tx1000-entertainment-notebook-first-look-part-2/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/03/27/hps-tx1000-entertainment-notebook-first-look-part-2/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 17:10:52 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/03/27/HPs+TX1000+Entertainment+Notebook+First+Look+Part+2.aspx</guid>
		<description><![CDATA[The more I use the HP TX1000 (TX1001xx)) convertible (tablet) entertainment PC, the more I think that this machine is a great all around choice for the mainstream consumer. It’s got just about everything, and the customization choices on the HP web site provide enough options for just about anyone. I’m still struggling with the [...]]]></description>
			<content:encoded><![CDATA[<p>The more I use the <a href="http://h71036.www7.hp.com/hho/cache/447013-0-0-225-121.html" target="_blank">HP TX1000 (TX1001xx)</a>) convertible (tablet) entertainment PC, the more I think that this machine is a great all around choice for the mainstream consumer. It’s got just about everything, and the customization choices on the HP web site provide enough options for just about anyone.  </p>
<p>I’m still struggling with the Tablet PC handwriting functionality. Without taking extra care to apply pressure to the stylus and write “just so”, I’m still getting Klingon letters. My friends among more knowledgeable tablet pc owners and Tablet PC MVPs tell me that this is due to the difference between the passive technology and the Wacom technology found in other vendor’s offerings. Still, I think that after some additional training, I could get some usefulness (but could never use tablet handwriting full time and give up the keyboard).</p>
<p>I’ve been sampling the entertainment features. The included QuickPlay application interface seems dull when compared to the Windows Media Center interface. QuickPlay doesn’t “see” media on networked drives except using Windows Media Sharing UPnP. I’ve got a lot of media on desktops, so would have preferred the ability within the QuickPlay app to find source media on these drives directly in the same way MCE allows me to. QuickPlay does support Karaoke and .car files. I’m pretty sure college kids will find this a great feature. (If you’ve ever heard me try to sing you will be grateful that I didn’t attach an audio sample to this post.) I’ve heard a rumor that QuickPlay will eventually tie in with Slingbox and asked HP about this. They’ve confirmed this will happen and will show up after an update in the TV source section of QuickPlay. </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="365" src="http://digitalmediaphile.com//content/binary/HPsTX1000EntertainmentNotebookFirstLookP_92DF/txqplay3.jpg" width="400" border="0"/> </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="381" src="http://digitalmediaphile.com//content/binary/HPsTX1000EntertainmentNotebookFirstLookP_92DF/txmce3.jpg" width="400" border="0"/> </p>
<p>Speaking of Recorded (and Live TV) while HP makes a TV Tuner that fits older notebooks with an ExpressCard/54 slot, they do not offer one for ExpressCard/34 slots. This is disappointing (although there are USB tuners available). This would be a great accessory add-on and hopefully this is at least on the drawing board.</p>
<p>The TX1000 comes with an awesome mini remote. One real plus (and a great feature) is that the included mini remote control that stores in the ExpressCard/34 slot operates both QuickPlay and MCE. That was a surprise and a pleasant one at that! Equally surprising (and amazing) is that the remote can be used to present a PowerPoint slide show. </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="272" src="http://digitalmediaphile.com//content/binary/HPsTX1000EntertainmentNotebookFirstLookP_92DF/remote3.jpg" width="400" border="0"/> </p>
<p>Stereo Altec Lansing speakers are mounted below the screen and rotate with the display. This means that when tablet mode is used, the speakers don’t get buried under the screen (and are front and center in every configuration you use). There are dual headphone jacks (good for those airplanes trips when two of you want to watch the same DVD or listen to the same music) and one apparently supports SPDIF if you purchase a special cable. </p>
<p>There were two sets of (really cheap, as in $6.99 for two when you include if customizing the notebook on line) earbuds included with the package I received. I’m a proud owner of Shure E5C’s (<a href="http://www.shure.com/PersonalAudio/Products/Earphones/ESeries/us_pa_E5c_content">http://www.shure.com/PersonalAudio/Products/Earphones/ESeries/us_pa_E5c_content</a> ) so&nbsp;I didn&#8217;t try the earbuds that were supplied. </p>
<p>There are buttons surrounding the rim of the screen that invoke QuickPlay, DVD and buttons behind the rim for stop, play/pause, FFWD, REW, etc. These are accessible in all rotation modes. Clearly well thought out and pretty neat to find. This gives the TX1000 high marks as an entertainment device.</p>
</p>
<p><a href="http://technorati.com/tag/tx1000" rel="tag"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0.4em; vertical-align: middle; border-right-width: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=tx1000"/>tx1000</a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/03/27/hps-tx1000-entertainment-notebook-first-look-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velocity Micro Shipping DCT/OCUR PC&#8217;s this Week</title>
		<link>http://digitalmediaphile.com/index.php/2007/03/19/velocity-micro-shipping-dctocur-pcs-this-week/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/03/19/velocity-micro-shipping-dctocur-pcs-this-week/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 20:34:14 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/03/19/Velocity+Micro+Shipping+DCTOCUR+PCs+This+Week.aspx</guid>
		<description><![CDATA[Just received an email from Chris Morley at Velocity Micro that they are shipping these awesome machines at last! I&#8217;m still enamored of the custom box I received and think it&#8217;s an awesome Media Center box not to mention a screamer of a Vista machine. If you&#8217;ve been waiting for the ability to use a [...]]]></description>
			<content:encoded><![CDATA[<p><P>Just received an email from Chris Morley at Velocity Micro that they are shipping these awesome machines at last!<br />
<P>I&#8217;m still enamored of the custom box I received and think it&#8217;s an awesome Media Center box not to mention a screamer of a Vista machine. </P><br />
<P>If you&#8217;ve been waiting for the ability to use a cable card and get high def in the US via Media Center, it&#8217;s finally here.</P><br />
<P><A href="http://velocitymicro.com/wizard.php?iid=89" target=_blank>Here&#8217;s</A> the computer I have here.</P></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/03/19/velocity-micro-shipping-dctocur-pcs-this-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velocity Micro Showing Two OCUR/CableCARD (DCT) Vista Home Premium Computer Models</title>
		<link>http://digitalmediaphile.com/index.php/2007/02/12/velocity-micro-showing-two-ocurcablecard-dct-vista-home-premium-computer-models/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/02/12/velocity-micro-showing-two-ocurcablecard-dct-vista-home-premium-computer-models/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 17:37:25 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/02/12/Velocity+Micro+Showing+Two+OCURCableCARD+DCT+Vista+Home+Premium+Computer+Models.aspx</guid>
		<description><![CDATA[Looks like Velocity Micro is gearing up to sell OCUR/Digital Cable Tuner Vista machines for high definition Cable TV via CableCard. http://www.velocitymicro.com/wizard.php?iid=89&#160;for AMD I have this computer here, sans DCT. It&#8217;s definitely a winner. http://www.velocitymicro.com/wizard.php?iid=96&#160;for the Intel version. Technorati tags: cablecard]]></description>
			<content:encoded><![CDATA[<p><P>Looks like Velocity Micro is gearing up to sell OCUR/Digital Cable Tuner Vista machines for high definition Cable TV via CableCard.</P><br />
<P><A href="http://www.velocitymicro.com/wizard.php?iid=89">http://www.velocitymicro.com/wizard.php?iid=89</A>&nbsp;for AMD</P><br />
<P>I have this computer here, sans DCT. It&#8217;s definitely a winner.</P><br />
<P><A href="http://www.velocitymicro.com/wizard.php?iid=96">http://www.velocitymicro.com/wizard.php?iid=96</A>&nbsp;for the Intel version.</P><br />
<DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:60f9077a-4c28-4c26-9d34-a810c5cb75a4 contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px">Technorati tags: <A href="http://technorati.com/tags/cablecard" rel=tag>cablecard</A></DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/02/12/velocity-micro-showing-two-ocurcablecard-dct-vista-home-premium-computer-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BillG CES 2007 Keynote</title>
		<link>http://digitalmediaphile.com/index.php/2007/01/08/billg-ces-2007-keynote/</link>
		<comments>http://digitalmediaphile.com/index.php/2007/01/08/billg-ces-2007-keynote/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 21:15:45 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2007/01/08/BillG+CES+2007+Keynote.aspx</guid>
		<description><![CDATA[Great stuff coming, Dreamscape desktop, Live for PC&#8217;s (gaming), a great Photo editing Ultimate Extra for Vista Ultimate. And another peak at the home of the future 5-6 years from now with interactive walls and more.]]></description>
			<content:encoded><![CDATA[<p>Great stuff coming, Dreamscape desktop, Live for PC&#8217;s (gaming), a great Photo editing Ultimate Extra for Vista Ultimate. And another peak at the home of the future 5-6 years from now with interactive walls and more.</p>
<p><img src="http://digitalmediaphile.com/content/binary/house of future.jpg" border="0"/></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2007/01/08/billg-ces-2007-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes, It was upside down</title>
		<link>http://digitalmediaphile.com/index.php/2006/12/30/yes-it-was-upside-down/</link>
		<comments>http://digitalmediaphile.com/index.php/2006/12/30/yes-it-was-upside-down/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 21:36:24 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2006/12/30/Yes+It+Was+Upside+Down.aspx</guid>
		<description><![CDATA[Eagle eye&#8217;d friend mentioned that the rear view of the Velocity Micro MCE Vista machine was topsy turvy. So here is is again. Also, it IS connected to a Comcast Set Top Box. The supplied tuner accepts a coax connection and also allows s-video and R/L stereo inputs via a dongle that plugs into the [...]]]></description>
			<content:encoded><![CDATA[<p>Eagle eye&#8217;d friend mentioned that the rear view of the Velocity Micro MCE Vista machine was topsy turvy. So here is is again. </p>
<p>Also, it IS connected to a Comcast Set Top Box. The supplied tuner accepts a coax connection and also allows s-video and R/L stereo inputs via a dongle that plugs into the tuner card.</p>
<p><em><strong>Correct side up (rear view)</strong></em> &nbsp; </p>
<p><a href="http://digitalmediaphile.com/content/binary/YesItwasupsidedown_D4A8/velocityback3.jpg" atomicselection="true"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="114" src="http://digitalmediaphile.com/content/binary/YesItwasupsidedown_D4A8/velocityback2.jpg" width="240" border="0"/></a></p>
<p><em><strong>Velocity Micro and Comcast STB</strong></em>&nbsp;&nbsp;
<td> </td>
</p>
<p><a href="http://digitalmediaphile.com/content/binary/YesItwasupsidedown_D4A8/wstb3.jpg" atomicselection="true"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="156" src="http://digitalmediaphile.com/content/binary/YesItwasupsidedown_D4A8/wstb2.jpg" width="240" border="0"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2006/12/30/yes-it-was-upside-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Here! The Dream Vista Media Center from Microsoft and AMD</title>
		<link>http://digitalmediaphile.com/index.php/2006/12/26/its-here-the-dream-vista-media-center-from-microsoft-and-amd/</link>
		<comments>http://digitalmediaphile.com/index.php/2006/12/26/its-here-the-dream-vista-media-center-from-microsoft-and-amd/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 21:38:37 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CableCARD]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[OCUR]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2006/12/26/Its+Here+The+Dream+Vista+Media+Center+From+Microsoft+And+AMD.aspx</guid>
		<description><![CDATA[I couldn&#8217;t believe the email I received on 12/13. Microsoft and AMD asked if I wanted a custom built Vista Media Center from Velocity Micro. An eval I could use, talk about and then later either return to MS, give away, or keep. I checked the email for spoofed headers because I just don&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t believe the email I received on 12/13. Microsoft and AMD asked if I wanted a custom built Vista Media Center from Velocity Micro. An eval I could use, talk about and then later either return to MS, give away, or keep. I checked the email for spoofed headers because I just don&#8217;t get emails like that every day. It&#8217;s the nicest desktop I&#8217;ve ever seen by far. The proc is X2 5000, ASUS mobo, SATA all the way, ATI x1950, ATI Theater Pro 660 tuner, and of course Windows Vista Ultimate. I also discovered that a full copy of Office 2007 was also pre-installed. And a 64 bit version of CA eTrust AV. </p>
<p><img src="http://digitalmediaphile.com//content/binary/itshere%20small.jpg" border=0/> </p>
<p>Close-ups of front and back are below.</p>
<p>It&#8217;s quite the machine and has center stage in my living room, hooked up to my 45 inch LCD. I&#8217;m running sound out through SPDIF to my Home Theater. Came with one of those MCE keyboards. I like the keyboard but not the stick mouse on it (too stiff) so hooked up a wireless MS notebook mouse. When I find the Gyration Air Mouse I&#8217;ve hidden away somewhere, I&#8217;ll replace the mouse with that.</p>
<p>And it&#8217;s up and running. DHL was here very early and I&#8217;ve had a fun day setting up this super screamer that Microsoft and AMD sent me. </p>
<p>I&#8217;m going to relax and watch a little TV now. </p>
<p>&nbsp;</p>
<p><img src="http://digitalmediaphile.com//content/binary/sm%20front.jpg" border=0/>&nbsp; </p>
<p>&nbsp;</p>
<p><img style="WIDTH: 343px; HEIGHT: 188px" height=191 src="http://digitalmediaphile.com//content/binary/sm%20back.jpg" width=347 border=0/></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2006/12/26/its-here-the-dream-vista-media-center-from-microsoft-and-amd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nero 7, Vista, and where did the thumbnails go &#8211; registry fix</title>
		<link>http://digitalmediaphile.com/index.php/2006/12/06/nero-7-vista-and-where-did-the-thumbnails-go-registry-fix/</link>
		<comments>http://digitalmediaphile.com/index.php/2006/12/06/nero-7-vista-and-where-did-the-thumbnails-go-registry-fix/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 21:09:43 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Nero Sucks]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2006/12/06/Nero+7+Vista+And+Where+Did+The+Thumbnails+Go+Registry+Fix.aspx</guid>
		<description><![CDATA[Bad bad nero. Changes the registry from these defaults. So save this as a reg file or carefully edit the registry (need admin rights): Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.DVR-MS]@=&#8221;"&#8220;PerceivedType&#8221;=&#8221;video&#8221;&#8220;MP2.Last&#8221;=&#8221;Custom&#8221; [HKEY_CLASSES_ROOT\.DVR-MS\OpenWithProgIds]&#8220;WMP.DVR-MSFile&#8221;=hex(0): [HKEY_CLASSES_ROOT\.DVR-MS\ShellEx] [HKEY_CLASSES_ROOT\.DVR-MS\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]@=&#8221;{9DBD2C50-62AD-11D0-B806-00C04FD706EC}&#8221; [HKEY_CLASSES_ROOT\.DVR-MS\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]@=&#8221;{9DBD2C50-62AD-11D0-B806-00C04FD706EC}&#8221; [HKEY_CLASSES_ROOT\.wmv]&#8220;PerceivedType&#8221;=&#8221;video&#8221; [HKEY_CLASSES_ROOT\.wmv\shellex] [HKEY_CLASSES_ROOT\.wmv\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]@=&#8221;{c5a40261-cd64-4ccf-84cb-c394da41d590}&#8221; [HKEY_CLASSES_ROOT\WMVFile]@=&#8221;Windows Media Audio/Video file&#8221;&#8220;EditFlags&#8221;=hex:00,00,01,00&#8220;FriendlyTypeName&#8221;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\&#160; 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\&#160; 32,00,5c,00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,\&#160; 00,65,00,2c,00,2d,00,39,00,39,00,31,00,34,00,00,00&#8220;PreferExecuteOnMismatch&#8221;=dword:00000001 [HKEY_CLASSES_ROOT\WMVFile\DefaultIcon]@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\&#160; 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,00,6d,00,\&#160; 70,00,6c,00,6f,00,63,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,37,00,33,00,36,\&#160; 00,00,00 [HKEY_CLASSES_ROOT\WMVFile\shell]@=&#8221;Play&#8221; [HKEY_CLASSES_ROOT\WMVFile\shell\open]&#8220;LegacyDisable&#8221;=&#8221;" [HKEY_CLASSES_ROOT\WMVFile\shell\open\command]@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\&#160; 00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\&#160; 4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\&#160; 00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\&#160; 22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,37,\&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Bad bad nero. Changes the registry from these defaults. So save this as a reg file or carefully edit the registry (need admin rights):</p>
<p><font color="#ff0000">Windows Registry Editor Version 5.00</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.DVR-MS]<br />@=&#8221;"<br />&#8220;PerceivedType&#8221;=&#8221;video&#8221;<br />&#8220;MP2.Last&#8221;=&#8221;Custom&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.DVR-MS\OpenWithProgIds]<br />&#8220;WMP.DVR-MSFile&#8221;=hex(0):</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.DVR-MS\ShellEx]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.DVR-MS\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]<br />@=&#8221;{9DBD2C50-62AD-11D0-B806-00C04FD706EC}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.DVR-MS\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]<br />@=&#8221;{9DBD2C50-62AD-11D0-B806-00C04FD706EC}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.wmv]<br />&#8220;PerceivedType&#8221;=&#8221;video&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.wmv\shellex]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.wmv\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]<br />@=&#8221;{c5a40261-cd64-4ccf-84cb-c394da41d590}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile]<br />@=&#8221;Windows Media Audio/Video file&#8221;<br />&#8220;EditFlags&#8221;=hex:00,00,01,00<br />&#8220;FriendlyTypeName&#8221;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\<br />&nbsp; 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\<br />&nbsp; 32,00,5c,00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,\<br />&nbsp; 00,65,00,2c,00,2d,00,39,00,39,00,31,00,34,00,00,00<br />&#8220;PreferExecuteOnMismatch&#8221;=dword:00000001</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\DefaultIcon]<br />@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\<br />&nbsp; 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,00,6d,00,\<br />&nbsp; 70,00,6c,00,6f,00,63,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,37,00,33,00,36,\<br />&nbsp; 00,00,00</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shell]<br />@=&#8221;Play&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shell\open]<br />&#8220;LegacyDisable&#8221;=&#8221;"</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shell\open\command]<br />@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\<br />&nbsp; 00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\<br />&nbsp; 4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\<br />&nbsp; 00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\<br />&nbsp; 22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,37,\<br />&nbsp; 00,20,00,2f,00,4f,00,70,00,65,00,6e,00,20,00,22,00,25,00,4c,00,22,00,00,00</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shell\open\DropTarget]<br />&#8220;CLSID&#8221;=&#8221;{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shell\play]<br />@=&#8221;&amp;Play&#8221;<br />&#8220;MUIVerb&#8221;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\<br />&nbsp; 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\<br />&nbsp; 00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\<br />&nbsp; 2c,00,2d,00,39,00,39,00,39,00,31,00,00,00<br />&#8220;LegacyDisable&#8221;=&#8221;"</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shell\play\command]<br />@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\<br />&nbsp; 00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\<br />&nbsp; 4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\<br />&nbsp; 00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\<br />&nbsp; 22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,37,\<br />&nbsp; 00,20,00,2f,00,50,00,6c,00,61,00,79,00,20,00,22,00,25,00,4c,00,22,00,00,00</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shell\play\DropTarget]<br />&#8220;CLSID&#8221;=&#8221;{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shellex]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shellex\ContextMenuHandlers]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shellex\ContextMenuHandlers\PlayOnMyTV]<br />@=&#8221;{FFB699E0-306A-11d3-8BD1-00104B6F7516}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shellex\ContextMenuHandlers\WMPAddToPlaylist]<br />@=&#8221;{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shellex\ContextMenuHandlers\WMPPlayAsPlaylist]<br />@=&#8221;{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]<br />@=&#8221;{031EE060-67BC-460d-8847-E4A7C5E45A27}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\WMVFile\VideoClipContainer]<br />@=&#8221;{5cdcb131-a1a1-4fe9-9a10-80effe042ae0}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.avi]<br />@=&#8221;WMP.AVI&#8221;<br />&#8220;PerceivedType&#8221;=&#8221;video&#8221;<br />&#8220;MP2.Last&#8221;=&#8221;Custom&#8221;<br />&#8220;MPlayer2.BAK&#8221;=&#8221;NeroShowTime.Files7.avi&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.avi\OpenWithProgIds]<br />&#8220;WMP.AVI&#8221;=hex(0):</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.avi\ShellEx]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.avi\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]<br />@=&#8221;{c5a40261-cd64-4ccf-84cb-c394da41d590}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.avi\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]<br />@=&#8221;{9DBD2C50-62AD-11D0-B806-00C04FD706EC}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile]<br />@=&#8221;Video Clip&#8221;<br />&#8220;EditFlags&#8221;=hex:00,00,01,00<br />&#8220;FriendlyTypeName&#8221;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\<br />&nbsp; 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\<br />&nbsp; 32,00,5c,00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,\<br />&nbsp; 00,65,00,2c,00,2d,00,39,00,39,00,30,00,35,00,00,00<br />&#8220;PreferExecuteOnMismatch&#8221;=dword:00000001</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\CLSID]<br />@=&#8221;{00022602-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Compressors]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Compressors\auds]<br />@=&#8221;{0002000F-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Compressors\vids]<br />@=&#8221;{00020001-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\DefaultIcon]<br />@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\<br />&nbsp; 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,00,6d,00,\<br />&nbsp; 70,00,6c,00,6f,00,63,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,37,00,33,00,31,\<br />&nbsp; 00,00,00</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\AU]<br />@=&#8221;{00020003-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\AVI]<br />@=&#8221;{00020000-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\BMP]<br />@=&#8221;{00020006-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\DIB]<br />@=&#8221;{00020006-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\FLC]<br />@=&#8221;{00020007-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\FLI]<br />@=&#8221;{00020007-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\TGA]<br />@=&#8221;{0002000A-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\Extensions\WAV]<br />@=&#8221;{00020003-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers\AVI]<br />@=&#8221;{00020000-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers\WAVE]<br />@=&#8221;{00020003-0000-0000-C000-000000000046}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shell]<br />@=&#8221;Play&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shell\open]<br />&#8220;LegacyDisable&#8221;=&#8221;"</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shell\open\command]<br />@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\<br />&nbsp; 00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\<br />&nbsp; 4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\<br />&nbsp; 00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\<br />&nbsp; 22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,38,\<br />&nbsp; 00,20,00,2f,00,4f,00,70,00,65,00,6e,00,20,00,22,00,25,00,4c,00,22,00,00,00</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shell\open\DropTarget]<br />&#8220;CLSID&#8221;=&#8221;{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shell\play]<br />@=&#8221;&amp;Play&#8221;<br />&#8220;MUIVerb&#8221;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\<br />&nbsp; 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\<br />&nbsp; 00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\<br />&nbsp; 2c,00,2d,00,39,00,39,00,39,00,31,00,00,00<br />&#8220;LegacyDisable&#8221;=&#8221;"</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shell\play\command]<br />@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\<br />&nbsp; 00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\<br />&nbsp; 4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\<br />&nbsp; 00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\<br />&nbsp; 22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,38,\<br />&nbsp; 00,20,00,2f,00,50,00,6c,00,61,00,79,00,20,00,22,00,25,00,4c,00,22,00,00,00</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shell\play\DropTarget]<br />&#8220;CLSID&#8221;=&#8221;{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shellex]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shellex\ContextMenuHandlers]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shellex\ContextMenuHandlers\PlayOnMyTV]<br />@=&#8221;{FFB699E0-306A-11d3-8BD1-00104B6F7516}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shellex\ContextMenuHandlers\WMPAddToPlaylist]<br />@=&#8221;{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shellex\ContextMenuHandlers\WMPPlayAsPlaylist]<br />@=&#8221;{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]<br />@=&#8221;{031EE060-67BC-460d-8847-E4A7C5E45A27}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\AVIFile\VideoClipContainer]<br />@=&#8221;{5cdcb131-a1a1-4fe9-9a10-80effe042ae0}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.mpg]<br />&#8220;PerceivedType&#8221;=&#8221;video&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.mpg\shellex]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.mpg\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]<br />@=&#8221;{c5a40261-cd64-4ccf-84cb-c394da41d590}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.mpeg]<br />&#8220;PerceivedType&#8221;=&#8221;video&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.mpeg\shellex]</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.mpeg\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]<br />@=&#8221;{c5a40261-cd64-4ccf-84cb-c394da41d590}&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.jpg]<br />&#8220;PerceivedType&#8221;=&#8221;image&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.jpeg]<br />&#8220;PerceivedType&#8221;=&#8221;image&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.png]<br />&#8220;PerceivedType&#8221;=&#8221;image&#8221;</font></p>
<p><font color="#ff0000">[HKEY_CLASSES_ROOT\.gif]<br />&#8220;PerceivedType&#8221;=&#8221;image&#8221;</font></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2006/12/06/nero-7-vista-and-where-did-the-thumbnails-go-registry-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCE 2005 UR2 Running on my MacBook Pro Intel</title>
		<link>http://digitalmediaphile.com/index.php/2006/04/07/mce-2005-ur2-running-on-my-macbook-pro-intel/</link>
		<comments>http://digitalmediaphile.com/index.php/2006/04/07/mce-2005-ur2-running-on-my-macbook-pro-intel/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 20:42:27 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2006/04/07/MCE+2005+UR2+Running+On+My+MacBook+Pro+Intel.aspx</guid>
		<description><![CDATA[Any Questions? (Added a 2nd image showing MCE controls for the disbelievers..) &#160; &#160;]]></description>
			<content:encoded><![CDATA[</p>
<p>Any Questions? (Added a 2nd image showing MCE controls for the disbelievers..)</p>
<p><img src="http://digitalmediaphile.com/content/binary/macbook2.jpg" border="0"/></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="http://digitalmediaphile.com/content/binary/macbook.jpg" border="0"/></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2006/04/07/mce-2005-ur2-running-on-my-macbook-pro-intel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here&#8217;s How I did it &#8211; Mac MCE</title>
		<link>http://digitalmediaphile.com/index.php/2006/04/07/heres-how-i-did-it-mac-mce/</link>
		<comments>http://digitalmediaphile.com/index.php/2006/04/07/heres-how-i-did-it-mac-mce/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 20:40:14 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2006/04/07/Heres+How+I+Did+It+Mac+MCE.aspx</guid>
		<description><![CDATA[Ingredients &#8211; MCE 2005 CD&#8217;s from MSDN (or NewEgg or other source), Nero 6, DVD+R, DVD Burner With thanks to Doug Knox &#8211; this was a collaborative effort! 1) Create a Directory on your hard drive named macmce2) Copy both CD&#8217;s to this directory 3) Search for txtsetup.sif in this directory and open it with [...]]]></description>
			<content:encoded><![CDATA[<p>Ingredients &#8211; MCE 2005 CD&#8217;s from MSDN (or NewEgg or other source), Nero 6, DVD+R, DVD Burner</p>
<p>With thanks to Doug Knox &#8211; this was a collaborative effort!</p>
<p>1) Create a Directory on your hard drive named macmce<br />2) Copy both CD&#8217;s to this directory <br />3) Search for txtsetup.sif in this directory and open it with notepad. Change all %cd2name% to %cdname% (i.e., remove the &#8220;2&#8243;)</p>
<p>4) Download the file named xpboot.bin from <a href="http://www.dougknox.com/xp/xpboot.zip">www.dougknox.com/xp/xpboot.zip</a> and extract it from the ZIP file. </p>
<p>It does not need to be in the same folder as the files from the ISO&#8217;s.</p>
<p>5) Open Nero 6 and create a new DVD-ROM (Boot) compilation.</p>
<p>&nbsp;&nbsp;&nbsp; a) On the Boot tab, select the Image File radio button and point it to the xpboot.bin file you downloaded earlier.<br />&nbsp;&nbsp;&nbsp; b) Check the box Enable expert settings.<br />&nbsp;&nbsp;&nbsp; c) For Kind of emulation, select No Emulation.<br />&nbsp;&nbsp;&nbsp; d) On the boot tab, leave the Load segment of sectors at 07C0.<br />&nbsp;&nbsp;&nbsp; e) On the boot tab, change the number of loaded sectors to 4.<br />&nbsp;&nbsp;&nbsp; f) On the Label tab, in the ISO 9660 box enter WB2PFRE_EN</p>
<p>&nbsp;&nbsp;&nbsp; No other changes should be necessary in the New Compilation dialog.<br />&nbsp;&nbsp;&nbsp; <br />6) Click the New button on the compilation dialog.</p>
<p>7) Drag the files you copied to your hard drive into the left pane of the window.&nbsp; </p>
<p> <img src='http://digitalmediaphile.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Burn and install!</p>
<p>9) Go to Windows Update and get all the updates until there aren&#8217;t any left to install. This puts you at MCE UR2 level. </p>
<p>You&#8217;ll need a DVD Decoder and an external USB tuner. I used the Adaptec 3610 Dual Tuner and the software that came with the USB tuner or that you download from the web. The Adaptec came with a CD software.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2006/04/07/heres-how-i-did-it-mac-mce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watching DVR-MS Recorded TV on 64 bit Vista x64</title>
		<link>http://digitalmediaphile.com/index.php/2005/12/29/watching-dvr-ms-recorded-tv-on-64-bit-vista-x64/</link>
		<comments>http://digitalmediaphile.com/index.php/2005/12/29/watching-dvr-ms-recorded-tv-on-64-bit-vista-x64/#comments</comments>
		<pubDate>Thu, 29 Dec 2005 21:44:05 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2005/12/29/Watching+DVRMS+Recorded+TV+On+64+Bit+Vista+X64.aspx</guid>
		<description><![CDATA[Install a 32 bit decoder. Navigate to the Programs (x86) folder and find the Windows Media Player folder. Open the version of WMP that is in this folder. Open your recorded TV. Enjoy.]]></description>
			<content:encoded><![CDATA[<p><img alt="Dvr-ms with32bit wmp" src="http://digitalmediaphile.com/content/binary/dvr_2Dms_20with32bit_20wmp.jpg" border="0"/></p>
<p>Install a 32 bit decoder. Navigate to the Programs (x86) folder and find the Windows Media Player folder. Open the version of WMP that is in this folder. Open your recorded TV. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2005/12/29/watching-dvr-ms-recorded-tv-on-64-bit-vista-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Monitors Almost Working on Vista x64 5270 with MCE</title>
		<link>http://digitalmediaphile.com/index.php/2005/12/26/dual-monitors-almost-working-on-vista-x64-5270-with-mce/</link>
		<comments>http://digitalmediaphile.com/index.php/2005/12/26/dual-monitors-almost-working-on-vista-x64-5270-with-mce/#comments</comments>
		<pubDate>Mon, 26 Dec 2005 21:45:39 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2005/12/26/Dual+Monitors+Almost+Working+On+Vista+X64+5270+With+MCE.aspx</guid>
		<description><![CDATA[I’m not thrilled with the quality of VGA out, but I was able to drag MCE to the second monitor (45 inch LCD TV). DVI is a no-go. The Ferrari laptop (right) supports DVI out and I was hoping… x700 Mobility Radeon with 128 megs memory —]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalmediaphile.com/content/binary/dualmonitor2.jpg" border="0" alt="Dual monitors" /></p>
<p>I’m not thrilled with the quality of VGA out, but I was able to drag MCE to the second monitor (45 inch LCD TV). DVI is a no-go.</p>
<p>The Ferrari laptop (right) supports DVI out and I was hoping… x700 Mobility Radeon with 128 megs memory —</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2005/12/26/dual-monitors-almost-working-on-vista-x64-5270-with-mce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista 5270: Media Center is taking shape</title>
		<link>http://digitalmediaphile.com/index.php/2005/12/22/vista-5270-media-center-is-taking-shape/</link>
		<comments>http://digitalmediaphile.com/index.php/2005/12/22/vista-5270-media-center-is-taking-shape/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 21:48:16 +0000</pubDate>
		<dc:creator>Barb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://www.digitalmediaphile.com/2005/12/22/Vista+5270+Media+Center+Is+Taking+Shape.aspx</guid>
		<description><![CDATA[&#160; I’m beginning to like the revamped interface. It still needs some work but it does allow more “stuff” to be viewed on the available screen real estate.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I’m beginning to like the revamped interface. It still needs some work but it does allow more “stuff” to be viewed on the available screen real estate. </p>
<p><img src="http://digitalmediaphile.com/content/binary/mcemusic1.jpg" border="0"/></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalmediaphile.com/index.php/2005/12/22/vista-5270-media-center-is-taking-shape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

