talamel

Crates.iotalamel
lib.rstalamel
version0.2.0
sourcesrc
created_at2019-02-14 22:09:57.106467
updated_at2019-02-14 22:09:57.106467
descriptionTALAMEL: TA(g) L(ib) A(bstract) M(etadata) E(xtraction) L(ibrary), a simple C wrapper around taglib, designed for FFI use from rust
homepage
repository
max_upload_size
id114836
size24,793
Adam Harries (AdamHarries)

documentation

README

TALAMEL: TA(g) L(ib) A(bstract) M(etadata) E(xtraction) L(ibrary)

TALAMEL is designed to be a simple abstract interface to the C++ "taglib" library, primarily accessed through the Rust bindings. TALAMEL is built as a C (header) wrapper library around taglib, with the aim of providing an abstract interface to audio metadata. In particular, TALAMEL aims to provide metadata not supplied by taglib's existing C api.

TALAMEL, at present, is not designed to write audio metadata. It is unlikely that it will ever do so. Taglib has a number of bugs that cause issues in some file formats when writing tags, so I would advise anyone wanting to write audio file metadata script existing, well tested, application such as iTunes rather than using a tag library.

Commit count: 0

cargo fmt