Taglib-ruby 0.3.0 "Snoop Ogg"

Hi there,

I’m pleased to announce version 0.3.0 of taglib-ruby, jokingly
code-named “Snoop Ogg”.

taglib-ruby is a Ruby interface for the excellent TagLib C++ library. In
contrast to other bindings, this one wraps the full C++ API, not only
the minimal C API. This means that all tag data can be accessed, e.g.
cover art of ID3v2 or custom fields of Ogg Vorbis comments.

Changes since last announced release (0.1.1):

0.3.0 (2012-01-02)

  • Add support for Ogg Vorbis
  • Add support for ID3v1 (#2)
  • Add #close to File classes for explicitly releasing resources
  • Fix compilation on Windows

0.2.1 (2011-11-05)

  • Fix compilation error due to missing typedef on some systems (#5)

0.2.0 (2011-10-22)

  • API documentation
  • Add support for:
    • TagLib::AudioProperties and TagLib::MPEG::Properties (#4)
    • TagLib::ID3v2::RelativeVolumeFrame

Please see the website for installation instructions and examples:

GitHub - robinst/taglib-ruby: Ruby interface for the TagLib C++ library, for reading and writing meta-data (tags) of many audio formats

Full API documentation:

File: README — Documentation for taglib-ruby (1.1.3)

Feedback (via github issues, e-mail) and contributions are very welcome!

Regards,
Robin S.
(Author of id3lib-ruby and taglib-ruby)

Hi there,

I’m pleased to announce version 0.4.0 of taglib-ruby!

taglib-ruby is a Ruby interface for the excellent TagLib C++ library. In
contrast to other bindings, this one wraps the full C++ API, not only
the minimal C API. This means that all tag data can be accessed, e.g.
cover art of ID3v2 or custom fields of Ogg Vorbis comments.

Changes since last announced release (0.3.0):

0.4.0 (2012-03-18)

  • Pre-compiled binary gem for Windows (Ruby 1.9) with TagLib 1.7.1
  • Unicode filename support on Windows
  • Add open class method to FileRef and File classes (use it
    instead of new and close):
title = TagLib::FileRef.open("file.mp3") do |file|
  tag = file.tag
  tag.title
end

0.3.1 (2012-01-22)

  • Fix ObjectPreviouslyDeleted exception after calling
    TagLib::ID3v2::Tag#add_frame (#8)
  • Make installation under MacPorts work out of the box (#7)

Please see the website for installation instructions and examples:

http://robinst.github.com/taglib-ruby/

Full API documentation:

\n File: README\n \n — Documentation for taglib-ruby (1.1.3)\n \n

Follow @taglib_ruby on Twitter for updates:

https://twitter.com/taglib_ruby

Feedback (via github issues, e-mail) and contributions are very welcome!

Regards,
Robin S.
(Author of id3lib-ruby and taglib-ruby)

Hi there,

I’m pleased to announce version 0.5.0 of taglib-ruby!

taglib-ruby is a Ruby interface for the excellent TagLib C++ library,
for reading and writing meta-data (tags) of many audio formats.

In contrast to other bindings, this one wraps the full C++ API, not only
the minimal C API. This means that all tag data can be accessed, e.g.
cover art of ID3v2 or custom fields of Ogg Vorbis comments.

Changes since last announced release (0.4.0):

0.5.0 (2012-04-15)

  • Add support for FLAC
  • Fix problem in SWIG causing compilation error on MacRuby (#10)

Please see the website for installation instructions and examples:

http://robinst.github.com/taglib-ruby/

Full API documentation:

File: README — Documentation for taglib-ruby (1.1.3)

Follow @taglib_ruby on Twitter for updates:

https://twitter.com/taglib_ruby

Feedback (via github issues, e-mail) and contributions are very welcome!

Regards,
Robin S.
(Author of id3lib-ruby and taglib-ruby)