@chaley Hi! I just tested the new layout actions, running Calibre from source, as I found it cool to have another distinctive way to visually acknowledge library switching - besides a different library icon.
Upon running the chain, I get:
Code:
Traceback (most recent call last):
File "calibre_plugins.action_chains.action", line 448, in run_chain
File "calibre_plugins.action_chains.chains", line 389, in run
File "calibre_plugins.action_chains.chains", line 209, in _run_loop
File "calibre_plugins.action_chains.chains", line 348, in refresh_gui
File "C:\users\user\calibre-master\src\calibre\db\legacy.py", line 284, in all_ids
AttributeError: 'LibraryDatabase' object has no attribute 'new_api'
There's also a validation message:
Code:
Menu entry: mylib2 (plugin_name: Choose Library) cannot be found
The chain I tested was set up this way: 1 - a Calibre Action to quick switch to a given library and 2 - Hide Cover Grid
It runs the desired actions, but the message is displayed.