For the time being, I'll be using Exiftool :

List pictures with flash :

exiftool -if '$Flash ne "Off, Did not fire"' -p '$Filename' .

List pictures without flash :

exiftool -if '$Flash eq "Off, Did not fire"' -p '$Filename' .

Brgds,
Michael

On Thu, 23 Sept 2021 at 17:58, William Ferguson <wpfergu...@gmail.com>
wrote:

>
>
> On Thu, Sep 23, 2021 at 11:20 AM Bernhard <darkta...@intervalsignals.org>
> wrote:
>
>> I checked the darktable database and could not find an entry of that
>> EXIF field in the database itself - that means that there is no native
>> way to do this in dt directly.
>> So I assume that Bill as "master of lua" had something in mind like a
>> lua-script working e. g. with exiftool to filter the required images and
>> perhaps show them in lighttable (?).
>>
> This is now my plan B, since plan A (below) doesn't seem to be working
>
>> But that's nothing I can help any further with any details.
>>
>> Michael Jacobs schrieb am 23.09.21 um 14:07:
>> > Anyone a hint on this ?
>>
> I had an idea about interacting with the metadata view part of the code,
> but the hook that is there doesn't seem to be working so there may be a bug
> to fix.
>
>> > Michael
>> >
>> > On Mon, 20 Sept 2021 at 18:28, William Ferguson <wpfergu...@gmail.com>
>> > wrote:
>> >
>> >> The short answer is yes.  The long answer is I have to remember how to
>> do
>> >> it :).
>> >>
>> >> Bill
>> >>
>> >> On Mon, Sep 20, 2021 at 3:23 AM Michael Jacobs <
>> michael.jac...@scarlet.be>
>> >> wrote:
>> >>
>> >>> Hi,
>> >>> Is there anyway to select pictures taken with flash ?
>> >>> I can't find any option in metadata or capture details.
>> >>> Brgds,
>> >>> Michael
>> >>>
>>
>> --
>>
>> regards
>> Bernhard
>>
>> https://www.bilddateien.de
>>
>>
>> ____________________________________________________________________________
>> darktable user mailing list
>> to unsubscribe send a mail to
>> darktable-user+unsubscr...@lists.darktable.org
>>
>>
> ____________________________________________________________________________
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>

____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to