<?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; Development</title>
	<atom:link href="http://www.trentscholl.com/category/development/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>
	</channel>
</rss>

