/calibreexport

Primary LanguageJavaMIT LicenseMIT

Calibre's Database exporter

Main goals:

  • Export sqlite database of books into something publicable like OPDS

Current:

  • First step export books table into JSON format

Usage:

First download jar file from releases section. Then execute:

java -jar calibreexport.jar -db:PATH -out:PATH [-covers:true]

Copy result plus index.html example file

Finally you can publish in any web server.

Documentation links