
It would be nice if you could add a feature of basic logical functions within xnview.
For instance: I like to see basic photo exposure parameters while watching photos full-screen (image above) so I created such an information scheme to be shown with a picture.
The problem starts when one of the EXIF values is missing. In this case often <Focal Length 35mm> is just not there. Therefore - I don't want to see the rest of description: "mm [@35mmm]" either...
I'd love to see something like this possible:
IFEXISTS <Focal Length 35mm> THEN "<br>l= <Focal Length 35mm> mm [@35mm]" ELSE ""
and other:
IF something1 >= something2 AND/OR/XOR/NOT something3 = "sometext" THEN do_something ELSE do_something_else