Command line tool to edit mp3 ID3 tags

iceman picture iceman · Feb 10, 2010 · Viewed 21.1k times · Source

I want a simple command line tool running on Windows Xp(or even cross platform) similar in functionality to Mp3tag to edit mp3 ID3 tags. I mostly want to organize my music according to artist , genre etc so a lightweight tool which can ask the user which tag to edit and then change all the mp3 files' tags in a directory will be good. Can I use perl to do this?

Answer

Janus Troelsen picture Janus Troelsen · Apr 5, 2010

use http://eyed3.nicfit.net/ . it's in python. python works on windows.