libopendaap is a library written in C which enables applications to discover, and connect to, iTunes(R) music shares. Unlike all other daap implementations, this library is able to connect to recent iTunes shares which require a special authentication algorithm.
libopendaap is a library written in C which enables applications to discover, and connect to, iTunes(R) music shares. Unlike all other daap implementations, this library is able to connect to recent iTunes shares which require a special authentication algorithm.
To install libopendaap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libopendaap
To see what files were installed by libopendaap, run:
port contents libopendaap
To later upgrade libopendaap, run:
sudo port selfupdate && sudo port upgrade libopendaap
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.