1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/common/calibredb.md
2020-02-16 23:30:04 -03:00

726 B

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.

  • 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 …}}

  • 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):

calibredb remove {{id1 id2 …}}