Scroll to navigation

CALIBREDB(1) calibre CALIBREDB(1)

NAME

calibredb - calibredb

calibredb command [opzioni] [argomenti]


calibredb è l'interfaccia da linea di comando che agisce sul database di calibre. Possiede molti sotto-comandi, descritti più sotto

calibredb 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 calibre-server oppure cliccando nell'interfaccia principale di calibre Connetti/condividi  →  Avvia Server di contenuti. Dato che calibredb può modificare le tue biblioteche di calibre, devi prima impostare un'autenticazione per il server. Ci sono due modi per farlo:

Se intendi connetterti solamente a un server in esecuzione sul computer stesso,



puoi semplicemente usare l'opzione --enable-local-write 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'interfaccia principale di calibre, questa opzione si trova in Preferenze → Condivisione via rete → Avanzate.

Se vuoi invece abilitare l'accesso via internet, dovresti impostare

degli utenti per il server e usare le opzioni --username e --password con calibredb per permettergli di accedere. Puoi impostare l'autenticazione utente per calibre-server usando l'opzione --enable-auth e usando --manage-users per creare gli utenti. Se hai avviato il server dall'interfaccia principale di calibre, usa Preferenze → Condivisione via rete → Richiedi nome utente/password.

Per connetterti a un Server dei contenuti in esecuzione, inserisci l'URL del server dopo l'opzione --with-library, vedi la documentazione dell'opzione per dettagli ed esempi.

  • OPZIONI GLOBALI
  • list
  • add
AGGIUNTA DA CARTELLE

  • remove
  • add_format
  • remove_format
  • show_metadata
  • set_metadata
  • export
  • catalog
EPUB OPZIONI

  • saved_searches
  • add_custom_column
  • custom_columns
  • remove_custom_column
  • set_custom
  • restore_database
  • check_library
  • list_categories
  • backup_metadata
  • clone
  • embed_metadata
  • search

OPZIONI GLOBALI

mostra questo messaggio di aiuto ed esci

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: http://hostname:port/#library_id for example, http://localhost:8080/#mylibrary. 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 https://manual.calibre-ebook.com/generated/en/calibredb.html.

Password for connecting to a calibre Content server. To read the password from standard input, use the special value: <stdin>. To read the password from a file, use: <f:/path/to/file> (i.e. <f: followed by the full path to the file and a trailing >). The angle brackets in the above are required, remember to escape them or use quotes for your shell.

Il timeout, in secondi, della connessione a una biblioteca di calibre in rete. Il tempo predefinito è di due minuti.

Nome utente per connettersi a un server di contenuto calibre

mostra la versione del programma ed esci

LIST

calibredb list [opzioni]


Elenca i libri disponibili nel database di calibre.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Ordina i risultati in ordine crescente

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 "all" 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

Genera output in formato JSON, più adatto all'elaborazione automatica. Le opzioni di larghezza e separazione di linea verranno ignorate.

Il numero massimo di risultati da visualizzare. Predefinito: tutti

La larghezza massima di una singola riga nell'output. L'impostazione predefinita è quella di rilevare la dimensione dello schermo.

Il prefisso per tutti i percorsi. L'impostazione predefinita è il percorso alla cartella della biblioteca.

Filtra i risultati con una ricerca. Per il formato della ricerca, vedere la documentazione relativa alla ricerca nel Manuale Utente. L'opzione predefinita è quella di non filtrare.

La stringa usata per separare i campi. Predefinita: uno spazio.

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

ADD

calibredb add [opzioni] file1 file2 file3 ...


Aggiunge i file specificati come libri nel database. È anche possibile specificare cartelle, vedere la cartella sottostante relativa alle opzioni.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Imposta gli autori dei libri aggiunti

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 "ignora" significa che i formati duplicati vengono scartati. Un valore di "overwrite" significa che i formati duplicati nella biblioteca vengono sovrascritti dai nuovi file aggiunti. Un valore di "new_record" significa che i formati duplicati sono inseriti in un nuovo record libro.

Percorso della copertina da utilizzare per il libro aggiunto

Aggiungi libri al database anche se esistono già. Il confronto è basato su titoli e autori dei libri. Nota che l'opzione --automerge ha la precedenza.

Aggiungi un libro vuoto (un libro senza formati)

Imposta gli identificatori per il libro. Ad esempio: -l asin:XXX -l isbn:XXX

Imposta l'ISBN dei libri aggiunti

Un elenco separato da virgole di lingue (meglio utilizzare i codici di lingua ISO639 per evitare che alcuni nomi di lingue non siano riconosciuti)

Imposta le serie dei libri aggiunti

Imposta il numero della serie dei libri aggiunti

Imposta i tag dei libri aggiunti

Imposta il titolo dei libri aggiunti

AGGIUNTA DA CARTELLE

Opzioni per controllare l'aggiunta dei libri dalle cartelle. Per impostazione predefinita vengono aggiunti solo file che hanno estensioni conosciute.

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.

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.

