ID3Tag.framework is as the name suggests a Cocoa based framework for reading and writing ID3Tags. It is written in Objective C and uses the Cocoa (Foundation) tool kit, hence it is ideal for Cocoa based applications.
ID3Tag.framework is as the name suggests a Cocoa based framework for reading and writing ID3Tags. It is written in Objective C and uses the Cocoa (Foundation) tool kit, hence it is ideal for Cocoa based applications.
To install ID3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ID3
To see what files were installed by ID3, run:
port contents ID3
To later upgrade ID3, run:
sudo port selfupdate && sudo port upgrade ID3
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.