<?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>Optimus Pete &#187; mp3</title>
	<atom:link href="http://tech.petegraham.co.uk/category/mp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.petegraham.co.uk</link>
	<description>yes i love technology</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:30:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Apology to Tom from mySpace</title>
		<link>http://tech.petegraham.co.uk/2007/03/08/my-apology-to-tom-from-myspace/</link>
		<comments>http://tech.petegraham.co.uk/2007/03/08/my-apology-to-tom-from-myspace/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:53:44 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[quick time]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/03/08/my-apology-to-tom-from-myspace/</guid>
		<description><![CDATA[The other week I wrote a rant about mySpace mp3 downloads I was also a little bit rude about Tom from mySpace. I was angry because songs on mySpace kept getting streamed in my browser instead of downloaded, I thought it was something Tom had done, in actual fact Tom wasn’t the culprit at all, [...]]]></description>
			<content:encoded><![CDATA[<p>The other week I wrote a <a href="http://tech.petegraham.co.uk/2007/02/21/why-myspace-music-downloads-are-rubbish/">rant about mySpace</a> mp3 downloads I was also a little bit <a target="_blank" href="http://tech.petegraham.co.uk/2007/02/22/argh-why-myspace-does-my-nut-in/">rude about Tom</a> from mySpace. I was angry because songs on mySpace kept getting streamed in my browser instead of downloaded, I thought it was something Tom had done, in actual fact Tom wasn’t the culprit at all, the real villain was none other than Steve Jobs!</p>
<p>Recently I had installed iTunes on my PC at work, these days iTunes comes bundled with QuickTime. When QuickTime installed, it forced mp3 files in FireFox to be associated with itself rather than be saved to disk (which was my previous default).</p>
<p>To solve this irritating problem load up FireFox click on Tools then Options.</p>
<p><img id="image70" alt="ff1.png" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/03/ff1.png" /></p>
<p>Next click on the content tab, click the manage button in the file types section at the bottom.</p>
<p><img id="image71" alt="ff2.png" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/03/ff2.png" /></p>
<p>You’ll see a big list of file which have been associated with Quicktime, find mp3 files in the list and click on the button that says “remove action” to remove its association with Quicktime. When you click on hyperlinks to mp3s you should now get the prompt to open or save.</p>
<p>I’d like to take this chance to publicly apologise to Tom from mySpace as I know he’s very sensitive about mockery especially when it comes from a prominent member of the blogosphere like myself!</p>
<p>/* Pete Graham */</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/03/08/my-apology-to-tom-from-myspace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MP3 downloads using Google</title>
		<link>http://tech.petegraham.co.uk/2007/03/02/mp3-downloads-using-google/</link>
		<comments>http://tech.petegraham.co.uk/2007/03/02/mp3-downloads-using-google/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 18:06:47 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/03/02/mp3-downloads-using-google/</guid>
		<description><![CDATA[It’s amazing what you can find on Google if you know how, here’s a good way to find mp3s.
Say I wanted to download Phil Collins mp3s then if you enter this into the search box ?intitle:index.of? mp3  &#8220;phil collins&#8221; then have a look through the results. If you’re lucky you’ll see a page a [...]]]></description>
			<content:encoded><![CDATA[<p>It’s amazing what you can find on Google if you know how, here’s a good way to find mp3s.</p>
<p>Say I wanted to download Phil Collins mp3s then if you enter this into the search box<strong> ?intitle:index.of? mp3  &#8220;phil collins&#8221;</strong> then have a look through the results. If you’re lucky you’ll see a page a bit like the one below:</p>
<p><img alt="example of an apache "index of mp3" page" id="image81" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/03/apache-index.png" /><br />
Now you could download each of the songs one at a time but this would be laborious, a better technique is to download a program called Wget. Wget will let us download all these files in one go. If you&#8217;re using windows you can download Wget from <a target="_blank" href="http://pages.interlog.com/~tcharron/wgetwin.html">here</a>.</p>
<p>To download all the mp3 files links on your page start up the command line prompt and type:<br />
<strong>wget -r -l1 -t1 -nd -N -np -A.mp3 -erobots=off URL</strong></p>
<p>Where URL is the url of your site. For Wget to run from the command line you’ll either have to be in the directory of the wget executable or you’ll need to add the location of the Wget executable to your windows path. For more information on how Wget works simply type <strong>Wget &#8211;help</strong> from the commandline.</p>
<p>Hats off to Jeffrey Been who&#8217;s written an <a target="_blank" href="http://www.veen.com/jeff/archives/000573.html">excellent article</a> about automatically getting mp3s from music blogs using Wget.</p>
<p><strong>DISCLAIMER</strong>: I take no responsibility if you choose to use this technique to download illegal mp3s. Everytime you download a copyrighted mp3 a kitten dies, if it’s a Phil Collins mp3 five kittens die!</p>
<p># Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/03/02/mp3-downloads-using-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why mySpace Music Downloads are Rubbish</title>
		<link>http://tech.petegraham.co.uk/2007/02/21/why-myspace-music-downloads-are-rubbish/</link>
		<comments>http://tech.petegraham.co.uk/2007/02/21/why-myspace-music-downloads-are-rubbish/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 16:26:40 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mySpace]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/02/21/why-myspace-music-downloads-are-rubbish/</guid>
		<description><![CDATA[Today like most days I got added as a “friend” by a band on mySpace. Surprisingly the band was quite good and some of their tracks were available to download from their mySpace page, great!

When I clicked on the download track link the mp3 actually gets streamed in your browser using quicktime. It is not [...]]]></description>
			<content:encoded><![CDATA[<p>Today like most days I got added as a “friend” by a band on mySpace. Surprisingly the band was quite good and some of their tracks were available to download from their mySpace page, great!</p>
<p><img alt="myspaceplayer.png" id="image62" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/02/myspaceplayer.png" /></p>
<p>When I clicked on the download track link the mp3 actually gets streamed in your browser using quicktime. It is not possible to right click the download link and “Save File As” because the mySpace media-player is flash based. What is the point of offering a download<br />
link if your not going to provide a proper download?</p>
<p><img id="image63" alt="irritating.PNG" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/02/irritating.PNG" /><br />
The amount of bands using mySpace is quite staggering now days, it seems that every new band that comes out has a mySpace page, some don’t even bother with separate website. mySpace has multi-millions of dollars behind it and must have hundred of developers, the mind boggles why they can’t sort this, especially when one of the sites main appeal is supposed to be the music.</p>
<p>Now I sure the mySpace download feature used to work, interestingly I received a newsletter from mySpace the other day promoting their new Music Store. Conspiracy theorists will probably claim they’ve sabotaged the free downloads on purpose so people pay for music in the store. Well it certainly doesn’t entice me to buy anything from them, if they can’t offer downloads correctly imagine what they might do with your credit card information!</p>
<p># Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/02/21/why-myspace-music-downloads-are-rubbish/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
