.\" Man page generated from reStructuredText. . .TH "CALIBREDB" "1" "febbraio 26, 2021" "5.12.0" "calibre" .SH NAME calibredb \- calibredb . .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 calibredb command [opzioni] [argomenti] .ft P .fi .UNINDENT .UNINDENT .sp \fBcalibredb\fP è l\(aqinterfaccia da linea di comando che agisce sul database di calibre. Possiede molti sotto\-comandi, descritti più sotto .sp \fBcalibredb\fP può essere usato per manipolare un database di calibre identificato da un percorso oppure da un Server dei contenuti di calibre in esecuzione sulla macchina locale o su internet. Puoi avviare un Server dei contenuti di calibre con il comando \fBcalibre\-server\fP oppure cliccando nell\(aqinterfaccia principale di calibre Connetti/condividi  →  Avvia Server di contenuti\&. Dato che \fBcalibredb\fP può modificare le tue biblioteche di calibre, devi prima impostare un\(aqautenticazione per il server. Ci sono due modi per farlo: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Se intendi connetterti solamente a un server in esecuzione sul computer stesso, .UNINDENT .UNINDENT .UNINDENT .sp puoi semplicemente usare l\(aqopzione \fB\-\-enable\-local\-write\fP del server dei contenuti, per permettere ad ogni programma, calibredb incluso, in esecuzione sul computer locale di modificare i tuoi dati di calibre. Se il server è avviato dall\(aqinterfaccia principale di calibre, questa opzione si trova in Preferenze → Condivisione via rete → Avanzate\&. .INDENT 0.0 .IP \(bu 2 Se vuoi invece abilitare l\(aqaccesso via internet, dovresti impostare .UNINDENT .sp degli utenti per il server e usare le opzioni \fI\%\-\-username\fP e \fI\%\-\-password\fP con \fBcalibredb\fP per permettergli di accedere. Puoi impostare l\(aqautenticazione utente per \fBcalibre\-server\fP usando l\(aqopzione \fB\-\-enable\-auth\fP e usando \fB\-\-manage\-users\fP per creare gli utenti. Se hai avviato il server dall\(aqinterfaccia principale di calibre, usa Preferenze → Condivisione via rete → Richiedi nome utente/password\&. .sp Per connetterti a un Server dei contenuti in esecuzione, inserisci l\(aqURL del server dopo l\(aqopzione \fI\%\-\-with\-library\fP, vedi la documentazione dell\(aqopzione per dettagli ed esempi. .INDENT 0.0 .IP \(bu 2 \fI\%OPZIONI GLOBALI\fP .IP \(bu 2 \fI\%list\fP .IP \(bu 2 \fI\%add\fP .INDENT 2.0 .IP \(bu 2 \fI\%AGGIUNTA DA CARTELLE\fP .UNINDENT .IP \(bu 2 \fI\%remove\fP .IP \(bu 2 \fI\%add_format\fP .IP \(bu 2 \fI\%remove_format\fP .IP \(bu 2 \fI\%show_metadata\fP .IP \(bu 2 \fI\%set_metadata\fP .IP \(bu 2 \fI\%export\fP .IP \(bu 2 \fI\%catalog\fP .INDENT 2.0 .IP \(bu 2 \fI\%EPUB OPZIONI\fP .UNINDENT .IP \(bu 2 \fI\%saved_searches\fP .IP \(bu 2 \fI\%add_custom_column\fP .IP \(bu 2 \fI\%custom_columns\fP .IP \(bu 2 \fI\%remove_custom_column\fP .IP \(bu 2 \fI\%set_custom\fP .IP \(bu 2 \fI\%restore_database\fP .IP \(bu 2 \fI\%check_library\fP .IP \(bu 2 \fI\%list_categories\fP .IP \(bu 2 \fI\%backup_metadata\fP .IP \(bu 2 \fI\%clone\fP .IP \(bu 2 \fI\%embed_metadata\fP .IP \(bu 2 \fI\%search\fP .UNINDENT .SH OPZIONI GLOBALI .INDENT 0.0 .TP .B \-\-help, \-h mostra questo messaggio di aiuto ed esci .UNINDENT .INDENT 0.0 .TP .B \-\-library\-path, \-\-with\-library Path to the calibre library. Default is to use the path stored in the settings. You can also connect to a calibre Content server to perform actions on remote libraries. To do so use a URL of the form: \fI\%http://hostname:port/#library_id\fP for example, \fI\%http://localhost:8080/#mylibrary\fP\&. library_id is the library id of the library you want to connect to on the Content server. You can use the special library_id value of \- to get a list of library ids available on the server. For details on how to setup access via a Content server, see \fI\%https://manual.calibre\-ebook.com/generated/en/calibredb.html\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-\-password Password for connecting to a calibre Content server. To read the password from standard input, use the special value: . To read the password from a file, use: (i.e. ). The angle brackets in the above are required, remember to escape them or use quotes for your shell. .UNINDENT .INDENT 0.0 .TP .B \-\-timeout Il timeout, in secondi, della connessione a una biblioteca di calibre in rete. Il tempo predefinito è di due minuti. .UNINDENT .INDENT 0.0 .TP .B \-\-username Nome utente per connettersi a un server di contenuto calibre .UNINDENT .INDENT 0.0 .TP .B \-\-version mostra la versione del programma ed esci .UNINDENT .SH LIST .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb list [opzioni] .ft P .fi .UNINDENT .UNINDENT .sp Elenca i libri disponibili nel database di calibre. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-ascending Ordina i risultati in ordine crescente .UNINDENT .INDENT 0.0 .TP .B \-\-fields, \-f The fields to display when listing books in the database. Should be a comma separated list of fields. Available fields: author_sort, authors, comments, cover, formats, identifiers, isbn, languages, last_modified, pubdate, publisher, rating, series, series_index, size, tags, timestamp, title, uuid Default: title,authors. The special field \fB"\fPall\fB"\fP can be used to select all fields. In addition to the builtin fields above, custom fields are also available as *field_name, for example, for a custom field #rating, use the name: *rating .UNINDENT .INDENT 0.0 .TP .B \-\-for\-machine Genera output in formato JSON, più adatto all\fB\(aq\fPelaborazione automatica. Le opzioni di larghezza e separazione di linea verranno ignorate. .UNINDENT .INDENT 0.0 .TP .B \-\-limit Il numero massimo di risultati da visualizzare. Predefinito: tutti .UNINDENT .INDENT 0.0 .TP .B \-\-line\-width, \-w La larghezza massima di una singola riga nell\fB\(aq\fPoutput. L\fB\(aq\fPimpostazione predefinita è quella di rilevare la dimensione dello schermo. .UNINDENT .INDENT 0.0 .TP .B \-\-prefix Il prefisso per tutti i percorsi. L\fB\(aq\fPimpostazione predefinita è il percorso alla cartella della biblioteca. .UNINDENT .INDENT 0.0 .TP .B \-\-search, \-s Filtra i risultati con una ricerca. Per il formato della ricerca, vedere la documentazione relativa alla ricerca nel Manuale Utente. L\fB\(aq\fPopzione predefinita è quella di non filtrare. .UNINDENT .INDENT 0.0 .TP .B \-\-separator La stringa usata per separare i campi. Predefinita: uno spazio. .UNINDENT .INDENT 0.0 .TP .B \-\-sort\-by Il campo con cui ordinare i risultati. Campi disponibili: author_sort, authors, comments, cover, formats, identifiers, isbn, languages, last_modified, pubdate, publisher, rating, series, series_index, size, tags, timestamp, title, uuid Predefinito: id .UNINDENT .SH ADD .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb add [opzioni] file1 file2 file3 ... .ft P .fi .UNINDENT .UNINDENT .sp Aggiunge i file specificati come libri nel database. È anche possibile specificare cartelle, vedere la cartella sottostante relativa alle opzioni. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-authors, \-a Imposta gli autori dei libri aggiunti .UNINDENT .INDENT 0.0 .TP .B \-\-automerge, \-m Se vengono trovati libri con titoli e autori simili, unisci automaticamente i formati (file) in arrivo con record di libri già esistenti. Un valore di \fB"\fPignora\fB"\fP significa che i formati duplicati vengono scartati. Un valore di \fB"\fPoverwrite\fB"\fP significa che i formati duplicati nella biblioteca vengono sovrascritti dai nuovi file aggiunti. Un valore di \fB"\fPnew_record\fB"\fP significa che i formati duplicati sono inseriti in un nuovo record libro. .UNINDENT .INDENT 0.0 .TP .B \-\-cover, \-c Percorso della copertina da utilizzare per il libro aggiunto .UNINDENT .INDENT 0.0 .TP .B \-\-duplicates, \-d Aggiungi libri al database anche se esistono già. Il confronto è basato su titoli e autori dei libri. Nota che l\fB\(aq\fPopzione \fI\%\-\-automerge\fP ha la precedenza. .UNINDENT .INDENT 0.0 .TP .B \-\-empty, \-e Aggiungi un libro vuoto (un libro senza formati) .UNINDENT .INDENT 0.0 .TP .B \-\-identifier, \-I Imposta gli identificatori per il libro. Ad esempio: \-l asin:XXX \-l isbn:XXX .UNINDENT .INDENT 0.0 .TP .B \-\-isbn, \-i Imposta l\fB\(aq\fPISBN dei libri aggiunti .UNINDENT .INDENT 0.0 .TP .B \-\-languages, \-l Un elenco separato da virgole di lingue (meglio utilizzare i codici di lingua ISO639 per evitare che alcuni nomi di lingue non siano riconosciuti) .UNINDENT .INDENT 0.0 .TP .B \-\-series, \-s Imposta le serie dei libri aggiunti .UNINDENT .INDENT 0.0 .TP .B \-\-series\-index, \-S Imposta il numero della serie dei libri aggiunti .UNINDENT .INDENT 0.0 .TP .B \-\-tags, \-T Imposta i tag dei libri aggiunti .UNINDENT .INDENT 0.0 .TP .B \-\-title, \-t Imposta il titolo dei libri aggiunti .UNINDENT .SS AGGIUNTA DA CARTELLE .sp Opzioni per controllare l\(aqaggiunta dei libri dalle cartelle. Per impostazione predefinita vengono aggiunti solo file che hanno estensioni conosciute. .INDENT 0.0 .TP .B \-\-add Con un modello di nome file (glob), i file che rispettano questo modello vengono aggiunti durante la scansione delle cartelle, anche se non sono conosciuti come file ebook. Può essere specificato più volte per modelli multipli. .UNINDENT .INDENT 0.0 .TP .B \-\-ignore Con un modello di nome file (glob), i file che rispettano questo modello vengono ignorati durante la scansione delle cartelle. Può essere specificato più volte per modelli multipli. Ad es. *.pdf ignora tutti i file pdf. .UNINDENT .INDENT 0.0 .TP .B \-\-one\-book\-per\-directory, \-1 Assume che ogni cartella abbia un solo libro logico e che tutti i file presenti siano diversi formati per quel libro .UNINDENT .INDENT 0.0 .TP .B \-\-recurse, \-r Elabora cartelle ricorsivamente .UNINDENT .SH REMOVE .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb remove ids .ft P .fi .UNINDENT .UNINDENT .sp Remove the books identified by ids from the database. ids should be a comma separated list of id numbers (you can get id numbers by using the search command). For example, 23,34,57\-85 (when specifying a range, the last number in the range is not included). .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-permanent Non usare il cestino .UNINDENT .SH ADD_FORMAT .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb add_format [options] id ebook_file .ft P .fi .UNINDENT .UNINDENT .sp Aggiungi l\(aq e\-book in ebook_file ai formati disponibili per il libro identificato per id. Puoi trovare l\(aqid usando il comando cerca, se il formato è già presente verrà sostituito a meno che l\(aqopzione \(aqnon sostituire\(aq non sia stata specificata. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-dont\-replace Non sostituire il formato se esiste già .UNINDENT .SH REMOVE_FORMAT .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb remove_format [opzioni] id fmt .ft P .fi .UNINDENT .UNINDENT .sp Rimuovi il formato fmt identificato da id dal libro logico. Puoi ottenere l\(aqid usando il comando search. fmt deve essere un\(aqestensione di file come LRF, TXT o EPUB. Se il libro logico non ha un fmt disponibile, non fa niente. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .SH SHOW_METADATA .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb show_metadata [opzioni] id .ft P .fi .UNINDENT .UNINDENT .sp Mostra i metadati salvati nel database di calibre per il libro identificato da id. id è un numero identificativo del comando di ricerca. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-as\-opf Stampa i metadati in formato OPF (XML) .UNINDENT .SH SET_METADATA .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb set_metadata [options] id [/path/to/metadata.opf] .ft P .fi .UNINDENT .UNINDENT .sp Set the metadata stored in the calibre database for the book identified by id from the OPF file metadata.opf. id is an id number from the search command. You can get a quick feel for the OPF format by using the \-\-as\-opf switch to the show_metadata command. You can also set the metadata of individual fields with the \-\-field option. If you use the \-\-field option, there is no need to specify an OPF file. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-field, \-f The field to set. Format is field_name:value, for example: \fI\%\-\-field\fP tags:tag1,tag2. Use \fI\%\-\-list\-fields\fP to get a list of all field names. You can specify this option multiple times to set multiple fields. Note: For languages you must use the ISO639 language codes (e.g. en for English, fr for French and so on). For identifiers, the syntax is \fI\%\-\-field\fP identifiers:isbn:XXXX,doi:YYYYY. For boolean (yes/no) fields use true and false or yes and no. .UNINDENT .INDENT 0.0 .TP .B \-\-list\-fields, \-l Elenca i nomi dei campi di metadati che possono essere utilizzati con l\fB\(aq\fPopzione \fI\%\-\-field\fP .UNINDENT .SH EXPORT .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb export [opzioni] id .ft P .fi .UNINDENT .UNINDENT .sp Esporta i libri specificati da id (una lista separata da virgole) su disco. L\(aqoperazione di esportazione salva tutti i formati del libro, la copertina e i metadati (in un file opf). Puoi ottenere i numeri di id dal comando cerca. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-all Esporta tutti i libri del database, ignorando la lista di id. .UNINDENT .INDENT 0.0 .TP .B \-\-dont\-asciiize Have calibre convert all non English characters into English equivalents for the file names. This is useful if saving to a legacy filesystem without full support for Unicode filenames. Selezionando questa opzione verrà disattivata questa funzione. .UNINDENT .INDENT 0.0 .TP .B \-\-dont\-save\-cover Normally, calibre will save the cover in a separate file along with the actual e\-book files. Selezionando questa opzione verrà disattivata questa funzione. .UNINDENT .INDENT 0.0 .TP .B \-\-dont\-update\-metadata Normalmente calibre aggiorna i metadati nei file salvati usando quelli che si trovano nella biblioteca di calibre. Questo rende il salvataggio più lento. Selezionando questa opzione verrà disattivata questa funzione. .UNINDENT .INDENT 0.0 .TP .B \-\-dont\-write\-opf Normalmente calibre scrive i metadati in documenti OPF separati assieme ai file contenenti i libri. Selezionando questa opzione verrà disattivata questa funzione. .UNINDENT .INDENT 0.0 .TP .B \-\-formats Elenco di formati separati da virgole da salvare per ogni libro. In modo predefinito, saranno salvati tutti i formati disponibili. .UNINDENT .INDENT 0.0 .TP .B \-\-progress Avanzamento report .UNINDENT .INDENT 0.0 .TP .B \-\-replace\-whitespace Sostituisci gli spazi con trattini bassi. .UNINDENT .INDENT 0.0 .TP .B \-\-single\-dir Esporta tutti i libri nella stessa cartella .UNINDENT .INDENT 0.0 .TP .B \-\-template The template to control the filename and directory structure of the saved files. Default is \fB"\fP{author_sort}/{title}/{title} \- {authors}\fB"\fP which will save books into a per\-author subdirectory with filenames containing title and author. Available controls are: {author_sort, authors, id, isbn, languages, last_modified, pubdate, publisher, rating, series, series_index, tags, timestamp, title} .UNINDENT .INDENT 0.0 .TP .B \-\-timefmt Il formato di visualizzazione delle date. %d \- giorno, %b \- mese, %m \- numero mese, %Y \- anno. Predefinito: %b, %Y .UNINDENT .INDENT 0.0 .TP .B \-\-to\-dir Esporta i libri nella cartella specificata. Predefinita: . .UNINDENT .INDENT 0.0 .TP .B \-\-to\-lowercase Converti i percorsi in lettere minuscole. .UNINDENT .SH CATALOG .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb catalog /path/to/destination.(csv|epub|mobi|xml...) [options] .ft P .fi .UNINDENT .UNINDENT .sp Export a \fBcatalog\fP in format specified by path/to/destination extension. Options control how entries are displayed in the generated \fBcatalog\fP output. Note that different \fBcatalog\fP formats support different sets of options. To see the different options, specify the name of the output file and then the \-\-help option. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-ids, \-i Lista degli identificativi ID per il catalogo in campi separati da virgole. Se dichiarati, \fI\%\-\-search\fP è ignorata. Valore predefinito: tutti .UNINDENT .INDENT 0.0 .TP .B \-\-search, \-s Filtra i risultati in base alla query di ricerca. Per il formato della query di ricerca fare riferimento alla documentazione sulla sintassi di ricerca nel Manuale utente. Predefinito: nessun filtraggio .UNINDENT .INDENT 0.0 .TP .B \-\-verbose, \-v Mostra un output dettagliato. Utile per il debug .UNINDENT .SS EPUB OPZIONI .INDENT 0.0 .TP .B \-\-catalog\-title Title of generated catalog used as title in metadata. Default: \fB\(aq\fPMy Books\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-cross\-reference\-authors Create cross\-references in Authors section for books with multiple authors. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-debug\-pipeline Save the output from different stages of the conversion pipeline to the specified directory. Useful if you are unsure at which stage of the conversion process a bug is occurring. Default: \fB\(aq\fPNone\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-exclude\-genre Regex describing tags to exclude as genres. Default: \fB\(aq\fP[.+]|^+$\fB\(aq\fP excludes bracketed tags, e.g. \fB\(aq\fP[Project Gutenberg]\fB\(aq\fP, and \fB\(aq\fP+\fB\(aq\fP, the default tag for read books. Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-exclusion\-rules Specifies the rules used to exclude books from the generated catalog. The model for an exclusion rule is either (\fB\(aq\fP\fB\(aq\fP,\fB\(aq\fPTags\fB\(aq\fP,\fB\(aq\fP\fB\(aq\fP) or (\fB\(aq\fP\fB\(aq\fP,\fB\(aq\fP\fB\(aq\fP,\fB\(aq\fP\fB\(aq\fP). For example: ((\fB\(aq\fPArchived books\fB\(aq\fP,\fB\(aq\fP#status\fB\(aq\fP,\fB\(aq\fPArchived\fB\(aq\fP),) will exclude a book with a value of \fB\(aq\fPArchived\fB\(aq\fP in the custom column \fB\(aq\fPstatus\fB\(aq\fP\&. When multiple rules are defined, all rules will be applied. Default: \fB"\fP((\fB\(aq\fPCatalogs\fB\(aq\fP,\fB\(aq\fPTags\fB\(aq\fP,\fB\(aq\fPCatalog\fB\(aq\fP),)\fB"\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-generate\-authors Include \fB\(aq\fPAuthors\fB\(aq\fP section in catalog. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-generate\-descriptions Include \fB\(aq\fPDescriptions\fB\(aq\fP section in catalog. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-generate\-genres Include \fB\(aq\fPGenres\fB\(aq\fP section in catalog. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-generate\-recently\-added Include \fB\(aq\fPRecently Added\fB\(aq\fP section in catalog. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-generate\-series Include \fB\(aq\fPSeries\fB\(aq\fP section in catalog. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-generate\-titles Include \fB\(aq\fPTitles\fB\(aq\fP section in catalog. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-genre\-source\-field Source field for \fB\(aq\fPGenres\fB\(aq\fP section. Default: \fB\(aq\fPTag\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-header\-note\-source\-field Custom field containing note text to insert in Description header. Default: \fB\(aq\fP\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-merge\-comments\-rule #:[before|after]:[True|False] specifying: Custom field containing notes to merge with comments [before|after] Placement of notes with respect to comments [True|False] \- A horizontal rule is inserted between notes and comments Default: \fB\(aq\fP::\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-output\-profile Specifies the output profile. In some cases, an output profile is required to optimize the catalog for the device. For example, \fB\(aq\fPkindle\fB\(aq\fP or \fB\(aq\fPkindle_dx\fB\(aq\fP creates a structured Table of Contents with Sections and Articles. Default: \fB\(aq\fPNone\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-prefix\-rules Specifies the rules used to include prefixes indicating read books, wishlist items and other user\-specified prefixes. The model for a prefix rule is (\fB\(aq\fP\fB\(aq\fP,\fB\(aq\fP\fB\(aq\fP,\fB\(aq\fP\fB\(aq\fP,\fB\(aq\fP\fB\(aq\fP). When multiple rules are defined, the first matching rule will be used. Default: \fB"\fP((\fB\(aq\fPRead books\fB\(aq\fP,\fB\(aq\fPtags\fB\(aq\fP,\fB\(aq\fP+\fB\(aq\fP,\fB\(aq\fP✓\fB\(aq\fP),(\fB\(aq\fPWishlist item\fB\(aq\fP,\fB\(aq\fPtags\fB\(aq\fP,\fB\(aq\fPWishlist\fB\(aq\fP,\fB\(aq\fP×\fB\(aq\fP))\fB"\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-preset Use a named preset created with the GUI catalog builder. A preset specifies all settings for building a catalog. Default: \fB\(aq\fPNone\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-thumb\-width Size hint (in inches) for book covers in catalog. Range: 1.0 \- 2.0 Default: \fB\(aq\fP1.0\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .INDENT 0.0 .TP .B \-\-use\-existing\-cover Replace existing cover when generating the catalog. Default: \fB\(aq\fPFalse\fB\(aq\fP Applies to: AZW3, EPUB, MOBI output formats .UNINDENT .SH SAVED_SEARCHES .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb saved_searches [options] (list|add|remove) .ft P .fi .UNINDENT .UNINDENT .sp Manage the saved searches stored in this database. If you try to add a query with a name that already exists, it will be replaced. .sp Syntax for adding: .sp calibredb \fBsaved_searches\fP add search_name search_expression .sp Syntax for removing: .sp calibredb \fBsaved_searches\fP remove search_name .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .SH ADD_CUSTOM_COLUMN .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb add_custom_column [opzioni] etichetta nome tipo .ft P .fi .UNINDENT .UNINDENT .sp Crea una colonna personalizzata. etichetta è il nome amichevole della macchina della colonna. Non deve contenere spazi o punteggiatura. nome è il nome amichevole della colonna. tipo è uno di: bool, comments, composite, datetime, enumeration, float, int, rating, series, text .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-display Un dizionario di opzioni per personalizzare l\fB\(aq\fPinterpretazione dei dati di questa colonna. Questa è una stringa JSON. Per le colonne di enumerazione, usare \fI\%\-\-display\fP\fB"\fP{\e \fB"\fPenum_values\e \fB"\fP:[\e \fB"\fPval1\e \fB"\fP, \e \fB"\fPval2\e \fB"\fP]}\fB"\fP\&. Ci sono molte opzioni che possono entrare nella variabile di visualizzazione. Le opzioni per tipo di colonna sono: composite: composite_template, composite_sort, make_category,contains_html, use_decorations data e ora: formato_data enumerazione: enum_valori, enum_colori, uso_decorazioni int, float: numero_formato testo: is_nomi, uso_decorazioni Il modo migliore per trovare combinazioni ammesse è quello di creare una colonna personalizzata del tipo appropriato nella GUI e poi guardare l\fB\(aq\fPOPF di backup per un libro (assicurarsi che sia stato creato un nuovo OPF da quando la colonna è stata aggiunta). Vedrete il JSON per il \fB"\fPdisplay\fB"\fP per la nuova colonna nell\fB\(aq\fPOPF. .UNINDENT .INDENT 0.0 .TP .B \-\-is\-multiple Questa colonna salva i tag come dati (es. valori separati da virgole). Applicato solo se il tipo di dato è testo. .UNINDENT .SH CUSTOM_COLUMNS .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb custom_columns [options] .ft P .fi .UNINDENT .UNINDENT .sp Elenca le colonne personalizzate disponibili. Mostra le etichette delle colonne e gli ID. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-details, \-d Mostra i dettagli per ogni colonna .UNINDENT .SH REMOVE_CUSTOM_COLUMN .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb remove_custom_column [opzioni] etichetta .ft P .fi .UNINDENT .UNINDENT .sp Rimuove la colonna personalizzata identificata dall\(aqetichetta. Puoi vedere le colonne disponibili con il comando custom_columns. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-force, \-f Non chiedere conferma .UNINDENT .SH SET_CUSTOM .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb set_custom [options] column id value .ft P .fi .UNINDENT .UNINDENT .sp Set the value of a custom column for the book identified by id. You can get a list of ids using the search command. You can get a list of custom column names using the custom_columns command. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-append, \-a Se la colonna salva più valori, aggiunge i valori specificati a quelli esistenti, altrimenti li sostituisce. .UNINDENT .SH RESTORE_DATABASE .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb restore_database [options] .ft P .fi .UNINDENT .UNINDENT .sp Restore this database from the metadata stored in OPF files in each directory of the calibre library. This is useful if your metadata.db file has been corrupted. .sp WARNING: This command completely regenerates your database. You will lose all saved searches, user categories, plugboards, stored per\-book conversion settings, and custom recipes. Restored metadata will only be as accurate as what is found in the OPF files. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-really\-do\-it, \-r Effettua realmente il ripristino. Il comando non sarà eseguito a meno che questa opzione non sia specificata. .UNINDENT .SH CHECK_LIBRARY .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb check_library [opzioni] .ft P .fi .UNINDENT .UNINDENT .sp Esegue alcuni controlli sul filesystem che rappresenta la biblioteca. I resoconti sono invalid_titles, extra_titles, invalid_authors, extra_authors, missing_formats, extra_formats, extra_files, missing_covers, extra_covers, failed_folders .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-csv, \-c Output in CSV .UNINDENT .INDENT 0.0 .TP .B \-\-ignore_extensions, \-e Elenco separato da virgole delle estensioni che devono essere ignorate. Predefinito: tutte .UNINDENT .INDENT 0.0 .TP .B \-\-ignore_names, \-n Elenco separato da virgole dei nomi da ignorare. Predefinito: tutti .UNINDENT .INDENT 0.0 .TP .B \-\-report, \-r Elenco separato da virgole dei resoconti. Predefinito: tutti .UNINDENT .SH LIST_CATEGORIES .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb list_categories [options] .ft P .fi .UNINDENT .UNINDENT .sp Crea un rapporto delle informazione sulle categorie del database. Le informazioni sono equivalenti a ciò che è mostrato nel navigatore dei Tag. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-categories, \-r Elenco separato da virgole di nomi di riferimento per categorie. Predefinito: tutti .UNINDENT .INDENT 0.0 .TP .B \-\-csv, \-c Output in CSV .UNINDENT .INDENT 0.0 .TP .B \-\-dialect Tipo di file CSV da produrre. Alternative: excel, excel\-tab, unix .UNINDENT .INDENT 0.0 .TP .B \-\-item_count, \-i Visualizza solo il numero di oggetti nella categoria invece del totale per oggetto all\fB\(aq\fPinterno della categoria .UNINDENT .INDENT 0.0 .TP .B \-\-width, \-w La larghezza massima di una singola riga nell\fB\(aq\fPoutput. L\fB\(aq\fPimpostazione predefinita è quella di rilevare la dimensione dello schermo. .UNINDENT .SH BACKUP_METADATA .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb backup_metadata [opzioni] .ft P .fi .UNINDENT .UNINDENT .sp Effettua il backup dei metadati presenti nel database in file OPF dedicati nella cartella di ogni libro. Normalmente questo avviene in maniera automatica ma puoi eseguire questo comando per forzare una nuova creazione dei file OPF, con l\(aqopzione \-\-all. .sp Nota che normalmente non è necessario farlo dato che il backup dei file OPF viene effettuato automaticamente ogni volta che i metadati cambiano. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-all Di solito, questo comando opera solo su libri che hanno file OPF datati. Questa opzione lo applica a tutti i libri. .UNINDENT .SH CLONE .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb clone percorso/della/nuova/biblioteca .ft P .fi .UNINDENT .UNINDENT .sp Crea un \fBclone\fP della biblioteca corrente. Questo crea una nuova biblioteca, vuota, che ha tutte le stesse colonne personalizzate, biblioteche virtuali e altre impostazioni della biblioteca corrente. .sp La biblioteca clonata non conterrà libri. Se desideri creare un duplicato completo, che includa tutti i libri, è sufficiente usare gli strumenti del filesystem per copiare la cartella della biblioteca. .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .SH EMBED_METADATA .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb embed_metadata [options] book_id .ft P .fi .UNINDENT .UNINDENT .sp Update the metadata in the actual book files stored in the calibre library from the metadata in the calibre database. Normally, metadata is updated only when exporting files from calibre, this command is useful if you want the files to be updated in place. Note that different file formats support different amounts of metadata. You can use the special value \(aqall\(aq for book_id to update metadata in all books. You can also specify many book ids separated by spaces and id ranges separated by hyphens. For example: calibredb \fBembed_metadata\fP 1 2 10\-15 23 .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-only\-formats, \-f Aggiorna i metadati solamente nei file del formato specificato. Specificalo più volte per più formati. Per impostazione predefinita vengono aggiornati tutti i formati. .UNINDENT .SH SEARCH .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibredb search [options] search expression .ft P .fi .UNINDENT .UNINDENT .sp Search the library for the specified \fBsearch\fP term, returning a comma separated list of book ids matching the \fBsearch\fP expression. The output format is useful to feed into other commands that accept a list of ids as input. .sp The \fBsearch\fP expression can be anything from calibre\(aqs powerful \fBsearch\fP query language, for example: calibredb \fBsearch\fP author:asimov \(aqtitle:"i robot"\(aq .sp Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .INDENT 0.0 .TP .B \-\-limit, \-l Il numero massimo di risultati da fornire. Tutti i risultati sono il default. .UNINDENT .SH AUTHOR Kovid Goyal .SH COPYRIGHT Kovid Goyal .\" Generated by docutils manpage writer. .