taglib-ruby icon indicating copy to clipboard operation
taglib-ruby copied to clipboard

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

Results 15 taglib-ruby issues
Sort by recently updated
recently updated
newest added

Hi, I would like to copy all tags from an mp3 file to an m4a (aac) file, including private tags and cover embedded images. How to do it in Ruby?...

I am getting odd segfaults with taglib-ruby 1.1.3, on Linux. I wrote a custom wrapper in Ruby over taglib-ruby to show on the commandline information about a .mp3 file: audiotagreader...

Bump TAGLIB_VERSION in CI build to 2.0. Let's see what happens.

```shell $ sudo apt install libtag1-dev $ gem install taglib-ruby --version '>= 2' 2> taglib.error ``` These are the contents of `taglib.error`: ``` ERROR: Error installing taglib-ruby: ERROR: Failed to...

It would be great if we supported `properties` and `complexProperties`, to allow users of the library to use the unified interface `FileRef` instead of the format-specific APIs, see https://github.com/robinst/taglib-ruby/pull/143#issuecomment-2053594803 See...