[mythtv] [PATCH] mythgallery: retrieve and show captions

Ross Campbell ross.campbell at gmail.com
Sun Jul 10 17:32:08 EDT 2005


> > Before submitting this one into trac, I would like to re-ask the following:
> > > Could you elaborate on "at all"? My image directories contain photo's
> > > straight from the camera, and having things like "DSCN2342" as title is
> > > not very useful, especially as I've got captions for most images in a
> > > separate file... Is it the retrieval or display of the captions?
> 
> Retrieval.  Why can't you put the captions in the exif data?

While looking into the latest craze of geoblogging -- gps-tagging
pictures, I found a nice util called exiftool that can edit exif tags
on jpeg files. This should allow import of descriptions from an
external source to exif tags quite easily. Then, we just need
mythgallery to support the exif tag display ;)

http://www.sno.phy.queensu.ca/~phil/exiftool/


It can do the following:

exiftool -Comment='This is a new comment' dst.jpg
    Set comment in file (replaces any existing comment).


By the way, if you're interested in geoblogging, check out:
http://www.makezine.com/blog/archive/2005/07/how_to_gps_tag.html
http://www.geobloggers.com/

-Ross


More information about the mythtv-dev mailing list