Open vredesbyyrd opened 1 month ago
Several years ago Aurelien talked about a collaborative workflow where the photographer would attach notes/color labels/ratings/etc to pictures, then bundle the whole thing up and send it to another person to "finish" the images according to the instructions.
I did some work on that, but most of the concentration was on the packaging/unpackaging to get the information and images transferred. I did create some information and attach it, but I would have to go back and see what I did and what my thought process was.
Having said all that I think this is doable (at first glance) with a lua script. I wouldn't store the information in the XMP file because it would probably get overwritten. Storing the information in a md file with the images or in a subdirectory under would work. Spawning a web editor process isn't hard (add a shortcut), but I'm not sure how difficult it would be getting the web editor to use a specific local file.
Hi,
Aurelien has an issue open for ansel considering this feature. I personally believe it would be extremely useful in Darktable. As an ugly workaround I have kept a markdown file containing
filename -> note
, which is pretty messy. To quote the original issueDo you think something along these lines could be implemented with a lua script? I do not expect anyone to do it, I'm more so opening this for discussion, ideas and thoughts from the community.
Thanks for your time!