<?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>SavvyAdmin.com &#187; EasyTag</title>
	<atom:link href="http://savvyadmin.com/tag/easytag/feed/" rel="self" type="application/rss+xml" />
	<link>http://savvyadmin.com</link>
	<description>For savvy admins everywhere...</description>
	<lastBuildDate>Fri, 21 Jan 2011 17:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>MP3 Tag Editing in Linux</title>
		<link>http://savvyadmin.com/mp3-tag-editing-in-linux/</link>
		<comments>http://savvyadmin.com/mp3-tag-editing-in-linux/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 05:36:19 +0000</pubDate>
		<dc:creator>gmendoza</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[EasyTag]]></category>
		<category><![CDATA[eyeD3]]></category>
		<category><![CDATA[ID3]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MP3]]></category>

		<guid isPermaLink="false">http://www.savvyadmin.com/?p=61</guid>
		<description><![CDATA[There&#8217;s a number of MP3 tag editors available for the Linux platform, but there are two I use exclusively. EasyTag by far is the easiest and probably the most popular graphical MP3 tag editors available, and I use it a great deal for a majority of my MP3 tagging and renaming functions. For quickly identifying, [...]
Related posts:<ol>
<li><a href='http://savvyadmin.com/rhythmbox-id3-tag-issues/' rel='bookmark' title='Rhythmbox ID3 Tag Issues'>Rhythmbox ID3 Tag Issues</a></li>
<li><a href='http://savvyadmin.com/strip-all-unwanted-mp3-id3-tags/' rel='bookmark' title='Strip All Unwanted MP3 ID3 Tags'>Strip All Unwanted MP3 ID3 Tags</a></li>
<li><a href='http://savvyadmin.com/batch-mp3-encoding-with-linux-and-lame/' rel='bookmark' title='Batch MP3 Encoding with Linux and LAME'>Batch MP3 Encoding with Linux and LAME</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a number of MP3 tag editors available for the Linux platform, but there are two I use exclusively.  <a title="EasyTag Editor" href="http://easytag.sourceforge.net/" target="_blank">EasyTag</a> by far is the easiest and probably the most popular graphical MP3 tag editors available, and I use it a great deal for a majority of my MP3 tagging and renaming functions.  For quickly identifying, converting and stripping unwanted tags, I use a python based command line application called <a title="eyeD3 Tag Editor" href="http://eyed3.nicfit.net/" target="_blank">eyeD3</a>.</p>
<p>In my experience, <a title="EasyTag Editor" href="http://easytag.sourceforge.net/" target="_blank">EasyTag</a> is the most versatile tag editor available.  Some often wonder why on first launch that all of their tracks are highlighted in red and why it keeps prompting them to save changes that they didn&#8217;t make.  This is because by default EasyTag writes both v1.1 and v2.4 tags to files it touches, and will attempt to automatically upgrade all v2.3 tags it has scanned.  This behavior can be adjusted from &#8220;Settings&#8230; Preferences&#8230; ID3 Tag Settings&#8221;.  If you have a player that is not compatible with 2.4 tags, then this is the place to change it back to v2.3.  Uncheck the &#8220;<em>Automatically convert old ID3v2 tag versions</em>&#8221; option if you would like to stop that behavior.  Personally, I also remove the option to save ID3v1.x tags.</p>
<p><center><a href="http://www.savvyadmin.com/wp-content/uploads/2008/07/easytag-preferences.png"><img class="size-medium wp-image-66 aligncenter" style="vertical-align: middle;" title="easytag-preferences" src="http://www.savvyadmin.com/wp-content/uploads/2008/07/easytag-preferences-300x215.png" alt="EasyTag Preferences Window" width="300" height="215" /></a></center></p>
<p style="text-align: left;">It&#8217;s easy to get a bit overwhelmed with all the options EasyTag has to offer, but the defaults are typically safe to use.  Here&#8217;s a couple screenshots of the main user interface.</p>
<p><center><a href="http://www.savvyadmin.com/wp-content/uploads/2008/07/easytag-main.png"><img class="alignnone size-medium wp-image-68" title="easytag-main" src="http://www.savvyadmin.com/wp-content/uploads/2008/07/easytag-main-300x214.png" alt="EasyTag Main Window" width="300" height="214" /></a> <a href="http://www.savvyadmin.com/wp-content/uploads/2008/07/easytag-album-art.png"><img class="alignnone size-medium wp-image-69" title="easytag-album-art" src="http://www.savvyadmin.com/wp-content/uploads/2008/07/easytag-album-art-300x214.png" alt="EasyTag Album Art" width="300" height="214" /></a></center></p>
<p>Other useful features include the ability to perform bulk file and directory renaming based on the tag data, or even set the tags based on the directory and file naming convention.  You can clear all tags (be careful), and automatically populate tags from CDDB sources such as freedb.org, musicbrainz.org, and gnudb.org.</p>
<p>There are also a slew of command line tag editors each with their own strengths and weaknesses.  The lack of 2.4 support plagues most of them, with the exception of <a title="eyeD3 Website" href="http://eyed3.nicfit.net/" target="_blank">eyeD3</a>.  This application is wicked cool.  Not only does it support v2.4 tags but it also provides a very clean display of current tags using color and bold text.  You can attach album art, add new or modify existing tags, and of course is easily scriptable.</p>
<p>Related posts:<ol>
<li><a href='http://savvyadmin.com/rhythmbox-id3-tag-issues/' rel='bookmark' title='Rhythmbox ID3 Tag Issues'>Rhythmbox ID3 Tag Issues</a></li>
<li><a href='http://savvyadmin.com/strip-all-unwanted-mp3-id3-tags/' rel='bookmark' title='Strip All Unwanted MP3 ID3 Tags'>Strip All Unwanted MP3 ID3 Tags</a></li>
<li><a href='http://savvyadmin.com/batch-mp3-encoding-with-linux-and-lame/' rel='bookmark' title='Batch MP3 Encoding with Linux and LAME'>Batch MP3 Encoding with Linux and LAME</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://savvyadmin.com/mp3-tag-editing-in-linux/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

