Add additional filename template options such as:
%pn - Process name of target window
Date/Time:
%mon - Month name (in English or localized language)
%dord - Day of the month as an ordinal number (fourth, seventeenth, thirty-first, etc.)
%ms - Milisecond (very useful for multiple rapid sequential shots)
%unix - UNIX timestamp
%wy - Week of the year (numerical 2-digit, 0-padded)
Incremental:
%i - Auto-incrementing number
Random:
%guid - Random GUID
%rn - Random number (0-9)
%ra - Random alphanumeric (a-zA-Z0-9)
%radj - Random adjective (English)
%ranimal - Random single-word animal name (English)
Image:
%height - Image height
%width - Image width
System:
%username - Logged in username
%hostname - System short hostname
Thanks for the suggestion and detailed description. I’ve added your idea to further discussion with our Dev Team.