Assume che ogni cartella abbia un solo libro logico e che tutti i file presenti siano diversi formati per quel libro

Elabora cartelle ricorsivamente

REMOVE

calibredb remove ids


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).

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Non usare il cestino

ADD_FORMAT

calibredb add_format [options] id ebook_file


Aggiungi l' e-book in ebook_file ai formati disponibili per il libro identificato per id. Puoi trovare l'id usando il comando cerca, se il formato è già presente verrà sostituito a meno che l'opzione 'non sostituire' non sia stata specificata.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Non sostituire il formato se esiste già

REMOVE_FORMAT

calibredb remove_format [opzioni] id fmt


Rimuovi il formato fmt identificato da id dal libro logico. Puoi ottenere l'id usando il comando search. fmt deve essere un'estensione di file come LRF, TXT o EPUB. Se il libro logico non ha un fmt disponibile, non fa niente.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

SHOW_METADATA

calibredb show_metadata [opzioni] id


Mostra i metadati salvati nel database di calibre per il libro identificato da id. id è un numero identificativo del comando di ricerca.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Stampa i metadati in formato OPF (XML)

SET_METADATA

calibredb set_metadata [options] id [/path/to/metadata.opf]


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.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

The field to set. Format is field_name:value, for example: --field tags:tag1,tag2. Use --list-fields 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 --field identifiers:isbn:XXXX,doi:YYYYY. For boolean (yes/no) fields use true and false or yes and no.

Elenca i nomi dei campi di metadati che possono essere utilizzati con l'opzione --field

EXPORT

calibredb export [opzioni] id


Esporta i libri specificati da id (una lista separata da virgole) su disco. L'operazione 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.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Esporta tutti i libri del database, ignorando la lista di id.

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.

Normally, calibre will save the cover in a separate file along with the actual e-book files. Selezionando questa opzione verrà disattivata questa funzione.

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.

Normalmente calibre scrive i metadati in documenti OPF separati assieme ai file contenenti i libri. Selezionando questa opzione verrà disattivata questa funzione.

Elenco di formati separati da virgole da salvare per ogni libro. In modo predefinito, saranno salvati tutti i formati disponibili.

Avanzamento report

Sostituisci gli spazi con trattini bassi.

Esporta tutti i libri nella stessa cartella

The template to control the filename and directory structure of the saved files. Default is "{author_sort}/{title}/{title} - {authors}" 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}

Il formato di visualizzazione delle date. %d - giorno, %b - mese, %m - numero mese, %Y - anno. Predefinito: %b, %Y

Esporta i libri nella cartella specificata. Predefinita: .

Converti i percorsi in lettere minuscole.

CATALOG

calibredb catalog /path/to/destination.(csv|epub|mobi|xml...) [options]


Export a catalog in format specified by path/to/destination extension. Options control how entries are displayed in the generated catalog output. Note that different catalog formats support different sets of options. To see the different options, specify the name of the output file and then the --help option.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Lista degli identificativi ID per il catalogo in campi separati da virgole. Se dichiarati, --search è ignorata. Valore predefinito: tutti

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

Mostra un output dettagliato. Utile per il debug

EPUB OPZIONI

Title of generated catalog used as title in metadata. Default: 'My Books' Applies to: AZW3, EPUB, MOBI output formats

Create cross-references in Authors section for books with multiple authors. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

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: 'None' Applies to: AZW3, EPUB, MOBI output formats

Regex describing tags to exclude as genres. Default: '[.+]|^+$' excludes bracketed tags, e.g. '[Project Gutenberg]', and '+', the default tag for read books. Applies to: AZW3, EPUB, MOBI output formats

Specifies the rules used to exclude books from the generated catalog. The model for an exclusion rule is either ('<rule name>','Tags','<comma-separated list of tags>') or ('<rule name>','<custom column>','<pattern>'). For example: (('Archived books','#status','Archived'),) will exclude a book with a value of 'Archived' in the custom column 'status'. When multiple rules are defined, all rules will be applied. Default: "(('Catalogs','Tags','Catalog'),)" Applies to: AZW3, EPUB, MOBI output formats

Include 'Authors' section in catalog. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

Include 'Descriptions' section in catalog. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

Include 'Genres' section in catalog. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

Include 'Recently Added' section in catalog. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

Include 'Series' section in catalog. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

Include 'Titles' section in catalog. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

Source field for 'Genres' section. Default: 'Tag' Applies to: AZW3, EPUB, MOBI output formats

Custom field containing note text to insert in Description header. Default: '' Applies to: AZW3, EPUB, MOBI output formats

#<custom field>:[before|after]:[True|False] specifying: <custom field> 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: '::' Applies to: AZW3, EPUB, MOBI output formats

Specifies the output profile. In some cases, an output profile is required to optimize the catalog for the device. For example, 'kindle' or 'kindle_dx' creates a structured Table of Contents with Sections and Articles. Default: 'None' Applies to: AZW3, EPUB, MOBI output formats

