» Version | » Information |
---|---|
0.3.0 |
Easy InstallNot sure? Get more info. pear install Net_CDDB-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_CDDB-0.3.0 Release date: 2007-02-25 13:41 UTC Release state: alpha Release uploaded by: superwormy 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:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install Net_CDDB-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_CDDB-0.2.0 Release date: 2006-05-30 08:40 UTC Release state: alpha Release uploaded by: superwormy Changelog: * Fixed bug #7526, incorrect formatted disc length (Kristof) * Fixed bug #7592, incorrect parsing of multi-line track/artist/disc titles (Kristof, Richard) * Added Net_CDDB_Track class and made neccessary changes to Net_CDDB_Disc * Net_CDDB_Disc::toString() no longer increments the revision number * Changed Net_CDDB class to Net_CDDB_Client (Net_CDDB is an abstract base class now) * Added Net_CDDB_Server class (CDDB server *alpha quality code, use at your own risk!*) * Fixed package.xml dependency list * Added distinction between CDDB categories vs. CDDB genres * Added new protocol: Filesystem (query from downloaded copy of the entire FreeDB database) * Added a useful Net_CDDB_Utilities class which holds misc. useful static methods * Re-written parseRecord() method (better compatibility, cleaner, bug fixes, type checking) Dependencies:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install Net_CDDB-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_CDDB-0.1.0 Release date: 2006-04-21 11:04 UTC Release state: alpha Release uploaded by: superwormy Changelog: * Initial PEAR package release. * Fixed some remaining CS issues. * Fixed some minor doc-block issues. |