| Path: | README |
| Last Update: | Mon Apr 30 12:43:15 +0200 2007 |
ruby-discid is a set of Ruby bindings to MusicBrainz’ libdiscid.
ruby-discid is maintained by:
Tilman Sauerbeck (tilman at code-monkey de)
ruby-discid is available under an MIT-style license.
Copyright (c) 2007 Tilman Sauerbeck (tilman at code-monkey de)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The latest version of ruby-discid can be found at code-monkey.de/pages/ruby-discid
Online documentation is available at docs.code-monkey.de/ruby-discid
ruby-discid depends on Rake 0.5.0 or greater and libdiscid.
Run "rake install" to install ruby-discid.
Have a look at this example:
require "discid"
discid = DiscID::DiscID.read("/dev/hdc")
puts discid.id
puts discid.submission_url
That‘s basically all you need.