Skip to content

Releases: Borewit/music-metadata

Update dependency then-read-stream

17 Jul 08:58
Compare
Choose a tag to compare
v0.7.8

Bump version to 0.7.8

Moved TypeScript to lib

17 Jul 08:50
Compare
Choose a tag to compare

Updated fs-extra to 4.0.0

Removed dead code

16 Jul 07:34
Compare
Choose a tag to compare

Hopefully this fixes issue #18

Added support for: Audio Interchange File Format (AIFF)

10 Jul 18:58
Compare
Choose a tag to compare

Fix parsing MP3 without any tags

09 Jul 08:08
Compare
Choose a tag to compare
  • Fix issue #16: false ID3v1.1 tags return if MP3 provided without any tags
  • Improved ID3v2 MusicBrainz-Picard mappings

Better ASF (WMA) parsing

08 Jul 09:23
Compare
Choose a tag to compare

Improved iTunes/MP4 (.m4a) tag mappings

03 Jul 08:22
Compare
Choose a tag to compare

Renamed iTunes/MP4 native tags from 'm4a' to 'iTunes MP4'; #13.
Combined unit test for MusicBrainz, to test common mapping using various input formats.

skip covers

02 Jul 16:10
Compare
Choose a tag to compare
  • Added option to skip album-art (covers) #11
  • Documented and fixed the native option #12
  • Dropped browser distribution support

File access, promise based, Mocha

28 Jun 18:08
Compare
Choose a tag to compare
  • Enable direct file access in addition to streams. Files have the benefit that it allows random file access (e.g. skip chunks of data) #7.
  • Replace callbacks and events with promises.
  • Make use of unit-test framework, #8.
  • Support M4A/iTunes tags, #13.

Fix memory leak

15 Jun 18:10
Compare
Choose a tag to compare

Ref: pull request #5