Plugins cross-influencing??
Hi,
because of change to 5.0.1, one of the metadata plugins I use (Databazeknih) stopped working. I made some fixes, it works.
BUT: I use two metadata sources - one for Databazeknih with priority 1, the other one is built-in Google Images with priority 2.
When there is only Google Images enabled, it works.
As soon as I enable Databazeknih, Databazeknih works and Google Images stops working (in log are missing imports, for example: ImportError: cannot import name 'Browser' from 'calibre.utils.browser')
How could these two influence each other? I know the solution (Add some import statements to Databazeknih __init__, but I can't understand why this happens, and I still think this is somewhat rotten behavior and wrong thing to fix).
|