<?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; id3v2</title>
	<atom:link href="http://www.ghacks.net/tag/id3v2/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>Mon, 23 Nov 2009 22:22:46 +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>
		<item>
		<title>The ultimate way to tag and rename mp3s</title>
		<link>http://www.ghacks.net/2007/08/18/the-ultimate-way-to-tag-and-rename-mp3s/</link>
		<comments>http://www.ghacks.net/2007/08/18/the-ultimate-way-to-tag-and-rename-mp3s/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 08:27:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[apev2]]></category>
		<category><![CDATA[id3v1]]></category>
		<category><![CDATA[id3v2]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 tags]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tag scanner]]></category>
		<category><![CDATA[ultimate tag scanner]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/08/18/the-ultimate-way-to-tag-and-rename-mp3s/</guid>
		<description><![CDATA[I'm one of those guys who likes to have a neatly categorized mp3 collection with a distinct folder structure ( band name / album ) and properly named and tagged songs. I absolutely hate it if songs are not properly named or are missing tags because it messes up my iPod as well.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m one of those guys who likes to have a neatly categorized mp3 collection with a distinct folder structure ( band name / album ) and properly named and tagged songs. I absolutely hate it if songs are not properly named or are missing tags because it messes up my iPod as well.</p>
<p>I tried a lot of mp3 taggers in the past and was never 100% convinced to continue using them. Some would rename songs without asking, some were not able to import tags which meant that I had to manually edit all tags by hand &#8211; do that for thousands of songs &#8211; while others were just so complicated that it took simply to long to use them.</p>
<p>I almost gave up but then I found a sweet little software called Tag Scanner. I hear you guys mumbling already that you surely would have heard about Tag Scanner if it was that great. I do understand your doubts but they are not justified this time. The author is from Russia and decided to create no English version of his website. </p>
<p><span id="more-1889"></span>This in turn makes it impossible that search engines index the site properly and all those freeware hunters will fail to notice it &#8211; well, most of them that is, hehe.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/08/tagscanner.jpg" alt="tag scanner" /></p>
<p>The <a href="http://www.xdlab.ru/download.htm">Tag Scanner</a> interface looks fantastic and a little bit confusing at the same time. The most important parts are the four tabs at the top of the screen which are: Music Renamer, Tag Editor, Tag Processor and List Maker.</p>
<p><strong>Music Renamer:</strong></p>
<p>Rename files with ease using placeholders and tag information. The default format is artist &#8211; title which can be easily changed to artist / album / artist &#8211; title for instance. Gives you a lot of options, absolutely brilliant.</p>
<p><strong>Tag Editor:</strong></p>
<p>This is the manual Tag Editor which is not needed most of the time because of the Tag Processor which does it automatically. In case it does not you can use the Tag Editor to edit the tags by hand.</p>
<p><strong>Tag Processor:</strong></p>
<p>Looks up songs in an online database (you can select a default one in the options), preview the tag output and save it. Change the tags of an album with only three clicks. Offers manual searches if the automatic one did not come up with results. </p>
<p><strong>List Maker:</strong></p>
<p>Export song lists as html, csv or excel tables. You can also save and import playlists in here.</p>
<p><strong>Technical Mumbo Jumbo:</strong></p>
<ul>
<li>Can save ID3v1, ID3v2, APEv2, ID3v1 + ID3v2, ID3v1 + APEv2 and all combined</li>
<li>Supports ID3v2 Lyrics and attached pictures</li>
<li>Import and Create Playlists</li>
<li>Scans Directories and subdirectories for mp3s</li>
<li>Able to convert between tag formats</li>
<li>Case conversions</li>
<li>Export song list in html, csv and excel format</li>
<li>Supports online music databases, automatic and manual searches</li>
</ul>

	Tags: <a href="http://www.ghacks.net/tag/apev2/" title="apev2" rel="tag">apev2</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/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/mp3-tags/" title="mp3 tags" rel="tag">mp3 tags</a>, <a href="http://www.ghacks.net/tag/music/" title="music" rel="tag">music</a>, <a href="http://www.ghacks.net/tag/tag-scanner/" title="tag scanner" rel="tag">tag scanner</a>, <a href="http://www.ghacks.net/tag/ultimate-tag-scanner/" title="ultimate tag scanner" rel="tag">ultimate tag scanner</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/18/id3-mass-tagger/" title="ID3 Mass Tagger (February 18, 2009)">ID3 Mass Tagger</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/03/winamp-auto-tagger/" title="Winamp Auto Tagger (August 3, 2008)">Winamp Auto Tagger</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/10/01/music-manager-the-godfather/" title="Music Manager The Godfather (October 1, 2009)">Music Manager The Godfather</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/01/04/what-type-of-music-am-i-listening-to/" title="What Type of Music Am I listening to ? (January 4, 2008)">What Type of Music Am I listening to ?</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/11/24/validate-your-mp3-collection/" title="Validate your mp3 collection (November 24, 2007)">Validate your mp3 collection</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/08/18/the-ultimate-way-to-tag-and-rename-mp3s/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
