3 Commits

Author SHA1 Message Date
jasper
1ab9484b11 update to ruby-taglib-0.7.1 2015-12-29 08:28:32 +00:00
jeremy
521cf3cfd9 Update to taglib 0.7.0 2015-07-26 03:18:00 +00:00
jeremy
dd1aefc4bd Import ruby-taglib 0.6.0.
taglib-ruby is based on the excellent TagLib C++ library, which is
fast, full-featured and mature.

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.

taglib-ruby currently supports the following:

* Reading/writing common tag data of all formats that TagLib supports
* Reading/writing ID3v1 and ID3v2 including ID3v2.4 and Unicode
* Reading/writing Ogg Vorbis comments
* Reading/writing MP4 tags (.m4a)
* Reading audio properties (e.g. bitrate) of the above formats

OK jasper@
2014-05-28 21:59:41 +00:00