Quote:
Originally Posted by JimmXinu
New Test Version
2024-05-28
- Add download_finished_signal for Action Chains #1073
- New Site: touchfluffytail.org (#1071) thanks dbhmw
The FFF plugin has a signal it will emit after the "proceed with updating your library" dialog.
The code for the Action Chains Module I tested with is:
Code:
from calibre_plugins.action_chains.events import ChainEvent
class SearchChanged(ChainEvent):
# replace with the name of your event
name = 'FFF done'
def get_event_signal(self):
return self.gui.iactions['FanFicFare'].download_finished_signal
All I've done with it is call a chain that printed 'HERE!'.
|
Stumbled upon this while starting to look at action chains. I added this to my modules. but I haven't noticed anything different? Is this saying that it'll make a signal tone, or is this talking about the little pop-up that occurs? I would love a little "ding" or some sort of audible notification but after trying this, and playing around with my mac settings nothing really happens