Bruce Jackson

Results 14 comments of Bruce Jackson

One thing I would do is increase the row height for people tags when a person's thumbnail is displayed. I don't like the face being cut off. Any ideas, on...

I don't think reading sidecar data within Gramps will be possible. I don't see any methods in GExiv2 (https://lazka.github.io/pgi-docs/GExiv2-0.10/classes/Metadata.html). Though it does have the ability to save to sidecar files....

> treeview.set_fixed_height_mode(False) Thanks, Nick. That will get me started. It works on the first image, but once the row height is expanded that row height remains expanded until I restart...

Thanks, I've fixed what I broke with this commit 9700ac9. You should be able to get the latest version and be running again.

Thank you for the feedback and help! On Sat, 19 Mar 2022, at 18:21, Nick Hall wrote: > > > ***@***.**** commented on this pull request. > > > In...

> Can we have an option to display the user-friendly tag names that the previous version had? What do you think about showing the namespace and the user-friendly label rather...

> Do you also have time to add a region to one of our example files? The "Yawn" image already has some Exif tags, but you could choose another image...

I'm questioning if my proposed change should go forward, given the different approach (and better approach) that is being taken by @metadata in the DisplayMetadata plugin - https://gramps.discourse.group/t/0012219-expand-imagemetadata-gramplet-to-support-xmp-and-iptc-metadata-tags/1240/34?u=ebj075. If the...

Yes - that's fine. On Tue, 4 Jul 2023, at 18:03, Nick Hall wrote: > > >> I'm questioning if my proposed change should go forward, given the different approach...

Another option could be to create a new configuration variable: MEDIA_PATH_WINDOWS = True; Backslash are directories and need to be converted MEDIA_PATH_WINDOWS = False; Carry on with existing logic. Or,...