Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to search the database for possible CD matches, retrieve detailed information about a specific CD, and submit new CD entries to the database.
Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to search the database for possible CD matches, retrieve detailed information about a specific CD, and submit new CD entries to the database.
To install libcddb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libcddb
To see what files were installed by libcddb, run:
port contents libcddb
To later upgrade libcddb, run:
sudo port selfupdate && sudo port upgrade libcddb
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.