tldr/pages/common/calibredb.md

30 lines
727 B
Markdown
Raw Normal View History

2015-11-21 12:06:10 +00:00
# calibredb
> Manipulate an e-book database.
> Part of the Calibre e-book library.
> More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.
2015-11-21 12:06:10 +00:00
- List e-books in the library with additional information:
2015-11-21 12:06:10 +00:00
`calibredb list`
- Search for e-books displaying additional information:
2015-11-21 12:06:10 +00:00
`calibredb list --search {{search_term}}`
2015-11-21 12:06:10 +00:00
- Search for just ids of e-books:
2015-11-21 12:06:10 +00:00
`calibredb search {{search_term}}`
2015-11-21 12:06:10 +00:00
- Add one or more e-books to the library:
2015-11-21 12:06:10 +00:00
`calibredb add {{file1 file2 …}}`
2015-11-21 12:06:10 +00:00
- [r]ecursively add all e-books under a directory to the library:
2020-02-17 02:30:04 +00:00
`calibredb add -r {{path/to/directory}}`
- 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
`calibredb remove {{id1 id2 …}}`