libtagedit provides a C++ interface to music file tag editing which should be as easy as possible. It has a plugin structure and is easily extendable. Currently, it includes plugins for MP3 (ID3v2 r/w and ID3v1 reading), OGG and FLAC files.
libtagedit provides a C++ interface to music file tag editing which should be as easy as possible. It has a plugin structure and is easily extendable. Currently, it includes plugins for MP3 (ID3v2 r/w and ID3v1 reading), OGG and FLAC files.
To install libtagedit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libtagedit
To see what files were installed by libtagedit, run:
port contents libtagedit
To later upgrade libtagedit, run:
sudo port selfupdate && sudo port upgrade libtagedit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.