1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-11-01 07:36:20 +00:00

Add reference to calibre-web automated

James Armstrong 2024-07-25 11:56:00 -07:00
parent 0cf06778bb
commit 71bd8127ce

@ -1,5 +1,9 @@
Calibre web doesn't have an automatic library scan feature, so by default you have to modify the associated Calibre database yourself. However it's possible to instead setup a service which can monitor a directory for changes. After which it triggers a script to import new books. This removes the need to setup something like 'Calibre Content Server'. Calibre web doesn't have an automatic library scan feature, so by default you have to modify the associated Calibre database yourself. However it's possible to instead setup a service which can monitor a directory for changes. After which it triggers a script to import new books. This removes the need to setup something like 'Calibre Content Server'.
## Fully automated setup
If you prefer to have a full calibre-web instance that implements auto import (but without readarr implementation built in), view [Calibre-web Automated](https://github.com/crocodilestick/Calibre-Web-Automator). Otherwise, follow the instructions below.
## Pre-requisites ## Pre-requisites
This example is based on using Readarr to download books, but you could easily adapt these steps to fit your own process. This example is based on using Readarr to download books, but you could easily adapt these steps to fit your own process.