2015-11-21 12:06:10 +00:00
|
|
|
# calibredb
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> Tool to manipulate the your e-book database.
|
|
|
|
> Part of the Calibre e-book library.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- List e-books in the library with additional information:
|
2015-11-21 12:06:10 +00:00
|
|
|
|
|
|
|
`calibredb list`
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Search for e-books displaying additional information:
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2016-09-21 16:35:46 +01:00
|
|
|
`calibredb list --search {{search_term}}`
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Search for just ids of e-books:
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2016-09-21 16:35:46 +01:00
|
|
|
`calibredb search {{search_term}}`
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Add one or more e-books to the library:
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2015-11-24 11:01:45 +00:00
|
|
|
`calibredb add {{file1 file2 …}}`
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Recursively add all e-books under a directory to the library:
|
2020-02-17 02:30:04 +00:00
|
|
|
|
|
|
|
`calibredb add -r {{path/to/directory}}`
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Remove one or more e-books from the library. You need the e-book IDs (see above):
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2015-11-24 11:01:45 +00:00
|
|
|
`calibredb remove {{id1 id2 …}}`
|