opusmeta

Crates.ioopusmeta
lib.rsopusmeta
version1.1.0
sourcesrc
created_at2024-08-18 01:13:26.980962
updated_at2024-08-22 03:51:06.683918
descriptionA Rust crate for reading and writing metadata to opus files
homepagehttps://karx.xyz/projects/opusmeta
repositoryhttps://github.com/karx1/opusmeta
max_upload_size
id1342206
size31,078
Yash Karandikar (karx1)

documentation

README

opusmeta

opusmeta is a Rust crate for reading and writing metadata from opus files, created for the multitag project.

See the read_tags example for basic usage. To run it, type:

cargo run --example read_tags [input_file.opus]

Tag names

Unlike the more structured ID3 format, the Opus spec does not mandate a common set of tag names or values. However, a list of common tag names can be found here.

Commit count: 0

cargo fmt