GNOME Bugzilla – Bug 584923
better metadata comment syncing
Last modified: 2009-09-10 20:06:47 UTC
In trunk, the metadata comment / keyword tags are only read in when you click on the image. We should do something more graceful, without slowing things down. The metadata comments should always be shown. The XML files should probably store a timestamp showing when the metadata was last read from exiv2, and automatically read the metadata if the image file mtime is more recent. - Mike
Hi Mike, I totally agree with that. In addition to this, we should keep a cache XML file also for files where comments are empty to avoid useless reads. I will try to do it asap. Regards, Marc
The XML files should probably also cache the exif datetime info, to speed up the sort-by-by-exif-datetime mode in the browser. - Mike
Created attachment 139116 [details] [review] Better metadata comment syncing Hi, This patch does what is described in this bug. It also renames Comments files/methods to ImageMetada as it is now wider than comments. It also simplify the inferface of metadata methods. Marc
Closing as obsolete, due to the work in ext branch.