On Fri, Oct 12, 2012 at 9:41 AM, Kurtis Mullins <kurtis.mull...@gmail.com> wrote: > I'm not sure about the syncing of tags between the GUI and Web Application; > I think that would completely depend on your ability to export or otherwise > use the tags created by the GUI application. If you can figure out how to > get ahold of that data and parse it, then I'm sure it wouldn't be too > difficult to re-use it.
Digikam stores all metadata in both the images themselves (in several of EXIF, IPTC, XMP, etc) and in a SQL database, either SQLite or MySQL. the best would be to directly read that database from your web app; or to make the 'synchronize' step just read from one database to the other. unfortunately, it seems Digikam doesn't store thumbnails anywhere, so you'll have to handle that yourself. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.