jmathai / elodie

An EXIF-based photo assistant, organizer and workflow automation tool.
https://bit.ly/introducing-elodie
Apache License 2.0
1.25k stars 137 forks source link

keywords based dynamic albums #437

Open amit-handa opened 1 year ago

amit-handa commented 1 year ago

Hi,

this is a feature request. wanted to know your opinion. essentially, an image may be associated with multiple keywords: eg, day, friends, amit (myname) Given a comma separated list of keywords, it would be nice to associate that image with multiple albums (each album/per keywords). The keywords can be stored in XMP subject/keyword (IPTC) tag.

Thanks,

jmathai commented 1 year ago

One option to support this is to create a plugin. It's not well documented but you can take a look at the Google Photos plugin for reference.

See gh-337.