<?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>Trent Scholl &#187; Media Center</title>
	<atom:link href="http://www.trentscholl.com/category/media-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trentscholl.com</link>
	<description>Try, Catch, Finally</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:43:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Compiling Open Media Library from source</title>
		<link>http://www.trentscholl.com/2008/06/07/compiling-open-media-library-from-source/</link>
		<comments>http://www.trentscholl.com/2008/06/07/compiling-open-media-library-from-source/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 01:09:27 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Open Media Library]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.strent.net/?p=15</guid>
		<description><![CDATA[Now that Open Media Library is coming closer and closer to a functional application people are starting to ask &#8220;Where can I download this from!?&#8221;, the answer &#8211; Because it&#8217;s open source you can download the source and compile and use at your discretion. &#8220;Source? Compile? What?&#8221; Are just some of the questions people are [...]]]></description>
			<content:encoded><![CDATA[<p>Now that Open Media Library is coming closer and closer to a functional application people are starting to ask &#8220;Where can I download this from!?&#8221;, the answer &#8211; Because it&#8217;s open source you can download the source and compile and use at your discretion. &#8220;Source? Compile? What?&#8221; Are just some of the questions people are left with when told to do that. So here goes some step by step instructions on what you need to do to get Open Media Library up and running on Vista Media Center.</p>
<p>First things first &#8211; you will need the following applications:</p>
<ul>
<li><a class="external" href="http://www.microsoft.com/express/download/">Microsoft Visual C# 2008 Express Edition</a></li>
<li><a class="external" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=A43EA0B7-B85F-4612-AA08-3BF128C5873E&#038;displaylang=en">Windows Media Center Software Development Kit</a></li>
<li><a class="external" href="http://tortoisesvn.net/downloads/">TortoiseSVN</a></li>
</ul>
<p>I&#8217;m not going to go into how to install them, but i&#8217;m sure you can figure that out for yourself.</p>
<p>Create a new folder where you would like to store the source for Open Media Library (you can delete this later if you want).</p>
<p>Right click on the folder, highlight <em>TortoiseSVN</em> and then click <em>Checkout..</em>.</p>
<p><a href="http://www.strent.net/OML/TortoiseSVNCheckout.jpg" target="_blank"><img src="http://www.strent.net/OML/TortoiseSVNCheckout.jpg" alt="TortoiseSVN Checkout Dialog" /></a></p>
<p>The TortoiseSVN prompt will then ask for the URL of the repository (which you can find out at <a class="external" href="http://code.google.com/p/open-media-library/source/checkout">http://code.google.com/p/open-media-library/source/checkout</a>), put in <em>http://open-media-library.googlecode.com/svn/trunk/</em> and then click <em>OK</em>.</p>
<p>TortoiseSVN will then download the latest revision of the source and prompt you once it has been completed.</p>
<p><a href="http://www.strent.net/OML/TortoiseSVNDownloaded.jpg" target="_blank"><img src="http://www.strent.net/OML/TortoiseSVNDownloaded.jpg" alt="TortoiseSVN Completed Dialog" /></a></p>
<p>Now browse to the directory where you saved the source to and double click on <em>OML.sln</em> to open the Open Media Library solution in Visual C# Express. While the solution is opening you may be prompted with a few errors stating that <em>Solution folders are not supported in this version of Visual Studio</em>, just click <em>OK</em> and ignore these.</p>
<p>Usually you could then just click on <em>Build</em> -> <em>Build Solution</em> (or press <em>F6</em>), however due to constant changes to the repository you may get errors and a failed build. To avoid this you can build the <em>OMLEngine</em> and <em>Library</em> projects individually by right clicking on <em>OMLEngine</em> in the <em>Solution Explorer</em> (on the right), click <em>Build</em> and then do the same thing for <em>Library</em>.</p>
<p><a href="http://www.strent.net/OML/VSBuild.jpg" target="_blank"><img src="http://www.strent.net/OML/VSBuild.jpg" alt="Visual Studio Build" /></a></p>
<p>Next step is to register the application. This step is likely to cause most people problems depending on whether they&#8217;re using Vista 64bit or 32bit.</p>
<p><em>To note: OMLEngine.dll will register itself when it&#8217;s built in Visual Studio.</em></p>
<p>To register the application with MediaCenter first open up a command prompt and <em>cd</em> to the directory where you saved the source and then <em>cd</em> to \Library.</p>
<p>Type <em>DevInstall.cmd /debug</em> and then press enter. You should get an output much like this:</p>
<p><a class="external" href="http://img.trentscholl.com/2008/06/DevInstall.gif"><img src="http://img.trentscholl.com/2008/06/DevInstall-275x300.gif" alt="DevInstall" title="DevInstall" width="275" height="300" class="alignnone size-medium wp-image-168" /></a></p>
<p>Provided all has gone well, if you open up <em>Media Center</em> you should be greeted with the <em>Open Media Library</em> menu strip icon.</p>
<p><a class="external" href="http://img.trentscholl.com/2008/06/omlMC1.jpg"><img src="http://img.trentscholl.com/2008/06/omlMC1-300x178.jpg" alt="Vista MediaCenter" title="omlMC" width="300" height="178" class="alignnone size-medium wp-image-166" /></a></p>
<p>Next up, importing your Movies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentscholl.com/2008/06/07/compiling-open-media-library-from-source/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Open Media Library for Vista Media Center</title>
		<link>http://www.trentscholl.com/2008/04/26/open-media-library-for-vista-media-center/</link>
		<comments>http://www.trentscholl.com/2008/04/26/open-media-library-for-vista-media-center/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 06:57:54 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Open Media Library]]></category>
		<category><![CDATA[Vista Media Center]]></category>

		<guid isPermaLink="false">http://www.strent.net/?p=14</guid>
		<description><![CDATA[I&#8217;ve decided to put the resources and knowledge I gained from working on MyTheatre to use by joining the Development team of Open Media Library. Since it seems we all share a common goal, we should be able to get something functional out the door much quicker than what I could do myself. Finally, an [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to put the resources and knowledge I gained from working on MyTheatre to use by joining the Development team of Open Media Library. Since it seems we all share a common goal, we should be able to get something functional out the door much quicker than what I could do myself.</p>
<p><em>Finally, an open source solution to viewing and organizing your dvd library with media center. This add-in allows users to browse their movie library all in one location. The titles have associated actor, producers, summaries, runtime displayed. The main layout of the project was designed to work through an extender such as the xbox360. </em></p>
<p>Here&#8217;s a preview of what&#8217;s to expect in the first functional release:</p>
<p><a class="external" href="http://img.trentscholl.com/2008/04/omlsummary21.jpg"><img src="http://img.trentscholl.com/2008/04/omlsummary21-300x176.jpg" alt="Open Media Library" title="omlsummary2" width="300" height="176" class="alignnone size-medium wp-image-176" /></a></p>
<p><a class="external" href="http://img.trentscholl.com/2008/04/oml.jpg"><img src="http://img.trentscholl.com/2008/04/oml-300x176.jpg" alt="Open Media Library" title="oml" width="300" height="176" class="alignnone size-medium wp-image-178" /></a></p>
<p>Got a suggestion, addition or just want to request a feature? Head over to the forums <a class="external" href="http://www.ornskov.dk/forum/index.php">http://www.ornskov.dk/forum/index.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentscholl.com/2008/04/26/open-media-library-for-vista-media-center/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MyTheatre for Vista Media Center</title>
		<link>http://www.trentscholl.com/2007/09/16/mytheatre-for-vista-media-center/</link>
		<comments>http://www.trentscholl.com/2007/09/16/mytheatre-for-vista-media-center/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 06:17:40 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Release Year]]></category>
		<category><![CDATA[Vista Media Center]]></category>

		<guid isPermaLink="false">http://www.strent.net/2007/09/16/mytheatre-for-vista-media-center/</guid>
		<description><![CDATA[Vista Media Center does a great job for displaying and organizing your DVD&#8217;s with the DVD library, but unfortunately lacks the ability to do the same thing with other media files. This is where MyTheatre comes in. Here&#8217;s a bit of a preview of what I&#8217;ve been working on. Planned features include: Multi file support (e.g. [...]]]></description>
			<content:encoded><![CDATA[<p>Vista Media Center does a great job for displaying and organizing your DVD&#8217;s with the DVD library, but unfortunately lacks the ability to do the same thing with other media files. This is where MyTheatre comes in.</p>
<p>Here&#8217;s a bit of a preview of what I&#8217;ve been working on.</p>
<p><a href="http://img.strent.net/2007/09/MyTheatre1.jpg"><img src="http://img.strent.net/2007/09/MyTheatre1-300x180.jpg" alt="MyTheatre for Vista Media Center" title="MyTheatre" width="300" height="180" class="alignnone size-medium wp-image-174" /></a></p>
<p>Planned features include:</p>
<ul>
<li>Multi file support (e.g. Movie CD1.avi, Movie CD2.avi)</li>
<li>Multiple file locations (You can have several locations where files are stored, and they will all show up on the one screen)</li>
<li>Metadata support for at least
<ul>
<li>Title</li>
<li>Release Year</li>
<li>Cover</li>
<li>Genre</li>
<li>Plot</li>
<li>Cast</li>
<li>Runtime</li>
<li>Rating</li>
</ul>
</li>
<li>Ability to flag movie as watched</li>
<li>Offline media (You can have files on CD/DVD that will still show in the movies list. When selected you will be prompted to insert the appropriate media)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.trentscholl.com/2007/09/16/mytheatre-for-vista-media-center/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Another ANTEC Fusion fix &#8211; SPDIF Volume control in Vista</title>
		<link>http://www.trentscholl.com/2007/09/15/another-antec-fusion-fix-spdif-volume-control-in-vista/</link>
		<comments>http://www.trentscholl.com/2007/09/15/another-antec-fusion-fix-spdif-volume-control-in-vista/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 04:45:10 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[ANTEC]]></category>
		<category><![CDATA[SPDIF]]></category>
		<category><![CDATA[VFD]]></category>

		<guid isPermaLink="false">http://www.strent.net/2007/09/15/another-antec-fusion-fix-spdif-volume-control-in-vista/</guid>
		<description><![CDATA[Another downside to the included drivers/software for the VFD/Volume knob that comes with the ANTEC Fusion is that the volume knob will not work for SPDIF output in Vista. However, there is a fix!  Download this updated SMCA.dll Rename the existing SMCA.dll in C:\Program Files (x86)\ANTEC\VFD\ to SMCA.dll.old Copy the new SMCA.dll to C:\Program Files [...]]]></description>
			<content:encoded><![CDATA[<p>Another downside to the included drivers/software for the VFD/Volume knob that comes with the ANTEC Fusion is that the volume knob will not work for SPDIF output in Vista. However, there is a fix! </p>
<ol>
<li>Download this updated <a target="_blank" href="http://www.strent.net/downloads/SMCA.dll" title="SMCA.dll">SMCA.dll</a></li>
<li>Rename the existing SMCA.dll in C:\Program Files (x86)\ANTEC\VFD\ to SMCA.dll.old</li>
<li>Copy the new SMCA.dll to C:\Program Files (x86)\ANTEC\VFD\</li>
<li>Restart the ANTEC VFD software</li>
</ol>
<p>If you&#8217;re using 32bit Vista the file will be in C:\Program Files\ANTEC\VFD\</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentscholl.com/2007/09/15/another-antec-fusion-fix-spdif-volume-control-in-vista/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to disable ANTEC Fusion IR Receiver</title>
		<link>http://www.trentscholl.com/2007/09/14/how-to-disable-antec-fusion-ir-receiver/</link>
		<comments>http://www.trentscholl.com/2007/09/14/how-to-disable-antec-fusion-ir-receiver/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 13:57:40 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[ANTEC]]></category>
		<category><![CDATA[IR]]></category>
		<category><![CDATA[VFD]]></category>

		<guid isPermaLink="false">http://www.strent.net/2007/09/14/how-to-disable-antec-fusion-ir-receiver/</guid>
		<description><![CDATA[I recently purchased an ANTEC Fusion home theatre PC enclosure to replace my old noisey media center PC only to discover that the included IR functionality was complete rubbish (you can&#8217;t even use the PC on/off button on an MCE remote without connecting an additional cable). Initially this didn&#8217;t phase me as I already had [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased an <a target="_blank" href="http://www.antec.com/us/productDetails.php?ProdID=15740" title="ANTEC Fusion">ANTEC Fusion</a> home theatre PC enclosure to replace my old noisey media center PC only to discover that the included IR functionality was complete rubbish (you can&#8217;t even use the PC on/off button on an MCE remote without connecting an additional cable). Initially this didn&#8217;t phase me as I already had a MCE IR reciever, however &#8211; after much searching I realised there was no way to disable the included IR functionality without also disabling the VFD (which works beautifully with Vista Media Center after a bit of configuration).</p>
<p>After a bit of googling it appeared there were 3 solutions:</p>
<ol>
<li>The easiest, use another application to utilize the VFD (e.g. <a target="_blank" href="http://lcdsmartie.sourceforge.net/" title="LCD Smartie">LCD Smartie</a>)</li>
<li>ANTEC&#8217;s suggestion, Remove the front panel of the case, unscrew the VFD module and then cover up the IR receiver module.</li>
<li>or, disable the VFD all together.</li>
</ol>
<p>The first solution sounded ok, but I could not find a single application that would work with Vista Media Center. Either the applications didn&#8217;t work at all, or they just didnt support Media Center. Second solution, huh!? Sounds a bit ghetto &#8211; surely there&#8217;s got to be something better than that. Third solution, well yeah &#8211; defeats the purpose of the VFD in the enclosure.</p>
<p>Out comes PE Explorer and WinDbg, time to write a dummy SG_RC.dll to trick the ANTEC software into thinking the RC was working when infact the requests just get ignored. Before I did that I thought I&#8217;d check out the file structure of the ANTEC application and see if there was a hidden setting to disable the IR module.</p>
<p><strong>HKEY_CURRENT_USER\Software\ANTEC\VFD\RCPlugin</strong></p>
<p>Set it to 0, the remote stopped working! But the VFD would then only display the time. No good.</p>
<p>Vista:<br />
<strong>%USERPROFILE%\AppData\Roaming\ANTEC\VFD\Setup\MCE remote\</strong></p>
<p>XP (can anybody confirm this is correct?):<br />
<strong>%USERPROFILE%\Application Data\ANTEC\VFD\Setup\MCE remote\</strong></p>
<p>This folder appears to contain configuration/key mapping data for the MCE remote. So the simple solution?</p>
<ol>
<li>Set all permissions to Deny for <em>Everyone</em> on the <em>MCE remote</em> folder.</li>
<li>Restart the ANTEC software.</li>
<li>Plug in your MCE IR Receiver.</li>
<li>Problem Solved!</li>
</ol>
<p>Stay tuned for a replacement for the ANTEC software, that fully supports Vista Media Center right out of the box <img src='http://www.trentscholl.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update</strong>: Another solution of disabling the driver from device manager has been suggested. I found that this had the same result as setting the RCPlugin registry value to 0. The ANTEC VFD software says that the VFD H/W is not connected and will not display anything on the VFD. Doing this will however disable the IR functionality.</p>
<p><strong>Update</strong>: You can now use the iMon software to control the VFD/IR Sensor in the Antec case. The latest version of the iMon software has an option to disable the IR Sensor all together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentscholl.com/2007/09/14/how-to-disable-antec-fusion-ir-receiver/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
	</channel>
</rss>

