zpoc wrote:

I borrow this thread for small question... I’m using combo “Jalbum 10.10.8 + Juicebox-pro 1.2.0” for my web gallery.
Can I get the “Date taken” -time (HH:mm dd.mm.yyyy) from exif-data to image title or caption? How?

i get it

In Jalbum Juicebox skinfolder, file config.htt, lines 16 and 17

<title><ja:if test="${jbViewerTitles}"><![CDATA[${originalDate}]]></ja:if></title>
<caption><ja:if test="${jbViewerCaptions}"><![CDATA[${fileName} ${exposureTime} f/${aperture} ISO${isoEquivalent}]]></ja:if></caption>

Now it works fine for me.
http://i.imgur.com/qz368s2.png

I borrow this thread for small question... I’m using combo “Jalbum 10.10.8 + Juicebox-pro 1.2.0” for my web gallery.
Can I get the “Date taken” -time (HH:mm dd.mm.yyyy) from exif-data to image title or caption? How?