No description
Find a file
2021-07-31 22:57:08 -04:00
.github Fix mistake 2021-07-19 12:52:25 -04:00
benches Fix feature issue and add AIFF bench 2021-07-07 21:26:30 -04:00
lofty-attr Version bumps 2021-07-31 22:57:08 -04:00
ogg_pager Version bumps 2021-07-31 22:52:11 -04:00
src Add back FLAC tag removal 2021-07-31 22:40:33 -04:00
tests Add APE property reading, remove ape as a dependency 2021-07-31 21:33:52 -04:00
.gitignore Add Cargo.lock to gitignore 2021-07-19 12:47:18 -04:00
Cargo.toml Version bumps 2021-07-31 22:52:11 -04:00
LICENSE-APACHE Change license 2021-04-03 14:56:29 -04:00
LICENSE-MIT Change license 2021-04-03 14:56:29 -04:00
README.md Add APE property reading, remove ape as a dependency 2021-07-31 21:33:52 -04:00
rustfmt.toml Initial work 2021-04-02 20:47:44 -04:00

Lofty

GitHub Workflow Status Downloads Version Documentation

This is a fork of Audiotags, adding support for more file types.

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

Supported Formats

File Format Extensions Read Write Metadata Format(s)
Ape ape X X APEv2, APEv1, ID3v2 (Not officially), ID3v1
AIFF aiff, aif X X ID3v2, Text Chunks
FLAC flac X X Vorbis Comments
MP3 mp3 X X ID3v2, ID3v1, APEv2, APEv1
MP4 mp4, m4a, m4b, m4p, m4v, isom X X Vorbis Comments
Opus opus X X Vorbis Comments
Ogg ogg, oga X X Vorbis Comments
WAV wav, wave X X ID3v2, RIFF INFO

Documentation

Available here

Thanks

These great projects helped make this crate possible.

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.