I'm the author of the
opds-reader calibre plugin.
After upgrading to calibre 5, the plugin disappeared from the UI.
I've run "calibre-debug -g" and calibre finds the plugin and reports no errors on the plugin:
Code:
sb@mccoy:~/git/opds-reader/calibre_plugin$ calibre-debug -g
calibre 5.0.1 [64bit] embedded-python: True is64bit: True
Windows-10-10.0.19041-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 3.8.5
Windows: ('10', '10.0.19041', 'SP0', 'Multiprocessor Free')
Interface language: en_GB
Successfully initialized third party plugins: OPDS Client (1, 0, 0)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 118.41774744027302 x 118.22545454545454
Using calibre Qt style: True
[0.00] Starting up...
[0.27] Showing splash screen...
[17.28] splash screen shown
[17.28] Initializing db...
[21.27] db initialized
[21.27] Constructing main UI...
Failed to load recipe from: 'Aftenposten.no_1002.recipe'
Failed to load recipe from: 'nrk.no_1000.recipe'
[49.64] main UI initialized...
[49.64] Hiding splash screen
Starting QuickView
The plugin also shows up in the plugins section of Preferences.
The plugin does
not show up in the "Toolbars and menus" section where I would at the plugin's toolbutton to the main menu bar.
What could be missing and/or need to be updated?
I've looked at
the plugin documentation and compared to what I have in the plugin code and as far as I can tell, the plugin still confirms to a GUI plugin.
Is the problem that I haven't packed up the plugin in a zip file, but instead run the plugin from the git clone?
Thanks!
- Steinar