Summary: | New or modified root album folders are always placed into local collections (= Type No 1 in table album roots) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Frank <reher> |
Component: | Setup-Collections | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 7.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | 7.2.0 | |
Sentry Crash Report: | |||
Attachments: | Screenshot from SQL Database |
Description
Frank
2021-02-20 09:59:32 UTC
Created attachment 135955 [details]
Screenshot from SQL Database
I don't know what you are doing You shouldn't change the database directly. Only when you know what you are doing. You can change the collection type in the digiKam settings in the collection setup via the refresh symbol next to the trash icon. Maik It is not enough just to change the type. The identifier and specificPath must have the correct content for the respective collection type. For a local collection e.g. a drive UUID etc. Maik (In reply to Maik Qualmann from comment #2) > I don't know what you are doing You shouldn't change the database directly. > Only when you know what you are doing. You can change the collection type in > the digiKam settings in the collection setup via the refresh symbol next to > the trash icon. > > Maik Yes, that was what I tried. But the system do not care and re-placed it back into local collections always. I tried to find out what ist the problem by looking directly into the database and found the behaviour as described. For me it looks as if the dialog always writes a No 1 = local drive into the database on clicking the OK button - independend of the input values The problem is the UNC path, I'll fix it. Drives with letters can be changed without problems. Maik Git commit 7f064a15e4296a5d512ad63a09c9838e3140cbc1 by Maik Qualmann. Committed on 20/02/2021 at 12:02. Pushed by mqualmann into branch 'master'. fix change collection type from UNC path collection M +10 -6 core/libs/database/collection/collectionmanager_location.cpp https://invent.kde.org/graphics/digikam/commit/7f064a15e4296a5d512ad63a09c9838e3140cbc1 Thanks Maik! I checked the weekly from yesterday: Problem Solved! It works as expected. Best Regards Frank |