yarl / vicuna

Tool for uploading files to Wikimedia Commons and other Wikimedia projects
http://yarl.github.io/vicuna/
42 stars 24 forks source link

use [Iptc] Caption/Abstract to populate description #98

Closed FlominatorTM closed 3 years ago

FlominatorTM commented 7 years ago

There is Iptc field "Caption/Abstract" in which some people put in descriptions of their pictures. It would be pretty cool, if Vicuna would be able to (optionally?) use this data in the description field.

FlominatorTM commented 7 years ago

After looking at the format Vicuna saves a session with, it might also be a workaround to create a small separate tool that maps existing files to entries in the session.xml and inserts the description by manually reading Iptc data.

But before I start developing such thing, I would like to know, how are the changes of you integrating your own solution in Vicuna?

FlominatorTM commented 7 years ago

I couldn't help myself: https://github.com/FlominatorTM/iptc_to_vicuna

yarl commented 7 years ago

Great. Sorry for no response, there is big stagnation from my end on this project...

FlominatorTM commented 7 years ago

Pull request available on https://github.com/yarl/vicuna/pull/102

michal-josef-spacek commented 3 years ago

Applied in #157