small library for reading and writing DAAP streams
daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP streams in memory. The code is straightforward and can mirror the structure of the data fairly well. DAAP streams are used by iTunes for sharing songs.
daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP streams in memory. The code is straightforward and can mirror the structure of the data fairly well. DAAP streams are used by iTunes for sharing songs.
To install daaplib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install daaplib
To see what files were installed by daaplib, run:
port contents daaplib
To later upgrade daaplib, run:
sudo port selfupdate && sudo port upgrade daaplib
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.