No description
Find a file
Serial bc0c246dbf Add format specific tag structs
This allows for the use of format-specific elements, such as ID3v2 frame headers
2021-11-21 15:18:19 -05:00
.github Fix mistake 2021-07-19 12:52:25 -04:00
benches Start work to parse mp4 atoms 2021-09-01 17:23:50 -04:00
ogg_pager Update dependencies 2021-09-02 20:22:05 -04:00
src Add format specific tag structs 2021-11-21 15:18:19 -05:00
tests Add format specific tag structs 2021-11-21 15:18:19 -05:00
.gitignore Add Cargo.lock to gitignore 2021-07-19 12:47:18 -04:00
Cargo.toml Add format specific tag structs 2021-11-21 15:18:19 -05: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 format specific tag structs 2021-11-21 15:18:19 -05:00
rustfmt.toml Initial work 2021-04-02 20:47:44 -04:00

Lofty

GitHub Workflow Status Downloads Version Documentation

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 (Read only), 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, m4r, m4v, 3gp X X iTunes-style ilst
Opus opus X X Vorbis Comments
Ogg Vorbis ogg X X Vorbis Comments
WAV wav, wave X X ID3v2, RIFF INFO

Documentation

Available here

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.