The command line tool "id3v2" can do that.

E.g. for a single file:

id3v2 --delete-v1 file.mp3

It should also tell you what tags are in the file:

id3v2 -l file.mp3

If it works, apply it to each file in your library:

find /path/to/the/mp3s -name "*.mp3" -exec id3v2 --delete-v1 "{}" \;

flip

P.S. Have a backup..


-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/ssods/)!
------------------------------------------------------------------------
flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=50739

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to