LibTagInfo v0.2.0 has been released.
It is a library for reading media metadata (tags).
LibTagInfo is a convenience wrapper for taglib with C and vala bindings.
Features are reading/writing fields like: Artist, Album, Title, Genre,
AlbumArtist, Comments, Disk number, Compilation flag, User labels,
Embedded Images, Lyrics, Audio properties (length, bitrate, samplerate,
channels ...), ...
LibTagInfo is very fast. There is not much overhead coming with this
library, so it reads at almost the same speed as taglib itself, which is
the fastest way around to read tag information.
Additionally, this library offers C and vala bindings that provide a lot
of features that are not available via TagLib's own C bindings (and the
according vala bindings).
Full documentation is available.
Changes for this release
=========================
* Rewrite parts of the C++ API
* Adapt bindings for C and vala
* Support more media file formats
* Access more media tag fields
* Check for open file
* Avoid code duplications
* Opus file support (with taglib >= 1.9)
* Add documentation
* Bug fixes
You can download the new version here:
https://bitbucket.org/shuerhaaken/libtaginfo/downloads
Ubuntu ppa:
https://launchpad.net/~shkn/+archive/xnoise
Thanks to helpers and bug reporters (also helpers)!