.\" Man page generated from reStructuredText. . .TH "CALIBRE-DEBUG" "1" "febbraio 26, 2021" "5.12.0" "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 [opzioni] .ft P .fi .UNINDENT .UNINDENT .sp Diverse interfacce da linea di comando utili per il debug di calibre. Senza opzioni, questo comando avvia un interprete Python integrato. Puoi anche avviare l\(aqinterfaccia principale di calibre, il lettore di e\-book di calibre e l\(aqeditor di calibre in modalità debug. .sp Contiene anche interfacce per diverse parti di calibre che non hanno strumenti da linea di comando specifici, come la riduzione dei caratteri, lo strumento di comparazione e\-book, ecc. .sp Puoi anche usare \fBcalibre\-debug\fP per avviare script stand\-alone. Per farlo segui queste istruzioni: .INDENT 0.0 .INDENT 3.5 \fBcalibre\-debug\fP myscript.py \fB\-\-\fP \fB\-\-option1\fP \fB\-\-option2\fP file1 file2 ... .UNINDENT .UNINDENT .sp Tutto ciò che segue i \fB\-\-\fP è passato allo script. .sp Whenever you pass arguments to \fBcalibre\-debug\fP that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .SH [OPZIONI] .INDENT 0.0 .TP .B \-\-add\-simple\-plugin Aggiungi un plugin semplice (es. un plugin composto dal solo file .py), specificando il percorso del file py contenente il codice del plugin. .UNINDENT .INDENT 0.0 .TP .B \-\-command, \-c Esegui codice Python. .UNINDENT .INDENT 0.0 .TP .B \-\-debug\-device\-driver, \-d Debug riconoscimento dispositivi .UNINDENT .INDENT 0.0 .TP .B \-\-default\-programs Imposta/rimuovi Calibre dai programmi predefiniti di Windows \fI\%\-\-default\-programs\fP = \fB(register|unregister)\fP .UNINDENT .INDENT 0.0 .TP .B \-\-diff Esegui lo strumento diff di calibre. Ad esempio: calibre\-debug \fI\%\-\-diff\fP file1 file2 .UNINDENT .INDENT 0.0 .TP .B \-\-edit\-book, \-t Avvia lo strumento \fB"\fPModifica libro\fB"\fP in modalità debug .UNINDENT .INDENT 0.0 .TP .B \-\-exec\-file, \-e Esegui codice Python nel file. .UNINDENT .INDENT 0.0 .TP .B \-\-explode\-book, \-x Esplodi il libro nella cartella specificata. Utilizzo: \-x file.epub cartella_di_output Esporta il libro come collezione di file HTML e metadati, che puoi modificare usando strumenti tipici dell\fB\(aq\fPHTML. Funziona con i file EPUB, AZW3, HTMLZ e DOCX. .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 \-\-fix\-multiprocessing Per uso interno. .UNINDENT .INDENT 0.0 .TP .B \-\-gui, \-g Avvia l\fB\(aq\fPinterfaccia con il debug abilitato. Il risultato del debug è stampato su stdout e stderr. .UNINDENT .INDENT 0.0 .TP .B \-\-gui\-debug Avvia l\fB\(aq\fPinterfaccia con una console di debug, registrando i log in un percorso specificato. Solo per uso interno, utilizza l\fB\(aq\fPopzione \-g per avviare l\fB\(aq\fPinterfaccia nella modalità debug .UNINDENT .INDENT 0.0 .TP .B \-\-help, \-h mostra questo messaggio di aiuto ed esci .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 Importa i dati esportati in precedenza .UNINDENT .INDENT 0.0 .TP .B \-\-inspect\-mobi, \-m Analizza i file MOBI nel percorso specifico .UNINDENT .INDENT 0.0 .TP .B \-\-paths Fornisce i percorsi necessari per configurare l\fB\(aq\fPambiente di calibre .UNINDENT .INDENT 0.0 .TP .B \-\-reinitialize\-db Ri\-inizializza il database sqlite al percorso specificato. Utile in caso di db corrotto .UNINDENT .INDENT 0.0 .TP .B \-\-run\-plugin, \-r Esegui un plugin con interfaccia a riga di comando. Ad esempio: calibre\-debug \-r \fB"\fPAdd Books\fB"\fP \fB\-\-\fP file1 \fB\-\-option1\fP Ogni cosa dopo il \fB\-\-\fP sarà passata al plugin come argomento. .UNINDENT .INDENT 0.0 .TP .B \-\-shutdown\-running\-calibre, \-s A causa di un\fB\(aq\fPistanza calibre in esecuzione, se del caso, da arrestare. Nota che se ci sono lavori in esecuzione, essi saranno interrotti silenziosamente, perciò usala con attenzione. .UNINDENT .INDENT 0.0 .TP .B \-\-subset\-font, \-f Crea un sottoinsieme del carattere specificato. Usa \fB\-\-\fP dopo questa opzione per passare opzione al programma di riduzione caratteri. .UNINDENT .INDENT 0.0 .TP .B \-\-test\-build Prova moduli binari in costruzione .UNINDENT .INDENT 0.0 .TP .B \-\-version mostra la versione del programma ed esci .UNINDENT .INDENT 0.0 .TP .B \-\-viewer, \-w Esegui lettore di e\-book in modalità debug .UNINDENT .SH AUTHOR Kovid Goyal .SH COPYRIGHT Kovid Goyal .\" Generated by docutils manpage writer. .