Project

id3

0.02
Low commit activity in last 3 years
A long-lived project that still receives updates
ID3 is a native ruby library for reading and writing ID3 tag versions 1.0, 1.1, and 2.2.x, 2,3.x, 2,4.x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

ID3

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

Initial release was 12 Oct 2002

The library uses Metaprogramming at it's core - see ./lib/id3/frame.rb

NOTE

the latest version on the trunk is version 1.0.0_pre6 , a pre-release which aims at Ruby 1.9 compatibility.

Author: Tilo Sloboda <MyFristname.MyLastname At GoogleMail>

Home Page: http://www.unixgods.org/Ruby/ID3/docs/index.html

Comparison of different ID3 Standards: http://www.unixgods.org/Ruby/ID3/docs/ID3_comparison.html

Wikipedia: https://en.wikipedia.org/wiki/ID3

License: http://www.unixgods.org/~tilo/artistic-license.html

GitHub: https://github.com/tilo/ID3

RubyForge: http://rubyforge.org/projects/id3/

RAA: http://raa.ruby-lang.org/project/id3tag/ (yes, it's that old :) )

Versions:

  • 1.0.0 (2025-02-02)
  • 1.0.0_pre6 [2012-08-15]
  • 1.0.0_pre5 [2012-08-14]
  • 1.0.0_pre4 [2012-07-17]
  • 0.5.1 (2011-03-31)
  • 0.5.0 (2008-08-18)
  • 0.4.1 (2008-08-17)
  • 0.4.0 (2008-08-16)
  • 0.4 (2004-12-28)
  • 0.3 (2004-12-28)
  • 0.2 (2002-11-06)
  • 0.1 [2002-10-12]