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 "tag" for filtering metadata #1

Closed hiiamyes closed 10 years ago

hiiamyes commented 10 years ago

Hi, i'm new to web development and find this lib is very useful for my project.

Therefore, I wanna add a tag input for the .metadata() function, so that I can just fetch the metadata I need.

If my adjustment for the code is not well, please just point me out, cause this is my first time doing pull request on github, thanks.

nathanpeck commented 10 years ago

Thanks for the pull request. I think this is a great addition. The only thing we need is a working test demonstrating the functionality. If you can add a test to tests/test.js exercising the new tag option then I'll go ahead and merge it in and republish on NPM.

hiiamyes commented 10 years ago

OK~ I'll go for it!