G
Giles Bowkett
There's a nifty gem called MP4Info which enables you to get ID3-style
metadata from non-MP3 files, such as AAC files. It's dag gol darn
usefulness and then some, but my attempts at requiring it were
troubled.
This works:
sudo gem install MP4Info
This works:
require '/opt/local/lib/ruby/gems/1.8/gems/MP4Info-0.3.1/lib/mp4info'
These don't:
sudo gem install mp4info
require 'mp4info'
require 'MP4Info'
require 'MP4Info-0.3.1'
require 'MP4Info-0.3.1/lib/mp4info'
Besides a test script and a few bits of test data, .wav files etc.,
mp4info.rb is basically the only file in the gem. Is there anything
obvious I'm missing here?
--
Giles Bowkett
Podcast: http://hollywoodgrit.blogspot.com
Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org
Tumblelog: http://giles.tumblr.com
metadata from non-MP3 files, such as AAC files. It's dag gol darn
usefulness and then some, but my attempts at requiring it were
troubled.
This works:
sudo gem install MP4Info
This works:
require '/opt/local/lib/ruby/gems/1.8/gems/MP4Info-0.3.1/lib/mp4info'
These don't:
sudo gem install mp4info
require 'mp4info'
require 'MP4Info'
require 'MP4Info-0.3.1'
require 'MP4Info-0.3.1/lib/mp4info'
Besides a test script and a few bits of test data, .wav files etc.,
mp4info.rb is basically the only file in the gem. Is there anything
obvious I'm missing here?
--
Giles Bowkett
Podcast: http://hollywoodgrit.blogspot.com
Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org
Tumblelog: http://giles.tumblr.com