maflcko / wiki-java-tools

Collection of tools for MediaWiki in Java
26 stars 21 forks source link

[Imker] Downloaded media meta data #9

Closed mhulse closed 8 years ago

mhulse commented 8 years ago

Hi,

Love this app! Really useful.

I think it would be helpful to somehow obtain a photo's description/meta data as, maybe, a sidecar text file or some sort of text file data set? YAML perhaps? Something to match file name to it's meta data could be useful.

Thanks!

mhulse commented 8 years ago

Just realized that one can use the image file name to make an API call:

So, I can write some code to loop over the downloaded images and make API call to get the image's details.

Cool!