How about keeping a session file in the target directory which contains
metadata:  timestamp, sufficient information to resume a session that
ended.

if a session file exists in the target directory:
    if the session metadata matches the current batch specification (actions, 
parameters, etc):
        resume the batch
    else:
        ask the user what to do, and do it
else:
    write a session file in the target directory,
    do the batch
    
delete the session file (after finishing a batch)

-- 
performance: check for existing files *before* doing the processing on a picture
https://bugs.launchpad.net/bugs/497594
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to