Skip to content

Instantly share code, notes, and snippets.

@veritas06
Created August 6, 2024 12:56
Show Gist options
  • Save veritas06/c9b1b91b4771d7dc00d75892cf48d915 to your computer and use it in GitHub Desktop.
Save veritas06/c9b1b91b4771d7dc00d75892cf48d915 to your computer and use it in GitHub Desktop.
How to add new books to Calibre-Web

Add New Books to Calibre-Web

August 06, 2024

  • I must not have had this command saved anywhere, so when I had to setup Calibre-Web again, it took me a little while to figure it out again.
  • First, need to get metadata.db if you don't already have one. I placed mine in .../Calibre-web/config/ with the rest of the generated files.
  • To actually load the books, I needed to use a shell on that container & run the calibredb command:

docker exec -it <<CONTAINER_NAME>> /bin/bash calibredb add --add /eBook_Source/ --with-library /books

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment