Skip to content

Releases: Borewit/music-metadata

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

0.6.3: // Fix issue #3, caused by a wrong "this" scope. As a workarround I r…

29 Mar 19:25
Compare
Choose a tag to compare

Fix:

  • uncaught exception (issue #2)
  • drag/drop example (issue #3)