Add Calibre ebook library tools.

This commit is contained in:
85pando
2015-11-21 13:06:10 +01:00
parent 2b70e7ca14
commit ddec789485
3 changed files with 49 additions and 0 deletions

24
pages/common/calibredb.md Normal file
View File

@@ -0,0 +1,24 @@
# 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, …}}`