Me too. `tagim` displays all the tags each time you tag on an image, whether or not you added tags. That's why I report so many bugs on pyexiv2 (and sometimes invalid bug reports that are my fault)--I use tagim dozens of times a day on images from a variety of cameras and sometimes print tags as ASCII strings that nobody else bothers with. To get a more concise "diff" just read, write, and re-read and do something like print ['%s: %s != %s"%(k,v,dict2[k]) for k,v in dict1.items() if k in dict2 and dict2[k]!=dict1[k]] on the dicts from before and after the save. --H
On Fri, Jun 22, 2012 at 12:32 PM, Dan Christian <[email protected]>wrote: > One question related to tagboy and pyexi2. I want to enable write > operations, but I'm a tad paranoid. > > Is there a way to see if the tags have actually changed? > > Is there way to hook in a backup operation before the file is written? > > -Dan > > On Mon, Jun 18, 2012 at 1:40 AM, Olivier Tilloy <[email protected]> > wrote: > > Dan Christian a écrit : > >> So I wrote 'tagboy' (the tag wrangler), which does grep/find like > >> thing on image tags. > > _______________________________________________ > Mailing list: https://launchpad.net/~pyexiv2-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~pyexiv2-developers > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~pyexiv2-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~pyexiv2-developers More help : https://help.launchpad.net/ListHelp

