<?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>David.R.Gilson &#187; music</title>
	<atom:link href="http://www.davidgilson.co.uk/tag/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidgilson.co.uk</link>
	<description>Talking about technology, and more</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:48:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Do you think this is the ultimate Christmas song?</title>
		<link>http://www.davidgilson.co.uk/2009/12/do-you-think-this-is-the-ultimate-christmas-song/</link>
		<comments>http://www.davidgilson.co.uk/2009/12/do-you-think-this-is-the-ultimate-christmas-song/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 19:20:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[alcohol]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[consumerism]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[over indulgance]]></category>
		<category><![CDATA[paddy roberts]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2964</guid>
		<description><![CDATA[Here's a great little song I heard about, that was written about Christmas way back in 1962. See how the lyrics match the contemporary craziness of our Christmas time!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great little song I heard about on the FM radio (yes I went old-school), that was written about Christmas way back in 1962, by someone called Paddy Roberts. Listen to the lyrics and see how it matches up the insanity of our contemporary consumer driven Christmas time.</p>
<p>Comments are more than welcome!</p>
<p><span id="more-2964"></span></p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/zXQr0fPtNDI&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zXQr0fPtNDI&#038;fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/12/do-you-think-this-is-the-ultimate-christmas-song/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MP3 Tag Editing</title>
		<link>http://www.davidgilson.co.uk/2009/11/mp3-tag-editing/</link>
		<comments>http://www.davidgilson.co.uk/2009/11/mp3-tag-editing/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:30:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How-To Guides]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[id3 mass tagger]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3tag]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2158</guid>
		<description><![CDATA[A short blog posting showing both graphical and command line methods for editing MP3 ID3 tags. The command line method enables automation via scripts.]]></description>
			<content:encoded><![CDATA[<div id="attachment_2601" class="wp-caption alignright" style="width: 160px"><img class="size-thumbnail wp-image-2601" title="mp3tagedit" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/10/mp3tagedit-150x150.png" alt="MP3 tag editing" width="150" height="150" /><p class="wp-caption-text">MP3 tag editing</p></div>
<p>If you download many podcasts, you&#8217;ll often find that some of them aren&#8217;t tagged properly, and so don&#8217;t show up in your MP3 player where they should. There are two ways you can deal with this. First is the manual method with a graphical application. My recommendation goes to <a href="http://www.mp3tag.de/en/index.html" target="_blank">MP3TAG</a>. It is a highly flexible system which can handle all the tag fields you&#8217;d need to handle, including cover art. It can also fill in tag information from systematically named files, and vice versa, as well as pulling tag data from Amazon and the CD internet database. When I was organising my 1,800+ MP3 collection, I was able to tag and rename every file with a ridiculous amount of ease.</p>
<p>Manual tag editing is all well and good for occasional jobs, but when you need see to podcasts that your computer gets every week, it can get repeative and time consuming. Therefore you need an automated method. The best way to automate a task is to find a command line tool for which you can write a script and execute on your operating system&#8217;s scheduler.</p>
<p>This is were <a href="http://home.wanadoo.nl/squell/id3.html" target="_blank">ID3 Mass Tagger</a> comes in. This is a really handy little utility, pointed out to me by fellow blogger, <a href="http://pokeh.wordpress.com/" target="_blank">Pokeh</a>. Fortunately the author makes versions of this for most operating systems. I run a script on my Ubuntu laptop for synchronising my podcasts with my mobile phone, and I&#8217;ve been able to incorporate this into that script to correct all my genre tags.</p>
<div id="attachment_2600" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/10/MP3Tag-Screenshot.png"><img class="size-medium wp-image-2600" title="MP3Tag-Screenshot" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/10/MP3Tag-Screenshot-300x196.png" alt="MP3Tag in action" width="300" height="196" /></a><p class="wp-caption-text">MP3Tag in action</p></div>
<p>References:</p>
<ul>
<li><a href="http://home.wanadoo.nl/squell/id3.html" target="_blank">ID3 Mass Tagger Homepage</a></li>
<li><a href="http://www.mp3tag.de/en/index.html" target="_blank">MP3TAG</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/11/mp3-tag-editing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Should Spotify Mobile be premium only?</title>
		<link>http://www.davidgilson.co.uk/2009/09/should-spotify-mobile-be-premium-only/</link>
		<comments>http://www.davidgilson.co.uk/2009/09/should-spotify-mobile-be-premium-only/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:00:02 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[rights]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1769</guid>
		<description><![CDATA[Discussing the rights and wrongs of why Spotify Mobile should be free, like its desktop sibling.]]></description>
			<content:encoded><![CDATA[<div id="attachment_1183" class="wp-caption alignright" style="width: 310px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/spotify.png"><img class="size-medium wp-image-1183" title="spotify" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/spotify-300x245.png" alt="The Spotify application and it's &quot;home page&quot;" width="300" height="245" /></a><p class="wp-caption-text">The Spotify application and its &quot;home page&quot;</p></div>
<p>You have no doubt heard about Spotify, in fact given the amount of e-mails I get asking for invites, I&#8217;d be amazed if you haven&#8217;t. In my opinion, Spotify plays a crucial roll in the world of on-line music distrobution. Before you commit your money to buying a whole album, I believe, you have a right to try before you buy. Much to the chagrin of music companies, illegal file sharing perfectly fits the roll. You get the try the album with no hassle and no money changing hands, and then, as long as you&#8217;re honest, when you&#8217;ve made your decision, you can choose to delete the album, or go and buy it from a DRM free online music store. To me, doing this, while of questionable legality, was the nearest on-line alternative we had to the headphone booth in your local music store.</p>
<p>However, Spotify came along and took away all the grey area of illegally sampling music. With Spotify you can stream music across the internet and listen to it as much as you like. With adverts if you pay nothing, and without if you pay £10 a month, we&#8217;ll return to the premium service below.</p>
<p>That is not to say that Spotify is perfect. When it first started it was more perfect that it is now. Since it&#8217;s been going, the record companies have been stamping their ignorant size 12 boots all over it, so that we now have region restriction on some albums, while others have been pulled completely, even though Spotify are constantly adding more and more tracks. To the record labels I say this; the more restrictions you put onto a service like Spotify, which you should be thanking your lucky stars for, the more you will push people back towards illegal file sharing. It&#8217;s a simple mathematical matter of convenience. Spotify is actually more convenient than getting music via file sharing. If you prevent people listening via Spotify, they will by simple human nature, opt for the next most convenient option. Sorry, but it&#8217;s a fact of life and you can either work with it, or be burned by it. I&#8217;m not saying it&#8217;s right, but it&#8217;s how things are.</p>
<p>Now, lets look at Spotify premium. For some people who would spend hundreds of pounds a year on music, and hate the adverts, then this £10 a month could represent good value. Speaking for myself, I just don&#8217;t get that much new music, so £10 a month is an expensive option for me, <em>just</em> to block adverts, which to be honest, aren&#8217;t that intrusive (<em>and if <strong>I&#8217;m</strong> saying that, then that means something</em>). So I will stick with Spotify making advertising revenue from my listening, and I think the majority of Spotify users are the same.</p>
<div id="attachment_2047" class="wp-caption alignright" style="width: 310px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/spotify_mobile_android.jpg"><img class="size-medium wp-image-2047" title="spotify_mobile_android" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/spotify_mobile_android-300x235.jpg" alt="Spotify Mobile running on Android" width="300" height="235" /></a><p class="wp-caption-text">Spotify Mobile running on Android</p></div>
<p>The next generation of Spotify is a version for your mobile phone. As of today, we know that <a title="[Just Barley]" href="http://weetanhops.wordpress.com/2009/09/07/spotify/" target="_blank">Spotify Mobile is available on the iPhone</a> and <a title="Spotify Blog" href="http://www.spotify.com/blog/archives/2009/09/06/spotify-mobile/" target="_blank">Android</a> phones. So hopefully, we will soon see it available on other platforms like Symbian.</p>
<p>I find the prospect of the mobile Spotify being a premium only feature somewhat self-defeating. However you look at it, paying to effectively rent your music, never has been, and never will be, a good deal for the consumer. I don&#8217;t see the <em>added value</em> of a mobile application is going to change this. Let&#8217;s prove this by contradiction. If you weren&#8217;t prepared to pay for Spotify premium on your desktop, but the addition of a mobile app would change your mind, then you are effectively saying you&#8217;d be willing to pay £10 a month to have an application on your phone. I find it hard to believe anyone would fall into this category.</p>
<p>Conversely, if Spotify made their mobile application available to everyone, they would be expanding their prospective advertising audience. Advertising revenue must be valuable to them, given that it&#8217;s unlikely many users pay for premium. Speculatively, they must only be surviving on advertising revenue, with the addition of some venture capitol.</p>
<p>To conclude, please Spotify, reconsider the mobile application. We all love you, and want to use your service, but £10 a month for no ads and a mobile app is too much. Just mirror your desktop business to the mobile world, and everyone wins.</p>
<p>P.S.<br />
<strong>NO</strong>, I don&#8217;t have any Spotify invites to give you, but I will make a blog post, if and when I do <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/09/should-spotify-mobile-be-premium-only/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What else does Spotify need to succeed?</title>
		<link>http://www.davidgilson.co.uk/2009/01/what-else-does-spotify-need-to-succeed/</link>
		<comments>http://www.davidgilson.co.uk/2009/01/what-else-does-spotify-need-to-succeed/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 11:00:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1221</guid>
		<description><![CDATA[Examining spotify and identifying what else needs to be added for it to move forward.]]></description>
			<content:encoded><![CDATA[<div id="attachment_1223" class="wp-caption alignright" style="width: 310px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/spotify-search.png"><img class="size-medium wp-image-1223" title="spotify-search" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/spotify-search-300x233.png" alt="An example of searching for music on Spotify" width="300" height="233" /></a><p class="wp-caption-text">An example of searching for music on Spotify</p></div>
<p>Recently I&#8217;ve been trying out a music program called <a href="http://www.spotify.com/" target="_blank">Spotify</a>, I actually posted about handing out invites <a href="http://www.davidgilson.co.uk/2009/01/spotify-invites/" target="_self">last week</a> and <a href="http://www.davidgilson.co.uk/2009/01/more-spotify-invites/" target="_self">this week</a>. I would describe Spotify as an internet jukebox. It looks much like any other library based media player. I.e. you browse or search for artists or albums and you are presented with a list of results and you choose what to listen to. Except here, that the music isn&#8217;t stored on your computer, it&#8217;s out there on the internet. Spotify also has a novel feature of shared playlists, which is great for spreading the word about certain music.</p>
<p>While using Spotify for the short time I&#8217;ve had it, I&#8217;ve had a number of thoughts of changes that I think they need to make. Not that I&#8217;m a know it all, although for the moment it&#8217;s a one trick pony, it only searches the Spotify system for music that Spotify has, and stream it to you over the internet.</p>
<p>If you either don&#8217;t want to pay for your music, or want to try before you buy, in many ways it is still more convenient to visit your favourite file sharing site. Spotify gives you free music with adverts and you can only use it on your computer. Whereas shared/pirated music can be put on any portable device and has no adverts, what&#8217;s not to like?</p>
<p>Spotify does have a great community feature of collaborative playlists (E.g. CNET UK is currently running a playlist for its forum members), as well as <a href="http://www.last.fm" target="_blank">last.fm </a>inegration. I think this is where they need to build value in their product. I don&#8217;t just mean community features within the application, I mean inviting a community to build a whole ecosystem around their service.</p>
<p>So here are my thoughts of what needs to be added to Spotify</p>
<ul>
<li>Publish an API so that other media players can connect to the Spotify network. E.g. <a href="http://www.getsongbird.com/" target="_blank">Songbird</a> and <a href="http://www.winamp.com/" target="_blank">WinAmp</a> support plugins and it would extend Spotify&#8217;s potential audience.</li>
<li>Support Shoutcast radio stations. Spotify already has something called &#8220;Radio&#8221;, but it isn&#8217;t really internet radio. It&#8217;s just another way of searching their server library.</li>
<li>Write a mobile client for Spotify. Support several smartphone platforms, <a href="http://www.symbian.com/" target="_blank">Symbian</a>, <a href="http://code.google.com/android/" target="_blank">Android</a>, <a href="http://www.apple.com/uk/iphone/" target="_blank">iPhone</a> &amp; even <a href="http://www.microsoft.com/windowsmobile/en-us/default.mspx" target="_blank">Windows Mobile</a> if they&#8217;re in a good mood <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Have the Spotify client integrate your existing music library. This would be done by means of supporting iTunes for those users and watching hard drive folders for everyone else. As much music as Spotify has, its library isn&#8217;t <em>that</em> comprehensive. Although, if you already have the music you want to hear, you could then still listen within the Spotify application.</li>
<li>Rate music so you can search for highly rated music.</li>
<li>Have the option to submit creative commons music. This of course would be subject to moderation, which would cost money. Although Spotify could really help out amateur and upcoming artists by allowing them to upload from their desktop.</li>
<li>The ability to request copy righted music that you could not legitimately submit yourself.</li>
</ul>
<h3>Related links</h3>
<ul>
<li><a href="http://spotifyplaylists.co.uk/" target="_blank">Spotify Playlists</a></li>
<li><a href="http://pokeh.wordpress.com/2009/01/24/suggestion-for-spotify/" target="_blank">Suggestion for Spotify</a></li>
<li><a href="http://technorati.com/videos/youtube.com%2Fwatch%3Fv%3DLQC2eBQ7Lsk" target="_blank">Spotify First Look</a></li>
<li><a href="http://davidreport.com/blog/200810/spotify-goes-live-today/ " target="_blank">Spotify goes live today</a></li>
<li><a href="http://blogs.sun.com/plamere/entry/the_celestial_jukebox_arrives_spotify" target="_blank">The celestial jukebox arrives &#8211; Spotify launches!</a></li>
<li><a href="http://florianjensen.com/2008/09/17/spotify-lastfm-on-crack/" target="_blank">Spotify &#8211; Last.fm on crack!</a></li>
<li><a href="http://www.mychemicaltoilet.com/2009/01/spotify_hours_of_free_music.html" target="_blank">Spotify: hours of free music, basically</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/01/what-else-does-spotify-need-to-succeed/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Spotify Invites</title>
		<link>http://www.davidgilson.co.uk/2009/01/spotify-invites/</link>
		<comments>http://www.davidgilson.co.uk/2009/01/spotify-invites/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 02:13:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[internet radio]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[utorrent]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1182</guid>
		<description><![CDATA[I&#8217;m currently trying out a peice of music related software called Spotify. It&#8217;s an online music service set up by the makers of  uTorrent, to supposedly tackle music piracy. The idea is that you search for what you want to listen to, and it will stream 160kbps audio to you. You can pay a monthly [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1183" class="wp-caption alignright" style="width: 310px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/spotify.png"><img class="size-medium wp-image-1183" title="spotify" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/spotify-300x245.png" alt="The Spotify application and it's &quot;home page&quot;" width="300" height="245" /></a><p class="wp-caption-text">The Spotify application and it&#39;s &quot;home page&quot;</p></div>
<p>I&#8217;m currently trying out a peice of music related software called <a href="http://www.spotify.com" target="_blank">Spotify</a>. It&#8217;s an online music service set up by the makers of  <a href="http://en.wikipedia.org/wiki/UTorrent" target="_blank">uTorrent</a>, to supposedly tackle music piracy.</p>
<p>The idea is that you search for what you want to listen to, and it will stream 160kbps audio to you. You can pay a monthly fee or have to endure an advert every few songs. It also has an internet radio feature and a limited ability to suggest music you may like.</p>
<p>I think this is an interesting way to <em>try before you buy</em>. I also think it could be of use to mobile devices with little storage for your library of MP3&#8242;s.</p>
<p>Spotify is currently only operating on an invite only basis. As an invited user, I have 10 invites I can hand out. So if you are interested in trying Spotify for yourself, please just leave a comment on this post and I&#8217;ll hook you up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/01/spotify-invites/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Review of Nokia E51 smartphone</title>
		<link>http://www.davidgilson.co.uk/2008/12/review-of-nokia-e51-smartphone/</link>
		<comments>http://www.davidgilson.co.uk/2008/12/review-of-nokia-e51-smartphone/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 09:00:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[e51]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[s60]]></category>
		<category><![CDATA[series60]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=669</guid>
		<description><![CDATA[David Gilson's in-depth review of the Nokia E51 smart phone.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I have been using my Nokia E51 since April. During my first few days with it, I wrote a review on my LiveJournal. Seven months later, I thought it would be a good idea to update and complete my early review.</p>
<p style="text-align: justify;">I ordered the phone from <a href="http://www.mobilefun.co.uk" target="_blank">mobilefun.co.uk</a>, I was very impressed with the delivery and packing. I ordered it at noon and it was with me by 7:45am the next morning. As you can see, it was protected in the box by air bags, which hopefully hadn&#8217;t inflated due to impact!</p>
<p style="text-align: center;"><a title="You have mail! by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2832665499/"><img src="http://farm4.static.flickr.com/3266/2832665499_8aaa9f634a_m.jpg" alt="You have mail!" width="240" height="180" /></a> <a title="Opening the mail by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2833506430/"><img src="http://farm4.static.flickr.com/3247/2833506430_2c2f7278ef_m.jpg" alt="Opening the mail" width="240" height="180" /></a></p>
<p style="text-align: justify;">Taking everything out, the E51 box is a very small compact thing, really reflecting the diminutive nature of the contents. With it, I also ordered: a retractable USB charger, a Krussel case and a 2GB Micro SD card. (I have since upgraded the 2GB microSD to an 8GB microSDCH).</p>
<p style="text-align: center;"><a title="E51 box by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2832668399/"><img src="http://farm4.static.flickr.com/3129/2832668399_8fb6fe642e_m.jpg" alt="E51 box" width="240" height="180" /></a> <a title="External packaging of peripherals by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2833509058/"><img src="http://farm4.static.flickr.com/3110/2833509058_e2bfee3574_m.jpg" alt="External packaging of peripherals" width="240" height="180" /></a></p>
<h4 style="text-align: justify;">Let&#8217;s talk a little about the physical design:</h4>
<p style="text-align: justify;">The screen is 240&#215;320 and 2&#8243; corner to corner. It is based on &#8220;transflective&#8221; technology to make it easier to read in bright daylight, which I find to work very well.</p>
<p style="text-align: justify;">The E51 has three ports, USB, charging and headphone/hands-free. I ordered a USB cable to charge from my laptop&#8217;s USB ports. Even now after 6 months, I have had no need to use the mains charger.  Nokia use, as standard, mini USB ports on their smartphones for data connectivity. This could easily be used as a charging port too, but no, Nokia have stuck to their venerable 2mm DC jack. So, you need two cables when you could use one. The E51 has a 2.5mm headphone &amp; hands free jack. To be fair on this point, the phone is so slim it is hard to imagine a 3.5mm jack in the same place.</p>
<p style="text-align: justify;">Here&#8217;s how I charge mine:</p>
<p style="text-align: center;"><a title="E51 USB Charging by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2833510772/"><img src="http://farm4.static.flickr.com/3103/2833510772_293777ebe6_m.jpg" alt="E51 USB Charging" width="240" height="180" /></a></p>
<p style="text-align: justify;">Here&#8217;s a size comparison of the E51 against my old phone, the Sony Ericsson K700i.</p>
<p style="text-align: center;"><a title="K700i vs E51 by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2833514854/"><img src="http://farm4.static.flickr.com/3296/2833514854_199fa7e8ae_m.jpg" alt="K700i vs E51" width="240" height="180" /></a> <a title="K700i vs E51 thickness by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2833513428/"><img src="http://farm4.static.flickr.com/3062/2833513428_fd74da1885_m.jpg" alt="K700i vs E51 thickness" width="240" height="180" /></a><br />
<a title="K700i vs E51 oblique by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2833512218/"><img src="http://farm3.static.flickr.com/2322/2833512218_292e71a43b_m.jpg" alt="K700i vs E51 oblique" width="240" height="180" /></a> <a title="E51 with MicroSD &amp; SD adapter by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2833516748/"><img src="http://farm4.static.flickr.com/3226/2833516748_b5e363ff17_m.jpg" alt="E51 with MicroSD &amp; SD adapter" width="240" height="180" /></a></p>
<p style="text-align: justify;">On the back of the phone, just below the 2 megapixel camera, is a loud speaker which can be used for having speakerphone calls. I can report it can reach as high a volume as you&#8217;ll need. Your multimedia audio comes through this as well, and you can certainly fill a small room with the power of this speaker.</p>
<p style="text-align: justify;">There are a few rubberised buttons along the sides and top of the E51. There are three on the right-side; a mute button, flanked by volume up and down buttons. These also work with multimedia applications. On the left side is the infra-red port and a record button, which launches a voice memo application. If you launch this while you are in a call, you can record both sides of your phone call. I like that the rubber is part of the case, making the buttons seamless. The power button on the top of the phone is the same as these too.</p>
<p style="text-align: justify;">On the face of the E51 you have a total of 13 keys. There are the normal <em>software keys</em> plus two keys for accepting and rejecting/ending calls. Those four keys encircle the D-pad and four application keys. The application keys can be mapped to launch any application of your choice, they also have a double function by means of being held down. For example, in the default configuration, the e-mail key takes you to your inbox with a short press, but will take you to the e-mail composition screen after a long press. The numeric keypad is a joy to use. While the E51 is so slim, they&#8217;ve managed to be really generous with the size of the number keys, which makes a quick text message easy.</p>
<p style="text-align: justify;">The back of the phone is dominated by a stainless steel plate, which slides away to reveal the battery, SIM slot and Micro SD slot. It is a mild inconvenience to have to open the phone to remove the memory card, although I personally prefer this to an external slot with a rubber bung.</p>
<p style="text-align: justify;">The E51 does all the setting up for you. As soon as I&#8217;d installed my old SIM card, it set it&#8217;s web brower home page to that of my mobile provider, and it also downloaded all the data connection settings. It also sets its clock according to the mobile network time. All this was a really nice touch.</p>
<p style="text-align: justify;">I was impressed with the WiFi sensitivity, the E51 can detect more local access points than my Centrino laptop can!</p>
<p style="text-align: justify;">Finally, battery life. The reported battery life of the E51 was one of the influencing factors in my choice. Now, my appraisal of the battery life may not be fair because I do tend to use the E51 more as a portable media player than I do as a phone and I use a lot of WiFi, as such, I need to charge everyday. However, there have been rare days where I&#8217;ve been away from a charging point, and I&#8217;ve just used the E51 as a phone. On days like that I&#8217;ve only lost something like 2 out of 7 battery bars.</p>
<h4 style="text-align: justify;">Now, lets move on to the software:</h4>
<p style="text-align: justify;">The phone has a basic video player and a music player. The user interfaces of each definitely have their shortcomings. The video player (supplied by Real) even lacks forward/reverse searching, very frustrating if you want to re-watch the bit of a video that you just missed. At least the music player has a library function so you can filter out music albums and composers (and it has forward/reverse searching!).</p>
<p style="text-align: justify;">I have since upgraded with a paid application called &#8220;CorePlayer&#8221;. This works with a galaxy of video and audio formats. While CorePlayer is vastly superior to the built-in video player, I still prefer to use the built-in Music application for audio. This is because the media library is so easy to use, when compared to CorePlayer&#8217;s relatively clunky library feature.</p>
<p style="text-align: center;"><a title="Nokia's music player by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/2832678711/"><img src="http://farm4.static.flickr.com/3135/2832678711_f37815bb0b_m.jpg" alt="Nokia's music player" width="240" height="180" /></a></p>
<p style="text-align: center;"><a title="E51 Music Applicion by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/3016220316/"><img src="http://farm4.static.flickr.com/3279/3016220316_245d7bbee6_o.jpg" alt="E51 Music Applicion" width="240" height="320" /></a> <a title="CorePlayer by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/3016220428/"><img src="http://farm4.static.flickr.com/3289/3016220428_07f231f348_o.jpg" alt="CorePlayer" width="240" height="320" /></a></p>
<p style="text-align: justify;">On more business related matters (as befitting an E-Series handset), I am very happy to report that the built-in <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Personal_information_manager" target="_blank">PIM</a> synchronisation client works flawlessly. This was a very important factor for me, as it&#8217;s something I&#8217;d rely on everyday. If you use websites such as <a href="http://scheduleworld.com/" target="_blank">ScheduleWorld.com</a>, <a href="https://memotoo.com/" target="_blank">Memotoo.com</a> or even <a href="https://www.mobical.net/mobical/startpage/" target="_blank">Mobical.net</a>, then you need to use the <a href="http://en.wikipedia.org/wiki/Syncml" target="_blank">SyncML</a> protocol to synchronise the calendar and address book of your phone with an online server. The only shortcoming of the E51&#8242;s <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Personal_information_manager" target="_blank">PIM</a> software is that categories are not supported (unlike Windows Mobile as I understand it).</p>
<p style="text-align: justify;">The Adobe PDF viewer is impressive when you see the speed at which it renders a page. Although the shine dims somewhat when you realise there is no &#8220;re-flow text&#8221; facility. However, there is a pay-for upgrade, which has the re-flow option and does indeed make for a much better reading experience. In fact, I am already on to reading my second e-novel on the E51. I do think it&#8217;s disappointing that I had to pay extra just for this feature though.</p>
<p style="text-align: justify;">The E51 also comes with <a href="http://www.quickoffice.com/" target="_blank">Quick Office</a>&#8216;s office suite, a word processor, a spreadsheet and a presentation application, all of which are compatible with Microsoft formats. Out of the box, these are only readers, and there are various upgrade options all of which are at graded prices. The Word processor upgrade is a welcome addition. I have been able to receive Microsoft Word files via e-mail, make alternations, and send the edited version back, via e-mail, all on the E51, with no PC being involved at all. As for spreadsheet and presentations; the spreadsheet is somewhat lacking in it&#8217;s editing abilities, and I have still not yet had need to test out the presentation application.</p>
<h4 style="text-align: justify;">On to internet applications &#8230;</h4>
<p style="text-align: justify;">The e-mail client works well. I use an IMAP e-mail service and I was impressed to see that the e-mail client could see my IMAP folders. This means that I have access to all my archived e-mail The S60 web browser is also impressive. I have used it a lot, and I have even managed to use it for posting on forums. There are some advanced websites it can&#8217;t handle, and it does not have flash. I am just beginning to experiment with Opera Mini as a faster alternative. Although because of the proxy technology that Opera uses, I would always go back to the S60 browser for better privacy.</p>
<p style="text-align: center;"><a title="S60 Web Browser by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/3016220144/"><img src="http://farm4.static.flickr.com/3151/3016220144_bb381e1b27_o.jpg" alt="S60 Web Browser" width="240" height="320" /></a> <a title="S60 Web Browser by DavidRGilson, on Flickr" href="http://www.flickr.com/photos/30234244@N02/3015384679/"><img src="http://farm4.static.flickr.com/3176/3015384679_41552d8e27_o.jpg" alt="S60 Web Browser" width="240" height="320" /></a></p>
<h3 style="text-align: justify;">Conclusion</h3>
<p style="text-align: justify;">Am I glad I bought an E51?<br />
Yes I certainly am.</p>
<p style="text-align: justify;">What do I like most about the E51?<br />
The looks and the size, being able to view all my media, read PDF&#8217;s, get my IMAP e-mail and browse the web.</p>
<p style="text-align: justify;">What would I change?<br />
Not that much really. I wish there was an all in one data &amp; charging port. I wish it had a little more processing power for some hi-res video podcasts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/12/review-of-nokia-e51-smartphone/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Game review: AudioSurf</title>
		<link>http://www.davidgilson.co.uk/2008/10/game-review-audiosurf/</link>
		<comments>http://www.davidgilson.co.uk/2008/10/game-review-audiosurf/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 10:00:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[audiosurf]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[steam]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=408</guid>
		<description><![CDATA[This is the first time I&#8217;ve done a game review. I&#8217;ll be honest, I don&#8217;t really get new games. Although I have started using Steam as a games platform, partly because I prefer not to deal with physical media. One day, as I loaded up Steam to play Team Fortress 2, the Steam news page [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This is the first time I&#8217;ve done a game review. I&#8217;ll be honest, I don&#8217;t really get <em>new</em><span style="font-style: normal;"> games. Although I have started using <a href="http://www.steam.com/">Steam</a> as a games platform, partly because I prefer not to deal with physical media. One day, as I loaded up Steam to play Team Fortress 2, the Steam news page popped up with an alert to a game available for pre-order, something called “<a href="http://storefront.steampowered.com/v/index.php?area=game&amp;AppId=12900">AudioSurf</a>” [<a href="http://en.wikipedia.org/wiki/Audiosurf">Wikipedia</a>].</span></p>
<p style="margin-bottom: 0cm; font-style: normal; text-align: justify;"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2008/10/audiosurfreview.jpg"><img class="alignright size-medium wp-image-410" style="border: 0pt none; float: right; padding-left: 15px;" title="audiosurfreview" src="http://www.davidgilson.co.uk/wp-content/uploads/2008/10/audiosurfreview-300x187.jpg" alt="" width="300" height="187" /></a>AudioSurf is a music visualisation game. If you&#8217;re like me, then the idea of standing in front of a TV with a toy guitar for something like Guitar Hero makes you cringe. AudioSurf is different though, besides the music visualisation, AudioSurf feels like the result of a wild one night stand between <a href="http://en.wikipedia.org/wiki/F-Zero">F-Zero</a> and <a href="http://en.wikipedia.org/wiki/Columns_(video_game)">Columns</a>. The audio visualisation comes by means of determining the course&#8217;s speed and curvature, and density of blocks. As the music&#8217;s tempo slows down you tend to climb up hill, as if you&#8217;re on a roller coaster. Then when the tempo speeds up you&#8217;re going down hill, and fast! For particularly intense periods in the music, you get treated to a psychedelic tunnel of light.<a href="http://www.davidgilson.co.uk/wp-content/uploads/2008/10/audiosurfreview.jpg"><br />
</a>
</p>
<p style="margin-bottom: 0cm; font-style: normal; text-align: justify;">When you first play the game you are taken through a helpful set of video tutorials, which give you an idea of what you&#8217;re doing. My first impression when I started playing was “<strong>WOW</strong>”. Not because of the graphics, but because of the speed and intensity of the experience. As you&#8217;ll have gathered, I liked this, I liked it a lot. Your basic view is a three lane highway with a “hard shoulder” on each side. The central three lanes are littered with different coloured blocks. You have to hit the blocks with your car, which then register as coloured squares in a grid beneath your car. Making patterns of three or more blocks scores you points and makes them disappear. Blocks which were above the ones you&#8217;ve just made disappear fall down in a Tetris/Columns fashion, hopefully to make new like-colour patterns.</p>
<p style="margin-bottom: 0cm; font-style: normal; text-align: justify;">After racing to your first few tracks, you get to unlock “characters”. Characters in this games are different sorts of racing cars. Each have different abilities, which gives you very different styles of game play. For instance, there&#8217;s the “Picker” with which you can scoop up blocks by pressing your left mouse button, then drop them with your right mouse button. There&#8217;s the “Pusher” with which you can push blocks into neighbouring lanes with your left or right mouse buttons. These different cars also have difficulty related variants, at “Casual”, “Pro”, and “Elite” levels. There is also a co-operative type car for a two player mode, but I haven&#8217;t found anyone to play this with yet <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> . Given that we&#8217;re living in the <em>social web </em>age, there are also internet wide high-score tables to compare yourself against. The latter makes it all the more surprising to me that you can&#8217;t play the cooperative mode with a friend elsewhere via the internet.</p>
<p style="margin-bottom: 0cm; font-style: normal; text-align: justify;">We haven&#8217;t even covered the most attractive features yet though! The biggest selling point of this game to me was that you can use all of your own music. AudioSurf can play MP3, OGG, FLAC, M4A, WMA. It can even pull music from your iTunes library, <em>if you have one</em>. If you&#8217;re not pulling from iTunes, you are given a simple file navigator to choose your music from. This level of freedom is a welcome breath of fresh air. The other <em>very</em> attractive feature of this game is that it only cost 5 UK Pounds to order on Steam.</p>
<p style="margin-bottom: 0cm; font-style: normal; text-align: justify;">Overall, AudioSurf is a highly original game with fantastic graphics. Most of all though, it is <strong>fun</strong><span>, which is something games tend to miss these days. It&#8217;s too early to say whether this game is relying on its novelty value instead of longevity. Although for £5, a <em>novelty game</em> isn&#8217;t that painful. My only other possible concern with this game is that, I hope it isn&#8217;t some elaborate industry ploy to spy on what music we all have. All that said, and putting my tinfoil hat aside, I am happy with my purchase and I recommend it.</span></p>
<p style="margin-bottom: 0cm; font-style: normal; text-align: justify;">Finally, here is a video of me playing the game (excuse the poor camera work):</p>
<p style="margin-bottom: 0cm; font-style: normal; text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/0dEIzmhMqd8&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/0dEIzmhMqd8&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/10/game-review-audiosurf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
