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

Broken link to docs in README #39

Open martimpassos opened 2 years ago

martimpassos commented 2 years ago

Should point to https://smarnach.github.io/pyexiftool/

sylikc commented 2 years ago

Duplicate of #36 . smarnach no longer maintains this project. I'm on the most active fork at the moment

sylikc commented 2 years ago

@martimpassos I've updated my latest version to the refactored Python3 version v0.5.0. Should be easier to use, especially in your use case https://github.com/smarnach/pyexiftool/issues/38 ... you don't have to worry about using bytes and encoding params yourself! Some features have been jumbled around a bit. Can you review the newly updated documentation and see if it is coherent?

https://sylikc.github.io/pyexiftool/

(Please review and discuss on that issue thread if you can https://github.com/sylikc/pyexiftool/issues/28)