stream-id3
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Stream ID3

A fast & easy-to-use library for reading ID3.

Demo

const {readId3} = require('stream-id3');
 
readId3('music.mp3', ['TIT2', 'TPE1']).then(frames => {
    console.log({
        artist: frames.get('TPE1').value,
        title: frames.get('TIT2').value
    });
});

Installation

npm install stream-id3

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    3
  • 2.0.0
    2
  • 1.0.3
    1
  • 1.0.0
    2

Package Sidebar

Install

npm i stream-id3

Weekly Downloads

6

Version

2.0.1

License

none

Last publish

Collaborators

  • trusted.tomato