[ANN] libmtag-ruby-0.1.0: simple music tagging library

  • Thread starter Felipe Contreras
  • Start date
F

Felipe Contreras

Hi everyone,

I just released the first version of this new project which aims to
provide library for music tagging with the simplest yet useful API.

It's done in C, and basically it's a wrapper around taglib, so it
supports the same formats: ID3v1, ID3v2 for MP3 files, Ogg Vorbis and
FLAC files.

Of course, bindings for Ruby and... *cough* Python *cough* are provided.

The client code looks like this:

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

I hope you like it:
http://code.google.com/p/libmtag/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top