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

Functions to set/modify tags #3

Open halloleo opened 12 years ago

halloleo commented 12 years ago

Hi smarnach

Like the concept of your wrapper - simple, but effective! And works great for reading tags.

Writing tags is possible via execute, but the parameters for this have to be constructed by hand. I thought of a function like set_tags_batch (and derivatives). Might start writing some. Not sure what to do with errors though.

Cheers, Leo

halloleo commented 12 years ago

I guess I should mark this issue as enhancement - just don't now how to do this on github...

pirxthepilot commented 8 years ago

hello @halloleo @smarnach ,hope you're still active in github :) Could you provide an example on how to write tags via execute? I'm not much of a coder so I can't figure it out on my own. Thanks in advance!