<?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: id3.exe &#8211; ideal tool for tagging and renaming MP3 files</title>
	<atom:link href="http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/</link>
	<description>and I mean it</description>
	<lastBuildDate>Wed, 18 Nov 2009 21:45:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Coder</title>
		<link>http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/comment-page-1/#comment-386648</link>
		<dc:creator>Coder</dc:creator>
		<pubDate>Sat, 01 Aug 2009 19:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/#comment-386648</guid>
		<description>Good tool to do tagging. I unknowingly tagged some files of their titles instead of the artist. I did 
./id3 -2 -v -R -t &quot;ABCD - %t&quot; &quot;E:\Music\xyz2\*.mp3&quot;


Now the titles have ABCD${TITLE} of which I wanna remove &quot;ABCD&quot;. How do I do this removal? Removing in the sense I wanna delete some chars of it and I don&#039;t wanna remove the entire tag-field.

Anyone knows how to do it? The help file doesn&#039;t say how to do regexp for a modification (existing is only add/remove) on an existing field.</description>
		<content:encoded><![CDATA[<p>Good tool to do tagging. I unknowingly tagged some files of their titles instead of the artist. I did<br />
./id3 -2 -v -R -t &#8220;ABCD &#8211; %t&#8221; &#8220;E:\Music\xyz2\*.mp3&#8243;</p>
<p>Now the titles have ABCD${TITLE} of which I wanna remove &#8220;ABCD&#8221;. How do I do this removal? Removing in the sense I wanna delete some chars of it and I don&#8217;t wanna remove the entire tag-field.</p>
<p>Anyone knows how to do it? The help file doesn&#8217;t say how to do regexp for a modification (existing is only add/remove) on an existing field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randompasserby</title>
		<link>http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/comment-page-1/#comment-257313</link>
		<dc:creator>randompasserby</dc:creator>
		<pubDate>Thu, 19 Jun 2008 03:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/#comment-257313</guid>
		<description>Seems to be this program, ID3 Mass Tagger. More information here:  http://home.wanadoo.nl/squell/id3.html</description>
		<content:encoded><![CDATA[<p>Seems to be this program, ID3 Mass Tagger. More information here:  <a href="http://home.wanadoo.nl/squell/id3.html" rel="nofollow">http://home.wanadoo.nl/squell/id3.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karun Ganesh</title>
		<link>http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/comment-page-1/#comment-239383</link>
		<dc:creator>Karun Ganesh</dc:creator>
		<pubDate>Tue, 06 May 2008 15:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/#comment-239383</guid>
		<description>This kind of windows command line tool I have been searching for long time. It sound like a good one, however usage information is given is very brief. 

usage: id3 [-1 -2 -3] [OPTIONS] filespec ...
 -v             give verbose output
 -d             clear existing tag
 -t      set tag fields
 -a 
 -l              (i&#039;th matched `*&#039; wildcard  = %1-%9,%0
 -n             path/file name/counters    = %p %f %x %X
 -y                value of tag field in file = %t %a %l %n %y %g %c)
 -g 
 -c 
 -D &lt;filename   duplicate tags read from filename
 -f   rename files according to template
 -q     print formatted string on standard output
 -m             match variables in filespec
 -R             search recursively
 -M             preserve modification time of files
 -V             print version info
Only on last selected tag type:
 -s       set tag size
 -E             only write if tag already exists
 -u             update all standard fields
 -rTYPE         erase all `TYPE&#039; frames
 -wTYPE   write a `TYPE&#039; frameReport bugs to .

I am looking for more detail of these options, for example I don&#039;t undestand about &quot;[-1 -2 -3]&quot;,  -q  what is the &quot;format&quot; here, etc. Could you please send me this info? Is this utility support extended tags such as &quot;composers&quot;, &quot;lyricists&quot; etc.

Thanks
Karun</description>
		<content:encoded><![CDATA[<p>This kind of windows command line tool I have been searching for long time. It sound like a good one, however usage information is given is very brief. </p>
<p>usage: id3 [-1 -2 -3] [OPTIONS] filespec &#8230;<br />
 -v             give verbose output<br />
 -d             clear existing tag<br />
 -t      set tag fields<br />
 -a<br />
 -l              (i&#8217;th matched `*&#8217; wildcard  = %1-%9,%0<br />
 -n             path/file name/counters    = %p %f %x %X<br />
 -y                value of tag field in file = %t %a %l %n %y %g %c)<br />
 -g<br />
 -c<br />
 -D &lt;filename   duplicate tags read from filename<br />
 -f   rename files according to template<br />
 -q     print formatted string on standard output<br />
 -m             match variables in filespec<br />
 -R             search recursively<br />
 -M             preserve modification time of files<br />
 -V             print version info<br />
Only on last selected tag type:<br />
 -s       set tag size<br />
 -E             only write if tag already exists<br />
 -u             update all standard fields<br />
 -rTYPE         erase all `TYPE&#8217; frames<br />
 -wTYPE   write a `TYPE&#8217; frameReport bugs to .</p>
<p>I am looking for more detail of these options, for example I don&#8217;t undestand about &#8220;[-1 -2 -3]&#8220;,  -q  what is the &#8220;format&#8221; here, etc. Could you please send me this info? Is this utility support extended tags such as &#8220;composers&#8221;, &#8220;lyricists&#8221; etc.</p>
<p>Thanks<br />
Karun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/comment-page-1/#comment-138263</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 29 Aug 2007 09:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forret.com/2007/08/id3exe-ideal-tool-for-tagging-and-renaming-mp3-files/#comment-138263</guid>
		<description>After trying out a host of mp3 tagging utilities I&#039;m now sticking to mp3tag ( http://www.mp3tag.de/en/ ) to tag from filename and folder structure (very easy and flexible) or to clean up tags. I think it can do most of the things that id3.exe does (I&#039;m not sure about duplicating tags) and more. I especially like the regex replacement feature. And it has a graphical user interface for those who don&#039;t like messing with command line utilities...</description>
		<content:encoded><![CDATA[<p>After trying out a host of mp3 tagging utilities I&#8217;m now sticking to mp3tag ( <a href="http://www.mp3tag.de/en/" rel="nofollow">http://www.mp3tag.de/en/</a> ) to tag from filename and folder structure (very easy and flexible) or to clean up tags. I think it can do most of the things that id3.exe does (I&#8217;m not sure about duplicating tags) and more. I especially like the regex replacement feature. And it has a graphical user interface for those who don&#8217;t like messing with command line utilities&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.397 seconds -->
