Open nikhilm opened 12 years ago
So that something like the following can be done:
taglib.addResolvers(function(fn, cb) { // long I/O op fs.readFile(fn, function(err, data) { cb('mp3'); } }
So that something like the following can be done: