Short: Cddb.library dropin replacement using freedb.library Author: marcus@mc.pp.se (Marcus Comstedt) Uploader: marcus mc pp se (Marcus Comstedt) Type: comm/tcp Architecture: m68k-amigaos This is a small wrapper library that replaces cddb.library in order that all apps using this library (such as the AmigaOS 3.9 PlayCD) will use FreeDB instead. freedb.library (available in comm/tcp) needs to be installed for this wrapper to work. Full source is included. CAVEATS: CDDB_aMultiGetHook is not implemented. The documentation is nearly nonexistant, and none of the examples use it, so frankly I couldn't figure out how it was supposed to work... CDDB_LoadKnownCD will always return FALSE. The interface of this function makes it rather tricky to implement, and I don't expect anything needs it anyway.