id3tool

Command-line tool for editing ID3 tags in MP3 files

brewmacoslinux
Try with needOr install directly
Source

About

ID3 editing tool

Commands

id3tool

Examples

Display ID3 tags from an MP3 file$ id3tool song.mp3
Set the title and artist tags$ id3tool -t 'Song Title' -a 'Artist Name' song.mp3
Set album and year information$ id3tool -l 'Album Name' -y 2023 song.mp3