<?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; tidymp3</title>
	<atom:link href="http://www.ghacks.net/tag/tidymp3/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 03:24:03 +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>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>
	</channel>
</rss>
