oPromessa / flickr-uploader

Upload a directory of media to Flickr to use as a backup to your local storage
MIT License
38 stars 6 forks source link

Consider updating tags from EXIF when they change on source file #30

Open oPromessa opened 6 years ago

oPromessa commented 6 years ago
timtoo commented 5 years ago

I'm surprised flickr does not update tags based on contents of replaced file? If not, seems like this functionality is practically required if one is to update pictures in-place. To update a photo with changed tags locally and not have flickr mirror that would be sad. If there's no convenient EXIF/IPTC/XMP reading library for python, one could always parse exiftool output, which I see the documentation says the optional raw file conversion option uses already).

Confusingly I find that between digikam and darktable, my tags appear in jpeg files repeated under the following six exiftool output labels: Subject, Tags List, Last Keyword XMP, Hierarchical Subject, Catalog Sets, Keywords. Of these, it seems like the "Keywords" IPTC field is the most standard. And/or possibly the XMP "subject" field.

oPromessa commented 5 years ago

@timtoo

As the timtoo/FlickrBox project is in its infancy take a look at two alternatives where I'd invite you to contribute to: