audio_metadata_reader 0.0.9 copy "audio_metadata_reader: ^0.0.9" to clipboard
audio_metadata_reader: ^0.0.9 copied to clipboard

A metadata reader for audio files. Support ID3, Vorbis comments and ILST itunes

0.0.9 #

  • Fix ID3v2: The lyrics are decoded with the correct encoding
  • Fix ID3v2: Some metadata were wrong when we didn't fetch the image. The buffer wasn't read/skipped

0.0.8 #

  • Fix : MP4 day is parsed correctly
  • Fix : The Buffer skip function is skipping correctly
  • Some basic refactoring

0.0.7 #

BREAKING CHANGE #

  • readMetadata is now synchronous. You may remove some Future.wait()
  • InvalidTag class has beem removed and replace with a real exception MetadataParserException
  • Remove the writers. They are not working

Other #

  • Performance improvement : 70% faster by using sync IO operations and a File Buffer to read files
  • Support ID3v1

0.0.6 #

  • Fix : the MP4 duration was not accurate (#9). Thanks to @PKiman

0.0.5 #

  • A reference to the file is returned with the metadata

0.0.4 #

  • Update docs : show what format can be read and written
  • Add tests to the projects
  • Fix : mp3 can retreive total discs
  • Fix : mp4 can retreive lyrics/genre/samplerate/total tracks/total discs
  • Fix : OGG and OPUS can retreive lyrics

0.0.3 #

  • Remove dependencies to Flutter
  • add support for OPUS and OGG

0.0.2 #

  • FIX : read correcly a FLAC track. A mistake in the mask was missing the metadata
  • FIX : compute correctly the duration of a MP3 track with Variable Bit Rate (VBR)

0.0.1 #

  • Release of the first version
17
likes
140
pub points
84%
popularity

Publisher

unverified uploader

A metadata reader for audio files. Support ID3, Vorbis comments and ILST itunes

Homepage
Repository (GitHub)
View/report issues

Topics

#audio #metadata #parser #music #song

Documentation

API reference

License

MIT (license)

Dependencies

charset, intl, mime

More

Packages that depend on audio_metadata_reader