Jean François CASSAN
Jean François CASSAN
The name pattern recognition is a little bit too strict, requiring a `_` followed by digits then `a` or `b` and the extension. I'm interesting in how the files are...
Oops... I don't see in the code an obvious flow. It looks like if immich server has listed the same photo twice. I need to do more tests
I'll add some test to the code and see if I can understand how this occurs
I'm busy with the new user interface. I have seen similar cases in my tests. I'll investigate it soon
Let's add the support of immich-cli config file support as well ```yaml instanceUrl: http://localhost:3001/api apiKey: ---redactedkey--- ````
The format for immich-go is: ```json { "ServerURL": "http://localhost:2283", "APIKey": "theredactedkey" } ``` I have discovered after having implemented this that immich-cli is also saving credentials in a file. The...
Sorry, I have or restore it
I guess you aren't in the google photos case. > Is there a way to do this? > I imported a photo library via directory with the -create-album-folder tag, but...
You can give a try to: ``` ./immich-go -server http://192.168.1.5:8555 -key kASdgsaHjZBXFD4jkf7gdhfgdb436a65s upload -album="Paris 2017" /mnt/user/nextcloud/mainuser/files/Photos/2017/Paris ``` The expected behavior is that previously uploaded photos from the folder `mnt/user/nextcloud/mainuser/files/Photos/2017/Paris` with...
> Just extending from this though, is there still no way to delete the files that were originally uploaded from that directory? Like, what if I decided I didn't want...