<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Convert iTunes M4A files to MP3 on Linux</title>
	<atom:link href="http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 05 Nov 2009 14:43:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bnsmith</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-214</link>
		<dc:creator>bnsmith</dc:creator>
		<pubDate>Tue, 22 Sep 2009 02:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-214</guid>
		<description>Wow! That&#039;s amazing work. Isn&#039;t open-source wonderful?

There are a couple of ways that we could go about this. First, I put the code for this program up at code.google.com/p/converttomp3/. If you&#039;d like, I could add you as a project owner and you could check changes in with SVN. If you&#039;re not up for that, it&#039;s no problem. I&#039;ll get your changes checked in to the trunk as soon as I get a spare moment. What do you think?</description>
		<content:encoded><![CDATA[<p>Wow! That&#8217;s amazing work. Isn&#8217;t open-source wonderful?</p>
<p>There are a couple of ways that we could go about this. First, I put the code for this program up at code.google.com/p/converttomp3/. If you&#8217;d like, I could add you as a project owner and you could check changes in with SVN. If you&#8217;re not up for that, it&#8217;s no problem. I&#8217;ll get your changes checked in to the trunk as soon as I get a spare moment. What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ollie Neto</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-213</link>
		<dc:creator>Ollie Neto</dc:creator>
		<pubDate>Mon, 21 Sep 2009 04:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-213</guid>
		<description>Hey bnsmith. This is an amazing script. I was looking for something earlier today to convert a bunch of albums I have in Apple Lossless (m4a) to mp3 with tags, and was happy to find your script.

However, I&#039;ve noticed a few problems prevented me from using it. You set the mp3 encoding to a low-ish 192cbr, and while that&#039;s good for 128kbps AAC, most iTunes plus files are now 256kbps. Also, I noticed you don&#039;t provide for a few essential iTunes tags like: total number of tracks, disk numbers, Composer, Album Artist, and the &quot;part of a compilation&quot; flag. Those last two are specially important so soundtrack albums show grouped on the player and not as split tracks under each artist. Since I&#039;ve gathered here you are a busy man, I took the liberty of changing the script myself and adding support for those tags and mapping them to their mp3 counterparts. 

As a bonus I&#039;ve fixed a small issue where you mapped the Year tag to the long deprecated TYER frame, which is invalid under id3v2.4, and although still works in some software players, is very frowned upon. Oh, and I&#039;ve put artwork support too, so if there&#039;s album covers in the m4a files they&#039;ll get also passed along to the mp3s (at the cost of adding ImageMagick dependency to the script). Nothing a &#039;sudo apt-get install imagemagick&#039; won&#039;t do for most people.

Check it out, I&#039;ve put it on: http://dl.getdropbox.com/u/455517/ConvertToMP3.py

If you like any of those changes, you can use them however you see fit. I&#039;ve tried to comment on the code wherever I made a change, but please clean up any programming bad practices, this is the first time I&#039;ve ever wrote a line of python. Once again, thank you very much for this script.</description>
		<content:encoded><![CDATA[<p>Hey bnsmith. This is an amazing script. I was looking for something earlier today to convert a bunch of albums I have in Apple Lossless (m4a) to mp3 with tags, and was happy to find your script.</p>
<p>However, I&#8217;ve noticed a few problems prevented me from using it. You set the mp3 encoding to a low-ish 192cbr, and while that&#8217;s good for 128kbps AAC, most iTunes plus files are now 256kbps. Also, I noticed you don&#8217;t provide for a few essential iTunes tags like: total number of tracks, disk numbers, Composer, Album Artist, and the &#8220;part of a compilation&#8221; flag. Those last two are specially important so soundtrack albums show grouped on the player and not as split tracks under each artist. Since I&#8217;ve gathered here you are a busy man, I took the liberty of changing the script myself and adding support for those tags and mapping them to their mp3 counterparts. </p>
<p>As a bonus I&#8217;ve fixed a small issue where you mapped the Year tag to the long deprecated TYER frame, which is invalid under id3v2.4, and although still works in some software players, is very frowned upon. Oh, and I&#8217;ve put artwork support too, so if there&#8217;s album covers in the m4a files they&#8217;ll get also passed along to the mp3s (at the cost of adding ImageMagick dependency to the script). Nothing a &#8217;sudo apt-get install imagemagick&#8217; won&#8217;t do for most people.</p>
<p>Check it out, I&#8217;ve put it on: <a href="http://dl.getdropbox.com/u/455517/ConvertToMP3.py" rel="nofollow">http://dl.getdropbox.com/u/455517/ConvertToMP3.py</a></p>
<p>If you like any of those changes, you can use them however you see fit. I&#8217;ve tried to comment on the code wherever I made a change, but please clean up any programming bad practices, this is the first time I&#8217;ve ever wrote a line of python. Once again, thank you very much for this script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura H</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-198</link>
		<dc:creator>Laura H</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-198</guid>
		<description>Fantastic script!  It &quot;may&quot; not be important on desktop Linux, but it sure is when my car has an mp3 cd player ;)  Many thanks for making this available for all of us!</description>
		<content:encoded><![CDATA[<p>Fantastic script!  It &#8220;may&#8221; not be important on desktop Linux, but it sure is when my car has an mp3 cd player <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Many thanks for making this available for all of us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bnsmith</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-159</link>
		<dc:creator>bnsmith</dc:creator>
		<pubDate>Mon, 08 Jun 2009 16:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-159</guid>
		<description>@Dissenter: The main thing that motivated me to write this was a portable player that had poor support for AAC. It would play the songs, but lost the album-order and played them in alphabetical order instead (that bug really annoyed me). You’re right that it’s not so important on desktop Linux, though.</description>
		<content:encoded><![CDATA[<p>@Dissenter: The main thing that motivated me to write this was a portable player that had poor support for AAC. It would play the songs, but lost the album-order and played them in alphabetical order instead (that bug really annoyed me). You’re right that it’s not so important on desktop Linux, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dissenter</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-154</link>
		<dc:creator>Dissenter</dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-154</guid>
		<description>Why would you want to do this?  For one, there are AAC plug-ins for gstreamer.  Secondly, who would want to convert their entire audio library from one lossy format to another when support for AAC playback exists natively?</description>
		<content:encoded><![CDATA[<p>Why would you want to do this?  For one, there are AAC plug-ins for gstreamer.  Secondly, who would want to convert their entire audio library from one lossy format to another when support for AAC playback exists natively?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmc5311</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-150</link>
		<dc:creator>bmc5311</dc:creator>
		<pubDate>Thu, 28 May 2009 00:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-150</guid>
		<description>Thanks for all your work on this.  It works excellent.
-----------
Debian - Lenny - amd64</description>
		<content:encoded><![CDATA[<p>Thanks for all your work on this.  It works excellent.<br />
&#8212;&#8212;&#8212;&#8211;<br />
Debian &#8211; Lenny &#8211; amd64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bnsmith</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-131</link>
		<dc:creator>bnsmith</dc:creator>
		<pubDate>Tue, 05 May 2009 02:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-131</guid>
		<description>Thanks for the support, everyone! I&#039;m learning more about different encodings of strings, Unicode and internationalization in the hopes of fixing that bug. It is quite the adventure, but I think I have an idea that might work. The things I&#039;ve learned might just make it into a blog post.</description>
		<content:encoded><![CDATA[<p>Thanks for the support, everyone! I&#8217;m learning more about different encodings of strings, Unicode and internationalization in the hopes of fixing that bug. It is quite the adventure, but I think I have an idea that might work. The things I&#8217;ve learned might just make it into a blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Marcelo</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-127</link>
		<dc:creator>João Marcelo</dc:creator>
		<pubDate>Sun, 03 May 2009 23:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-127</guid>
		<description>Great script. Thanks</description>
		<content:encoded><![CDATA[<p>Great script. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bnsmith</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-121</link>
		<dc:creator>bnsmith</dc:creator>
		<pubDate>Thu, 16 Apr 2009 17:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-121</guid>
		<description>Recently, personal circumstances have prevented me from doing much software development, but I&#039;m hoping to get back into it, starting with this utility. For all those who have encountered the UnicodeDecodeError problem, I&#039;ve stumbled on a clue in this thread:
http://www.gossamer-threads.com/lists/python/python/700967

Apparently, this conversion utility works for some people and not others due to issues with locales. If you have this problem, perhaps you could run &quot;echo $LANG&quot; on the command line and post the result. This could be a thorny problem to resolve, but I&#039;m working on it.</description>
		<content:encoded><![CDATA[<p>Recently, personal circumstances have prevented me from doing much software development, but I&#8217;m hoping to get back into it, starting with this utility. For all those who have encountered the UnicodeDecodeError problem, I&#8217;ve stumbled on a clue in this thread:<br />
<a href="http://www.gossamer-threads.com/lists/python/python/700967" rel="nofollow">http://www.gossamer-threads.com/lists/python/python/700967</a></p>
<p>Apparently, this conversion utility works for some people and not others due to issues with locales. If you have this problem, perhaps you could run &#8220;echo $LANG&#8221; on the command line and post the result. This could be a thorny problem to resolve, but I&#8217;m working on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-116</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 01 Apr 2009 04:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/#comment-116</guid>
		<description>you rock. thank you for sharing your m4a to mp3 python script! It works perfectly for me.</description>
		<content:encoded><![CDATA[<p>you rock. thank you for sharing your m4a to mp3 python script! It works perfectly for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
