Enhancement of the search function

I would like to propose an improvement in the search function (PhotoLibrary section).
Currently, you can search for e.g. lens (in mm), ISO, keyword, date, etc. Different criteria from the EXIF can be put together to refine the research.
Apparently, this works with the Boolean operator “AND”. All the criteria stated must therefore correspond. But sometimes you would like to do a research on one criterion OR another criterion OR yet another. This would be the “OR” operator. I think it would be interesting and helpful to have that function in research as well. And, to be complete, one could also add the operator “NOT”. So, one should have to choose from the two (or three) operators “AND”, “OR” (“NOT”).

In another program that I take for selection, ranking, culling, I almost only use the “OR” operator.

P.S.1 I don’t know whether it’s difficult or not for programmers to integrate this into the search function.
P.S.2 I vote for the proposal :smiley:

Hello Andre,
there are also other threads like



discussing the search function.
Hope we will get a fully implemented EXIF search function with next version :drum:

yes i vote for that. (i am nowhere near experienced user but bumped into it and it’s poking me in the eye now i know its limitation of viewing.
At this moment DPL is reading raw metadata (ctrl+i) shows that and XMP for keywords at least.
don’t know if it’s reading and acting on xmp data made by FastRawViewer where WB and such can be stored.

Because there is a search function and indexing in the library; IPTC/XMP/EXIF metadata reading and viewing is core fundamental function.
lets start with fully compatible in reading and viewing like this example:


this a field where EXIF and XMP (raw-sidecar) is shown.
on a tiff or jpeg also IPTC is shown (EXIF/XMP/IPTC)

DPL reads IPTC from tiff and jpeg and write it in the exported image (passing through) but it doesn’t show the info in the library browser. when hitting crtl+i
XnviewMP creates a container file like “filename.raw_original” to connect IPTC data on a rawfile.
Sadly it’s not visible for DPL’s fiilmstrip. (no image to see) That seems the biggest problem: no standards in coding. and an other issue it creates a rawfile at the same size in your folder (so it doubles your needed HDDspace)

i don’t like to have the raw IPTC data stored in the Database because when it is corrupted i delete and rebuild what would be destroying the build up IPTC data. It has to be a universal sidecar system like XMP is.
I hope there are some experienced users who can set up a guideline to make a universal sidecar type where XMP and IPTC data is stored to accomplish the rawfile as sidecar. ( editing inside the raw would be a change of destroying the file in a way of unable to open any more so i would like a safe sidecar system.)

Lets start by reading and showing correctly and a selection window when exporting a group of images to select which IPTC,XMP,EXIF details can be stored in the new exported file.

1 Like

I had some time to burn with a cold beer in the sun.

Before dpl is in play you need some managment of raw metadata.
Exif, xmp, iptc.
Exif of rawfile’s are manageable with commandline tools, and i found a type which have a graphic shell over it.
Metadata++.

biggest issue is if you want iptc data to add on a rawfile it is mostly added in a library database.
and i think when you use DNG, which are lineair and already demosiaced which makes PRIME useless.
So we want to edit a sidecar. And according to this artical is IPTC completely suiteble to place inside a xmp.
So it would be possible to create a side car in xmp style for a rawfile so all three metadata types are present in a non database structure.
Tiff’s and jpegs can be written inside the file without a sidecar needed nor a database.

Me personal don’t really need to alter exif data of a rawfile, i only want to create a xmp file where the hierarical keywords and the IPTC data can be updated, stored or created and stored.

So we don’t need to use a nontransferable database nor, commandline tools to alter the rawfile’s exif block.

The only thing we need is a fully compatible xmp file(adobe 2004) , a editor of metadata and with batch functionality where the exif is read from the rawfile wile you can set up the IPTC information and then export this as sidecar next to the rawfile.

Then only what DPL needs to do is a complete readout of this XMP and a viewer if we want this to read completely. On the export side we like to have a selection window to fill in our needs to place the metadata inside the jpeg or tiff. Maybe a preset for webbased images (stripped), including a watermark.

No database needed only then to speedup searchfunctions.

Question 1
Is there a xmp generator (standalone, fairly cheap) which is using that xmp 2004 format?
XNviewMP can’t place more then keywords and creates a filename.raw_original to write the IPTC. (at least i couldn’t find the right functionality.)

Question 2
How much work need DxO to create a reader for this xmp file and in a later moment a editor of this xmp file?

Question 3
Same for the export module, how much work is it implementeren for this selective metadata writer?

Edit, this artical is also interesting.

A simple pull down window which shows you the possibilities at once. Even possible to include ranges for the numerical values and a choice if an AND or OR relation is wanted. See by example https://pixelpeeper.com/adv/
I didn’t know that more criteria where possible in PL. :neutral_face:

George

Mayby the header must be changed.
in " include IPTC data by xmp in image information and search function"

I agree with George’s statment plus lenstype

i think if it’s a open XMP-file you can index all you have in there and select on it.
(if it’s just text/words you can search on that. (don’t know if all camerabranches are using the same layout of exif. ) and/ or it’s possible to use the lensmodule (selects the lens also) for that purpose.
which has it placed on the same place no matter the branch or type:
exif%20reading

you can allready search on focal length as in 12-55mm

If we what a light shine on the search-function and the on that coupled readin-function the “votes” need to be higher. (upperleft corner):slight_smile:

Hi all,
just got the follow up for this thread
no more votes or is there another thraed with same idea?