Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.75 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.75 KB

Build Status Black Duck Security Risk

This utility has one purpose and one purpose only: to edit the title tags of audio files in a single directory to remove common prefixes.

An Example

Imagine you ripped a CD whose metadata looks like this:

tagcleaner_before.png

If you load these files onto a portable device (such as an iPhone), all you'll see as track names will be "Dvořák: The Noon Witch, op. 108", which is useless as you already see that information in the "Album" field.

Instead of renaming every track by hand, you can simply open Tag Cleaner and browse into the rip directory.

tagcleaner.jpg

You can see in the "String to Remove" box, Tag Cleaner has already populated the redundant bit. All you have to do is click "Remove", and voila! The redundant part of the names is gone:

tagcleaner_after.png

Note: Tag Cleaner only edits ID3 tags. It does not modify actual file names (feel free to file an issue if you want it to).

Running TagCleaner

To run on Windows: unzip the zip file, run TagCleaner.exe.

To run on Mac or Linux: Download and install Mono. Then, unzip the TagCleaner zip file, and run mono TagCleaner.exe.