steinarb / opds-reader

A calibre plugin containing an OPDS client that can import books into calibre
GNU General Public License v3.0
46 stars 25 forks source link

-- coding: utf-8 --

Make sure you press Enter after finishing typing into the URL combo box. This will download the top OPDS catalog for the OPDS feed.

*** How to I debug the plugin

If the plugin doesn't work for some reason, start calibre in debug mode and see what ends up in the console.

To start calibre in debug mode, open a command line window, and type:

+begin_example

calibre-debug

+end_example

If necessary, add "print()" statements to the code to check that its get to the places you expect it to get and start printing out variables.

** License This calibre plugin is copyright Steinar Bang, 2015-2022, and licensed Under GPL version 3.

See the LICENSE file for more detail.