immich-go icon indicating copy to clipboard operation
immich-go copied to clipboard

upload directory without subdirectories

Open romain1206 opened this issue 1 year ago • 3 comments

hello,

i want to upload pictures from directory but i want no upload subdirectories

i use this command

./immich-go -server https://xxxxxxxx -key xxxxxxxxxxxxxxxxxxxxxx upload /photos/2019/

but it upload subdirectory

many thanks

romain1206 avatar Nov 20 '23 23:11 romain1206

This is the default behavior. Anyway, a subtle problem in the command line parsing enable what do you expect:

give a to: ./immich-go -server https://xxxxxxxx/ -key xxxxxxxxxxxxxxxxxxxxxx upload /photos/2019/.

I'll implement this correctly soon.

simulot avatar Nov 21 '23 07:11 simulot

arf.... the markdown...

./immich-go -server https://xxxxxxxx/ -key xxxxxxxxxxxxxxxxxxxxxx upload /photos/2019/*.*

simulot avatar Nov 21 '23 08:11 simulot

hello, it's working with *.*

romain1206 avatar Nov 21 '23 09:11 romain1206

I think I have fixed this issue in the 0.19

simulot avatar Jul 07 '24 09:07 simulot