pilla-lib-mp3info
v0.0.4
Published
A very simple wrapper functions to get mp3 inforamtion from native mp3info package.
Downloads
2
Readme
pilla-lib-mp3info
For more information, please visit the githun
NOTE: Please have mp3info
instatlled first.
Steps
- Install mp3info
apt-get install mp3info
npm install pilla-lib-mp3info
- Have code example to get the mp3 info
var mp3info = require('pilla-lib-mp3info');
mp3info(filePath, function(err, data) {
console.log(data);
});