-
-
Notifications
You must be signed in to change notification settings - Fork 351
Description
Explain in a few words which functionality or improvements you would like to see in Lychee.
I was looking for a way to import a very large collection of images I've accumulated over a decade or two, I'm talking over 70k 350k images. I wanted a quick way to import them into Lychee 4.13.0 which I just set up and configured.
I saw a few github projects that were discontinued and I read around on the docs and here on this github project. Not until I read this issue here: #1238 did I see that there is a php artisan lychee:sync /image_dir --import_via_symlink=1 --skip_duplicates=1
command that seems to be doing what I need.
Maybe I didn't see it if it was mentioned somewhere, but this is a very useful command and I'd personally have a note on your main README.md file on how to import bulk directories of files. The web interface can only seem to do selections of files and not directories for upload.
I'd also love to see an upload by directory
feature in the web ui, but I'm happy so far with the above command.