Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - "Files not selected" definition #443

Open
tkodev opened this issue Aug 18, 2024 · 8 comments
Open

Docs - "Files not selected" definition #443

tkodev opened this issue Aug 18, 2024 · 8 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@tkodev
Copy link

tkodev commented Aug 18, 2024

What does this mean? I can't understand it in the context of google photos takeout uploads.

@simulot
Copy link
Owner

simulot commented Aug 18, 2024

I need more information. What is the command you have used?

@krzemyczek
Copy link

image
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'

@simulot
Copy link
Owner

simulot commented Sep 4, 2024

The log explain reason of the non selection.
Maybe the trashed photos.

@krzemyczek
Copy link

is there any way to upload trashed?

@krzemyczek
Copy link

okey, chatgpt was helpfull there
as a workaround you can remove ' "trashed": true, ' from .json files

  1. make copy of your folder
  2. in terminal go to your folder with .json files:
    cd /path/to/your/json/files
  3. then type:
    find . -name "*.json" -type f -exec sed -i '/"trashed": true,/d' {} +
  4. type:
    ./immich-go -server http://192.168.xxx.xxx:zzz -key ******** upload -google-photos path/to/your/folder

@simulot
Copy link
Owner

simulot commented Sep 5, 2024

Trashed files are ignored and counted as not selected .do nothing special... And check the log file for significant errors

@tkodev
Copy link
Author

tkodev commented Sep 5, 2024

Ah i see, "selected" photos means photos to be uploaded? I'm trying to understand the terminology used

@simulot
Copy link
Owner

simulot commented Sep 6, 2024

If photos are selected, they are uploaded.
The log should give you the fate of each file.

@simulot simulot added the documentation Improvements or additions to documentation label Oct 13, 2024
@simulot simulot added this to the new CLI milestone Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants