<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Justin for this link.&nbsp; I'll look into it.&nbsp; <br>
<br>
The problem is that Gallery2 is not working for me.&nbsp; It does a lot but
missing some key points that could be project killers.&nbsp; I do not like
the date (and general) search mechanism.&nbsp; It only makes a few metadata
items (IPTC Keywords, Caption, Object Name and GPS Coordinates)
searchable by mapping them to image attributes in the database.&nbsp; And
there's no way I know of to sync these attributes in the web/database
with the image file itself.&nbsp;&nbsp; Ultimately, I want my images to be
searched the same time as my other web content.<br>
<br>
So, I will have to pay for a service (like Fluxiom), pay for a
commercial image management product, or get my hands dirty in Drupal
and/or Gallery2.&nbsp;&nbsp; Looks like I'll be getting my hands dirty.&nbsp;<span
 class="moz-smiley-s1"><span> :-) </span></span>&nbsp; Now, if I can just
fit that in with the other 20 projects I need to get my hands dirty
with!<br>
<br>
- John<br>
<br>
<br>
<br>
Justin Gruenberg wrote:
<blockquote
 cite="mid:96cd751f0905050031n440bb304t342bd682e21919f0@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, May 4, 2009 at 8:20 AM, John Callahan <a class="moz-txt-link-rfc2396E" href="mailto:john.callahan@udel.edu">&lt;john.callahan@udel.edu&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">1) batch upload, even if only one directory
    </pre>
  </blockquote>
  <pre wrap=""><!---->
<a class="moz-txt-link-freetext" href="http://drupal.org/project/image_fupload">http://drupal.org/project/image_fupload</a>

That module provides a pretty nice way for you to upload images.
Probably not 11k at a time nice, but it does work well and does allow
you to fiddle with some attributes per image when you upload.  It
works with ImageField (CCK) and image.module.

If you go the image.module route, theres some other batch upload
modules that can work with a directory on the server.

  </pre>
  <blockquote type="cite">
    <pre wrap="">2) reading EXIF/IPTC image metadata and mapping them to taxonomy terms
and/or CCK fields. 3) syncing attributes (i.e., edits to raw image EXIF/IPTC
can update/reimport the node fields/tags and edits to node fields/tags can
update the EXIF/IPTC metadata.)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I haven't done anything this complex with image galleries, but I can
say... expect to do a good amount of fiddling and possibly writing
some custom code to get what you want.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm using Gallery2 right now (<a class="moz-txt-link-freetext" href="http://gallery.menalto.com/">http://gallery.menalto.com/</a>,
<a class="moz-txt-link-freetext" href="http://drupal.org/project/gallery">http://drupal.org/project/gallery</a>) and it does some (item #1 and partially
#2) of what I need. &nbsp;It even integrates nicely with Drupal for users and
display of images and albums. &nbsp; However, I use Drupal for many other sites
(and I'd like to use views, lightbox, tags, etc...) and wondering if I can
bypass Gallery altogether. &nbsp;Any thoughts or experiences out there? &nbsp; Thanks.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'd say if gallery2 works for you, stay with it.  That's a package
thats built for hosting images.  If you're not afraid of getting your
hands dirty, drupal might meet your needs closer.
--
[ Drupal support list | <a class="moz-txt-link-freetext" href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]
  </pre>
</blockquote>
</body>
</html>