.\" Man page generated from reStructuredText. . .TH "CALIBRE-DEBUG" "1" "veebruar 01, 2019" "3.39.1" "calibre" .SH NAME calibre-debug \- calibre-debug . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibre\-debug [suvandid] .ft P .fi .UNINDENT .UNINDENT .sp Various command line interfaces useful for debugging calibre. With no options, this command starts an embedded Python interpreter. You can also run the main calibre GUI, the calibre viewer and the calibre editor in debug mode. .sp It also contains interfaces to various bits of calibre that do not have dedicated command line tools, such as font subsetting, the e\-book diff tool and so on. .sp You can also use \fBcalibre\-debug\fP to run standalone scripts. To do that use it like this: .INDENT 0.0 .INDENT 3.5 \fBcalibre\-debug\fP myscript.py \fB\-\-\fP \fB\-\-option1\fP \fB\-\-option2\fP file1 file2 ... .UNINDENT .UNINDENT .sp Everything after the \fB\-\-\fP is passed to the script. .sp Alati kui edastad programmile \fBcalibre\-debug\fP tühikuid sisaldavaid argumente, ümbritse argumendid jutumärkidega. Näiteks: "/some path/with spaces" .SH [SUVANDID] .INDENT 0.0 .TP .B \-\-add\-simple\-plugin Lisa lihtne plugin (s.t. plugin, mis koosneb ainult .py failist), sisestades raja plugina koodi sisaldava py\-failini. .UNINDENT .INDENT 0.0 .TP .B \-\-command, \-c Käita Python kood. .UNINDENT .INDENT 0.0 .TP .B \-\-debug\-device\-driver, \-d Seadmetuvastuse veaotsing .UNINDENT .INDENT 0.0 .TP .B \-\-default\-programs (De)registreeri calibre Windowsi vaikeprogrammides. \fI\%\-\-default\-programs\fP = \fB(register|unregister)\fP .UNINDENT .INDENT 0.0 .TP .B \-\-diff Run the calibre diff tool. For example: calibre\-debug \fI\%\-\-diff\fP file1 file2 .UNINDENT .INDENT 0.0 .TP .B \-\-edit\-book, \-t Käivita calibre raamatu muutmise tööriist silumisrežiimis. .UNINDENT .INDENT 0.0 .TP .B \-\-exec\-file, \-e Käita Python kood failis. .UNINDENT .INDENT 0.0 .TP .B \-\-explode\-book, \-x Explode the book into the specified directory. Usage: \-x file.epub output_dir Exports the book as a collection of HTML files and metadata, which you can edit using standard HTML editing tools. Works with EPUB, AZW3, HTMLZ and DOCX files. .UNINDENT .INDENT 0.0 .TP .B \-\-export\-all\-calibre\-data Export all calibre data (books/settings/plugins). Normally, you will be asked for the export dir and the libraries to export. You can also specify them as command line arguments to skip the questions. Use absolute paths for the export directory and libraries. The special keyword \fB"\fPall\fB"\fP can be used to export all libraries. .UNINDENT .INDENT 0.0 .TP .B \-\-gui, \-g Run the GUI with debugging enabled. Debug output is printed to stdout and stderr. .UNINDENT .INDENT 0.0 .TP .B \-\-gui\-debug Run the GUI with a debug console, logging to the specified path. For internal use only, use the \-g option to run the GUI in debug mode .UNINDENT .INDENT 0.0 .TP .B \-\-help, \-h näita seda veateadet ja välju .UNINDENT .INDENT 0.0 .TP .B \-\-implode\-book, \-i Implode a previously exploded book. Usage: \-i output_dir file.epub Imports the book from the files in output_dir which must have been created by a previous call to \fI\%\-\-explode\-book\fP\&. Be sure to specify the same file type as was used when exploding. .UNINDENT .INDENT 0.0 .TP .B \-\-import\-calibre\-data Impordi eelnevalt eksporditud calibre andmed .UNINDENT .INDENT 0.0 .TP .B \-\-inspect\-mobi, \-m Uuri määratud rajal (radadel) MOBI faili (faile) .UNINDENT .INDENT 0.0 .TP .B \-\-paths Väljasta calibre keskkonna seadistamiseks vajalikud rajad .UNINDENT .INDENT 0.0 .TP .B \-\-reinitialize\-db Re\-initialize the sqlite calibre database at the specified path. Useful to recover from db corruption. .UNINDENT .INDENT 0.0 .TP .B \-\-run\-plugin, \-r Run a plugin that provides a command line interface. For example: calibre\-debug \-r \fB"\fPAdd Books\fB"\fP \fB\-\-\fP file1 \fB\-\-option1\fP Everything after the \fB\-\-\fP will be passed to the plugin as arguments. .UNINDENT .INDENT 0.0 .TP .B \-\-shutdown\-running\-calibre, \-s Pane töötav calibre eksemplar, kui on, sulguma. Pane tähele, et kui on pooleliolevaid töid, need katkestatakse vaikselt, seega kasuta ettevaatusega. .UNINDENT .INDENT 0.0 .TP .B \-\-subset\-font, \-f Subset the specified font. Use \fB\-\-\fP after this option to pass option to the font subsetting program. .UNINDENT .INDENT 0.0 .TP .B \-\-test\-build Test binary modules in build .UNINDENT .INDENT 0.0 .TP .B \-\-version näita programmi versiooninumbrit ja välju .UNINDENT .INDENT 0.0 .TP .B \-\-viewer, \-w Käivita e\-raamatute vaatur veaotsingu režiimis .UNINDENT .SH AUTHOR Kovid Goyal .SH COPYRIGHT Kovid Goyal .\" Generated by docutils manpage writer. .