calibre-debug

calibre-debug [options]

Run an embedded python interpreter.

Whenever you pass arguments to calibre-debug that have spaces in them, enclose the arguments in quotation marks.

[options]

--add-simple-plugin

Add a simple plugin (i.e. a plugin that consists of only a .py file), by specifying the path to the py file containing the plugin code.

--command, -c

Run python code.

--debug-device-driver, -d

Debug the specified device driver.

--exec-file, -e

Run the python code in file.

--gui, -g

Run the GUI

--help, -h

show this help message and exit

--migrate

Migrate old database. Needs two arguments. Path to library1.db and path to new library folder.

--paths

Output the paths necessary to setup the calibre environment

--reinitialize-db

Re-initialize the sqlite calibre database at the specified path. Useful to recover from db corruption.

--version

show program’s version number and exit

--viewer, -w

Run the ebook viewer


Table Of Contents

Previous topic

calibre-customize

Next topic

calibre-server