Module | ID3Lib |
In: |
lib/id3lib.rb
lib/id3lib/accessors.rb lib/id3lib/info.rb |
This module includes all the classes and constants of id3lib-ruby. Have a look at ID3Lib::Tag for an introduction on how to use this library.
VERSION | = | '0.5.0' | ||
V1 | = | 1 | ID3 version 1. All V constants can be used with the methods new, update! or strip! of ID3Lib::Tag. | |
V2 | = | 2 | ID3 version 2 | |
V_NONE | = | 0 | No tag type | |
V_ALL | = | 0xff | All tag types | |
V_BOTH | = | V1 | V2 | Both ID3 versions | |
NUM | = | 0 | ||
ID | = | 1 | ||
DESC | = | 2 | ||
FIELDS | = | 3 |