Crate opusmeta

Source
Expand description

opusmeta is a Rust crate for reading and writing metadata from opus files.

See the read_tags example file for basic usage.

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

For reading and writing picture data, opusmeta uses the METADATA_BLOCK_PICTURE proposal, which is supported by common players like ffmpeg and vlc.

Modules§

iter
Module containing iterator types.
picture
Functions and types related to handling pictures.

Structs§

LowercaseString
A lowercase String. Holds a String internally.
Tag
Stores Opus comments.

Enums§

Error
Error type.

Type Aliases§

Result