User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.151 Safari/535.19 Build Identifier: Similar to Bug 144227, I'd like to create a tree of directories based on the picture date during import. Something like: [year]/[month]/[day] Currently, Digikam disallows forward slashes (directories) in the import name. Reproducible: Always
If the album name already exists, then it appears digikam will import the photos to the correct directory, however it still will not create the directory (I tested version 3.5.0 and a version from git repo 4.0.0-beta1)
Starting point for fixing this would be ImportUI::createSubAlbum(KUrl& downloadUrl, const QString& subalbum, const QDate& date) or createAutoAlbum() in the same class, in case support for folders should be wanted.
*** This bug has been marked as a duplicate of bug 294602 ***
Fixed with #294602