-
|
From a user perspective everything seems fine. But the log shows repeated deletion of some of my folders, followed by immediate re-creation of the same folders. The reason for the deletion seems to be that the folders in the albums table have the same
I didn't figure out why it's re-created when there remains an existing album of type 'folder'. Has anybody seen this and maybe fixed it? I don't know it it's a bug or something wrong with my index / tables. A bit weird: Only two of the folders listed really have existing duplicate I can work around this by shortening original paths, but I don't see why I should have to. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
Thanks for reporting this! Looks like a side effect of a bug fix included in the current release. |
Beta Was this translation helpful? Give feedback.
Thanks. I ran
photoprism momentsa few times with no improvment. I did not want to wait for a full rescan, given the partial rescan didn't fix it.In the end I deleted the database rows that had album_path = null to get rid of the duplicates. Problem solved, it seems.