sylikc / pyexiftool

PyExifTool (active PyPI project) - A Python library to communicate with an instance of Phil Harvey's ExifTool command-line application. Runs one process with special -stay_open flag, and pipes data to/from. Much more efficient than running a subprocess for each command!
Other
148 stars 19 forks source link

README - outdated example #49

Closed neomafo88 closed 2 years ago

neomafo88 commented 2 years ago

https://github.com/sylikc/pyexiftool/blob/master/README.rst (v0.1) ~et.get_metadata(files)~ (v0.5.3) et.execute_json(files)[0]

sylikc commented 2 years ago

Actually it is valid... See issue #45 and issue #41 for more information.

It is in ExifToolHelper()