Image Date From Metadata

Features

Retrieves “original taken date” from images (and gif/mp4 clips) metadata at creation time.
Also you can trigger it on all image without a gallery with a task.

Thanks for making this, but having trouble making it work. It runs in a few seconds and I have 25,000+ images so I must have something off. I tried running from the plugin screen. Is the idea to have the plugin grab the “date taken” add it to the image date, gallery date, or both? Happy to help with this as it will save me countless hours.

Can you look at your log ?
Yes it’s suppose to add the date to images that don’t have one and are not part of a gallery

Ah, that explains it. It does work then. All of my images are in a gallery. I was hoping to date the gallery (ideally) or the images inside of the gallery if that isn’t an option. Is this a somewhat easy fix if I dig into it, or should i just un-gallery everything?

Yes, in the py file search for “IS_NULL”
You should find something saying gallery is null. Delete that line :slight_smile:

Got it! Thanks much!