I've tried searching on the forum, as well as BRU help file, and I couldn't find a refrence for all possible '%abc' values.
For example, I've learned by accident that %m gives me the month from a date/time attribute, while %M gives me the minutes.
Also, I've found in a post that the condition exif('%mo') will refer to the EXIF Camera Model.
Is there a complete list of these values?
%Y
%m
%mo
%M
%D
As a practical request, I would like to filter my picture files excluding the ones where the EXIF Date Taken is Null.
The only command that didn't return an error message was: exif('taken') != null
But unfortunately it didn't work...

Thanks in advance,
Marcos