<?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: Linux MP3 ID3 Tag Sorting Script</title>
	<atom:link href="http://www.barkered.com/2008/02/09/linux-mp3-id3-tag-sorting-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barkered.com/2008/02/09/linux-mp3-id3-tag-sorting-script/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 19:46:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: asphixmx</title>
		<link>http://www.barkered.com/2008/02/09/linux-mp3-id3-tag-sorting-script/comment-page-1/#comment-1297</link>
		<dc:creator>asphixmx</dc:creator>
		<pubDate>Wed, 17 Jun 2009 02:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.barkered.com/?p=200#comment-1297</guid>
		<description>Hi, thanks for your program! I must say I am a newbie but I could install the tag library, compile your program and I am using it :) Thanks a lot. Just one thing... since I have some files with foreign characters (in spanish, like the ñ and á é í ó ú), the program doesn&#039;t work when they are present. I am trying to develop a bash script doing the same as your C program:

#!/bin/bash
TITLE=&quot;`id3tool &quot;$1&quot; &#124; grep &#039;^Song Title:&#039; &#124; awk &#039;{ for (i=3;i&lt;=NF;i++) { printf $i } }&#039;`&quot;
ARTIST=&quot;`id3tool &quot;$1&quot; &#124; grep &#039;^Artist:&#039; &#124; awk &#039;{ for (i=2;i&lt;=NF;i++) { printf $i } }&#039;`&quot;
ALBUM=&quot;`id3tool &quot;$1&quot; &#124; grep &#039;^Album:&#039; &#124; awk &#039;{ for (i=2;i&lt;=NF;i++) { printf $i; } }&#039;`&quot;
GENRE=&quot; `id3tool &quot;$1&quot; &#124; grep &#039;^Genre:&#039; &#124; awk &#039;{ for (i=2;i&lt;=NF;i++) { printf $i } }&#039;`&quot;

install -D &quot;$1&quot; /home/asphix/Public/prueba/&quot;$ARTIST&quot;/&quot;$ALBUM&quot;/&quot;$ARTIST - $TITLE&quot;.mp3

I have some issues, the ARTIST and ALBUM lacks of spaces ( &quot; &quot; ) and in GENRE it includes some kind of funny characters after the GENRE. I am trying to solve those issues. Any help is apreciated.
Sorry for my bad english
Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your program! I must say I am a newbie but I could install the tag library, compile your program and I am using it <img src='http://www.barkered.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks a lot. Just one thing&#8230; since I have some files with foreign characters (in spanish, like the ñ and á é í ó ú), the program doesn&#8217;t work when they are present. I am trying to develop a bash script doing the same as your C program:</p>
<p>#!/bin/bash<br />
TITLE=&#8221;`id3tool &#8220;$1&#8243; | grep &#8216;^Song Title:&#8217; | awk &#8216;{ for (i=3;i&lt;=NF;i++) { printf $i } }&#8217;`&#8221;<br />
ARTIST=&#8221;`id3tool &#8220;$1&#8243; | grep &#8216;^Artist:&#8217; | awk &#8216;{ for (i=2;i&lt;=NF;i++) { printf $i } }&#8217;`&#8221;<br />
ALBUM=&#8221;`id3tool &#8220;$1&#8243; | grep &#8216;^Album:&#8217; | awk &#8216;{ for (i=2;i&lt;=NF;i++) { printf $i; } }&#8217;`&#8221;<br />
GENRE=&#8221; `id3tool &#8220;$1&#8243; | grep &#8216;^Genre:&#8217; | awk &#8216;{ for (i=2;i&lt;=NF;i++) { printf $i } }&#8217;`&#8221;</p>
<p>install -D &#8220;$1&#8243; /home/asphix/Public/prueba/&#8221;$ARTIST&#8221;/&#8221;$ALBUM&#8221;/&#8221;$ARTIST &#8211; $TITLE&#8221;.mp3</p>
<p>I have some issues, the ARTIST and ALBUM lacks of spaces ( &#8221; &#8221; ) and in GENRE it includes some kind of funny characters after the GENRE. I am trying to solve those issues. Any help is apreciated.<br />
Sorry for my bad english<br />
Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
