Open llaumgui opened 1 month ago
I have the same issue. In my case, all photos are on external storage. Some get scanned and added to the database while others don't. It would be useful to be able to log the scanning and background adding process somehow. I suspect that there is an erroneous file that causes the whole scanning/adding process to terminate. Repeating does not help. I was able to import almost all of my images in the past though.
It's the same like issue #1304
⚠️ This issue respects the following points: ⚠️
Bug description
Hi,
if i scan all my photos with
occ maps:scan-photos --now
, I have a lot of photos scanned from my internal folder but also from my external folder (visible in oc_maps_photos). It's OK. But on the map only are displayed internal folder.Steps to reproduce
occ maps:scan-photos --now
Expected behavior
Display photos from external and internal folder.
Installation method
Manual installation
Operating system
Debian/Ubuntu
PHP engine version
Other
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install of the server?
None
Is this bug present after an update or on a fresh install of the app?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Browser Console
No response
Additional info
I have debug the code. Here: I have all my photos. 7Here: All photo from external storage are skiped, but files existe in my oc_filecache table Reason seems that
$cache = $folder->getStorage()->getCache()
is limited to /user/files and not /user/files_external.