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

It doesn't read the title from MP4/M4A files

Open educobuci opened this issue 11 years ago • 1 comments

There is a bug in mp4info 1.7.3 that makes it don't read the title (NAM tag) from a MP4/M4A file. Looks like the problem only occurs in Ruby 1.9. This repo github.com/arbarlow/ruby-mp4info contains version that works in Ruby 1.9 so it would be great to use this instead of the original one.

educobuci avatar Mar 13 '13 15:03 educobuci

The fork mentioned is now the official repository, so I've opened https://github.com/arbarlow/ruby-mp4info/issues/9 asking them to publish an update to resolve this.

In the meantime this can be worked around by requiring the fork in your Gemfile, e.g.

gem "ruby-audioinfo", "~> 0.5.2", require: "audioinfo"
gem "mp4info", github: "arbarlow/ruby-mp4info"

jaredmoody avatar Dec 29 '20 07:12 jaredmoody