id3v2

Command-line editor for ID3v1 and ID3v2 tags in MP3 files

brewmacoslinux
Try with needOr install directly
Source

About

Command-line editor

Commands

id3v2

Examples

Display all ID3 tags from an MP3 file$ id3v2 -l song.mp3
Set artist and title tags for an MP3 file$ id3v2 -a "Artist Name" -t "Song Title" song.mp3
Remove all ID3v2 tags from an MP3 file$ id3v2 -D song.mp3