On Mon, Jul 29, 2013 at 9:22 AM, Francois Connetable <[email protected]> wrote: > Hello Everyone, > [...] > I tried to do this in darktable expressing the import path with the > variables $(EXIF_YEAR)/$(EXIF_MONTH)/... much like I do for export. But it > looks like Darktable is valuing the data *once* using the current system > time, and does import all images in the same place. If darktable could > evaluate the import path image by image, using the EXIF, that would really > help make the import feature shooter friendly :-)
It is a desired functionality that can't be implemented right now because libgphoto2 doesn't support reading exif data from images that is "downloading". To be able to do what you desire we should copy the image to a temporary folder, read the exif data and then move it to its final destination. It can be done, but we need time and someone willing to spend time on that workaround. -- José Carlos García Sogo [email protected] ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
