libmusicbrainz (also known as mb_client or MusicBrainz Client Library)
The MusicBrainz Client Library (libmusicbrainz), also known as mb_client, is a development library geared towards developers who wish to add MusicBrainz lookup capabilities to their applications. Version 5.x and greater support the latest version of the MusicBrainz web service and are not backwards compatible with earlier versions.
The MusicBrainz Client Library (libmusicbrainz), also known as mb_client, is a development library geared towards developers who wish to add MusicBrainz lookup capabilities to their applications. Version 5.x and greater support the latest version of the MusicBrainz web service and are not backwards compatible with earlier versions.
To install libmusicbrainz5, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libmusicbrainz5
To see what files were installed by libmusicbrainz5, run:
port contents libmusicbrainz5
To later upgrade libmusicbrainz5, run:
sudo port selfupdate && sudo port upgrade libmusicbrainz5
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.