github SmilyOrg/photofield v0.10.2
v0.10.2 - EXIF tags

latest releases: v0.16.0, v0.15.2, v0.15.1...
16 months ago

Automatically add tags from EXIF data.

The only EXIF tags are the currently hardcoded make and model, and they are added to the file as exif:make:<make> and exif:model:<model> tags respectively.

To enable the automatic addition of these tags, you need to enable it in the config.

tags:
  enable: true
  exif:
    enable: true

Bonus: this PR also fixes the root enable, as only enabled worked before. enabled will keep working for now to not break existing configurations.

What's Changed

Full Changelog: v0.10.1...v0.10.2

Don't miss a new photofield release

NewReleases is sending notifications on new releases.