Quote:
Originally Posted by correoparaappzz
is there a way to reduse the time?
|
Hi, for the event 'Books Added' still works in the latest version of calibre? I get this error:
Code:
calibre, version 7.24.0
ERROR: Unhandled exception: <b>KeyError</b>:'select_books'
calibre 7.24 embedded-python: True
Linux-4.4.302+-x86_64-with-glibc2.39 Linux ('64bit', 'ELF')
('Linux', '4.4.302+', '#72806 SMP Thu Sep 5 13:45:50 CST 2024')
Python 3.11.5
Interface language: None
EXE path: /opt/calibre/bin/calibre
Successfully initialized third party plugins: DeACSM (0, 0, 16) && Gather KFX-ZIP (from KFX Input) (2, 19, 0) && DeDRM (10, 0, 9) && Package KFX (from KFX Input) (2, 19, 0) && Action Chains (1, 20, 8) && Count Pages (1, 13, 6) && Embed Comic Metadata (1, 6, 6) && Find Duplicates (1, 10, 9) && KFX metadata reader (from KFX Input) (2, 19, 0) && From KFX (2, 19, 0) && KFX Input (2, 19, 0) && Set KFX metadata (from KFX Output) (2, 13, 0) && KFX Output (2, 13, 0) && Obok DeDRM (10, 0, 9)
Traceback (most recent call last):
File "calibre_plugins.action_chains.gui.events_dialogs", line 280, in _on_event_opts_button_clicked
d.load_settings(self.event_opts)
File "calibre_plugins.action_chains.gui.events_dialogs", line 127, in load_settings
self.widget.load_settings(settings)
File "Books Added", line 48, in load_settings
KeyError: 'select_books'
Actions works fine, I have created a few actions to title and subtitle of standard ebooks, but for automatic add books this event don't works, if anyone point me to docs for the calibre 7 about the events and how control the selection on gui, maybe I can fix this.