id3tool

Edit ID3 tags in MP3 files from the command line

brewmacoslinux
Try with needOr install directly
Source

About

ID3 editing tool

Commands

id3tool

Examples

view ID3 tags of an MP3 file$ id3tool song.mp3
set the title tag on an MP3 file$ id3tool -t "Song Title" song.mp3
change artist and album metadata on MP3$ id3tool -a "Artist Name" -l "Album Name" song.mp3
remove all ID3 tags from an MP3 file$ id3tool -s song.mp3
add genre and year to MP3 metadata$ id3tool -g "Rock" -y 2023 song.mp3