Quote:
Originally Posted by JimmXinu
I've proven that I can add a pyqtSignal() to FFF, emit() it after the "proceed with updating your library" dialog and get an Action Chains custom ChainEvent module to fire a chain.
The questions I have are: - What events in FFF should have signals that Action Chains can monitor?
- What information, if any, can or should be passed via the signal(s)?
|
More info: There are three times in FFF plugin that self.gui.proceed_question() will be called:
- Successful update or new download of normal book(s), and (optionally) update of error column for any failures.
- Successful update or new download of Anthology book. (Update/download aborts if no stories in the anthology succeeded.)
- Update of error column only when all updates/downloads fail (optionally).
If all of these cases emit the same signal, is that useful? Or is someone going to ask to have them separated immediately?