Skip to content

Releases: Borewit/music-metadata

Hardening Ogg parsing

03 Mar 13:42
Compare
Choose a tag to compare

Address issue #62: "FourCC contains invalid characters"

Fix multiple issues in ASF parser

02 Mar 20:28
Compare
Choose a tag to compare
  • issue #57: embedded picture data, from a wma audio file, is accessible via the common metadata interface
  • Fixed extended header iteration, causing potential headers (atoms) to be skipped.
  • issue #61: correction ASF Compatibility GUID (had no runtime impact)

Fix RIFF-header & empty peak-volume

02 Mar 08:08
Compare
Choose a tag to compare

Fixes:

  • #56 mp3 parsing results in 'RangeError: Index out of range', caused by empty PeakVolume tag
  • #59 Bug in RIFF header decoding

Handle slash value separator according to ID3v2.3 specification

24 Feb 13:30
4f43a8e
Compare
Choose a tag to compare

Moved special tag handling to native-tag-implementation

18 Feb 17:02
26b5895
Compare
Choose a tag to compare
Merge pull request #51 from Borewit/refactor/generic-tag-mapping

Refactor/generic tag mapping: Distribute mapping functionality among tag-format implementations.

Fix comment mapping

17 Feb 18:33
Compare
Choose a tag to compare
  • Fix issue #50: Mapping ID3v2 comment mapping
  • Fix reading iTunes/MP4/©cmt (comment field)
  • Map iTunes/MP4/'----:com.apple.iTunes:NOTES' to comments
  • Update dependencies

Remove unused dependency

06 Feb 14:50
Compare
Choose a tag to compare

Minor code style changes

Fix compatibility with readable-stream

05 Feb 19:13
Compare
Choose a tag to compare

Added Ogg/Opus support

04 Feb 14:20
Compare
Choose a tag to compare

Refactored Ogg parser to send Ogg pages instead of stream to the underlying coded (currently Vorbis & Opus).
Addresses issue #47.

Fix UTF-8 decoding in ogg vorbis tags

22 Jan 20:18
Compare
Choose a tag to compare