You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, thanks. I considered a similar solution early on but
decided that I could not count on commands going to exiftool sequentially.
Additional calls could be made in closure statements etc.
This was the easiest solution at the time. Could be reworked to use a
streaming
protocol but again you have the headache of sequencing the calls and
associated output.
So when you call sendCommands it returns a reference to the promise
created for the results of that particular command.
On Fri, Jan 29, 2016 at 4:28 PM, Jérémy Lal [email protected]
wrote:
This will remove a huge block of code from your module...
That one seems fairly recent:
https://github.com/fent/node-jstream
The text was updated successfully, but these errors were encountered: