2015-11-21 12:06:10 +00:00
|
|
|
# calibredb
|
|
|
|
|
|
|
|
> Tool to manipulate the your ebook database.
|
|
|
|
> Part of the Calibre ebook 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
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- List ebooks in the library with additional information:
|
2015-11-21 12:06:10 +00:00
|
|
|
|
|
|
|
`calibredb list`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Search for ebooks 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
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Search for just ids of ebooks:
|
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
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Add one or more ebooks 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
|
|
|
|
2020-02-17 02:30:04 +00:00
|
|
|
- Recursively add all ebooks under a directory to the library:
|
|
|
|
|
|
|
|
`calibredb add -r {{path/to/directory}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Remove one or more ebooks from the library. You need ebook-ids (see above):
|
2015-11-21 12:06:10 +00:00
|
|
|
|
2015-11-24 11:01:45 +00:00
|
|
|
`calibredb remove {{id1 id2 …}}`
|