View Single Post
Old 11-27-2014, 03:09 AM   #1
geometer
Member
geometer began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Dec 2005
Location: Cambridge, UK
Device: Sharp Zaurus SL-C3100
Calibre + cloud eBook storage plugin

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:
  1. 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.
  2. It would be also useful to use these cookies during OPDS search over the catalog; this search is only accessible for authorised users.
  3. 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
geometer is offline   Reply With Quote