Hi, Am I correct to assume that I will need to edit line digikam/database/scancontroller.cpp:515 like this: - if (!d->scanTasks.contains(path)) + if (!d->scanTasks.contains(path) && !path.contains("@eadir")) To fix the bug ? Regards, Amilcar Lucas