--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 ('<rule name>','<source field>','<pattern>','<prefix>'). When multiple rules are defined, the first matching rule will be used. Default: "(('Read books','tags','+',''),('Wishlist item','tags','Wishlist','×'))" Applies to: AZW3, EPUB, MOBI output formats

Use a named preset created with the GUI catalog builder. A preset specifies all settings for building a catalog. Default: 'None' Applies to: AZW3, EPUB, MOBI output formats

Size hint (in inches) for book covers in catalog. Range: 1.0 - 2.0 Default: '1.0' Applies to: AZW3, EPUB, MOBI output formats

Replace existing cover when generating the catalog. Default: 'False' Applies to: AZW3, EPUB, MOBI output formats

SAVED_SEARCHES

calibredb saved_searches [options] (list|add|remove)


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.

Syntax for adding:

calibredb saved_searches add search_name search_expression

Syntax for removing:

calibredb saved_searches remove search_name

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

ADD_CUSTOM_COLUMN

calibredb add_custom_column [opzioni] etichetta nome tipo


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

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Un dizionario di opzioni per personalizzare l'interpretazione dei dati di questa colonna. Questa è una stringa JSON. Per le colonne di enumerazione, usare --display"{\ "enum_values\ ":[\ "val1\ ", \ "val2\ "]}". 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'OPF di backup per un libro (assicurarsi che sia stato creato un nuovo OPF da quando la colonna è stata aggiunta). Vedrete il JSON per il "display" per la nuova colonna nell'OPF.

Questa colonna salva i tag come dati (es. valori separati da virgole). Applicato solo se il tipo di dato è testo.

CUSTOM_COLUMNS

calibredb custom_columns [options]


Elenca le colonne personalizzate disponibili. Mostra le etichette delle colonne e gli ID.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Mostra i dettagli per ogni colonna

REMOVE_CUSTOM_COLUMN

calibredb remove_custom_column [opzioni] etichetta


Rimuove la colonna personalizzata identificata dall'etichetta. Puoi vedere le colonne disponibili con il comando custom_columns.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Non chiedere conferma

SET_CUSTOM

calibredb set_custom [options] column id value


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.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Se la colonna salva più valori, aggiunge i valori specificati a quelli esistenti, altrimenti li sostituisce.

RESTORE_DATABASE

calibredb restore_database [options]


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.

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.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Effettua realmente il ripristino. Il comando non sarà eseguito a meno che questa opzione non sia specificata.

CHECK_LIBRARY

calibredb check_library [opzioni]


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

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Output in CSV

Elenco separato da virgole delle estensioni che devono essere ignorate. Predefinito: tutte

Elenco separato da virgole dei nomi da ignorare. Predefinito: tutti

Elenco separato da virgole dei resoconti. Predefinito: tutti

LIST_CATEGORIES

calibredb list_categories [options]


Crea un rapporto delle informazione sulle categorie del database. Le informazioni sono equivalenti a ciò che è mostrato nel navigatore dei Tag.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Elenco separato da virgole di nomi di riferimento per categorie. Predefinito: tutti

Output in CSV

Tipo di file CSV da produrre. Alternative: excel, excel-tab, unix

Visualizza solo il numero di oggetti nella categoria invece del totale per oggetto all'interno della categoria

La larghezza massima di una singola riga nell'output. L'impostazione predefinita è quella di rilevare la dimensione dello schermo.

BACKUP_METADATA

calibredb backup_metadata [opzioni]


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'opzione --all.

Nota che normalmente non è necessario farlo dato che il backup dei file OPF viene effettuato automaticamente ogni volta che i metadati cambiano.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Di solito, questo comando opera solo su libri che hanno file OPF datati. Questa opzione lo applica a tutti i libri.

CLONE

calibredb clone percorso/della/nuova/biblioteca


Crea un clone della biblioteca corrente. Questo crea una nuova biblioteca, vuota, che ha tutte le stesse colonne personalizzate, biblioteche virtuali e altre impostazioni della biblioteca corrente.

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.

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

EMBED_METADATA

calibredb embed_metadata [options] book_id


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 'all' 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 embed_metadata 1 2 10-15 23

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Aggiorna i metadati solamente nei file del formato specificato. Specificalo più volte per più formati. Per impostazione predefinita vengono aggiornati tutti i formati.

SEARCH

calibredb search [options] search expression


Search the library for the specified search term, returning a comma separated list of book ids matching the search expression. The output format is useful to feed into other commands that accept a list of ids as input.

The search expression can be anything from calibre's powerful search query language, for example: calibredb search author:asimov 'title:"i robot"'

Whenever you pass arguments to calibredb that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"

Il numero massimo di risultati da fornire. Tutti i risultati sono il default.

AUTHOR

Kovid Goyal

COPYRIGHT

Kovid Goyal

febbraio 26, 2021 5.12.0