I’m currently moving my workflow from Lightroom to Darktable. I used to have my entire Lightroom library on an external drive, so I could move between multiple computers.
In my darktablerc, I found the option to configure the library path:
Is there a way to solve this, e.g. by specifying a root directory in the darktablerc and storing filmroll paths relative to that in the library?
(If I’m sharing the library between two Linux computers, I can ensure that the mount path stays the same, but that won’t work when moving between a Linux and a Windows machine.)
If you are on the same OS then symlinks work so that DT thinks the location is the same. Not sure moving between OS with the different files systems…I do move between computers but I don’t bother with a library. I start DT with the Memory option so a temp virtual library for that session that gets erased and I just rely on the xmp files for what I need. Your situation might be what the local sync is in place to try to handle but again not sure about this between OS?? https://www.darktable.org/usermanual/en/local_copies.html
Thanks @priort. Symlinks work for Linux (and macOS), but not when sharing a library with Windows. I’d like to be able to share the list of filmrolls as well as tags between multiple computers, if possible.
I wonder if it would be possible to specify a root directory in darktablerc, and then store filmroll paths relative to that if the filmroll path is a subdirectory of the root directory.
If something like that isn’t possible yet, I might try to come up with a pull request containing this functionality. However, first ist would be good to hear the thoughts of a developer. Do DT developers frequent this forum?