Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
native Ruby ID3 tag library, which does not depend on architecture-dependent C-libraries. It supports reading and writing ID3-tag versions 1.0, 1.1, and 2.2.x, 2,3.x, 2,4.x Author: Tilo Sloboda <MyFristname.MyLastname At Google> Home Page: http://www.unixgods.org/~tilo/Ruby/ID3 Download: http://www.unixgods.org/~tilo/Ruby/ID3.tar.gz License: http://www.unixgods.org/~tilo/artistic-license.html RAA: http://raa.ruby-lang.org/project/id3tag/ RubyForge: http://rubyforge.org/projects/id3/ GitHub: https://github.com/tilo/ID3 NOTE: Initial release was 12 Oct 2002 NOTE: With the major changes in Ruby 1.9's IO class, the low-level IO has gotten much harder to accomplish. With the Ruby 1.9 IO class all reads return strings, and no longer the integers representing the bytes. I'm working on a re-write.. ping me if you want to help