Replies: 1 comment 1 reply
-
I found the features of this fork extremely interesting... @alanlgardner 's fork had overloaded the += and -= assignment operators and a bunch of other special stuff to make it easier to work with tags directly as objects! https://github.com/alanlgardner/pyexiftool/blob/master/exiftool.py I had kinda thought about that recently. What if I could queue up tag editing and then do the disk writes all at once? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In an effort to see where the community has taken PyExifTool before I forked my copy, I've now looked through all 93 forks (at the time of writing) and going to see what people have done with it. I'll probably have some discussion topics as to whether or not to include certain features from forks.
But given the current branch which makes PyExifTool really extensible, I might be able to include a lot more features without breaking any users (at least when everyone is on 0.5.x and above)
Beta Was this translation helpful? Give feedback.
All reactions