Skip to content

magicdawn/node-id3-reader

Repository files navigation

id3-reader

mp3 ID3 reader for Node.js

Build Status Coverage Status npm version npm downloads npm license

Install

$ npm i id3-reader --save

API

const reader = require('id3-reader')

reader(filename | fd).then(info => {
  // blabla
})

resolved info

  • singer: extracted from TPE1
  • title: extracted from TIT2
  • album: extracted from TALB
  • raw: the raw ID3 info

Changelog

CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org