-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (15 loc) · 875 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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