[DRE-maint] mahoro / ruby-taglib

Romain Francoise rfrancoise at debian.org
Tue Aug 14 19:11:13 UTC 2007


(Please CC me on replies, I'm not subscribed.)

I'm looking for someone to take over two of my packages: mahoro and
ruby-taglib.  Would it be feasible to transfer ownership over to the
team?

mahoro is a Ruby interface to libmagic (http://mahoro.rubyforge.org/):

irb(main):027:0> require 'mahoro'
=> true
irb(main):028:0> Mahoro.new.file('/tmp/1.mp3')
=> "Audio file with ID3 version 23.0 tag, MP3 encoding"
irb(main):029:0>

ruby-taglib is (surprise!) a Ruby interface to taglib:

irb(main):031:0> require 'taglib'
=> true
irb(main):032:0> f = TagLib::File.new('/tmp/1.mp3')
=> #<TagLib::File:0x2b39cd64d160 @file=#<DL::PtrData:0x69cd70
   ptr=0x6fc450 size=0 free=0x0>, @path="/tmp/1.mp3">
irb(main):033:0> f.artist
=> "My Brightest Diamond"
irb(main):034:0> f.album
=> "Bring Me the Workhorse"
irb(main):035:0>

Thanks,

-- 
  ,''`.
 : :' :        Romain Francoise <rfrancoise at debian.org>
 `. `'         http://people.debian.org/~rfrancoise/
   `-



More information about the Pkg-ruby-extras-maintainers mailing list