<?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 tags</title>
	<atom:link href="http://www.ghacks.net/tag/mp3-tags/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 23:31:44 +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>Use MP3 Diags in Linux to repair your MP3 collection</title>
		<link>http://www.ghacks.net/2009/11/24/use-mp3-diags-in-linux-to-repair-your-mp3-collection/</link>
		<comments>http://www.ghacks.net/2009/11/24/use-mp3-diags-in-linux-to-repair-your-mp3-collection/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:38:56 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 tags]]></category>
		<category><![CDATA[normalization]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=20546</guid>
		<description><![CDATA[Do you have a massive MP3 collection that contains files with problems? Don&#8217;t you wish you had a program that could search through that collection, find problems with those files, and fix the problems? Fortunately for all of your MP3 horders, there are programs for just that task. One of those programs, for the Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a massive MP3 collection that contains files with problems? Don&#8217;t you wish you had a program that could search through that collection, find problems with those files, and fix the problems? Fortunately for all of your MP3 horders, there are programs for just that task. One of those programs, for the Linux operating system only, is MP3 Diags. This application is an open source app will serve as your one-stop shop to identify and repair over 50 different problems that can occur with MP3 files.</p>
<p>You might think, because of the nature of the task surrounding this tool, that MP3 Diags would be challenging to use. It&#8217;s not. In fact it&#8217;s quite simple to scan and repair your music collection. In this tutorial you will learn how to install and use MP3 Diags to diagnose and repair your broken MP3s.</p>
<p>NOTE: Martin covered using MP3 Diags for the Windows operating system in his article &#8220;<a title="Diagnose your MP3 collection with MP3 Diags" href="http://www.ghacks.net/2009/08/20/diagnose-your-mp3-collection-with-mp3-diag/" target="_blank">Diagnose your MP3 collection with MP3 Diags</a>&#8220;. Since there are issues to over come when using this application in the Linux operating system, I decided it was beneficial to cover it once again.</p>
<p><span id="more-20546"></span><strong>What can it fix?</strong></p>
<p>Some of the problems that MP3 Diags can repair are:</p>
<ul>
<li>Adding/fixing track info.</li>
<li>Correcting song duration times.</li>
<li>Correcting seek problems.</li>
<li>Renaming files based on fields.</li>
<li>Low quality audio.</li>
<li>Missing VBR header.</li>
<li>Missing normalization data.</li>
<li>and much more.</li>
</ul>
<p>Now before I continue on, I will tell you that MP3 Diags can be resource intensive. If your collection is large you can expect this to take some time. During an initial scan MP3 Diags was running at approximately 2,000 files every 15 minutes. You can do the math from there.</p>
<p><strong>Installing</strong></p>
<p>MP3 Diags should be found in your distributions repositories. If you are using Ubuntu you can either open up Synaptic or the Ubuntu Software Center, do a search for &#8220;mp3 diags&#8221; (no quotes) mark the application for installation, and apply the changes.</p>
<p>When the application is installed you will find it in your Sound &amp; Video menu entry.</p>
<p><strong>Usage</strong></p>
<p>When you first start up MP3 Diags a window will appear asking you to create a file which the application can save its configuration data. You can place this file anywhere you have write permission. In that same window you can set up a scan by including the directories you want to scan. In most modern Linux distributions you will find a <strong>~/Music</strong> directory. If you&#8217;re like me (and you like to keep everything well organized), you can just select that folder and begin the scan.</p>
<p>During the scan expect your machine to become a big sluggish. You might want to start the scan and walk away (to keep yourself from getting a wee frustrated). When the scan is over, the real fun begins.</p>
<p><strong>Scan results</strong></p>
<div id="attachment_20547" class="wp-caption alignleft" style="width: 190px"><a rel="attachment wp-att-20547" href="http://www.ghacks.net/2009/11/24/use-mp3-diags-in-linux-to-repair-your-mp3-collection/mp3_diags_results/"><img class="size-medium wp-image-20547  " src="http://www.ghacks.net/wp-content/uploads/2009/11/mp3_diags_results-500x353.png" alt="Figure 1" width="180" height="127" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Take a look at Figure 1.  What you are seeing is the results of a first-run scan containing over 2,000 audio files. Near the top (under the tool bar) is a listing of all the possible issues that each file contains. Let&#8217;s just look at one file. To show only one file highlight that file and click the &#8220;Show One Song At a Time&#8221; button (Sixth button from the left on the toolbar). I will select a file, downloaded and converted from Youtube, of Rush&#8217;s La Villa Strangiato. Obviously, since this was a download from Youtube, the audio quality is going to be poor. So let&#8217;s repair that as much as it is possible.</p>
<div id="attachment_20548" class="wp-caption alignright" style="width: 190px"><a rel="attachment wp-att-20548" href="http://www.ghacks.net/2009/11/24/use-mp3-diags-in-linux-to-repair-your-mp3-collection/mp3_diags_one_song/"><img class="size-medium wp-image-20548  " src="http://www.ghacks.net/wp-content/uploads/2009/11/mp3_diags_one_song-500x353.png" alt="Figure 2" width="180" height="127" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Once you have your one file selected (see Figure 2) click the first work icon on the left (that&#8217;s the first hammer on the left) which is a drop-down. When you first click this you will get a warning that says &#8220;although this works on the developers&#8217; machine, it might not work on yours&#8221;. Take this as a caution and back up your files before you start working on them.</p>
<p>From the drop-down you will see numerous fixes for your file. However, instead of searching from the drop-down, you can hover your mouse over hammer icons labeled 1-4. Each of these contains a pre-configured set of fixes that allow you a single click to fix numerous, related issues on a file. For my poor audio quality file you can see it suffers from four issues:</p>
<ul>
<li>fa &#8211; No ID3V2.3.0 tag found</li>
<li>ea &#8211; ID3V2 tag doesn&#8217;t have APIC frame.</li>
<li>ab &#8211; Low quality MPEG audio stream.</li>
<li>an &#8211; No normalization undo data found.</li>
</ul>
<p>When you go to fix these problems you will instantly come across an issue when using MP3 Diags in Linux. MP3 Diags uses the application mp3gain to normalize mp3 files, which is not installed by default. And, to make matters worse, MP3 Diags does not install this dependency for you. So you will have to fire up Synaptic, search for &#8220;mp3gain&#8221; (no quotes), select the results for installation, and apply the changes.</p>
<p>Once mp3gain is installed you can now normalize with MP3 Diags.</p>
<p>Another issue, specific to Linux, is that if you want to configure MP3 Diags to not erase original files, but instead to move them to another directory, you will need to make sure you change the destination directories in the preferences window. By default all of the temporary directories are set to <strong>/tmp </strong>which you will have write access to, but if you want to archive that file you do not want it saved in the <strong>/tmp </strong>directory, because it will be deleted automatically. Different distributions handle this task differently &#8211; some clean up <strong>/tmp </strong>regularly, some upon reboot, some will empty a file in <strong>/tmp</strong> after it has gone untouched for a pre-determined span of time (usually 30 days). If you want to keep those original files around, you will want to reconfigure MP3 Diags to use a different directory than <strong>/tmp.</strong></p>
<p><strong>Final thoughts</strong></p>
<p>After running MP3 Diags on my music collection, I have found that all MP3 files do, in fact, sound better and have far fewer issues. You should definitely give this application a go if you have a collection of MP3s lying around in need of repair.</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-tags/" title="mp3 tags" rel="tag">mp3 tags</a>, <a href="http://www.ghacks.net/tag/normalization/" title="normalization" rel="tag">normalization</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/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/2007/02/09/record-sounds-from-any-source/" title="Record Sounds from any source (February 9, 2007)">Record Sounds from any source</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/11/24/use-mp3-diags-in-linux-to-repair-your-mp3-collection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Music Manager The Godfather</title>
		<link>http://www.ghacks.net/2009/10/01/music-manager-the-godfather/</link>
		<comments>http://www.ghacks.net/2009/10/01/music-manager-the-godfather/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:39:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 tags]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music manager]]></category>
		<category><![CDATA[the godfather]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16854</guid>
		<description><![CDATA[The Godfather is a feature rich music manager that supports extensive tagging, audio format converting, playlist management and renaming options that has a slightly higher learning curve than many other music managers. The learning curve can be fully attributed to the program&#8217;s interface with it&#8217;s incredible amount of tabs, switches and options.
The interface is divided [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/10/the_godfather.jpg" alt="the godfather" title="the godfather" width="288" height="66" class="alignnone size-full wp-image-16855" />The Godfather is a feature rich music manager that supports extensive tagging, audio format converting, playlist management and renaming options that has a slightly higher learning curve than many other music managers. The learning curve can be fully attributed to the program&#8217;s interface with it&#8217;s incredible amount of tabs, switches and options.</p>
<p>The interface is divided into two main levels. The left sidebar offers a folder browser with some filtering options at the bottom. It is for example possible to filter for specific audio formats or file names. The confusion can be attributed to the right main window. This window is divided into a main tab with buttons to rename, tag, edit, organize, retrieve online information and play. The two lower menus change depending on the main tab that is selected by the user. </p>
<p><span id="more-16854"></span>The rename tab for example contains buttons to scan, open or save playlists, open the rename options, execute scripts and handle changes (like undo or ignoring files. More confusing than that are main options like the organize or online tabs where the choice in the second menu level changes the third menu.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/10/music_manager-500x302.jpg" alt="music manager" title="music manager" width="500" height="302" class="alignnone size-medium wp-image-16860" /></p>
<p>Here are some of the highlights of the music manager:</p>
<ul>
<li>Batch rename of files using Tag/Filename/Folder name/Audio file information.</li>
<li>Batch Tag update.</li>
<li>Manual / single file editor.</li>
<li>Album/filename rename &#038; update using freedb.org or www.allmusic.com, Amazon, and custom sites</li>
<li>Powerful library.</li>
<li>Encode/decode your files with LAME,Ogg Vorbis or mpcenc. (trans code with out losing tag information from one format to the other)</li>
<li>Restructure the files on your hard disk ( copy,move or even create shortcuts ) in new user defined location based on Tag field information.</li>
<li>mp3, ogg, mpc, ape, flac, aac, apl, wv, mp4, ofr, spx file support</li>
</ul>
<p>The Godfather is available at the developer&#8217;s website. It is compatible with most Windows operating systems and can be <a href="http://users.otenet.gr/~dtou20/index.html">downloaded</a> as a stable or beta version.</p>

	Tags: <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/music-manager/" title="music manager" rel="tag">music manager</a>, <a href="http://www.ghacks.net/tag/the-godfather/" title="the godfather" rel="tag">the godfather</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/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>
	<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>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/01/music-manager-the-godfather/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Advanced MP3 Tag Remover</title>
		<link>http://www.ghacks.net/2008/12/23/advanced-mp3-tag-remover/</link>
		<comments>http://www.ghacks.net/2008/12/23/advanced-mp3-tag-remover/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 11:06:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[fix mp3]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 repair]]></category>
		<category><![CDATA[mp3 tag remover]]></category>
		<category><![CDATA[mp3 tags]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[tidymp3]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9294</guid>
		<description><![CDATA[We covered ID3 Tag Remover yesterday which can be used to remove ID3v1 and ID3v2 tags from mp3 files. The advanced mp3 tag remover TidyMP3 goes a step further by removing all data except valid mp3 audiodata-frames. This means that it will clear ID3v1, ID3v2, images, lyrics and everything else from audio files. The tiny [...]]]></description>
			<content:encoded><![CDATA[<p>We covered <a href="http://www.ghacks.net/2008/12/21/id3-tag-remover/">ID3 Tag Remover</a> yesterday which can be used to remove ID3v1 and ID3v2 tags from mp3 files. The advanced mp3 tag remover TidyMP3 goes a step further by removing all data except valid mp3 audiodata-frames. This means that it will clear ID3v1, ID3v2, images, lyrics and everything else from audio files. The tiny 23 Kilobyte command line tool removed those information not only at the beginning or end of a audio file but also the middle which is typically the case if a mp3 audio file contains multiple songs.</p>
<p>You need to open a command line or write a batch file to use TidyMP3. Entering <a href="http://cuemaster.host.sk/tidymp3.php">tidymp3</a> without parameters will display a help file with instructions on how to use the software. The basic command looks like this: tidymp3 [path] [options]. To clean all mp3 in c:\mp3 you would simply issue the command <strong>tidymp3 c:\mp3</strong>. Important switches are /b for creating a backup and /s for including subfolders.</p>
<p>Here is the complete list of command line parameters:</p>
<p><span id="more-9294"></span><code>  /V      Verbose mode: shows detailed information<br />
  /B      Save backup of the original to filename.bak<br />
  /T      Save all trash (tags &#038; stuff) to filename.trash<br />
  /F      Disable frame-reconstructor (see below)<br />
  /C      Compatibility mode (use tempfile, see below)<br />
  /S      Recurse subfolders<br />
  /P      Preserve ID3v1 tags only, removes all other non-mp3 data<br />
  /D      Preserve file creation/modification time</code></p>
<p>As you can see it is possible to preserve tags and file creation &#038; modification dates. TidyMP3 will also automatically run a frame reconstructor on the mp3 files to fix problems caused by some ID3v1 tagging tools who overwrite data of the file instead of appending the tags to it.</p>
<p>The tool has not been updated for some time and it has some limitations which have to be addressed. The most important is to use it only on mp3 files with 44100 Hz or higher.</p>

	Tags: <a href="http://www.ghacks.net/tag/fix-mp3/" title="fix mp3" rel="tag">fix mp3</a>, <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/mp3-repair/" title="mp3 repair" rel="tag">mp3 repair</a>, <a href="http://www.ghacks.net/tag/mp3-tag-remover/" title="mp3 tag remover" rel="tag">mp3 tag remover</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/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/tidymp3/" title="tidymp3" rel="tag">tidymp3</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/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/15/mp3-packer/" title="Mp3 Packer (February 15, 2009)">Mp3 Packer</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/09/04/merge-mp3/" title="Merge Mp3 (September 4, 2009)">Merge Mp3</a> (5)</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/2008/12/23/advanced-mp3-tag-remover/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>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>
		<item>
		<title>View and Edit information of songs with More Tunes</title>
		<link>http://www.ghacks.net/2007/06/11/view-and-edit-information-about-songs-with-more-tunes/</link>
		<comments>http://www.ghacks.net/2007/06/11/view-and-edit-information-about-songs-with-more-tunes/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 18:55:28 +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[id3]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[more tunes]]></category>
		<category><![CDATA[mp3 cover]]></category>
		<category><![CDATA[mp3 tags]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/06/11/view-and-edit-information-about-songs-with-more-tunes/</guid>
		<description><![CDATA[More Tunes monitors various music players such as iTunes, Winamp and Windows Media Player and fetches information like Artist, Album, Genre and Year about songs that are currently played. The data that has been fetched can then be used to repair or edit the ID3 tags of the song and rename it as well.]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/moretunes/" target="_blank">More Tunes</a> monitors various music players such as iTunes, Winamp and Windows Media Player and fetches information like Artist, Album, Genre and Year about songs that are currently played. The data that has been fetched can then be used to repair or edit the ID3 tags of the song and rename them as well.</p>
<p>It is furthermore possible to change all of the tags without fetching data from the Internet. More Tune locates album art as well for all of the songs and may locate lyrics and band biographies as well. Last but not least it offers a similar tunes option which seems to pull data from Amazon to display albums that other customers have bought besides the one mentioned.</p>
<p>What I really like about More Tunes is that it automatically pulls the information from the Internet and that it only takes a second to edit the ID3 tags of the song that is currently playing. It does not however work with my favorite music player XMPlayer but I could get it to work with iTunes.</p>
<p><span id="more-1654"></span><img src="http://www.ghacks.net/files/screens/2007/06/albums.jpg" alt="more tunes" /></p>
<p>found: <a href="http://www.freewaregenius.com/2007/06/11/moretunes/" target="_blank">freewaregenius</a></p>

	Tags: <a href="http://www.ghacks.net/tag/id3/" title="id3" rel="tag">id3</a>, <a href="http://www.ghacks.net/tag/itunes/" title="itunes" rel="tag">itunes</a>, <a href="http://www.ghacks.net/tag/more-tunes/" title="more tunes" rel="tag">more tunes</a>, <a href="http://www.ghacks.net/tag/mp3-cover/" title="mp3 cover" rel="tag">mp3 cover</a>, <a href="http://www.ghacks.net/tag/mp3-tags/" title="mp3 tags" rel="tag">mp3 tags</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/16/winamp-ipod-plugin-2/" title="Winamp iPod Plugin (July 16, 2008)">Winamp iPod Plugin</a> (5)</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/12/23/use-mp3tag-to-organize-your-music-collection/" title="Use Mp3tag to organize your music collection (December 23, 2008)">Use Mp3tag to organize your music collection</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/11/24/use-mp3-diags-in-linux-to-repair-your-mp3-collection/" title="Use MP3 Diags in Linux to repair your MP3 collection (November 24, 2009)">Use MP3 Diags in Linux to repair your MP3 collection</a> (1)</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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/06/11/view-and-edit-information-about-songs-with-more-tunes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
