Skip to content

Releases: savonet/ocaml-metadata

ocaml-metadata 0.3.2

Choose a tag to compare

@toots toots released this 04 Jan 21:02

0.3.2 (2025-01-04)

  • Improve mp4 parsing (#7).
  • Add support for pdf metadata (#8)

ocaml-metadata 0.3.1

Choose a tag to compare

@toots toots released this 01 Apr 19:48

0.3.1 (2024-04-01) 🃏

  • Add support for ogg/flac metadata.

ocaml-metadata 0.3.0

Choose a tag to compare

@toots toots released this 24 Mar 16:43

0.3.0 (2024-03-24)

  • Add basic example.
  • Add optional custom parser argument to override the default parsing mechanism.
  • Add binary format for encoding frames.
  • Update default metadata mappings to follow musicbrainz's picard mapping.
  • Add MIME module to guess MIME type of files (#4).
  • Generic RIFF format parser, adds support for wave files (#6).

ocaml-metadata 0.2.0

Choose a tag to compare

@toots toots released this 01 Jul 21:35

0.2.0 (2023-07-01)

  • Add support for FLAC.
  • id3v2: use "bpm" instead of "tempo".
  • id3v2: convert "tlen" to "duration".
  • id3v2: implement partial support for rendering.
  • Fix charset conversion from utf16.
  • Fixed MP4 parsing.

ocaml-metadata 0.1.0

Choose a tag to compare

@toots toots released this 09 Feb 00:43

0.1.0 (2023-02-08)

  • Initial release.