Skip to content

Repository files navigation

id3-reader

mp3 ID3 reader for Node.js

Build StatusCoverage Statusnpm versionnpm downloadsnpm license

Install

$ npm i id3-reader --save

API

constreader=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

About

mp3 ID3 reader for Node.js

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages