lofty

Crates.iolofty
lib.rslofty
version0.20.1
sourcesrc
created_at2021-04-23 17:36:34.049575
updated_at2024-07-02 20:11:19.136981
descriptionAudio metadata library
homepage
repositoryhttps://github.com/Serial-ATA/lofty-rs
max_upload_size
id388704
size925,268
Alex (Serial-ATA)

documentation

README

Lofty logo

Lofty

Parse, convert, and write metadata to various audio formats.

GitHub Workflow Status Downloads Version Documentation GitHub Sponsors

⚠️ LOOKING FOR HELP WITH DOCUMENTATION ⚠️

I'm looking for help with the refinement of the docs. Any contribution, whether it be typos, grammar, punctuation, or missing examples is highly appreciated!

Supported Formats

See here

Examples

To try them out, run:

cargo run --example tag_reader /path/to/file
cargo run --example tag_stripper /path/to/file
cargo run --example tag_writer <options> /path/to/file
cargo run --example custom_resolver

Documentation

Available here

Benchmarking

There are benchmarks available here. To run them, do:

cargo bench

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 1650

cargo fmt