An open API service indexing awesome lists of open source software.

https://github.com/rj/qdaapd

An embeddable C++/Qt DAAP server library
https://github.com/rj/qdaapd

Last synced: about 2 months ago
JSON representation

An embeddable C++/Qt DAAP server library

Awesome Lists containing this project

README

        

An embeddable C++/Qt DAAP server library.

How to build
------------

$ qmake && make

now you have libqdaapd.a

How to use
----------

Include "qdaapd/qdaapd.h" and link to the static library.
Extend QDaap::Collection and pass it to QDAAPd().
See example:

$ cd example/ && qmake && make

Then run: ./example-qdaadp

Make sure /tmp/test.mp3 exists, or edit example/fakecollection.h accordingly.

Notes
-----
So far only tested with amarok and rhythmbox (not itunes, but should work)