package metadata

  1. Overview
  2. Docs

Module Metadata.ID3Source

ID3v1 and ID3v2 metadata.

Sourceval parse : Reader.t -> (string * string) list
Sourceval parse_file : ?custom_parser:custom_parser -> string -> (string * string) list