• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CDDB2API.hH A D21-Apr-200454 KiB1,5901,055

CDDBEnums.hH A D21-Apr-200411 KiB327287

CDDBdefs.hH A D21-Apr-20049.1 KiB317261

ImakefileH A D03-May-20225.3 KiB244217

Makefile.stdH A D21-Apr-20042.4 KiB13287

READMEH A D21-Apr-20041.8 KiB4131

cddbkey1.cH A D21-Apr-20042.3 KiB9736

cddbp.hH A D21-Apr-20044.2 KiB13642

control.cH A D21-Apr-200415.7 KiB773483

credit.cH A D21-Apr-20043.2 KiB13964

descrip.mmsH A D21-Apr-20046.5 KiB219215

disc.cH A D21-Apr-200414.5 KiB830415

discs.cH A D21-Apr-20041.7 KiB7228

fcddb.cH A D21-Apr-200489.7 KiB4,7803,048

fcddb.hH A D21-Apr-200412.3 KiB398280

fullname.cH A D21-Apr-20043.7 KiB17280

gen.cH A D21-Apr-20042.7 KiB14974

genre.cH A D21-Apr-20041.5 KiB6018

genrelist.cH A D21-Apr-20041.8 KiB7632

genretbl.hH A D21-Apr-20042.3 KiB10674

genretree.cH A D21-Apr-20042.4 KiB10958

langlist.cH A D21-Apr-20041.7 KiB7430

langtbl.hH A D21-Apr-20044.4 KiB12995

language.cH A D21-Apr-20041.5 KiB6118

options.cH A D21-Apr-20043.5 KiB16575

region.cH A D21-Apr-20041.5 KiB6118

regionlist.cH A D21-Apr-20041.7 KiB7430

regiontbl.hH A D21-Apr-200411.7 KiB303269

role.cH A D21-Apr-20041.5 KiB6018

rolelist.cH A D21-Apr-20041.9 KiB8433

roletbl.hH A D21-Apr-20047.7 KiB190156

roletree.cH A D21-Apr-20041.7 KiB7329

segment.cH A D21-Apr-20046.3 KiB323177

track.cH A D21-Apr-20048.2 KiB468224

url.cH A D21-Apr-20045.4 KiB294140

urllist.cH A D21-Apr-20041.7 KiB7026

urlmanager.cH A D21-Apr-20043.5 KiB15184

userinfo.cH A D21-Apr-20046.9 KiB354177

README

1@(#)README	1.3 01/04/13
2
3CDDB "classic" library for xmcd
4---------------------------------------------------------------------
5
6This directory contains source files for libcddb, which is a partial
7implementation of the Gracenote CDDB� API for UNIX.  Internally this
8library uses the "classic" CDDB servers/protocol and therefore provides
9only a subset of the newer CDDB� features.
10
11This is the default CDDB library included with the xmcd/cda source
12code distribution.  For those OS and platforms that an official
13Gracenote CDDB� library is available, a CDDB� support kit can be
14downloaded from the official xmcd web site.  See the docs_d/INSTALL
15and docs_d/CDDB files for details.
16
17For the official xmcd/cda pre-compiled binary distributions, the
18Gracenote CDDB� library is used if it is available for your OS and
19platform.  Otherwise, the xmcd/cda executables are statically
20linked with this library.
21
22Note that this library is compiled in archive (.a) form, while the
23official Gracenote CDDB� library is likely to be a shared library (.so).
24This means that once an xmcd/cda executable is linked to use this
25library, it will not use the Gracenote CDDB� shared library unless it is
26re-linked to dynamically use the latter.
27
28This library only implements a subset of the CDDB� API, enough to
29support xmcd/cda, but not enough to be a general purpose substitute for
30Gracenote's CDDB� library.  This means that attempts at linking this
31library with other CDDB�-enabled applications would probably fail.
32
33Since xmcd/cda's use of the CDDB� API may change from version to
34version, this library is matched and supplied with each xmcd/cda
35release.
36
37The author of xmcd/cda <xmcd@amb.org> provides support for this library.
38However, please contact Gracenote <support@gracenote.com> for all issues
39with their official CDDB� library.
40
41