Immich-cli not accepting the --album switch?
... or just a stupid user? I am trying to bulk-upload my photo library into Immich via the cli (installed with npm on a Debian server). When trying to upload without the
--album
switch it seems to work, when activating --album it says Error: Must specify at least one path
, even though the path is given directly afterwards. Maybe I do not correctly understand the purpose of the switch? I thought it would be to automatically sort photos into albums based on the folder they are located in. Correct?1 Reply
The command used is:
immich upload --key <redacted> --server http://photos.domain.net/api --recursive --album /mnt/Photos/test
User error, the order of commands is important, first album, then recursive. Now encountering other problems but that is another thing.