Difference between revisions of "CDDB"

From Free Pascal wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
=== About ===
 
=== About ===
''CDDB'' is a simple unit for accessing CD track information from CDDB/FreeDB. There is little documentation but a sample application is provided below.
+
''CDDB'' is a simple unit for accessing CD track information from CDDB/FreeDB. There is little documentation but sample code is provided below.
  
 
=== License ===
 
=== License ===

Revision as of 01:57, 29 September 2007

English (en)

About

CDDB is a simple unit for accessing CD track information from CDDB/FreeDB. There is little documentation but sample code 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.