.\" Man page generated from reStructuredText. . . .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 .. .TH "CALIBRE-DEBUG" "1" "mája 03, 2024" "7.10.0" "calibre" .SH NAME calibre-debug \- calibre-debug .INDENT 0.0 .INDENT 3.5 .sp .EX calibre\-debug [options] .EE .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 E\-book 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 \-e 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. You can also use \fBcalibre\-debug\fP as a shebang in scripts, like this: .INDENT 0.0 .INDENT 3.5 #!/usr/bin/env \-S \fBcalibre\-debug\fP \-e \fB\-\-\fP \-\- .UNINDENT .UNINDENT .sp Whenever you pass arguments to \fBcalibre\-debug\fP that have spaces in them, enclose the arguments in quotation marks. For example: \(dq/some path/with spaces\(dq .SH [MOŽNOSTI] .INDENT 0.0 .TP .B \-\-add\-simple\-plugin Vložiť jednoduchý doplnok (napr. doplnok obsahujúci len .py súbor) zadaním cesty ku súboru py, ktorý obsahuje kód doplnku. .UNINDENT .INDENT 0.0 .TP .B \-\-command, \-c Run Python code. .UNINDENT .INDENT 0.0 .TP .B \-\-debug\-device\-driver, \-d Analyzovať chyby pri identifikácii zariadenia .UNINDENT .INDENT 0.0 .TP .B \-\-default\-programs (Od)registrovať Calibre vo východzích programoch Windows. \fI\%\-\-default\-programs\fP = \fB(register|unregister)\fP .UNINDENT .INDENT 0.0 .TP .B \-\-diff Spustiť rozdielový nástroj Calibre. Napríklad: calibre\-debug \fI\%\-\-diff\fP súbor1 súbor2 .UNINDENT .INDENT 0.0 .TP .B \-\-edit\-book Launch the calibre \fB\(dq\fPEdit book\fB\(dq\fP tool in debug mode. .UNINDENT .INDENT 0.0 .TP .B \-\-exec\-file, \-e Run the Python code in file. .UNINDENT .INDENT 0.0 .TP .B \-\-explode\-book, \-x Explode the book into the specified folder. 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 folder and the libraries to export. You can also specify them as command line arguments to skip the questions. Use absolute paths for the export folder and libraries. The special keyword \fB\(dq\fPall\fB\(dq\fP can be used to export all libraries. Examples: calibre\-debug \fI\%\-\-export\-all\-calibre\-data\fP # for interactive use calibre\-debug \fI\%\-\-export\-all\-calibre\-data\fP /path/to/empty/export/folder /path/to/library/folder1 /path/to/library2 calibre\-debug \fI\%\-\-export\-all\-calibre\-data\fP /export/folder all # export all known libraries .UNINDENT .INDENT 0.0 .TP .B \-\-fix\-multiprocessing For internal use .UNINDENT .INDENT 0.0 .TP .B \-\-gui, \-g Spustiť grafické rozhranie GUI so zapnutou diagnostikou. Výstup diagnostiky je vytlačený do stdout a stderr. .UNINDENT .INDENT 0.0 .TP .B \-\-gui\-debug Spustiť diagnostiku grafického rozhrania v terminále a zaznamenať výsledky na určené miesto. Len pre interné účely použite možnosť \-g, na diagnostiku grafického rozhrania. .UNINDENT .INDENT 0.0 .TP .B \-\-help, \-h zobraziť túto nápovedu a skončiť .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 Importovať predtým exportované dáta Calibre .UNINDENT .INDENT 0.0 .TP .B \-\-inspect\-mobi, \-m Skontrolovať súbor (súbory) MOBI zo zadanej cesty (zadaných ciest) .UNINDENT .INDENT 0.0 .TP .B \-\-paths Výstup ciest potrebných pre nastavenie prostredia Calibre .UNINDENT .INDENT 0.0 .TP .B \-\-run\-plugin, \-r Run a plugin that provides a command line interface. For example: calibre\-debug \-r \fB\(dq\fPPlugin name\fB\(dq\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 \-\-run\-test, \-t Run the named test(s). Use the special value \fB\(dq\fPall\fB\(dq\fP to run all tests. If the test name starts with a period it is assumed to be a module name. If the test name starts with @ it is assumed to be a category name. .UNINDENT .INDENT 0.0 .TP .B \-\-run\-without\-debug Don\fB\(aq\fPt run with the DEBUG flag set .UNINDENT .INDENT 0.0 .TP .B \-\-shutdown\-running\-calibre, \-s Spôsobí, že akákoľvek bežiaca inštancia bude ukončená. Uvedomte si, že ak sa práve spracúvajú úlohy, budú potichu prerušené, takže používajte opatrne. .UNINDENT .INDENT 0.0 .TP .B \-\-subset\-font, \-f Redukovať zadané písmo. Použite \fB\-\-\fP po tejto voľbe pre predanie možnosti programu pre čiastočné vkladanie písma. .UNINDENT .INDENT 0.0 .TP .B \-\-test\-build Testovať binárne moduly v zostavovaní .UNINDENT .INDENT 0.0 .TP .B \-\-version zobraziť verziu programu a skončiť .UNINDENT .INDENT 0.0 .TP .B \-\-viewer, \-w Spustiť Zobrazovač e\-kníh v režime ladenia .UNINDENT .SH AUTHOR Kovid Goyal .SH COPYRIGHT Kovid Goyal .\" Generated by docutils manpage writer. .