eye-d3

Read and edit ID3 metadata tags in MP3 files from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Work with ID3 metadata in .mp3 files

Commands

eyeD3

Examples

Display all ID3 metadata for an MP3 file$ eyeD3 song.mp3
Set artist and album title for an MP3 file$ eyeD3 --artist 'Artist Name' --album 'Album Name' song.mp3
Remove all ID3 tags from an MP3 file$ eyeD3 --remove-all song.mp3