Hello,
I'm starting to write a plugin based on the existing example interface_demo_plugin.
So far I made some python additions but I'm not sure how to find documentation about the different existing usable classes.
Is the documentation located here :
https://manual.calibre-ebook.com/plugins.html ?
For instance I would like to retrieve the current library name in use, but couldn't find the information (db.something ?)
Also I would like to be able to reimport a book file (pdf, cbr...) to an existing book Id record and also an opf file to the same book Id record (or at least chnage record properties (annotations)).
Can someone please point me to a good start point.
Thank you for helping.