Editing tags in bunch of MP3 files?

I have a bunch of files whose filename looks like "<Track> - <Title> - <Artist>.mp3".

I'd like to rewrite their MP3 Title tag to be "<Track> - <Title>.mp3" so that each song is displayed correctly on my elcheapo MP3 player.

Since I rarely edit MP3 files anyway, MP3 Tag Tools 1.2 Build 008 from 2003 was good enough, but I can't figure out how to do this with this application.

I just tried MP3Tag 2.46, but couldn't figure out if it can do this (created a new Action, to no avail). I also tried TagScanner 5.1.558, without success.

Does someone know of a good, free Windows application that can do this? Thank you.


Solution 1:

Mp3tag can handle that. I'm supposing your ID3 tags are correctly set (no missing titles, no missing track, etc).

Being all set, go to Action -> New. Name it "Cheap Mp3 Player" or other name of your preference. Then, select "New" to add a new action. Select Action Type -> Format Value.

In "Field", select "Title". In "Format String", write %track% - %title%.

After that, call the action you created in your mp3 files. It works. I tested here.

(If your ID3 tags are all messed up, just come back so I can give other options in Mp3Tag as well).