smarnach / pyexiftool

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Other
270 stars 111 forks source link

Additional common options for initial exiftool call #4

Open halloleo opened 12 years ago

halloleo commented 12 years ago

Another enhancement could be to allow for more options to be passed to the initial "stay-open" call to exiftool. E.g. I'd like to have "-m" always in the mix to omit minor warnings.

smarnach commented 12 years ago

I like this and will include a slightly modified version of the patch you provided.