rubycdio
Version
version 0.0.1
Overview
cddb_ruby are the bindings for ruby to use the libcddb, its main use will be in combination with rbcdio
Requirements
I’ve only tested rcdio on Ruby 1.8.4 - 1.8.6 libcddb.sourceforge.net with header fiels
What’s here
Currently there is a simple example in example/example
important is to require the ‘rbcddb’ which will use the .so-file
Now there are 3 objects and a module available
CDDB_Connection CDDB_Disc CDDB_Track and the module Rb_CDB
The CDDB_Disc and CDDB_Track have a to_hash method on top of the methods from cddblib. The constants are defined in the Rb_CDDB which does provide some global settings for the library
Todo
Documentation in ruby style of these 4 ruby objects, and maybe some more examples