-
-
Notifications
You must be signed in to change notification settings - Fork 161
Description
Hey there,
i am currently testing the import of a lot of fotos from my NAS to immich. Therefore i installed a small testing instance of immich.
So, i ran this command, to try to upload a bunch of fotos/videos:
.\immich-go upload from-folder --server=http://rpi5-01.asbach.lan:2283 --api-key=XXXXXXXXXXXXXXXXXXXXX--concurrent-uploads=4 M:\Bilder
The Process starts, scanning all data correctly, but discards ALL files with "reason=extension not included"
I got it working with either defining --include-extensions=.jpg,.jpeg,.png,.mp4,.heic or run it twice with --include-type=VIDEO and --include-type=IMAGE
As the documentation states, i would expect that all files are taken for upload when no include or exclude is given.
Is this a bug of some kind?
Thank you in advance