<?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>Gavin Panella &#187; Music</title>
	<atom:link href="http://gavinpanella.com/blog/category/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavinpanella.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 06 Jul 2009 09:27:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ihsahn</title>
		<link>http://gavinpanella.com/blog/2008/09/02/ihsahn/</link>
		<comments>http://gavinpanella.com/blog/2008/09/02/ihsahn/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 13:07:50 +0000</pubDate>
		<dc:creator>Gavin Panella</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://gavinpanella.com/blog/?p=50</guid>
		<description><![CDATA[A few months ago I downloaded angL by Ihsahn (Wikipedia, Ihsahn.com), but I noticed that a couple of tracks were broken. One skipped a lot and the other went silent half way through. I emailed eMusic and followed up a &#8230; <a href="http://gavinpanella.com/blog/2008/09/02/ihsahn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few months ago I downloaded <a href="http://www.emusic.com/album/Ihsahn-AngL-MP3-Download/11199458.html">angL</a> by Ihsahn (<a href="http://en.wikipedia.org/wiki/Ihsahn">Wikipedia</a>, <a href="http://www.ihsahn.com/">Ihsahn.com</a>), but I noticed that a couple of tracks were broken. One skipped a lot and the other went silent half way through. I emailed <a href="http://www.emusic.com/">eMusic </a>and followed up a month later. To their credit, they replied and gave me a free track, but said it was down to the record company to provide new tracks.</p>
<p>After a couple of months, I was getting frustrated. I didn&#8217;t think eMusic were following up on this, so I emailed Ihsahn&#8217;s record company, <a href="http://www.candlelightrecords.co.uk/">Candlelight Records</a>, and his management/production company, <a href="http://www.mnemosyne.no/">Mnemosyne</a>, to let them know. I got a couple of replies, including one from Heidi at Mnemosyne &#8211; who I&#8217;ve just realised is Ihriel, Ihsahn&#8217;s wife and fellow artist &#8211; apologising and thanking me for telling them.</p>
<p>And this morning I also received angL on CD, sent by post from Mnemosyne, with a hand-written postcard saying &#8220;Thanks for helping us out&#8221;, and signed &#8220;Ihsahn&#8221;.</p>
<p>Thanks Heidi and Ihsahn, you&#8217;ve totally made my day, and I wish you all the best.</p>
<p>(Side note to everyone else: angL is a bloody brilliant album, so go and get it now :)</p>
]]></content:encoded>
			<wfw:commentRss>http://gavinpanella.com/blog/2008/09/02/ihsahn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert all your Apple Lossless files to FLAC</title>
		<link>http://gavinpanella.com/blog/2007/02/02/convert-all-your-apple-lossless-files-to-flac/</link>
		<comments>http://gavinpanella.com/blog/2007/02/02/convert-all-your-apple-lossless-files-to-flac/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 21:10:09 +0000</pubDate>
		<dc:creator>Gavin Panella</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[First published at Premolo.com]]></category>

		<guid isPermaLink="false">http://www.premolo.com/blog/2007/02/02/convert-all-your-apple-lossless-files-to-flac/</guid>
		<description><![CDATA[I&#8217;ve written a Python script that converts audio files from Apple Lossless (.m4a) to FLAC (.flac) format. Crucially, it copies meta-data, with the exception of the cover art (for now at least). I&#8217;ve got about 1000 tracks in Apple Lossless &#8230; <a href="http://gavinpanella.com/blog/2007/02/02/convert-all-your-apple-lossless-files-to-flac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written <a href="http://gavinpanella.com/~gavin/Scripts/m4a-to-flac.py">a Python script that converts audio files from Apple Lossless (.m4a) to FLAC (.flac) format</a>. Crucially, <strong>it copies meta-data</strong>, with the exception of the cover art (for now at least).</p>
<p><span id="more-13"></span></p>
<p>I&#8217;ve got about 1000 tracks in Apple Lossless (.m4a) format, all ripped from my CDs. Tools like <a href="http://www.mplayerhq.hu/">MPlayer</a> now support it, and <a href="http://amarok.kde.org/">Amarok</a> can play them, so why bother converting them? Well, for a long time they were <em>not</em> supported so I could only listen to them on my Mac. I&#8217;ve also realised, if I&#8217;m going to keep a music collection on my computer, that the format I choose better be open so I can still listen to my tunes in a decade.</p>
<p>You&#8217;ll need the following:</p>
<ul>
<li><a href="http://www.python.org/">Python</a> 2.4 or later.</li>
<li><a href="http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen">Mutagen</a> is a pure-Python meta-data library, and I wrote the script using version 1.8.</li>
<li><a href="http://www.mplayerhq.hu/">MPlayer</a> is used to convert from Apple Lossless to WAV. I was using version 1.0_rc1.</li>
<li><a href="http://flac.sourceforge.net/">FLAC</a> of course, to encode the WAV. My machine has version 1.1.2-r8 installed.</li>
</ul>
<p>So far I&#8217;ve only tested the script with one <a href="http://www.moloko.co.uk/">Moloko</a> album on a Linux machine. It&#8217;ll probably work just fine on any Unix-like OS, and may just work on Windows if you peddle hard. I&#8217;m going to convert all 1000 tracks soon, but first I need to find some disk space. My advice: <strong>take backups</strong>, because there are no warranties, and, though I don&#8217;t mean to scare you, the pieces are yours to keep if things break.</p>
<p>Happy converting, and try the magic <code>--help</code> switch if you&#8217;re lost.</p>
<p><em>[Edited to fix broken link, 2009-07-06]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://gavinpanella.com/blog/2007/02/02/convert-all-your-apple-lossless-files-to-flac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

