Skip to content

Post Completion of Export - What does Missing line Signify ? #1055

Answered by RhetTbull
rajscode asked this question in Q&A
Discussion options

You must be logged in to vote

Do you have a lot of shared images (in traditional shared albums, not the new iCloud Shared Library)? It could be those as Photos does not download originals for shared images by default even with "keep originals". You could try the following:

$ osxphotos repl
... REPL will load
>>> missing = [p for p in photos if p.ismissing]
>>> len(missing)
>>> shared = [p for p in photos if p.shared]
>>> len(shared)

That will tell you how many photos osxphotos things are missing and how many are shared.

Another possibility is that if you're using referenced images (you manage the files not Photos) and Photos can't find the original referenced image, it would be reported as missing.

If none of the abov…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@rajscode
Comment options

@RhetTbull
Comment options

Answer selected by rajscode
@rajscode
Comment options

@rajscode
Comment options

@RhetTbull
Comment options

@rajscode
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants