Replies: 1 comment
|
Hi @Gpan666
Yes:
Specific naming patterns, do not think so but Lychee looks at the exif/mime type before import.
In your deployment are you using a single container or also a worker container? Because this will have an impact. You should check the job page : |
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I'm trying to import a large folder (~20GB) into Lychee using the CLI command
php artisan lychee:sync. After the process finishes, I notice that only a few subfolders have their photos imported correctly. For many other subfolders, Lychee creates empty albums (0 photos), even though the folders contain image files.My command:
php artisan lychee:sync /app/import/YeonWoo --album_id=86UytRy24X8YKYPzmqrrWvzk --delete_imported=0 --import_via_symlink=1
The terminal output ends with:
g... 99%
App\Jobs\RecomputeAlbumSizeJob: Processing... 99%
App\Jobs\RecomputeAlbumStatsJob: Processing... 100%
Import complete
Done tree-based syncing.
I checked storage/logs/laravel.log, but I didn't see any obvious errors (no ERROR lines related to import).
Environment:
What I have tried:
--verboseto get more output, but still no clear indication of why certain subfolders are skipped.My questions:
lychee:syncthat cause it to skip importing photos from certain subfolders, especially when dealing with a large number of files or specific naming patterns?I would appreciate any insights or suggestions. Thanks in advance!
All reactions