PEAR Packet::Net_CDDB in Version 0.3.0 alpha veröffentlicht

The Net_CDDB_Client class is used to access CDDB Audio-CD servers via
different protocols. The class can get detailed audio-CD data
(track names, artist names, album name, etc.) from the CDDB server
for a given audio CD.
The Net_CDDB_Server class is beta-quality CDDB audio server which speaks
the CDDB protocol (currently only over HTTP).
Release date: 2007-02-25 18:41 UTC
Release state: alpha
Changelog:
* Preliminary MDB2 driver support, query an SQL database for info.
* Preliminary script support for importing FreeDB data into database
* Fixed bug causing undefined index warning in Net_CDDB_Client
* Fixed class names for cdparanioa and cddiscid classes
* Added some methods to Net_CDDB_Disc: ->getDiscYear(), ->getRevision(), ->getTrackArtist(), and a few others
* Minor fixes to the return status of some Net_CDDB_Protocol_Filesystem methods
* Added a way to write and register 'hooks' into the Net_CDDB_Server component, ->registerHook() (Michael Bushey)
* Added support for the CDDB 'stat' method to the Net_CDDB_Server component
Dependencies:
- PHP Version: PHP 4.0.0 or newer
- PEAR Package: Net_Socket 1.0.6 or newer
- PEAR Package: HTTP_Request 1.3.0 or newer
- PEAR Package: MDB2 2.2.2 or newer
Weitere Infos und Download auf der PEAR-Homepage