<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; id3 mass tagger</title>
	<atom:link href="http://www.ghacks.net/tag/id3-mass-tagger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ID3 Mass Tagger</title>
		<link>http://www.ghacks.net/2009/02/18/id3-mass-tagger/</link>
		<comments>http://www.ghacks.net/2009/02/18/id3-mass-tagger/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:43:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[id3 mass tagger]]></category>
		<category><![CDATA[id3 tagger]]></category>
		<category><![CDATA[id3v1]]></category>
		<category><![CDATA[id3v2]]></category>
		<category><![CDATA[linux software]]></category>
		<category><![CDATA[lyrics 3]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 tagger]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[tag mp3]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10646</guid>
		<description><![CDATA[There are many excellent tools to tag a music collection. Tools like the excellent mp3 tag can be used to tag an entire collection thoroughly. If you are more a command line junkie who likes to tag music from the command line or build his own scripts to tag his music collection you might like [...]]]></description>
			<content:encoded><![CDATA[<p>There are many excellent tools to tag a music collection. Tools like the excellent <a href="www.ghacks.net/2008/12/23/use-mp3tag-to-organize-your-music-collection/">mp3 tag</a> can be used to tag an entire collection thoroughly. If you are more a command line junkie who likes to tag music from the command line or build his own scripts to tag his music collection you might like the command line tool ID3 Mass Tagger.</p>
<p><a href="http://home.wanadoo.nl/squell/id3.html#download">ID3 Mass Tagger</a> can add or edit id3 and id3v2 tags in multiple music files on a computer system. It currently supports the ID3 v1.1, Lyrics 3 v2.0 and ID3v2 formats which limits it somewhat to music formats that support these as well.</p>
<p>The developer&#8217;s homepage contains a few usage examples and downloads for Windows, Linux, Dos and FreeBSD including the source code of the application. Not all parameters are explained on the homepage though. The Readme document that is included in the download explains them all and should be read after unpacking the files to the local computer.</p>
<p><span id="more-10646"></span>Some basic usage examples are the following:</p>
<p>Strip all id3v1 tags from all mp3 files in a folder.</p>
<p><code>id3 -d *.mp3</code></p>
<p>Copy id3v2 tags to id3v1 tags in all files</p>
<p><code>id3 -2 -1 -u "*.mp3"</code></p>
<p>Removes embedded images and padding from all mp3 recursively starting at /mydocuments</p>
<p><code>id3 -2 -rAPIC -s 0 -R "*.mp3" "/my documents" </code></p>
<p>ID3 Mass Tagger is a powerful command line music tagger. It works best in conjunction with batch files or shortcuts but can also be used separately. Could be useful for someone who is editing lots of music files on a regular basis.</p>

	Tags: <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/id3-mass-tagger/" title="id3 mass tagger" rel="tag">id3 mass tagger</a>, <a href="http://www.ghacks.net/tag/id3-tagger/" title="id3 tagger" rel="tag">id3 tagger</a>, <a href="http://www.ghacks.net/tag/id3v1/" title="id3v1" rel="tag">id3v1</a>, <a href="http://www.ghacks.net/tag/id3v2/" title="id3v2" rel="tag">id3v2</a>, <a href="http://www.ghacks.net/tag/linux-software/" title="linux software" rel="tag">linux software</a>, <a href="http://www.ghacks.net/tag/lyrics-3/" title="lyrics 3" rel="tag">lyrics 3</a>, <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/mp3-tagger/" title="mp3 tagger" rel="tag">mp3 tagger</a>, <a href="http://www.ghacks.net/tag/music/" title="music" rel="tag">music</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/tag-mp3/" title="tag mp3" rel="tag">tag mp3</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/04/trout-is-a-lightweight-free-music-player/" title="Trout Is A Lightweight Free Music Player (July 4, 2009)">Trout Is A Lightweight Free Music Player</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/08/18/the-ultimate-way-to-tag-and-rename-mp3s/" title="The ultimate way to tag and rename mp3s (August 18, 2007)">The ultimate way to tag and rename mp3s</a> (20)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/11/22/windows-tabbed-browsing/" title="Windows Tabbed Browsing (November 22, 2008)">Windows Tabbed Browsing</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/05/windows-run-aliases/" title="Windows Run Aliases (May 5, 2009)">Windows Run Aliases</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/18/id3-mass-tagger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
