tldr/pages/common/calibredb.md
Te-Chi Liu 5a54763c72 fixup: token string style (#1081)
- use underscore rather than minus
- use lower case rather than uppder case
2016-09-21 21:05:46 +05:30

536 B

calibredb

Tool to manipulate the your ebook database. Part of the Calibre ebook library.

  • List ebooks in the library with additional information:

calibredb list

  • Search for ebooks displaying additional information:

calibredb list --search {{search_term}}

  • Search for just ids of ebooks:

calibredb search {{search_term}}

  • Add one or more ebooks to the library:

calibredb add {{file1 file2 …}}

  • Remove one or more ebooks from the library. You need ebook-ids (see above):

calibredb remove {{id1 id2 …}}