[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] libmtag-ruby-0.2.0: music tagging library

Felipe Contreras

6/1/2007 11:27:00 PM

Hi everyone,

This release has a new get_info function that returns the mime-type of the file.

So the client code looks like this:

file = MTag::File.new("song.mp3")
print("%s - %s [%s]\n" % [file.tag.artist, file.tag.title, file.get_info])

And it returns "artsist - title [audio/mpeg]".

Also some bugfixes.

Cheers:
http://code.google.com/...

--
Felipe Contreras