View Single Post
Old 09-13-2025, 05:51 PM   #11239
mijkala
Member
mijkala began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Dec 2024
Device: kobo clara bw
Quote:
Originally Posted by JimmXinu View Post
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
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2025-09-13 at 14.32.20.png
Views:	42
Size:	68.9 KB
ID:	218068  
mijkala is offline   Reply With Quote