Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: MP3 Lyrics3 tag remover: rmlyrics3 (Read 1737 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

MP3 Lyrics3 tag remover: rmlyrics3

After having no ID3v1 tags for more than 15 years now, I finally got fed up with about 1,500 MP3 files in my collection still having Lyrics3 tags, and invalid ones, too: As per Lyrics3 and Lyrics3v2 specs, a Lyrics3 tag comes after the audio data and MUST have an ID3v1 tag following it.

Before ID3v2 came around, Lyrics3 and Lyrics3v2 surely had their uses (extending the 30-char limit, placing synced lyrics), but nowadays they are a nuisance for most of us. Plus, we have the lyrics frames USLT and SYLT in ID3v2.

Most tagging software silently keeps Lyrics3 tags, even when removing ID3v1 tags, and there is almost no support out there for removing these ancient tag types, apart from using Mp3tag and doing a brute-force "remove all tags" and then undoing that.

So I finally went and made rmlyrics3, a MP3 Lyrics3 tag remover, written in Python and thus (hopefully) cross-platform. The program is free and open source software, available at https://github.com/Moonbase59/rmlyrics3.

I’ve been using it to remove all Lyrics3 tags on MP3 files in my collection of some 150,000 tracks, and it worked just fine.
YMMV and I give no guarantees, so please have a backup before trying this out. Please comment and report any bugs.