Notes:
Compatible with libcdio 0.73+. Support for libcddb is optional.
Changes:
* Compatible with libcdio 0.73
* Added support for libcddb (optional).
* <i>CdIo::Cdda</i>
* when you instanciate a Cd class, if the disc is CDDA one, the Cd object is extended with this module.
* You can play, resume and stop the reproduction, and get the state with subchannel() method.
* If you have libcddb installed, you can retrieve information from freedb using CdIoCdda::cddb_matches and CdIoCdda::cddb_fetch (read doc)
* <i>CdIo</i>
* new method CdIo.close_tray()
* mod CdIo.drive_cap_dev()
* "mcn" and "isrc" from misc caps was moved to read caps
* new attr for read caps:"mode2_form1","mode2_form2"
* new exceptions on module CdIo::Exceptions : IoError, Unsupported,Uninit, NotPermitted, BadParameter, BadPointer, NoDriver,CddbError, CddbConn)
* <i>CdIo::Cd</i>
* new attr: @last_lsn (replace @stat_size) and @joliet_level
|