ArtistLink / id3_tags

Ruby gem to read and write ID3 metadata from/to MP3 files
MIT License
6 stars 5 forks source link

Check version of taglib using `taglib-config --version` #1

Closed claudiob closed 11 years ago

claudiob commented 11 years ago

When the C library Taglib is installed, taglib-config --version can be called to know the version of the library.

This can be used to enforce TagLib >= 1.7.2, instead than just specifying this in the README