id3lib

Read, write, and manipulate ID3 tags in MP3 files.

brewmacoslinux
Try with needOr install directly
Source

About

ID3 tag manipulation

Commands

id3lib-configid3convertid3cpid3infoid3tag

Examples

view metadata tags in an mp3 file$ id3info song.mp3
add or modify artist name in mp3 file$ id3tag -a 'Artist Name' song.mp3
set album title for an mp3 file$ id3tag -A 'Album Title' song.mp3
copy id3 tags from one mp3 to another$ id3cp source.mp3 destination.mp3
convert id3 tags between different versions$ id3convert -v 2 song.mp3