Module id3::v1v2

source ·
Expand description

Combined API that handles both ID3v1 and ID3v2 tags at the same time.

Enums

  • An enum that represents the precense state of both tag format versions.

Functions

  • Returns which tags are present in the specified file.
  • Attempts to read an ID3v2 or ID3v1 tag, in that order.
  • Ensures that both ID3v1 and ID3v2 are not present in the specified file.
  • Writes the specified tag to a file. Any existing ID3v2 tag is replaced or added if it is not present.