<?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/"
		>
<channel>
	<title>Comments on: Lame multiple/batch file conversion</title>
	<atom:link href="http://www.michaelwood.me.uk/wordpress/2008/06/26/lame-multiplebatch-file-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelwood.me.uk/wordpress/2008/06/26/lame-multiplebatch-file-conversion/</link>
	<description>Tech stuff</description>
	<lastBuildDate>Sat, 10 Sep 2011 23:15:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Neil Greenwood</title>
		<link>http://www.michaelwood.me.uk/wordpress/2008/06/26/lame-multiplebatch-file-conversion/#comment-13288</link>
		<dc:creator>Neil Greenwood</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwood.me.uk/wordpress/2008/06/26/lame-multiplebatch-file-conversion/#comment-13288</guid>
		<description>You don&#039;t need to use echo and sed to convert the file names. This should do the trick:

for i in *.flac; do flac -d &quot;$i&quot; &quot;${i%.flac}.wav&quot;; done
for i in *.wav; do lame &quot;$i&quot; &quot;${i%.wav}.mp3&quot;; done</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to use echo and sed to convert the file names. This should do the trick:</p>
<p>for i in *.flac; do flac -d &#8220;$i&#8221; &#8220;${i%.flac}.wav&#8221;; done<br />
for i in *.wav; do lame &#8220;$i&#8221; &#8220;${i%.wav}.mp3&#8243;; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>

