Hi everyone!
I would like to make sure
my "edit book" plugin works correctly on Calibre 5, but I am having trouble starting the plugin.
Calibre loads normally, I can modify the plugin preferences in Calibre Preferences, but when I start the book editor I can't see the plugin tab in the toolbar nor I can start the plugin via keyboard shortcut.
The plugin works correctly in Calibre 3 and 4. Here is the debug log (I fire up Calibre and open the book editor):
Code:
calibre 5.10.1 [64bit] embedded-python: True is64bit: True
Windows-10-10.0.18362 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.18362')
Python 3.8.5
Windows: ('10', '10.0.18362', '', 'Multiprocessor Free')
Interface language: en_GB
Successfully initialized third party plugins: Access Aide (0, 1, 2) && KindleUnpack - The Plugin (0, 82, 1)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 102.23899371069182 x 102.35820895522387
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Showing splash screen...
[1.41] splash screen shown
[1.41] Initializing db...
[1.42] db initialized
[1.42] Constructing main UI...
[2.30] main UI initialized...
[2.30] Hiding splash screen
Starting QuickView
[2.45] splash screen hidden
[2.45] Started up in 2.45 seconds with 1 books
Worker Launch took: 0.00 seconds
Any thought about this? Am I missing something?
Thanks!