You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to start darktable on the command line with a directory name to import new images in subdirectories. This was a simple way to import all new images in the directory hierarchy of my library.
Now darktable ignores new images in subdirectories.
4.8.0 is fine, 4.8.1 had a crash issue (see #17233). I backported a fix for the crash to 4.8.1, but the recursive import using the command line is still broken. Now I tried git master (d267260) and have the same issue.
Steps to reproduce
mkdir -p foo/bar
copy some images to bar directory, so that there is foo/bar/<images>
In a terminal, invoke the command darktable foo
check if the images in foo/bar are imported (they are not)
In a terminal, invoke the command darktable foo/bar
check if the images in foo/bar are imported (they are now imported)
Up to 4.8.0, darktable imported the new images in foo/bar in step 3. With git master, this does not work anymore.
Expected behavior
darktable should import the new images in foo/bar in step 3.
Hmm, commandline import has never been recursive for me, all the way back to 1.4.... But I also never do recursive imports from the GUI.
I would suggest checking the value of ui_last/import_recursive in darktablerc. If it's FALSE, try changing it to TRUE and see if that gives you a recursive import. A quick scan of the code indicates that commandline import obeys that setting.
Try clicking on the reset button for the "collection filters" module after a commandline import. It has a bug where it can cause images not to show on the lighttable even though they have been successfully imported.
Describe the bug
I used to start darktable on the command line with a directory name to import new images in subdirectories. This was a simple way to import all new images in the directory hierarchy of my library.
Now darktable ignores new images in subdirectories.
4.8.0 is fine, 4.8.1 had a crash issue (see #17233). I backported a fix for the crash to 4.8.1, but the recursive import using the command line is still broken. Now I tried git master (d267260) and have the same issue.
Steps to reproduce
mkdir -p foo/bar
foo/bar/<images>
darktable foo
foo/bar
are imported (they are not)darktable foo/bar
foo/bar
are imported (they are now imported)Up to 4.8.0, darktable imported the new images in
foo/bar
in step 3. With git master, this does not work anymore.Expected behavior
darktable should import the new images in foo/bar in step 3.
Logfile | Screenshot | Screencast
No response
Commit
No response
Where did you obtain darktable from?
downloaded from www.darktable.org
darktable version
git master d267260
What OS are you using?
Linux
What is the version of your OS?
Debian unstable
Describe your system?
Debian unstable, darktable from git master at commit d267260
Are you using OpenCL GPU in darktable?
Yes
If yes, what is the GPU card and driver?
RX5600 XT
Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip
No response
The text was updated successfully, but these errors were encountered: