Hello,
I would like to write a plugin for connecting Calibre to FBReader Book Network catalog (
https://books.fbreader.org/). I wrote a trivial plugin that opens the catalog as a web page in a separate window, asks for google authentication and then allows to download books directly to Calibre library. (
http://sources.fbreader.org/fbreader...alibre-plugin/)
I need some help to implement more interesting features:
- That would be nice to store cookies between sessions; then it will be not necessary to enter google credentials every time user wants to connect.
- It would be also useful to use these cookies during OPDS search over the catalog; this search is only accessible for authorised users.
- Finally, the most interesting feature is an upload of books from the Calibre library to the Book Network.
So, my questions are: is it possible to implement these features in a plugin? If yes, is there a good point to start: some documentation, or code sample, or just classes in the Calibre source I can read?
Thank you in advance,
-- Nikolay