libid3tag

Library for reading and writing ID3 tags in MP3 audio files

brewmacoslinux
Try with needOr install directly
Source

About

ID3 tag manipulation library

Commands

libid3tag

Examples

Link against libid3tag when compiling C programs that need ID3 tag support$ gcc -o myapp myapp.c $(pkg-config --cflags --libs id3tag)
Check if libid3tag is properly installed and get version info$ pkg-config --modversion id3tag
Get compiler flags needed to compile with libid3tag$ pkg-config --cflags id3tag