tldr/pages/common/calibredb.md

30 lines
726 B
Markdown
Raw Normal View History

2015-11-21 12:06:10 +00:00
# calibredb
> Tool to manipulate the your ebook database.
> Part of the Calibre ebook library.
> More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.
2015-11-21 12:06:10 +00:00
- List ebooks in the library with additional information:
2015-11-21 12:06:10 +00:00
`calibredb list`
- Search for ebooks 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 ebooks:
2015-11-21 12:06:10 +00:00
`calibredb search {{search_term}}`
2015-11-21 12:06:10 +00:00
- Add one or more ebooks to the library:
2015-11-21 12:06:10 +00:00
`calibredb add {{file1 file2 …}}`
2015-11-21 12:06:10 +00:00
2020-02-17 02:30:04 +00:00
- Recursively add all ebooks under a directory to the library:
`calibredb add -r {{path/to/directory}}`
- Remove one or more ebooks from the library. You need ebook-ids (see above):
2015-11-21 12:06:10 +00:00
`calibredb remove {{id1 id2 …}}`