pablo33 / Shotwell-event2folder

Shotwell event to folder structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insert metadata into images

pablo33 opened this issue · comments

When auto-dating images, the retrieved date is inserted into the database, but this date is not inserted as metadata into the image.

It could be nice if the extracted date were inserted into the file as metadata.
¿Could you get the option from the Shotwell's config option?

Shotwell config is at dconfig database.
Schema, key and value (true/false)

org.yorba.shotwell.preferences.files commit-metadata true

$ gsettings get org.yorba.shotwell.preferences.files commit-metadata

Committed to master branch, need more testing.