<?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; mp3 tagger</title>
	<atom:link href="http://www.ghacks.net/tag/mp3-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>Mon, 09 Nov 2009 15:03:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</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>Winamp Auto Tagger</title>
		<link>http://www.ghacks.net/2008/08/03/winamp-auto-tagger/</link>
		<comments>http://www.ghacks.net/2008/08/03/winamp-auto-tagger/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 14:44:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 tagger]]></category>
		<category><![CDATA[mp3 tags]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[winamp]]></category>
		<category><![CDATA[xmplay]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5822</guid>
		<description><![CDATA[Winamp has been one of the applications in the past that belonged to a set of software programs that I installed automatically after setting up a new operating system. This has changed in the last two years because I did switch from Winamp to XMPlay which is only using half of the resources that Winamp [...]]]></description>
			<content:encoded><![CDATA[<p>Winamp has been one of the applications in the past that belonged to a set of software programs that I installed automatically after setting up a new operating system. This has changed in the last two years because I did switch from Winamp to <a href="http://www.ghacks.net/2007/09/15/winamp-55-lite-vs-xmplay-memory-management/">XMPlay</a> which is only using half of the resources that Winamp Lite is using when playing music. (4 MB vs. 10 MB vs. 17MB of memory and 4 MB vs 6 MB vs 10MB of virtual memory)</p>
<p><a href="http://www.alterfalter.de/2008/08/02/winamp-mit-genialem-auto-tagger/">Stefan</a> (German blog) however discovered a very nice feature of Winamp that I also did not know about. It&#8217;s not the uber-feature that would drive me back to Winamp but it&#8217;s very handy. I&#8217;m talking about the Winamp Auto Tagger which can automatically tag selected music tracks by looking them up in Gracenote music database.</p>
<p>Some notes about the process: Winamp Lite users seem to only be able to tag one music track at a time which could mean lots of work if you want to tag many tracks. Just right-click a track and select View File Info from the menu. That opens a new window that is displaying the tags of the selected mp3 track and the Auto-Tag button at the lower right corner.</p>
<p><span id="more-5822"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/winamp_auto_tag.jpg" alt="winamp auto tag" title="winamp auto tag" width="385" height="258" class="alignnone size-medium wp-image-5825" /></p>
<p>Users of Winamp Full can use the Send To entry from the right-click context menu to tag multiple music tracks at once.</p>

	Tags: <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/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/winamp/" title="winamp" rel="tag">winamp</a>, <a href="http://www.ghacks.net/tag/xmplay/" title="xmplay" rel="tag">xmplay</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/2007/02/26/semi-automatic-mp3-tagger/" title="Semi-Automatic MP3 Tagger (February 26, 2007)">Semi-Automatic MP3 Tagger</a> (7)</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/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/2007/02/08/download-free-music-at-the-hype-machine/" title="Download free music at the Hype Machine (February 8, 2007)">Download free music at the Hype Machine</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/03/winamp-auto-tagger/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Semi-Automatic MP3 Tagger</title>
		<link>http://www.ghacks.net/2007/02/26/semi-automatic-mp3-tagger/</link>
		<comments>http://www.ghacks.net/2007/02/26/semi-automatic-mp3-tagger/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 11:35:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 tagger]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[picard]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/26/semi-automatic-mp3-tagger/</guid>
		<description><![CDATA[Music collections are usually a big pile of messy filenames and folders that have artist, album and song names mixed up. Some files do have mp3 tags, some don't and it would take a long time to go through your music collection manually and edit the mp3 tags. I literally tried and tested a dozen mp3 tagger before I came up with the best solution that would be the most precise and at the same time most automatic way of tagging my mp3 files.]]></description>
			<content:encoded><![CDATA[<p>Music collections are usually a big pile of messy filenames and folders that have artist, album and song names mixed up. Some files do have mp3 tags, some don&#8217;t and it would take a long time to go through your music collection manually and edit the mp3 tags. I literally tried and tested a dozen mp3 tagger before I came up with the best solution that would be the most precise and at the same time most automatic way of tagging my mp3 files.</p>
<p>I did find the free mp3 tagger called <a href="http://musicbrainz.org/doc/PicardDownload" target="_blank">Picard</a> shortly after I began my research on the subject. All I had to do was download and install it and add a directory that would contain my mp3 files. Picard would analyze the files and would add them into a category called unclustered files. Pressing the cluster button would try and group the files together sorted by artist and album.</p>
<p><span id="more-1238"></span> This worked well for all of my files except for one single song which I had to manually drop into the right album. Now that everything was sorted the way I wanted it to be I had to start and edit the mp3 tag information to complete the operation.</p>
<p>This process is semi-automatic. Select an album from the list of clustered albums and press the lookup button. A website opens with search results and it is up to you to select the correct artist and album from the search results. This sounds like lots of work but it is not.</p>
<p>The search works fine and takes only a second to show the results. The information will be added to the Albums section of Picard. The last step would be to drag and drop the clustered album onto the new information in the Albums section. Picard tries to automatically add the correct information to the songs, if that does not work you can drag and drop them into the right place.</p>
<p>It is possible to edit information manually and customize the output. The default structure would be artist name / album. Picard is available for Windows and Linux.</p>

	Tags: <a href="http://www.ghacks.net/tag/audio/" title="audio" rel="tag">audio</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/picard/" title="picard" rel="tag">picard</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/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/01/13/odeo-offers-an-impressive-list-of-podcasts/" title="Odeo offers an impressive list of podcasts (January 13, 2007)">Odeo offers an impressive list of podcasts</a> (1)</li>
	<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/2009/08/15/windows-media-player-import-for-winamp/" title="Windows Media Player Import for Winamp (August 15, 2009)">Windows Media Player Import for Winamp</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/26/semi-automatic-mp3-tagger/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
