Someone over on github
#1073 has asked:
Quote:
Hello,
it would be really great, if you could add an option to start the calibre plugin "Action Chains" for the downloaded or updated books.
This would automate task I perform after downloading
|
Some basic research found
this and
this post.
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)?