node-taglib icon indicating copy to clipboard operation
node-taglib copied to clipboard

Simple taglib bindings to Javascript using node.js

Results 23 node-taglib issues
Sort by recently updated
recently updated
newest added

Below is the output for the issue: ``` $ taglib-config --version 1.9.1 $ node --version v0.12.0 $ npm install npm WARN engine [email protected]: wanted: {"node":">=0.10.0

When I run npm install taglib I get: ``` daslicht:streams daslicht$ npm install taglib npm WARN package.json [email protected] No repository field. npm WARN package.json [email protected] No repository field. npm http...

I rewrote large parts of your wrapper using the nan abstraction layer. I'm now able to compile and run it on node versions 4.x and 5.x. :-)

for anyone who needs an up to date binding for taglib, I've started one [`here`](https://github.com/voltraco/node-taglib2).

I have started working on a music app recently and wanted to use node 0.11 (I'm using Koa). So I've ported the bindings to use [Nan](https://github.com/rvagg/nan). Tests pass on node...

Hi, I've manually downloaded and installed node-taglib as per the instructions and I tried running the example simple script: :~/src/node-taglib (master %) $ node examples/simple.js 01\ What\'s\ New.mp3 /home/username/src/node-taglib/node_modules/bindings/bindings.js:79 throw...

Thanks for the great library. When will youl support lyrics tags? tks

Thanks for the great library. I am currently writing a review of various nodejs id3 tag libraries and yours is the best performance-wise. However there is one critical feature missing,...

Hi Nikhil, I finally got node-gyp to build taglib and zlib out-of-the-box. You can still use ``` node-gyp configure --taglib=foo ``` to have it use your systemwide version of taglib....

I managed to install the node taglib however... its failing when I try to run it: # /app/noxindrive/node_modules/taglib/node_modules/bindings/bindings.js:79 throw e ^ Error: libtag.so.1: cannot open shared object file: No such...