nathanpeck / exiftool

A Node.js wrapper around exiftool, providing metadata extraction from numerous audio, video, document, and binary filetypes
MIT License
81 stars 26 forks source link

Add an input parameter tags for filtering metadata #2

Closed hiiamyes closed 10 years ago

hiiamyes commented 10 years ago

A array input, tags, is added to the exif.metadata() function, also, test.js is modified.

nathanpeck commented 10 years ago

Alright I just made a few minor changes to allow the "tags" parameter to be optional, so that compatibility is not broken by the release for people who were using the older version, and to add documentation to the README.

I published the new version on NPM as 0.0.3

Enjoy!

hiiamyes commented 10 years ago

Oh oh ~ I forgot to take care about the compatibility ! Thanks for your adjustment !