Interesting… The timestamp part might be covered by the existing naming scheme feature. Have you tried that ? From the capture tab in the main preferences you can have the snapshots named automatically with a timestamp. If it needs to have more precision it would probably be simple to integrate.
Then the second part would be to collect the list of files/timestamps in a text log, csv or spreadsheet file.
This could be done entirely in an external program I guess, monitoring the output directory and collecting info on the fly. Or it could be added as an internal feature, but it sort of feel a bit specific…
Another way that might be interesting would be to be able to define an external command to be executed after each snapshot is saved. That would leave the possibilities open and allow for many other uses. The external program would be fed the file name, time stamp and other variables as parameters.
It's more advanced on the user side and would need a bit of programming to get it working but we can probably create scripts for common scenarios as the requests come.
