Module: ID3Lib

Defined in:
lib/id3lib.rb,
lib/id3lib/info.rb,
lib/id3lib/accessors.rb

Overview

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.

Defined Under Namespace

Modules: Accessors, Frame, Info Classes: Tag

Constant Summary collapse

VERSION =
'0.6.0'
V1 =

ID3 version 1. All V constants can be used with the methods new, update! or strip! of ID3Lib::Tag.

1
V2 =

ID3 version 2

2
V_NONE =

No tag type

0
V_ALL =

All tag types

0xff
V_BOTH =

Both ID3 versions

V1 | V2
NUM =
0
ID =
1
DESC =
2
FIELDS =
3