immich-go
immich-go copied to clipboard
Docs - "Files not selected" definition
What does this mean? I can't understand it in the context of google photos takeout uploads.
I need more information. What is the command you have used?
I don't know either what's meaning of this, is it normal?
i used command: /immich-go -server http://192.168.xxx.xxx -key ******** upload -album="something" -create-stacks -google-photos 'path/to/file'
The log explain reason of the non selection. Maybe the trashed photos.
is there any way to upload trashed?
okey, chatgpt was helpfull there as a workaround you can remove ' "trashed": true, ' from .json files
- make copy of your folder
- in terminal go to your folder with .json files:
cd /path/to/your/json/files - then type:
find . -name "*.json" -type f -exec sed -i '/"trashed": true,/d' {} + - type:
./immich-go -server http://192.168.xxx.xxx:zzz -key ******** upload -google-photos path/to/your/folder
Trashed files are ignored and counted as not selected .do nothing special... And check the log file for significant errors
Ah i see, "selected" photos means photos to be uploaded? I'm trying to understand the terminology used
If photos are selected, they are uploaded. The log should give you the fate of each file.