<?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>oyvindhauge.com &#187; Music</title>
	<atom:link href="http://www.oyvindhauge.com/blog/category/entertainment/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oyvindhauge.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backing up/Ripping and Transcoding DVDs in Linux</title>
		<link>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 08:10:19 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[dvdbackup]]></category>
		<category><![CDATA[Handbrake]]></category>
		<category><![CDATA[Ripping]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1372</guid>
		<description><![CDATA[Ripping and transcoding DVDs in Linux is very easy, but there are many ways of doing it. Personally, I prefer combining the command line tool dvdbackup with Handbrake. The reason I why I do this is to be able to rip a number of DVDs to my hard drive, and then to transcode them over [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Ripping">Ripping</a> and <a href="http://en.wikipedia.org/wiki/Transcoding">transcoding</a> DVDs in Linux is very easy, but there are many ways of doing it. Personally, I prefer combining the command line tool <a href="http://dvdbackup.sourceforge.net/">dvdbackup</a> with <a href="http://handbrake.fr/">Handbrake</a>. The reason I why I do this is to be able to rip a number of DVDs to my hard drive, and then to transcode them over night, or while I am at work. Moreover, both dvdbackup and Handbrake are open source software.</p>
<h1><strong>Step 1.Installation</strong></h1>
<p>First, dvdbackup may be installed through Synaptic, or by typing the following into the command line: <code>sudo apt-get install dvdbackup</code></p>
<p>Second, you most likely have to install a <a href="http://en.wikipedia.org/wiki/Content_Scramble_System">CSS</a> library to remove the copy protection. This may be done by adding the following <a href="http://unofficial.debian-maintainers.org/">unofficial repositories</a> to your list of repositories (System-&gt;Administration-&gt;Synaptic Package Manager, then Settings-&gt;Repositories, and them on the &#8220;Other Software&#8221; pane):</p>
<p><code>deb http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted<br />
deb-src http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted</code></p>
<p>You will most likely get an error message because of a missing key. Ignore this error message, or get the missing key through installing the package <em>dmo-archive-keyring</em>. Then you need to add the package <em>libdvdcss2</em>.</p>
<p>Third, Handbrake does not have an official stable release for Ubuntu at the moment. However, the nightly build has been working very well on my computer. To install this build follow <a href="https://edge.launchpad.net/~stebbins/+archive/handbrake-snapshots">these instructions</a>. In short, add the following two repositories, and install the package <em>handbrake-gtk</em>.<br />
<code>deb http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main<br />
deb-src http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main</code></p>
<h1><strong>Step 2. Ripping with dvdbackup</strong></h1>
<p>I use the  command line tool dvdback up to make a copy of the DVD on the hard  drive. The copy does not have any copy protection. To do this, start the  command line, and go to the folder where you want the image to be  stored. Then, type: <code>dvdbackup -i /dev/dvd -M</code></p>
<div id="attachment_1427" class="wp-caption aligncenter" style="width: 299px"><a href="http://oyvindhauge.com/blog/wp-content/dvdbackup.png"><img class="size-medium wp-image-1427" title="dvdbackup - screenshot" src="http://oyvindhauge.com/blog/wp-content/dvdbackup-289x300.png" alt="dvdbackup - screenshot" width="289" height="300" /></a><p class="wp-caption-text">dvdbackup - screenshot</p></div>
<p>I have experienced some problems with the name of the dvd drive, but /dev/dvd/ usually works. If not, find the right name under /dev or /media. As you might see from the image above, you could receive some error messages. Do not worry about these. They are ignored sectors that are part of the copy protection. Ripping a full DVD usually takes about 15 to 20 minutes on my computer.</p>
<h1><strong>3. Transcoding with Handbrake</strong></h1>
<p>Transcoding the movies and series from the DVD format (usually a  VIDEO_TS folder with several VTS_**_*.VOB files) to a single video file  is very simple. First, set up Handbrake the way you want. Personally, I  do not include subtitles, select the MP4 file format, and use the &#8220;High  quality&#8221; preset. However, you may play around with the settings any way  you like.</p>
<p><strong> </strong></p>
<div id="attachment_1446" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/handbrake.png"><img class="size-medium wp-image-1446" title="HandBrake - Screenshot" src="http://oyvindhauge.com/blog/wp-content/handbrake-300x195.png" alt="HandBrake - Screenshot" width="300" height="195" /></a></strong></strong><p class="wp-caption-text">HandBrake - Screenshot</p></div>
<p><strong> </strong></p>
<p>Second, Select &#8220;Source&#8221; in Handbrake (see the screenshot above), browse to the source folder of one DVD, and click &#8220;OK&#8221;.</p>
<p>Third, Pick the &#8220;Title&#8221; you want to encode. give it a sensible name, select the folder where you want to store the transcoded file, and click &#8220;Add to Queue&#8221;. The longest title is automatically selected. For DVDs with movies, the longest title is usually the movie itself. For TV series, make sure that you add all the episodes on the disc to the queue.</p>
<p>Fourth, when you have added all the movies you want to transcode, simply click &#8220;Start&#8221; and let your computer do the job. On my machine (AMD Phenom II X4 965 Black with 4 GB RAM), transcoding a movie takes about 45 min to an hour with the hiqh quality settings. On an AMD Athlon X2 4850e with 4 GB RAM, it takes significantly longer.</p>
<h1>The next step</h1>
<p>When Handbrake finishes you will have a collection of transcoded movies and series. In future post, I will show how I manage these using another set of open source software.</p>
<h1><strong>Disclaimer</strong></h1>
<p>Ripping and transcoding (copyrighted) DVDs may be illegal in some countries. In Norway, where I live it is not illegal to break &#8220;weak&#8221; copy protections like <a href="http://en.wikipedia.org/wiki/Content-scrambling_system">CSS</a> (the copy protection used on DVDs). Distribution of copyrighted material is still illegal in Norway and most other countries, so please don&#8217;t do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why are digitally distributed products so expensive?</title>
		<link>http://www.oyvindhauge.com/blog/2009/10/24/why-are-digitally-distributed-products-so-expensive/</link>
		<comments>http://www.oyvindhauge.com/blog/2009/10/24/why-are-digitally-distributed-products-so-expensive/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:37:11 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[C Sports]]></category>
		<category><![CDATA[Digital Distribution]]></category>
		<category><![CDATA[Modern Warfare]]></category>
		<category><![CDATA[Steam]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1227</guid>
		<description><![CDATA[Recently I complained about Canal Plus&#8217; C Sports awfully high prices. Paying close to €20 for streaming a Premiere League game, is in my eyes way too expensive. While I am a very big fan of digital distribution I wonder why so many digitally distributed products have to be so expensive. Digitally distributed products are [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 280px"><img class=" " title="Steam - Technology for the future or a ghost from the past" src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Steam_Train123.JPG/450px-Steam_Train123.JPG" alt="Steam - Technology for the future or a ghost from the past" width="270" height="360" /><p class="wp-caption-text">Steam - Technology for the future or infrastructure from the past?</p></div>
<p>Recently I <a href="http://oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/">complained</a> about Canal Plus&#8217; <a href="http://www.csports.no/">C Sports</a> awfully high prices. Paying close to €20 for streaming a Premiere League game, is in my eyes way too expensive. While I am a very big <a href="http://oyvindhauge.com/blog/2008/09/14/digital-distribution-will-prevail/">fan of digital distribution</a> I wonder why so many digitally distributed products have to be so expensive. Digitally distributed products are often sold at the same or even higher price as their retail counterparts. The most recent example is <a href="http://modernwarfare2.infinityward.com/">Call of Duty Modern Warfare 2</a>. MW2 was recently made available through <a href="http://store.steampowered.com/app/10180/">Steam</a> for close to €60. <a href="http://www.elkjop.no/product/spill-konsoll/pc-mac-spill/PCCDCODMW2/pc-call-of-duty-modern-warfare-2">Elkjøp</a>, a Norwegian retail store, is currently selling the same game in a weekend deal for 350 NOK (about €40).</p>
<p>A €20 price difference is quite astonishing. Retail products come on a disk which is put into a case together with a manual. The cases are transported all over the world and sold in stores which need to pay rent and their employees. These are all costs which can be cut if the product is distributed digitally.</p>
<p>Setting up and maintaining a server park for digital stores is obviously not free either. However, it would surprise me if these costs are higher than the costs related to printing, distributing, and selling retail products. Moreover, digital distribution should give the developers and publishers added advantages. First, it is so far not possible to resell digitally distributed product. Hence, everyone who wants to get their hands on a product needs to buy it from the publisher rather than through second hand stores or on the private market. Second, by requiring activation of the games through the digital store, the stores may contribute to reducing piracy. Third, digital stores would make it far easier to sell add-ons, extensions, and other products using micro transactions. All in all, digital distribution seems to be a big advantage for the developers and publishers.</p>
<p>However, this is not the first time <a href="http://oyvindhauge.com/blog/2008/12/19/steam-to-offer-games-in-local-currency/">Steam charges the price of a kidney for their games</a>. I guess we as consumers should look elsewhere to increase the competition in the market. I hope that stores like <a href="http://www.impulsedriven.com/">Impulse</a> and <a href="http://www.direct2drive.com/">Direct2Drive</a> will increase their catalogs and contribute to forcing Steam into reducing their  prices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2009/10/24/why-are-digitally-distributed-products-so-expensive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up a CD collection on Linux</title>
		<link>http://www.oyvindhauge.com/blog/2009/07/01/backing-up-a-cd-collection-on-linux/</link>
		<comments>http://www.oyvindhauge.com/blog/2009/07/01/backing-up-a-cd-collection-on-linux/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 05:47:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Asunder]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[EasyTag]]></category>
		<category><![CDATA[Flac]]></category>
		<category><![CDATA[Grip]]></category>
		<category><![CDATA[mp3tag]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Ripping]]></category>
		<category><![CDATA[Sounc Juicer]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=16</guid>
		<description><![CDATA[I must admit that I rarely listen to any music besides Metallica. However, my girlfriend and I have a small collection of dust-collecting CDs which would be much better off digitalized and stored in a computer. To me anything which is on a computer is far more accessible than anything on a plastic disc. In [...]]]></description>
			<content:encoded><![CDATA[<p>I must admit that I rarely listen to any music besides Metallica. However, my girlfriend and I have a small collection of dust-collecting CDs which would be much better off digitalized and stored in a computer. To me anything which is on a computer is far more accessible than anything on a plastic disc.</p>
<p>In this post I show how I digitalized my CD collection on Linux (Ubuntu with Gnome) using <a href="http://littlesvr.ca/asunder/">Asunder</a> and <a href="http://nostatic.org/grip/">Grip</a> to rip and encode lossless <a href="http://flac.sourceforge.net/">Flac</a> files, and <a href="http://easytag.sourceforge.net/">EasyTAG</a> to edit the files&#8217; <a href="http://en.wikipedia.org/wiki/ID3">ID3</a> tags.</p>
<p><strong>Ripping format: Flac</strong></p>
<p>I had previously read Martin&#8217;s <a href="http://www.bekkelund.net/blogg/2006/01/23/backup-av-din-CD-samling/">post</a> (in Norwegian) about backing up his music collection and I was inspired by some of his choices. Like Martin I wanted a <a href="http://en.wikipedia.org/wiki/Lossless">lossless</a> copy of the CDs which could be converted to any other format. I also wanted a format which is open. Therefore, I decided to go for Free Lossless Audio Compression (<a href="http://en.wikipedia.org/wiki/Flac">FLAC</a>). Another benefit of Flac is that the files are smaller than uncompressed wav files. The files are however larger than for instance mp3 files but these are not lossless.</p>
<p>Flac plugins for several media players can be downloaded from the Flac <a href="http://flac.sourceforge.net/">page</a> at SourceForge. As a media player on Windows/Linux I have up until now been using <a href="http://www.videolan.org/vlc/">VLC</a> quite a lot. VLC comes with a built in Flac plugin so no extra plugin is needed.</p>
<p><strong>Ripping and encoding tool for Linux: Asunder/Grip<br />
</strong></p>
<p>I started off ripping and encoding CDs with <a href="http://www.winamp.com/">Winamp</a>. Winamp is as the name reveals for Windows and it is not open source. It works quite well but the freeware version has a 8x CD-ripping cap. Not that it is a big problem but I wanted to find something for Linux which is open source.</p>
<div id="attachment_1027" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1027" title="grip_flac_settings" src="http://oyvindhauge.com/blog/wp-content/grip_flac_settings-300x238.png" alt="Grip Flac encoder settings" width="300" height="238" /><p class="wp-caption-text">Grip Flac encoder settings</p></div>
<p>The first alternative I found was <a href="http://nostatic.org/grip/">Grip</a>. Grip is available through the Ubuntu repositories so installing it is easy. When I fired it up it complained that the flac encoder was missing. This is nothing a &#8220;<em>sudo apt-get install flac</em>&#8221; can&#8217;t fix. I also had to set the path for the flac encoder (see the screenshots above). One is also able to set several options using the flac command line. I left the default settings more or less untouched but you have all the options at your fingertips.</p>
<p>After a bit of configuration I was off to a running start. I decided to use Flac, enable ID3 tags, keep upper case file names and spaces rather than underscores. I guess this is something I am used to after using Windows for a long time.</p>
<p>There is however one thing to complain about. Grip frequently crashes when I am trying to rip certain CDs. I really don&#8217;t know why but I think they are CDs with multimedia content as well. This means I can&#8217;t use Grip for all my CDs. However, I really liked Grip and if you do not experience these problems I would warmly recommend it.</p>
<p>Edit: The problem with Grip seems to be related to the ID3v2 tags on some CDs and it is already <a href="https://bugs.launchpad.net/ubuntu/+source/grip/+bug/283658">registered as a bug</a>. Turning off the ID3v2 tags was at least a workaround for me.</p>
<div id="attachment_1037" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1037" title="sound_juicer" src="http://oyvindhauge.com/blog/wp-content/sound_juicer-300x235.png" alt="Sound juicer configurations" width="300" height="235" /><p class="wp-caption-text">Sound juicer configurations</p></div>
<p>Then I tried <a href="http://www.burtonini.com/blog/computers/sound-juicer">Sound Juicer</a> (Audio CD Extractor) which is a simple and easy to use ripping tool. It worked really well, ripped all the CDs I tested, and stored them as Flac. However, it lacked some of the flexibility I want when it comes to customizing file and folder names. It was moreover not possible to create playlists automatically. If you need as simple tool I would warmly recommend Sound Juicer.</p>
<div id="attachment_1040" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1040" title="asunder" src="http://oyvindhauge.com/blog/wp-content/asunder-300x225.png" alt="Asunder" width="300" height="225" /><p class="wp-caption-text">Asunder</p></div>
<p>The third one I tried was <a href="http://littlesvr.ca/asunder/">Asunder</a>. This was another simple tool but it has somewhat better file name configuration options than Sound Juicer and it created playlists automatically. It has not crashed so far and it does what it should. The configuration was not as detailed as Grip&#8217;s but it had the most important options. I would have preferred to have them all but Asunder actually worked on my computer with most CDs. Ripping and encoding was therefore done with Asunder when Grip did not work.</p>
<p>Another alternative is <a href="http://www.amb.org/xmcd/">XMCD</a> but since Asunder was working I did not bother to check it out. <a href="http://www.thelinuxblog.com/cd-ripping-utilities/">This blog entry</a> and <a href="http://en.wikipedia.org/wiki/Category:Linux_CD_ripping_software">this Wikipedia entry</a> suggests a few other tools you might want to check out if you want something else. You may also want to check out one of these guides(<a href="http://www.moobash.com/Blog/?p=567">one</a>, <a href="http://www.andrews-corner.org/abcde.html">two</a>)which shows you how to rip and encode a CD as flac using the command line only. This looks tempting since you will get some of the configurability which I miss with Asunder.</p>
<p><strong>ID3 editing tool for Linux: EasyTAG</strong></p>
<p>All of the tools mentioned above contact an Internet database to download information<strong> </strong>about the discs and tracks one rips. This information is then stored in the flac-files <a href="http://en.wikipedia.org/wiki/Id3">ID3 tag</a>. This<strong> </strong>is very convenient but the information is unfortunately not always correct and sometimes it is not formated the way you want it. To edit the ID3 tags of a large number of files one will need some tool support because doing it manually is just too time consuming.<strong><br />
</strong></p>
<p><strong> </strong></p>
<div id="attachment_1042" class="wp-caption aligncenter" style="width: 310px"><strong><strong><img class="size-medium wp-image-1042" title="easyTAG" src="http://oyvindhauge.com/blog/wp-content/easyTAG-300x201.png" alt="EasyTAG user interface" width="300" height="201" /></strong></strong><p class="wp-caption-text">EasyTAG user interface</p></div>
<p><strong> </strong>I have for a long time been using <a href="http://www.mp3tag.de/en/index.html">mp3tag</a> on Windows and I am really satisfied with it. It is unfortunately not available for Linux so I had to look for another tool. I found <a href="http://easytag.sourceforge.net/">EasyTAG</a> through the Ubuntu repository. Even though the user interface could have needed a overhaul it seems to be doing its job and I decided to go for that. It offers the functionality I need (rename files, folders, and automatically get tags from file/folder names). It is also possible to search an online database for updated tags.</p>
<p>I am sure there are other options but EasyTAG seemed to satisfy my needs and I did not bother to look further.</p>
<p><strong>Future work: media center software, encoding for portable players, and DVD backup<br />
</strong></p>
<p>After ripping my CDs I need to first look into arranging the music with a new media player/music library. Next, I need to find something for encoding it in a somewhat more compressed format for portable mp3 players. Then I would like to look into ripping the DVDs I have as well. After building a <a href="http://oyvindhauge.com/blog/2009/02/08/a-htpcgaming-rig-part-3/">gaming media centre for the living room</a> I need to put it into proper use.</p>
<p>If you have any hints or comments please leave me a message.</p>
<p><strong>Disclaimer</strong></p>
<p>Ripping CDs and DVDs for personal backups is permitted according to Norwegian law. Other countries may have different legislation when it comes to copying/taking backup copies of copyright protected intellectual property like CDs and DVDs. Do not use this guide to copy/spread copyright proctected material illegally.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 625px; width: 1px; height: 1px;">https://bugs.launchpad.net/ubuntu/+source/grip/+bug/283658</div>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2009/07/01/backing-up-a-cd-collection-on-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Downloading music for charity</title>
		<link>http://www.oyvindhauge.com/blog/2009/05/18/downloading-music-for-charity/</link>
		<comments>http://www.oyvindhauge.com/blog/2009/05/18/downloading-music-for-charity/#comments</comments>
		<pubDate>Mon, 18 May 2009 03:45:02 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[Flac]]></category>
		<category><![CDATA[Metallica]]></category>
		<category><![CDATA[Mp3]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=933</guid>
		<description><![CDATA[Downloading music for charity sounds too good to be true don&#8217;t it? It isn&#8217;t but well you have to pay for it. I recently discovered this acoustic version of All within my hands on Youtube. Even though St. Anger has some highlights I must admit that it isn&#8217;t my favorite Metallica album (that is of [...]]]></description>
			<content:encoded><![CDATA[<p>Downloading music for charity sounds too good to be true don&#8217;t it? It isn&#8217;t but well you have to pay for it.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/J8iy7Mpy5F4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/J8iy7Mpy5F4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>I recently discovered this acoustic version of <a href="http://www.youtube.com/watch?v=yqkxDgCIsOw"><em>All within my hands</em></a> on Youtube. Even though St. Anger has some highlights I must admit that it isn&#8217;t my favorite Metallica album (that is of course Master of Puppets). However, I really liked the acoustic All within my hands and I wanted to get it eh &#8230; all within my own hands.</p>
<p>It turned out that it was played at the yearly <a href="http://en.wikipedia.org/wiki/Bridge_School_Benefit">Bridge School Benefit</a> for children with severe physical impairments and complex communication needs. I am no big fan of people running after me in the streets or calling me on the phone to ask me to donate money to whatever reason. Even though the causes are good I just don&#8217;t like being nagged into doing something. I prefer doing it of my own will. I must admit though that I am not much of a charity giver (shame on me) but when I could get good music and support a good cause I felt it was right.</p>
<p>The solution was of course the <a href="http://www.livemetallica.com">live Metallica catalog</a> which I think is a good source for music and a great store. The store sells all (?)  live Metallica shows since 2004 and gives you about 20 older shows for free. The music comes without DRM in either MP3 and <a href="http://en.wikipedia.org/wiki/Flac">FLAC</a>. You&#8217;ll get the MP3 version of a show for $9.95 and the FLAC version is going at $12.95.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/worctaQdArE&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/worctaQdArE&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Metallica played at the Bridge School charity both the <a href="http://www.livemetallica.com/live-music/0,158/Metallica-mp3-flac-download-10-27-2007-The-Bridge-School-Benefit-Mountain-View-CA.html">27th</a> and the <a href="http://www.livemetallica.com/live-music/0,159/Metallica-mp3-flac-download-10-28-2007-The-Bridge-School-Benefit-Mountain-View-CA.html">28th</a> of October 2007.  Metallica played only 8 songs each night (some covers and some Metllica songs) so the shows are a bit expensive. However, you have to remember that all net proceeds goes to the Bridge School. The set lists have some variations between the two days. Of the cover songs I really liked <a href="http://www.youtube.com/watch?v=worctaQdArE"><em>I&#8217;m only happy when it rains</em></a>.</p>
<p>This is by far not the first thing I have bought after seeing it on youtube or somewhere else. I just don&#8217;t see why people are against it and so afraid of people posting copyright protected material there. I think the exposure it gives an artist and the sales this generates is well worth the potential loss of income. I could have chosed to continue listening to the youtube version but I wanted to have the song and I decided to pay for content of higher quality in the sense that it is Flac and therefore also transportable to other devices but my computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2009/05/18/downloading-music-for-charity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8230;And Justice for All</title>
		<link>http://www.oyvindhauge.com/blog/2009/05/05/and-justice-for-all/</link>
		<comments>http://www.oyvindhauge.com/blog/2009/05/05/and-justice-for-all/#comments</comments>
		<pubDate>Tue, 05 May 2009 17:06:48 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Metallica]]></category>
		<category><![CDATA[NRKbeta]]></category>
		<category><![CDATA[Piracy]]></category>
		<category><![CDATA[Steam]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=916</guid>
		<description><![CDATA[(Hetfield, Ulrich, Hammett) Justice Is Lost Justice Is Raped Justice Is Gone Pulling Your Strings Justice Is Done Seeking No Truth Winning Is All Find it So Grim So True So Real I must admit that I probably look for the opportunities where I can use Metallica lyrics to express something but this time I [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/92miS5edOao&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/92miS5edOao&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
(Hetfield, Ulrich, Hammett)</p>
<p>Justice Is Lost<br />
Justice Is Raped<br />
Justice Is Gone<br />
Pulling Your Strings<br />
Justice Is Done<br />
Seeking No Truth<br />
Winning Is All<br />
Find it So Grim<br />
So True<br />
So Real</p>
<p>I must admit that I probably look for the opportunities where I can use Metallica lyrics to express something but this time I think it is quite appropriate. While I am against piracy I must say that I value democracy, freedom of speech, and just legal system over the commercial interests of a reactionary industry. Recently, it seems the commercial values of the movie and music industry is more valuable than a just legal system. Legal companies here in Norway are pushing to get sensitive information (IP, names, addresses etc)  from the Internet Service Providers about &#8220;suspected&#8221; pirates. The attorneys are in other words trying to do the police&#8217;s work. Do we really want to privatize the police? I don&#8217;t think so.</p>
<p>However, it seems the Norwegian courts are bending over for the movie and music industry. A recent verdict about whether or not a Norwegian ISP has to hand over the identity of a suspected pirate to the attorneys, was today <a href="http://www.dagbladet.no/2009/05/05/kultur/tekno/fildeling/max_manus/6065793/">kept secret from the public</a>. I agree with Atle, <a href="http://folk.ntnu.no/atlefren/post/2009/05/hva-faen/">WTF</a>? How is it possible to keep a verdict which concerns the whole legal system, secret? If private companies are allowed to act as police I would like to know about it.</p>
<p>If the movie and music industry feel the police are not doing enough to solve their cases maybe they have to realize that there are other cirmes (murder, rape, child molestation, trafficing and so on) which are way worse than illegal distribution of music and movies. Second, maybe they should try to deal with this politically like the rest of us. If they are not happy with the way the police is spending their resources maybe should start their own political party and change the way the country is run. Third, why don&#8217;t the industry start providing the services we want? How hard can it be? There are plenty of alternatives of people who have understood how to use technology propperly to distribute digital content: <a href="http://nrkbeta.no/bittorrent/">NRKbeta</a>, <a href="http://steampowered.com/">Steam</a>,  <a href="http://www.livemetallica.com/">Metallica</a> (of course), and a whole lot of others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2009/05/05/and-justice-for-all/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The higher you are, the farther you fall</title>
		<link>http://www.oyvindhauge.com/blog/2009/04/23/the-higher-you-are-the-farther-you-fall/</link>
		<comments>http://www.oyvindhauge.com/blog/2009/04/23/the-higher-you-are-the-farther-you-fall/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 08:17:45 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Digital Distribution]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[Piracy]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=880</guid>
		<description><![CDATA[Everyone knows that there are a lot of ignorant people in the movie/music industry. It has for a long time annoyed me and most other customer of the movie/music industry that the industry&#8217;s only response to piracy is legal prosecution of downloaders instead of actually providing the digital global, DRM-free, and platform independent services we [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows that there are a lot of ignorant people in the movie/music industry. It has for a long time annoyed me and most other customer of the movie/music industry that the industry&#8217;s only response to piracy is legal prosecution of downloaders instead of actually providing the digital global, DRM-free, and platform independent services we want. Actually improving their business model and listening to their customers seem to be alien <span class="green"><span class="black">ideas to the business.</span></span></p>
<p>I knew they didn&#8217;t care but I was really surprised when I read <a href="http://itavisen.no/811453/ble-kalt-drittunge-av-platebransjen">this</a>. Even Sanvold Roland complained in his <a href="http://snever.net/pirater-er-drittunger">blog</a> that he could not by the pre-order the new Dave Matthews Band record through iTunes. The response he got from <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.warnermusic.no');" href="http://www.warnermusic.no/">Warner Music</a>&#8216;s <a onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" href="http://twitter.com/Teryeah">Terje Pedersen</a> (on <a href="http://www.myspace.com/teryeah">myspace</a>) through Twitter was rather incredible: <strong>&#8220;I think you should steal it and brag about the process on your brat blog afterwards. Don&#8217;t want you to be angry.&#8221; </strong>(translated from Norwegian)<strong><br />
</strong></p>
<p>First, he incouraged him to steal the music and second he insulted him. What kind of customer relation is that? Even though Terje Pedersen <a href="http://snever.net/pirater-er-drittunger#IDComment19668447">apologized</a> a bit later it illustrates how much (some) people in the music/movie industry actually care about what we, their customers want. The music/movie industry has climed up too high and totally lost touch with its customers the last ten years (<a href="http://en.wikipedia.org/wiki/Napster">Napster</a> anyone?), now they are taking the fall for not opening their eyes.</p>
<p>Edit: I found another English <a href="http://thomasmoen.no/?p=13">article</a> on the topic. You should <a href="http://digg.com/music/Norwegian_Warner_Music_calls_blogger_a_brat_on_Twitter">digg it</a> to spreat the word.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2009/04/23/the-higher-you-are-the-farther-you-fall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DRM Ruining the PC Gaming Industry</title>
		<link>http://www.oyvindhauge.com/blog/2008/10/03/drm-ruining-the-pc-gaming-industry/</link>
		<comments>http://www.oyvindhauge.com/blog/2008/10/03/drm-ruining-the-pc-gaming-industry/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 07:19:46 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Digital Distribution]]></category>
		<category><![CDATA[DRM]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=307</guid>
		<description><![CDATA[DRM (Digital Rights Management) is about to ruin the PC gaming industry. I am not the first to state this and probably not the last either. The discussion about DRM and PC games has reached new heights with EA&#8217;s release of Spore. Ben and Rob over at Tom&#8217;s Games discuss this here and here in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a> (Digital Rights Management) is about to ruin the PC gaming industry. I am not the first to state this and probably not the last either. The discussion about DRM and PC games has reached new heights with EA&#8217;s release of Spore. Ben and Rob over at Tom&#8217;s Games discuss this <a href="http://www.tomshardware.com/Spore-DRM,video-301.html">here</a> and <a href="http://www.tomsgames.com/us/videos/second_take_spore_s_drm_problem_round_2.html">here</a> in their weekly episodes of Second Take.</p>
<p>Personally I really do not understand why EA and others are using <a href="http://en.wikipedia.org/wiki/Securom">SecuRom</a> and similar products to &#8220;protect&#8221; their games. I assume the intention is to either (1) stop piracy or (2) stop people from selling used games. For me, the only thing they achieve is stopping me from buying their games.</p>
<p>Piracy is clearly a problem on the PC platform. It is a shame that people does not pay for the games they play and it is understandable that the industry tries to stop this. However, there does not exist any effective copy protection (yet) and I do not think DRM is the right way to stop piracy. DRM is only making it harder for the customers.</p>
<p>I have a stronger beliefe in digital distribution of quality games which are updated after their initial release to a reasonable price. Much like what the guys at Stardock intends to do with their <a href="http://forums.sinsofasolarempire.com/?aid=322522">&#8220;Gamers Bill of Rights&#8221;</a>. This is of course a PR trick but I agree with them in most of what they say.</p>
<p>Back to DRM, copy protections like SecuRom are just creating problems for the people who pay for the products, not stopping piracy. Pirated versions of Spore and NoCD-cracks sirculated, probably even before Spore was released. I want to play the games I buy anywhere, at any time and I want to be able to install them as many times as I like. I payed for the bloody game didn&#8217;t I? I wouldn&#8217;t buy a bike which I could only use four times, within the city limits on Sundays!</p>
<p>Spore is unfortunately not the first game which incorporates such DRM solutions. Both Bioshock and Mass Effect have received massive amounts of flack for their DRM solutions which created a lot of problems for a large number of users.</p>
<p>So why? Dear gaming, record and movie industry. Why do you use DRM when it creates problems for the paying users, does not effectively stop piracy, increases the price of your products and give you a lot of negative media coverage? Some of the vendors have got it and they are pulling the plug on DRM as we speak. But Walmart, what about the customers who were unfortunate enough to by <a href="http://www.boingboing.net/2008/09/26/walmart-shutting-dow.html">DRM (infested) music</a> who are not able to play their music any longer?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2008/10/03/drm-ruining-the-pc-gaming-industry/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Digital distribution will prevail</title>
		<link>http://www.oyvindhauge.com/blog/2008/09/14/digital-distribution-will-prevail/</link>
		<comments>http://www.oyvindhauge.com/blog/2008/09/14/digital-distribution-will-prevail/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 09:12:40 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[Death Magnetic]]></category>
		<category><![CDATA[Digital Distribution]]></category>
		<category><![CDATA[Metallica]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=314</guid>
		<description><![CDATA[It is no secret that I like digital distribution over the Internet. I do not have any need to gather hundreds of CD, DVD and game covers  which only occupy space and gather dust. To get rid of this problem I have started to digitalize my music and movie collection. I will probably write more [...]]]></description>
			<content:encoded><![CDATA[<p>It is no secret that I like digital distribution over the Internet. I do not have any need to gather hundreds of CD, DVD and game covers  which only occupy space and gather dust. To get rid of this problem I have started to digitalize my music and movie collection. I will probably write more about this later and provide an open-source-tutorial to ripping and organizing CDs and DVDs.</p>
<p>The day before yesterday, Metallica released their new album Death Magnetic and I had to get my hands on it. I could have bought just a digital copy but as a long time fan of Metallica I opted for the CD. The CD was delivered actually the day before the release date but I was rather disappointed when this was what I found in a thin envelope in our mailbox. The cover was broken, beat and well perhaps not scarred.</p>
<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/death_magnetic_inside_resize.jpg"><img class="size-medium wp-image-318 aligncenter" title="death_magnetic_inside_resize" src="http://oyvindhauge.com/blog/wp-content/death_magnetic_inside_resize-300x225.jpg" alt="Broken Death Magnetic Cover" /></a></p>
<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/death_magnetic_back_resize.jpg"><img class="size-medium wp-image-317 aligncenter" title="death_magnetic_back_resize" src="http://oyvindhauge.com/blog/wp-content/death_magnetic_back_resize-300x225.jpg" alt="Broken Death Magnetic" /></a></p>
<p>When that is said, I think Metallica has succeed here on two fronts with their new album. They have made very good record but they have also created a successful distribution model. Through <a href="http://missionmetallica.com/">Mission Metallica</a> I have been able to see a couple of hours of video from the recording of the record, and download about 10 live concerts and four singles. All this before the record was released. I think this is the way to go to stop or at least to reduce piracy. Provide something extra to the ones who pay. When providing something extra, they also make more money. The record was a bit more expensive than a normal CD (30 Euros as compared to a normal price of 18-25 for a new record) and by releasing material over the Internet, Metallica has managed to create a buzz around the album. However the extra 10 Euros were well worth it. In particular the live material is priceless.</p>
<p>For the future I think I will go for digitally distributed movies, games and music. If the provider offers backup I do not have to fear broken CDs and covers, and I do not have to reserve several meters of dusty shelf space to the covers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2008/09/14/digital-distribution-will-prevail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTPC/Gaming Rig Step 1</title>
		<link>http://www.oyvindhauge.com/blog/2008/09/02/htpcgaming-rig-step-1/</link>
		<comments>http://www.oyvindhauge.com/blog/2008/09/02/htpcgaming-rig-step-1/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:05:34 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=268</guid>
		<description><![CDATA[The case After selecting a case for my new living room computer I had to buy some more parts to piece together a running PC. The case I selected was the Lian Li PC-C32, in black. Overall I am satisfied with the case. It is fairly spacious, it looks good, it was pretty easy to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The case</strong></p>
<p>After selecting a <a href="http://oyvindhauge.com/blog/2008/08/13/selecting-a-htpcgaming-case/">case</a> for my new living room computer I had to buy some more parts to piece together a running PC. The case I selected was the <a href="http://lian-li.com/v2/en/product/product06.php?pr_index=263&amp;cl_index=1&amp;sc_index=25&amp;ss_index=64">Lian Li PC-C32</a>, in black. Overall I am satisfied with the case. It is fairly spacious, it looks good, it was pretty easy to mount everything inside of it. However, when I got the case it was a bit bigger and lighter than expected. The plates used for the case were a bit thin and the top lid had two screws in the front which I did not see and they almost made me force the top off. Other people have said the case comes with one motherboard stand too many. I did not have that problem as I installed a <a href="http://en.wikipedia.org/wiki/MicroATX">microATX</a> board. The stock fans on full speed were a bit nosier than I would have liked too but it was nothing a replacement of fans and a fan controller could not handle. I chose the <a href="http://zalman.com/ENG/product/Product_Read.asp?idx=208">ZM-MFC1 Plus</a> controller from Zalman.</p>
<p><strong>The hardware</strong></p>
<p>The computer consist of a Gigabyte <a href="http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ClassValue=Motherboard&amp;ProductID=2758&amp;ProductName=GA-MA78GM-S2H">GA-MA78GM-S2H</a> microATX motherboard with an on-board AMD HD3200 video chip powerful enough to playback full HD video. The AMD 780G chipset is a favoritte among many reviewrs (<a href="http://www.silentpcreview.com/article807-page1.html">1</a>). The motherboard is fitted with an <a href="http://products.amd.com/en-us/DesktopCPUDetail.aspx?id=426">AMD Athlon 4850e</a> CPU which only requires a limted amount of power and 4 GB of <a href="http://www.valueram.com/datasheets/KVR800D2N5K2_4G.pdf">Kingston DDR2</a> memory. Both the 1TB <a href="http://www.samsung.com/global/business/hdd/productmodel.do?group=72&amp;type=61&amp;subtype=63&amp;model_cd=249&amp;ppmi=1155">Spinpoint F1</a> hard drive and the <a href="http://www.samsung.com/me/products/opticaldiskdrive/dvd_w/sh_s203b.asp">SH-S203B</a> DVD player came from Samsung. The plan is to get another hard drive and install it in a <a href="http://en.wikipedia.org/wiki/RAID">RAID</a> level 1 to have backup of images, music and movies. Hopefully will the prices of <a href="http://en.wikipedia.org/wiki/Solid-state_drive">solid-state-drives</a> fall while the performance contines to increase so I can get such a drive and use it for the operating system drive. The whole ting is powered by a NorthQ <a href="http://www.northq.com/products/powersupply/nq4775-1000.html">Giant Reactor</a> power supply which I had laying around.</p>
<p><strong>The software </strong></p>
<p>I have I have been using <a href="http://www.microsoft.com/windows/windows-vista/default.aspx">Windows Vista 64</a> because I had a license and I eventually plan on getting a better graphics card to be able to play games. Currently the cards are either too expensive, too noisy or not powerful enough so I think I will be waiting until the next generation arrives or until someone starts selling better cooling solutions for, for instance the AMD 4870X2. If I wasn&#8217;t planning on gaming I would have used a Linux distro for sure.</p>
<p><strong>The problems</strong></p>
<p>I wish I could say everything went accoring to plan. Unfortunately it did not. First, the <a href="http://en.wikipedia.org/wiki/Power_supply">PSU</a> is a bit too noisy. <span>The 850W version of the <a href="http://www.zalman.co.kr/ENG/product/Product_Read.asp?Idx=282">Zalman ZM1000-HP</a> could be a possible <a href="http://www.silentpcreview.com/article834-page1.html">solution</a>. </span>Second, the DVD is way too noisy. I do not plan on using this much but it sounds like a plane taking off. Third, the stock fans were too noisy on full spead. This has been solved by using a fan controller. I might also replace the fans. Fourth, I will certainly get a modular PSU the next time I buy a new one. I hate all those cables. Finally and most annoying. The graphic chip has some problems with HDMI and TVs. If I select the right input on the TV and then turn on the PC I get an image and everything works perfectly. However if I change the input on the TV to something else and then back again to the PC, I do not get any image. It seems it is a <a href="http://forums.amd.com/game/messageview.cfm?catid=260&amp;threadid=95721&amp;enterthread=y">problem</a> with the Catalys driver and the handshaking with the TV. I hope this will be fixed with the release of a new driver. As a consequence of this problem I have not used it as much as originally planned. I have not moved neither movies, images nor music to the PC.</p>
<p><strong>The future</strong></p>
<p>As mentioned I have planned to get another disk and a new graphics card. This is however somewhere down the road. It would have been nice to get a quieter PSU as well but with the noise level of the graphic cards of today it is no point of getting a silent PSU before I know which graphics card I will be pairing it with. When new and more powerful CPUS are comming I will probably update those too. However until later the two core AMD should do the job.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2008/09/02/htpcgaming-rig-step-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Selecting a HTPC/Gaming Case</title>
		<link>http://www.oyvindhauge.com/blog/2008/08/13/selecting-a-htpcgaming-case/</link>
		<comments>http://www.oyvindhauge.com/blog/2008/08/13/selecting-a-htpcgaming-case/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 09:35:44 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Case]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=146</guid>
		<description><![CDATA[Building a combined HTPC and gaming rig for the living room is according to a lot of people a stillborn idea. Nevertheless, I have a HDTV and a surround setup and I want to enjoy PC games using it. Where the HTPC is slim, cool and silent the gaming rig is big, powerful and noisy. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Building a combined <a href="http://en.wikipedia.org/wiki/HTPC">HTPC</a> and gaming rig for the living room is according to a lot of people a stillborn idea. Nevertheless, I have a HDTV and a surround setup and I want to enjoy PC games using it. Where the HTPC is slim, cool and silent the gaming rig is big, powerful and noisy. Finding a good compromise between these two extremes is challenging and much like trying to cross a cat with an elephant.</p>
<p style="text-align: left;">To build a good HTCP you would want a PC with a decent storage, capable of high definition (<a href="http://en.wikipedia.org/wiki/High-definition_video">HD</a>) video playback. It should look good in your living room, be small, slim and silent and have a high <a href="http://en.wikipedia.org/wiki/Woman_acceptance_factor">WAF</a> rating. Most modern computers with an integrated graphic chip coupled with a <a href="http://en.wikipedia.org/wiki/CPU">CPU</a> with low power requirements are able to do the job. Low power requirements mean limited heat which again means no or only very few fans for cooling. Platforms based on AMD&#8217;s 780 or Nvidias GeForce 8300 based chipsets have for these reasons been popular.</p>
<p style="text-align: left;">A gaming rig should produce as many <a href="http://en.wikipedia.org/wiki/Polygon">polygons</a> as possible per second. To do this you need a very power hungry CPU and <a href="http://en.wikipedia.org/wiki/GPU">GPU</a>. Power means heat, and to move this heat away from the CPU and the GPU you will need large coolers and a lot of fans. This combined with the fact that most graphics cards are quite long you would want a quite large case for this gaming computer.</p>
<p style="text-align: left;">
<p style="text-align: left;">For fans there are some simple rules. The larger the fan is the more hot air does it move per second. The higher the velocity of the fan is the more air does it move per second but the noise will rise to unbearable levels.</p>
<p style="text-align: left;"><strong>Requirements</strong></p>
<p style="text-align: left;">So let us look at the requirements for a HTPC/Gaming computer. I&#8217;ll start with the one which are absolute. Since I have a girlfriend it has to look good! Looking good would in this case mean black (to match the other equipment), small and probably shiny.</p>
<p style="text-align: left;">Second, it should be powerful enough to run modern PC games at resolutions up to 1920*1080. This would include a large and hot graphics card which requires cooling and a pretty deep case. I will also need a decent CPU which would require good cooling. Big tower coolers like <a href="http://www.thermalright.com/new_a_page/product_page/cpu/u120ex/product_cpu_cooler_u120ex.htm?art=MTQyMywxLCxoZW50aHVzaWFzdA==">TRUE</a> could reach up 160mm but they could be fitted with one or two 120mm fans.</p>
<p style="text-align: left;">Third, it should be silent. This would include water cooling or really big coolers and several large fans at low velocity. Water cooling would have been fun but it is a bit expensive and I don&#8217;t really bother right now. Since I am no millionaire it cannot be too expensive either.</p>
<p style="text-align: left;">To sum up, it should be a large good looking case which looks small and has room for large coolers, large fans, long graphics cards and a couple of hard drives. Most HTPC cases are small so it is a bit of a challenge to find something which matches all these requirements. However, after searching the web for a long time I found some candidates. And the nominees are:</p>
<p><a href="http://oyvindhauge.com/blog/wp-content/fusionblack430_q.jpg"><strong>Antec Fusion 430 Black</strong></a></p>
<p><a href="http://oyvindhauge.com/blog/wp-content/fusionblack430_q.jpg"><img class="size-thumbnail wp-image-155 alignright" title="fusionblack430_q" src="http://oyvindhauge.com/blog/wp-content/fusionblack430_q-150x150.jpg" alt="Antec Fusion 430 Black" /></a></p>
<p style="text-align: left;">This case looks great, uses two 120mm fans for cooling, the critics are great and the price is quite good (about 1200 NOK = 150€). Unfortunately, a bit too small (<span style="color: #333333;">445mm (W) x </span><span style="color: #333333;">146mm (H) x 414mm (D)) for my planned PC.</span></p>
<p style="text-align: left;">
<p style="text-align: left;">Review:</p>
<ul>
<li><a href="http://www.bjorn3d.com/read.php?cID=1158">Bjorn3d</a></li>
<li><a href="http://www.silentpcreview.com/article591-page1.html">Silentpcreview</a></li>
<li><a href="http://www.tomshardware.com/reviews/antec-fusion-430-htpc-case,1760.html">Tomshardware</a></li>
<li><a href="http://www.3dgameman.com/content/view/6597/48/">3dGameMan</a> (if you can call these reviews <img src='http://www.oyvindhauge.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</li>
</ul>
<p style="text-align: left;"><a href="http://www.antec.com/us/productDetails.php?ProdID=81820"><strong>Antec Performance One P182</strong></a></p>
<p><a href="http://oyvindhauge.com/blog/wp-content/p182_q.jpg"><img class="size-thumbnail wp-image-156 alignright" title="p182_q" src="http://oyvindhauge.com/blog/wp-content/p182_q-150x150.jpg" alt="Antec Performance One P182" width="150" height="150" /></a></p>
<p style="text-align: left;">Another case from Antec. I really love this one, it costs less than 1000 NOK (125€), it is big (<span style="color: #333333;">520mm (H) x 210mm (W) x 510mm (D)</span>) and has a lot of space for hardware, coolers and five 120mm fans. Unfortunately it is a tower, not a desktop case. If I was looking for a pure gaming rig I would have gone for this one but since it has to fit in the living room it is a no go.</p>
<p style="text-align: left;">Reviews:</p>
<ul>
<li><a href="http://www.bjorn3d.com/read.php?cID=1091">Bjorn3d</a></li>
<li><a href="http://www.silentpcreview.com/article741-page1.html">Silentpcreview</a></li>
</ul>
<p style="text-align: left;"><a href="http://www.silverstonetek.com/products/p_contents.php?pno=cw02&amp;area="><strong>Silverstone CW02</strong></a></p>
<p><a href="http://oyvindhauge.com/blog/wp-content/cw02b.gif"><img class="size-thumbnail wp-image-152 alignright" title="cw02b" src="http://oyvindhauge.com/blog/wp-content/cw02b-150x150.gif" alt="Silverstone CW02 Black" /></a></p>
<p style="text-align: left;">This case is another beauty, at least in my eyes. It is quite tall (435 mm (W) x 225mm (H) x 440 mm (D)) and a large cooler should fit inside. It has quite large fans with one 120mm fan and two 92mm fans. Unfortunately it got a pretty low WAF rating, it is a bit expensive (3800 NOK = 450€) and it could be a problem to fit long graphics cards so was not a winner.</p>
<p style="text-align: left;">Reviews</p>
<ul>
<li><a href="http://www.xtremecomputing.co.uk/story.php?id=4780">XtremeComputing</a></li>
<li><a href="http://www.3dgameman.com/content/view/9720/103/">3dGameMan</a></li>
</ul>
<p style="text-align: left;"><a href="http://www.silverstonetek.com/products/p_contents.php?pno=lc20&amp;area="><strong>Silverstone LC-20</strong></a></p>
<p><a href="http://oyvindhauge.com/blog/wp-content/lc20m.jpg"><img class="size-thumbnail wp-image-154 alignright" title="lc20m" src="http://oyvindhauge.com/blog/wp-content/lc20m-150x150.jpg" alt="Silverstone LC-20m" width="150" height="150" /></a></p>
<p>This case has room for in total two 92mm and three 80mm fans. It is fairly large (430 mm (W) x 170 mm (H) x 430 mm (D)) but neither really large coolers nor long graphics cards would fit. It got an overall good WAF rating and the price is attractive (about 1000/1500 NOK or 125/200€ without/with the LCD ). However, there is something to it which I did not like. 80mm fans are perhaps a bit small and there is not plenty of room inside of it.</p>
<p style="text-align: left;">Reviews</p>
<ul>
<li><a href="http://www.devhardware.com/c/a/Computer-Cases/Silverstone-LC20-Case-Review/">DevHardware</a></li>
<li><a href="http://www.dreamwarecomputers.com/reviews_2006/silverstone_lc20/index.htm">DreamWare Computers</a></li>
</ul>
<p style="text-align: left;"><strong><a href="http://lian-li.com/v2/en/product/product06.php?pr_index=263&amp;cl_index=1&amp;sc_index=25&amp;ss_index=64"><strong>Lian Li PC-C32B</strong></a></strong><a href="http://oyvindhauge.com/blog/wp-content/c32q02.jpg"><img class="size-thumbnail wp-image-159 alignright" title="c32q02" src="http://oyvindhauge.com/blog/wp-content/c32q02-150x150.jpg" alt="Lian Li PC C32B" width="150" height="150" /></a></p>
<p style="text-align: left;">This is the case I selected. It is no way near flawless but it is a decent compromise. It is very deep (426mm (W) x 167mm (H) x 530mm (D)) which would allow long graphics cards, and standard ATX motherboards and power supplies to enter. It has room for two 120mm and one 80mm fans. Coolers up to 140mm should enter according a very helpful forum user at <a href="http://hw.no">hw.no</a> . The fans should according to some reviews be replaced with some, less nosier ones. The fact that the case is pretty deep is also somewhat of a problem because it will take a lot of space in the living room. Hopefully this will not be too much of a problem. The price was about 1700 NOK (210€). It looks great (without the rack mount handles) and it got a very good WAF rating.</p>
<p style="text-align: left;">I am eagerly waiting for it to arrive in the mail tomorrow or one of the next few days and I will probably post some images when I get my hands on it. Having decided on the case it only remains to decide on all the other parts of the PC &#8230;</p>
<p style="text-align: left;">Reviews</p>
<ul>
<li><a href="http://www.xsreviews.co.uk/reviews/cases/lian-li-pc-c32/">XSReviews</a></li>
<li><a href="http://www.virtual-hideout.net/reviews/Lian-Li_PC-C32_Case/index.shtml">Visual-Hideout</a></li>
<li><a href="http://www.caseumbau.de/index.php?page=test538/test538">CaseUmbau</a> (in German)</li>
</ul>
<p style="text-align: left;"><strong>Some Case Providers</strong></p>
<p style="text-align: left;">I found several other nice cases when searching for this one and I recommend you to check out the following if you are looking for a HTPC case yourself.</p>
<ul>
<li><a href="http://www.3rsys.com/english/main.asp">3RSystem</a></li>
<li><a href="http://www.antec.com">Antec</a></li>
<li><a href="http://www.chieftec.com/">Chieftec</a></li>
<li><a href="http://lian-li.com/">Lian Li</a></li>
<li><a href="http://www.origenae.com/en/index.htm">OrigenAE</a></li>
<li><a href="http://www.silverstonetek.com/">Silverstone</a></li>
<li><a href="http://www.thermaltakeusa.com/">Thermaltake</a></li>
<li><a href="http://www.zalman.co.kr/eng/main.asp">Zalman</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2008/08/13/selecting-a-htpcgaming-case/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

