Quote:
Originally Posted by The Holy
Secondly, I need an action after some jobs to automatically accept a finished job before it moves on to the next action. Currently, the chain goes straight from finishing the extract ISBN job to metadata search without me having time to accept the new ISBN:s that have been found. So an action in between extract ISBN and metadata search to automatically accept the found ISBN values.
|
This was discussed a few pages ago. tl;dr: Action Chains doesn't have any good way of detecting self.gui.proceed_question(), which is what those plugins use to confirm.
kiwidude's plugins (Count Pages and Extract ISBN) have options to automatically fill without confirmation. There's still the small risk that the next action will fire off in the split-second between the job finishing and the db write actually occuring, but it may help.