README.md

Path: README.md
Last Update: Tue Aug 14 11:13:47 +0000 2012

taglib-ruby

=====

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

In contrast to other libraries, 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 is work in progress, but the following is already available:

  • 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 audio properties (e.g. bitrate) of the above formats

Some things are still left to do (contributors very welcome):

  • More coverage of the library

[![Build status][travis-img]][travis-link]

[![flattr this project][flattr-img]][flattr-link]

Installation

[Validate]