Skip to main content

read_track_metadata

Function read_track_metadata 

Source
pub fn read_track_metadata(path: &Path) -> MtagResult<TrackMetadata>
Expand description

Reads the tag metadata needed by the planner from one audio file.

ยงErrors

Returns MtagError::ReadMetadata if Lofty cannot parse the file and MtagError::MissingTags when the file contains no readable tag block.