LinuxCommandLibrary

calibredb

calibredb

TLDR

List e-books in the library with additional information

$ calibredb list
copy


Search for e-books displaying additional information
$ calibredb list --search [search_term]
copy


Search for just ids of e-books
$ calibredb search [search_term]
copy


Add one or more e-books to the library
$ calibredb add [file1 file2 …]
copy


Recursively add all e-books under a directory to the library
$ calibredb add -r [path/to/directory]
copy


Remove one or more e-books from the library. You need the e-book IDs (see above)
$ calibredb remove [id1 id2 …]
copy

Copied to clipboard