Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
educobuci opened this issue Mar 13, 2013 · 1 comment
Open

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

educobuci opened this issue Mar 13, 2013 · 1 comment
Labels
Upstream Issues waiting for upstream changes

Comments

@educobuci
Copy link

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.

@jaredmoody jaredmoody mentioned this issue Dec 29, 2020
@jaredmoody
Copy link
Collaborator

The fork mentioned is now the official repository, so I've opened arbarlow/ruby-mp4info#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 jaredmoody added the Upstream Issues waiting for upstream changes label Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream Issues waiting for upstream changes
Projects
None yet
Development

No branches or pull requests

2 participants