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
- Host: GitHub
- URL: https://github.com/rj/qdaapd
- Owner: RJ
- Created: 2010-02-11T13:33:20.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-11T16:48:02.000Z (over 15 years ago)
- Last Synced: 2025-03-20T11:08:25.481Z (2 months ago)
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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)