Posted By: Chris Tessmer
Date: 2005-09-05 15:33
Summary: Native Ruby id3v2 libs?
Project: MP3 Retracker

It turns out that MP3 Retracker was briefly discussed on the ruby-talk mailing list last month. Unfortunately, it fell short of what the posters needed because it doesn't support tagging within Ruby itself (currently it's just a wrapper for the linux-based id3v2 executable).

Doh! Why doesn't someone TELL me these things? The first thing I ever wrote in Ruby was an id3v2 tagger! The kicker is, it didn't work properly (with TXXX tags in particular)- but if there's enough interest I'll dig it up and finish it.

However, it would be way easier just to use someone else's finished id3v2 tagging library (hence the current wrapper). I haven't been able to find anything in pure Ruby that supports both reading and writing, though.

SO: If anyone knows of a fully functional native Ruby id3v2 library, I'd appreciate it if you'd let me know (because then I won't need to write one).

Latest News
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08

 

Forums | Admin

Discussion Forums: native-ruby-id3v2--libs-

Start New Thread Start New Thread

 

By: Tomasz Muras
RE: Please do dig it up! [ reply ]  
2008-02-15 14:22
Well, I've your conversation while looking for the same.
It has been 2 years ago - did you find anything? :)

By: Nicholas Hilem
RE: Please do dig it up! [ reply ]  
2006-02-17 21:24
I second digging it up. I would be also be very interested in a pure ruby reading and writing of id3v2 tags.

By: Andy McCown
Please do dig it up! [ reply ]  
2005-11-20 14:22
I've been looking for a native ruby id3v2 tagger, and haven't been able to find one. A number of options available if you want to _read_ tags, but nothing to write them. I'm also not the person talking about it on the ruby-talk list, so there are others interested as well...