Skip to content

Hidden photos #688

Answered by RhetTbull
alandefreitas asked this question in Q&A
May 9, 2022 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @alandefreitas No, hidden photos do not get any special tag or modifier unless you explicitly set one during export, for example, you could have done this to add a HIDDEN tag to any hidden photo:

osxphotos export /path/to/export --keyword-template "{photo.hidden?HIDDEN,}" --exiftool

If you still have the original photos library and know a bit of python, you could find all photos marked as hidden and then somehow mark them in digikam. The following script, if saved as hidden.py and run with osxphotos run hidden.py will list all hidden images:

from osxphotos import PhotosDB, QueryOptions

if __name__ == "__main__":
    photosdb = PhotosDB()
    hidden_photos = photosdb.query(QueryOptions(h…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@RhetTbull
Comment options

@alandefreitas
Comment options

Answer selected by alandefreitas
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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