Needs review
Project:
Brilliant Gallery
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2008 at 19:53 UTC
Updated:
17 Dec 2008 at 05:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
jan.n commentedI second this request...
That would be really nice!
Comment #2
jpharvey commentedI also second the request. This would make my captions a lot better. Using the filename has issues (cannot use special characters like ' or accented characters).
To me, this would be on the top of my whish list for a new feature.
Comment #3
HansBKK commented+1 would be VERY cool.
Contents of IPTC caption field if present overriding EXIF description would be ideal.
I think another way to go would be to use this http://drupal.org/project/maqum combined with a gallery module that uses Image module nodes:
Image Gallery (sub-module of Image, new version is Views-based)
AcidFree
any others?
Comment #4
drpchris commented+1 I'd like to have albums arranged by EXIF date instead of filename.
Comment #5
drpchris commentedHere's a basic patch that sorts pictures in the slideshow by exif date/time. Anything that it can't figure out (non-JPEG, no tags) the time of gets put in the back of the sort.
The admin page (settings) shows another choice for EXIF sort.
Comment #6
drpchris commentedFor the patch to work, you PHP must be compiled with --enable-exif
http://www.php.net/manual/en/exif.setup.php
Comment #7
drpchris commented