Jean François CASSAN

Results 114 comments of Jean François CASSAN

It's done. I choose the AFFERO licence, same as the immich-app Thanks for your actions

@jonathanjsimon is possible to produce NIX artifacts during the github release pipeline?

I remember some issues around this. We may have file names with dots liker '2023.04.23.original.jpg' and '2023.04.23.modified.jpg' which aren't real duplicates too.

Trimming the result of path.Ext() isn't safe: https://go.dev/play/p/QnxJjl8x3iu Maybe only trim extension recognized by the server... several time to check cases like image.cr3.jpg

I'm working on the TUI for the duplicate command... ![image](https://github.com/simulot/immich-go/assets/5980377/090409fd-56e2-4c46-9cc1-0e57085c4394) The are plenty of changes for TUI I'll fix that

Photos shared with you aren't included into the takeout archive. Albums are stored as folders in the archives. Have a folder for the missing albums? What are you calling "Album...

Yes... immich-go does some bet on photos duplicates and best resolution. None of this is 100% reliable and I prefer to leave the user to do the cleaning after having...

This is related to go package for getting the command line arguments. I'm planning to switch to cobra https://github.com/spf13/cobra that's provide a better implementation of linux standards, and more possibilities...

I don't think so. The default configuration file directory is given by the go function: ``` os.UserHomeDir() ``` For the go documentation: >UserHomeDir returns the current user's home directory. >...