<?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/tag/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 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>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>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>
		<item>
		<title>Metallicats: Concert and New Record</title>
		<link>http://www.oyvindhauge.com/blog/2008/07/15/metallicats-concert-and-new-record/</link>
		<comments>http://www.oyvindhauge.com/blog/2008/07/15/metallicats-concert-and-new-record/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 16:46:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[Metallica]]></category>
		<category><![CDATA[Metallicats]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=18</guid>
		<description><![CDATA[My all time favorite dansband &#8220;The Metallicats&#8221; are about to release a new album in September. They are furthermore having a concert in Bergen, Norway tomorrow night. Expectations for both the concert and the new album are relatively high after listening to some of the new material they have released at http://missionmetallica.com. I would recommend [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/metallicats.gif"><img class="alignnone size-medium wp-image-19 aligncenter" title="metallicats" src="http://oyvindhauge.com/blog/wp-content/metallicats.gif" alt="Metallicats, our favorite dance band" width="252" height="243" /></a></p>
<p style="text-align: left;">My all time favorite <a href="http://en.wikipedia.org/wiki/Dance_band">dansband</a> &#8220;The Metallicats&#8221; are about to release a <a href="http://missionmetallica.com/">new album</a> in September. They are furthermore having a concert in Bergen, Norway tomorrow night. Expectations for both the concert and the new album are relatively high after listening to some of the new material they have released at <a href="http://missionmetallica.com/">http://missionmetallica.com</a>. I would recommend any fan to have a look at the site for their new record. It is most likely set up to help them make even more money but it is fun to see some behind the scene stuff and listen to the old concert recordings they give you for free.</p>
<p style="text-align: left;">Even though I like the way the Metallicats inlay from Garage Inc make fun of all the other <a href="http://lister.vg.no/?do=show&amp;id=2314">ugly</a> album covers, I hope the album cover is somewhat different. I am looking forward to new heavy riffs and plenty of new solos on Death Magnetic which can be pre-ordered now (from <a href="http://www.platekompaniet.no/metallica/">Platekompaniet</a> here in Norway). Metallica has also <a href="http://metallica.com/index.asp?item=601007">announced</a> that you can play the entire album through the console game Guitar Hero III on release day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2008/07/15/metallicats-concert-and-new-record/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

