<div class="gmail_quote">On Sat, May 28, 2011 at 10:30 PM, Joe <span dir="ltr"><<a href="mailto:josephj@main.nc.us">josephj@main.nc.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 05/28/2011 02:06 AM, Risto H. Kurppa wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks for the quick reply. If anyone else wants it, it would be a great<br>
addition to kpa. I don't have the particular coding skills to add it myself.<br>
<br>
I'll consider your second alternative. I write a lot of bash scripts and<br>
that doesn't sound too hard.<br>
<br>
I do have some concerns about moving the physical files around so that the<br>
whole collection wouldn't be in rough date order when I access them directly<br>
without a photo manager application. But that might not be a problem because<br>
the low res photos should be in contiguous batches by date anyway. I'll see.<br>
</blockquote>
Doesn't exif search in KPA know how to do this?<br>
<br>
If not, what'd happen if you use bash&  exiftool to symlink all large<br>
images to a single folder, then open that folder with KPA, tag them as<br>
'large', then save and remove symlinks?<br>
<br>
And as far as I know, KPA sorts the files based on EXIF date, not file date<br>
<br>
r<br>
<br>
<br>
<br>
</blockquote></div>
kpa 4.1.1 exif search has lots of cool options, but I didn't see this one.<br>
<br>
I think your strategy  sounds good, but:<br>
<br>
See if I've got this right:<br>
The central question for me is - where are the tags stored?  Aren't they in the kpa database and not in the images themselves?<br>
I don't understand how doing something to the symlinked photos would affect the originals in the kpa database unless the tags are stored in the images themselves.<br>
<br>
To make it work, the new folder would have to be added in the current kpa image tree so the new tags would end up in the current database.<br>
This would add a lot of (virtual) pictures to the database.<br>
Once I was done and deleted the new folder, all those virtual images would go away (hopefully).  Wouldn't the new tags go with them?  And would I have to do some rescan to clean up the database?<br><br></blockquote><div>
The tags are stored in "database" index.xml under the image root (or in real db if you use the database backend). So you can add the tags you wont straight to the xml file.<br><br>However, if you are willing to compile KPA yourself, Search by "Megapixel" has just appeared in the git repository.<br>
<br>theBro<br></div></div>