<?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; tag mp3</title>
	<atom:link href="http://www.ghacks.net/tag/tag-mp3/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 11:26:04 +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>Toe Tag just another MP3 Tagger ?</title>
		<link>http://www.ghacks.net/2008/04/10/toe-tag-just-another-mp3-tagger/</link>
		<comments>http://www.ghacks.net/2008/04/10/toe-tag-just-another-mp3-tagger/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 19:15:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 files]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music-collection]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tag mp3]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3773</guid>
		<description><![CDATA[I do not use a software to tag my mp3 files regularly. I&#8217;m not that of a music buff who needs his files tagged properly all the time. One reason could be the small size of my mp3 collection, another that I do not transfer mp3s that often to my mp3 player or Nokia N73 [...]]]></description>
			<content:encoded><![CDATA[<p>I do not use a software to tag my mp3 files regularly. I&#8217;m not that of a music buff who needs his files tagged properly all the time. One reason could be the small size of my mp3 collection, another that I do not transfer mp3s that often to my mp3 player or Nokia N73 mobile phone. <a href="http://www.audiotoetag.com/">Toe Tag</a> is another nicely looking mp3 tagger with an immense amount of options and functions that is pretty astonishing if you consider that the version is currently 0.1.1.0.</p>
<p>The interface does look a bit overladen at first. It is driven by four tabs at the top that let you transfer filenames to tags, tags to filenames, multi tag files and query the online CDDDB database for tags. The tag to filename option is very handy if the files are already properly tagged but the filenames are not in the format that you want them to be. Five Replacement shortcuts exist that can be applied, not only in this menu though. The five entries are artist, album, number, title and year. It is therefor possible to create a filename that would contain the track number, artist and title.</p>
<p>Other mandatory options are to replace spaces with _ and to change the capitalization of the filenames in a number of ways. Multiple files can be selected at once but it normally does not make sense to select more than one album. Toe Tag is directory driven which means that only the files of one directory are displayed at a time. If you want to change tags or filenames of your music collection you are in for some manual labor.</p>
<p><span id="more-3773"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/04/toe_tag.jpg" alt="toe tag" title="toe tag" width="500" height="267" class="alignnone size-full wp-image-3774" /></p>
<p>The biggest missing function in my opinion is a way to automatically pull information from an online database and apply it to all of the selected mp3 files. Since this is a very early version this feature might be implemented in a later version.</p>
<p>Other important features are already available. Covers can be added to the files, the volume can be normalized which is a very nice feature. The tags are saved in ID3 format.</p>

	Tags: <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/mp3-files/" title="mp3 files" rel="tag">mp3 files</a>, <a href="http://www.ghacks.net/tag/music/" title="music" rel="tag">music</a>, <a href="http://www.ghacks.net/tag/music-collection/" title="music-collection" rel="tag">music-collection</a>, <a href="http://www.ghacks.net/tag/tag/" title="tag" rel="tag">tag</a>, <a href="http://www.ghacks.net/tag/tag-mp3/" title="tag mp3" rel="tag">tag mp3</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/03/30/remotely-access-your-music-collection-with-winamp-remote-plugin/" title="Remotely Access your Music Collection with Winamp Remote Plugin (March 30, 2007)">Remotely Access your Music Collection with Winamp Remote Plugin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/01/25/level-the-volume-of-all-your-mp3-files/" title="Level the volume of all your mp3 files (January 25, 2008)">Level the volume of all your mp3 files</a> (6)</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/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/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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/10/toe-tag-just-another-mp3-tagger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Best Way to tag your mp3 music collection</title>
		<link>http://www.ghacks.net/2007/06/26/best-way-to-tag-your-mp3-music-collection/</link>
		<comments>http://www.ghacks.net/2007/06/26/best-way-to-tag-your-mp3-music-collection/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 18:29:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[add cover artwork to mp3]]></category>
		<category><![CDATA[automatically tag mp3]]></category>
		<category><![CDATA[cover artwork]]></category>
		<category><![CDATA[tag mp3]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/06/26/best-way-to-tag-your-mp3-music-collection/</guid>
		<description><![CDATA[Everton from Connected Internet posted a nice article where he is detailing his steps to add tags and cover artwork to his mp3 collection using a few selected freeware programs and iTunes. He suggests to use Picard for the tagging process because Picard is able to add most tags of known albums automatically.

The only information that are not added by Picard are the cover artwork and the genre. It is understandable that the genre is not being added because it is sometimes difficulty to select a genre that everyone would be comfortable with. Itunes will be used to add the cover artwork right from the iTunes store.]]></description>
			<content:encoded><![CDATA[<p>Everton from Connected Internet posted a nice article where he is detailing his steps to add <a href="http://www.connectedinternet.co.uk/2007/06/24/updated-guide-how-to-tidy-up-mp3-id3-tags/" target="_blank">tags</a> and cover artwork to his mp3 collection using a few selected freeware programs and iTunes. He suggests to use Picard for the tagging process because Picard is able to add most tags of known albums automatically.</p>
<p>The only information that are not added by Picard are the cover artwork and the genre. It is understandable that the genre is not being added because it is sometimes difficulty to select a genre that everyone would be comfortable with. Itunes will be used to add the cover artwork right from the iTunes store.</p>
<p><span id="more-1700"></span><strong>Step 1: Tagging the mp3 collection</strong></p>
<ul>
<li>Download <a href="http://musicbrainz.org/doc/PicardDownload" target="_blank">Picard</a> and install it</li>
<li>Change the following options in Picard before proceeding:
<ol>Select Audio Fingerprinting from the options and check Automatically analyze all new files</ol>
<ol>Select Tags and uncheck Write ID3v1 tags to MP3 files and check clear existing tags before writing new tags and Write ID3v2 version 2.3 tags.</ol>
</li>
<li>Now drag and drop all your mp3 files and directories into the New Files folder and wait until Picard finished analyzing the music collection</li>
<li>Click on the Cluster icon in the toolbar to group all the mp3 files into albums.</li>
</ul>
<p><strong>Step 2:Adding cover artwork in iTunes</strong></p>
<p>You do need to import the mp3 files before you can find and add the cover artwork of course. Everton is describing the process which means that I&#8217;m skipping it here.</p>
<ul>
<li>Select all the tracks in each album you’ve just imported one at a time</li>
<li>In the bottom left-hand corner of iTunes click on show/hide artwork button</li>
<li>Right-click on the artwork image that is displayed in the small window and select copy</li>
<li>Now right-click on the tracks you’ve highlighted and select Get info</li>
<li>In the pop-up box that appears, go to the info tab, right-click in the artwork field and select paste
</li>
</ul>

	Tags: <a href="http://www.ghacks.net/tag/add-cover-artwork-to-mp3/" title="add cover artwork to mp3" rel="tag">add cover artwork to mp3</a>, <a href="http://www.ghacks.net/tag/automatically-tag-mp3/" title="automatically tag mp3" rel="tag">automatically tag mp3</a>, <a href="http://www.ghacks.net/tag/cover-artwork/" title="cover artwork" rel="tag">cover artwork</a>, <a href="http://www.ghacks.net/tag/tag-mp3/" title="tag mp3" rel="tag">tag mp3</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/10/toe-tag-just-another-mp3-tagger/" title="Toe Tag just another MP3 Tagger ? (April 10, 2008)">Toe Tag just another MP3 Tagger ?</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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/06/26/best-way-to-tag-your-mp3-music-collection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
