Difference between revisions of "CDDB"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 +
{{CDDB}}
 +
 
=== About ===
 
=== About ===
''CDDB'' is a simple unit used to access CDDB/FreeDB CD information. It is currently in the first revision with little documentation. A sample application is provided below.
+
''CDDB'' is simple unit for accessing CD track information from CDDB/FreeDB. There is little documentation but a sample application is provided below.
 +
 
 +
=== License ===
 +
[http://www.opensource.org/licenses/bsd-license.php BSD]
 +
 +
=== Download ===
 +
The latest can be found [http://www.simmonsclan.net/fpc/cddb.pas here].
 +
 
 +
=== Dependencies / System Requirements ===
 +
* Linux
 +
* Synapse httpsend unit
 +
 
 +
=== Installation ===
 +
Copy the unit into the source directory for your project.

Revision as of 01:55, 29 September 2007

English (en)

About

CDDB is simple unit for accessing CD track information from CDDB/FreeDB. There is little documentation but a sample application is provided below.

License

BSD

Download

The latest can be found here.

Dependencies / System Requirements

  • Linux
  • Synapse httpsend unit

Installation

Copy the unit into the source directory for your project.