<?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: Solution: Converting flac to mp3</title>
	<atom:link href="http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3</link>
	<description>Quality Linux tutorials without clutter</description>
	<lastBuildDate>Sat, 14 May 2011 06:24:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: .flac to .mp3 parallel conversion script</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-17267</link>
		<dc:creator>.flac to .mp3 parallel conversion script</dc:creator>
		<pubDate>Thu, 12 May 2011 14:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-17267</guid>
		<description>[...] found a good number of scripts[1] for doing the conversion, and it seems to be  a bike shed everyone wants to chime in on.  What I [...]</description>
		<content:encoded><![CDATA[<p>[...] found a good number of scripts[1] for doing the conversion, and it seems to be  a bike shed everyone wants to chime in on.  What I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flac to vbr mp3 &#171; A Story Worth Telling</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-13539</link>
		<dc:creator>flac to vbr mp3 &#171; A Story Worth Telling</dc:creator>
		<pubDate>Mon, 14 Mar 2011 17:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-13539</guid>
		<description>[...] is a slight mod of this method (to use vbr, increasing quality when needed and saving file size when [...]</description>
		<content:encoded><![CDATA[<p>[...] is a slight mod of this method (to use vbr, increasing quality when needed and saving file size when [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Bents</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-12751</link>
		<dc:creator>Alan Bents</dc:creator>
		<pubDate>Fri, 04 Mar 2011 10:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-12751</guid>
		<description>Used your script on Fedora 14.  It wouldn&#039;t convert the genre tags, because &quot;lame --genre-list&quot; outputs to stderr.  I changed the &quot;lame &#124; grep&quot; line to

if ! lame --genre-list 2&gt;&amp;1 &#124; grep -x &quot; \{0,2\}[0-9]\{1,3\} ${command[$((i+1))]}&quot; &gt;/dev/null; then

The 2&gt;&amp;1 redirects stderr to stdout so grep can see it.
The -x make grep match the whole line (otherwise the genre Pop matches BritPop, Pop-Folk, ...).
Finally, the &quot;\{ \}&quot; patterns catch the genre numbers output by lame --genre-list.

HTH</description>
		<content:encoded><![CDATA[<p>Used your script on Fedora 14.  It wouldn't convert the genre tags, because "lame --genre-list" outputs to stderr.  I changed the "lame | grep" line to</p>
<p>if ! lame --genre-list 2&gt;&amp;1 | grep -x " \{0,2\}[0-9]\{1,3\} ${command[$((i+1))]}" &gt;/dev/null; then</p>
<p>The 2&gt;&amp;1 redirects stderr to stdout so grep can see it.<br />
The -x make grep match the whole line (otherwise the genre Pop matches BritPop, Pop-Folk, ...).<br />
Finally, the "\{ \}" patterns catch the genre numbers output by lame --genre-list.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-12474</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Tue, 01 Mar 2011 18:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-12474</guid>
		<description>Very Good. Many thanks!!</description>
		<content:encoded><![CDATA[<p>Very Good. Many thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To: Easily Convert FLAC audio to MP3s in Linux &#124; r3dux.org</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-10111</link>
		<dc:creator>How To: Easily Convert FLAC audio to MP3s in Linux &#124; r3dux.org</dc:creator>
		<pubDate>Tue, 01 Feb 2011 21:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-10111</guid>
		<description>[...] don&#8217;t think ~30-40MB per track is acceptable, so I did a bit of research and stumbled across this great post on [...]</description>
		<content:encoded><![CDATA[<p>[...] don&#8217;t think ~30-40MB per track is acceptable, so I did a bit of research and stumbled across this great post on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-9914</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sun, 30 Jan 2011 02:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-9914</guid>
		<description>Nice wee script being a Fedora 14 user I had to install lame but what the heck. 
This is what I love about Linux , it is easy to get under the bonnet, there seems to be always some one there who can hand you the tools, and if I stuff up I normally can see the fix and if not there will be somebody else who has done the same thing and can help me untangle my self.        
The other nice thing is now I have a bit on experience under my belt I am helping others it is easy to give back.
Stuart</description>
		<content:encoded><![CDATA[<p>Nice wee script being a Fedora 14 user I had to install lame but what the heck.<br />
This is what I love about Linux , it is easy to get under the bonnet, there seems to be always some one there who can hand you the tools, and if I stuff up I normally can see the fix and if not there will be somebody else who has done the same thing and can help me untangle my self.<br />
The other nice thing is now I have a bit on experience under my belt I am helping others it is easy to give back.<br />
Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhythmbox set for MP3 rips CD as flac files</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-8217</link>
		<dc:creator>Rhythmbox set for MP3 rips CD as flac files</dc:creator>
		<pubDate>Sat, 08 Jan 2011 22:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-8217</guid>
		<description>[...] http://www.linuxtutorialblog.com/pos...ng-flac-to-mp3 explains how to do the conversion - and as far as I recall, rhythmbox doesn&#039;t actually rip. It delegates everything to another programme (sound-juicer?), so perhaps you need to configure it in sound-juicer... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.linuxtutorialblog.com/pos...ng-flac-to-mp3" rel="nofollow">http://www.linuxtutorialblog.com/pos...ng-flac-to-mp3</a> explains how to do the conversion - and as far as I recall, rhythmbox doesn&#039;t actually rip. It delegates everything to another programme (sound-juicer?), so perhaps you need to configure it in sound-juicer... [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cRaig</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-5952</link>
		<dc:creator>cRaig</dc:creator>
		<pubDate>Thu, 09 Dec 2010 22:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-5952</guid>
		<description>knura&#039;s script worked for me on Cygwin atop Windows XP as well.

for i in *.flac ; do flac2mp3.sh &quot;$i&quot;; done

The only remaining item is to extract cover art, but that&#039;s a whole other ball of wax.</description>
		<content:encoded><![CDATA[<p>knura's script worked for me on Cygwin atop Windows XP as well.</p>
<p>for i in *.flac ; do flac2mp3.sh "$i"; done</p>
<p>The only remaining item is to extract cover art, but that's a whole other ball of wax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: life, code, and idiocy • bloggage of a web coding nutcase &#187; Blog Archive &#187; Getting FLAC files to MP3s, quicker</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-4887</link>
		<dc:creator>life, code, and idiocy • bloggage of a web coding nutcase &#187; Blog Archive &#187; Getting FLAC files to MP3s, quicker</dc:creator>
		<pubDate>Sun, 21 Nov 2010 02:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-4887</guid>
		<description>[...] quite a healthy helping of BASH scripts out there that get FLAC files converted to MP3s. I&#8217;ve found them all [...]</description>
		<content:encoded><![CDATA[<p>[...] quite a healthy helping of BASH scripts out there that get FLAC files converted to MP3s. I&#8217;ve found them all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: script filter: pls help me understand: do $(flac -cd &#34;$file&#34; &#124; lame -h - ...</title>
		<link>http://www.linuxtutorialblog.com/post/solution-converting-flac-to-mp3#comment-4314</link>
		<dc:creator>script filter: pls help me understand: do $(flac -cd &#34;$file&#34; &#124; lame -h - ...</dc:creator>
		<pubDate>Tue, 09 Nov 2010 00:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxtutorialblog.com/?p=52#comment-4314</guid>
		<description>[...] in to get rid of this advertisement]&#039;);   on this page is a great quick and dirty trick:  http://www.linuxtutorialblog.com/pos...ng-flac-to-mp3  The point of my post here is to better understand this &quot;script&quot;   [...]</description>
		<content:encoded><![CDATA[<p>[...] in to get rid of this advertisement]&#039;);   on this page is a great quick and dirty trick:  <a href="http://www.linuxtutorialblog.com/pos...ng-flac-to-mp3" rel="nofollow">http://www.linuxtutorialblog.com/pos...ng-flac-to-mp3</a>  The point of my post here is to better understand this &quot;script&quot;   [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

