Node.js wrapper for libmtp. In early stages of development.
See API documentation.
You can find examples in the test/ folder.
All functions can be called asynchronously by using the .async() method. See async.js example.
mtp.LIBMTP_Detect_Raw_Devices.async(rawdevices, numrawdevices, function (err, res) {
});
libmpt must be installed with Homebrew:
brew install libmtp