0
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted over 12 years ago by Philipp Wolfer
I have released version 0.2 of the somewhat misnamed Ruby bindings for libdiscid. mb-discid, This release adds support for the new ISRC and MCN support of libdiscid 0.3.1. As always you can either install it via Ruby Gems (gem install mb-discid) ... [More] or download source tarballs from Rubyforge [1]. There is also a Debian / Ubuntu package available in my PPA on Launchpad [2] (which includes a recent version of libdiscid, too). I have moved the source to Github [3] and will most likely move the project completely away from Rubyforge in the near future. This version can be compiled against libdiscid >= 0.2.2, but in order to use the new ISRC and MCN features you will need at least libdiscid 0.3.1. [1] https://rubyforge.org/frs/?group_id=3677 [2] https://launchpad.net/~phw/+archive/musicbrainz [3] https://github.com/phw/mb-discid [Less]
Posted about 14 years ago by Philipp Wolfer
MB-DiscID 0.1.5 has been release. It adds support for the get_webservice_url() method and fixes build problems if libdiscid was not installed into /usr/ directly.
Posted about 14 years ago by Philipp Wolfer
RBrainz 0.5.2 has been released. RBrainz is a Ruby library for accessing the MusicBrainz web service. This release mainly fixes the HTTP Digest Authentication for the upcoming MusicBrainz NGS server release. Please note that the new server will ... [More] still support version 1 of the web service as used by RBrainz, but there will be some minor limitations due to the data model changes involved. Unless there are any bugs or incompatibilities this is most likely the last RBrainz release for this version of the web service. As usual you can install RBrainz with Ruby gems (gem install rbrainz). See the links below for direct source downloads and Debian / Ubuntu packages. For more information about RBrainz see the following resources: Homepage: http://rbrainz.rubyforge.org API documentation: http://rbrainz.rubyforge.org/api/ Download: http://rubyforge.org/frs/?group_id=3677 Debian / Ubuntu packages: https://launchpad.net/~phw/+archive/musicbrainz/ Complete changelog: http://rbrainz.rubyforge.org/api/files/CHANGES.html [Less]
Posted about 15 years ago by Philipp Wolfer
Updated Ubuntu packages of mb-discid 0.1.4 are available at https://launchpad.net/~phw/+archive/ppa
Posted over 15 years ago by Philipp Wolfer
Version 0.1.4 of MB-DiscID has been released. MB-DiscID provides Ruby bindings for the MusicBrainz DiscID library libdiscid. It allows you to calculate MusicBrainz DiscIDs from audio CDs which you can use to find the release entry for your CD in the ... [More] MusicBrainz database. This is a stable release. It includes all functions provided by libdiscid 0.1. For an example on how to use MB-DiscID see the API documentation on http://rbrainz.rubyforge.org/mbdiscid/api/ or the file example/discid.rb included in the package. More information: http://rbrainz.rubyforge.org API-Documentation: http://rbrainz.rubyforge.org/mbdiscid/api/ Please note that 0.1.4 is a bugfix release to fix the broken read method in 0.1.3, which was released just a few hours earlier. Changes in this release since 0.1.2: * Added singleton method +sectors_to_seconds+ to convert sectors into seconds * Added method +seconds+ to retrieve disc length in seconds * Added method +track_info+ for accessing more detailed information about tracks * Fixed building with Ruby 1.9 (Mihaly Csomay) [Less]
Posted almost 16 years ago by Philipp Wolfer
RBrainz 0.5.1 has been released. This is a bugfix release which fixes querying for release groups. This functionality was accidentally broken in 0.5.0.
Posted about 16 years ago by Philipp Wolfer
RBrainz 0.5.0 has been released. RBrainz is a Ruby library for accessing the MusicBrainz web service. This release adds support to the latest features of the MusicBrainz server, including release groups, ratings and ISRCs. For more information ... [More] about RBrainz see the following resources: Homepage: http://rbrainz.rubyforge.org API documentation: http://rbrainz.rubyforge.org/api/ Download: http://rubyforge.org/frs/?group_id=3677 [Less]
Posted almost 17 years ago by Philipp Wolfer
RBrainz 0.4.2 has been released. RBrainz is a Ruby library for accessing the MusicBrainz web service. This is a bug fix release mainly fixing the proxy authentication. For more information about RBrainz see the following resources: Homepage: ... [More] http://rbrainz.rubyforge.org API documentation: http://rbrainz.rubyforge.org/api/ Changelog: http://rbrainz.rubyforge.org/api/files/CHANGES.html Download: http://rubyforge.org/frs/?group_id=3677 [Less]
Posted about 17 years ago by Philipp Wolfer
RBrainz 0.4.1 has been released. RBrainz is a Ruby library for accessing the MusicBrainz web service. This is a bug fix release mainly fixing a bug with wrong escaping of special characters in URIs and adding control files for building debian ... [More] packages. For more information about RBrainz see the following resources: Homepage: http://rbrainz.rubyforge.org API documentation: http://rbrainz.rubyforge.org/api/ Download: http://rubyforge.org/frs/?group_id=3677 [Less]
Posted over 17 years ago by Philipp Wolfer
RBrainz now has an Ubuntu package repository on launchpad. This makes it really easy for Ubuntu users to install RBrainz and MB-DiscID and to stay up-to-date when new versions get released. You can browse the repository on ... [More] https://launchpad.net/~phw/+archive. To use the repository add the following line to your sources.list: deb http://ppa.launchpad.net/phw/ubuntu gutsy main [Less]