From 71bd8127ce012f9224727201383a7ed494f2b666 Mon Sep 17 00:00:00 2001 From: James Armstrong <32995055+jmarmstrong1207@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:56:00 -0700 Subject: [PATCH] Add reference to calibre-web automated --- Automatically-import-new-books-(Linux).md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Automatically-import-new-books-(Linux).md b/Automatically-import-new-books-(Linux).md index 0fead16..b90b58e 100644 --- a/Automatically-import-new-books-(Linux).md +++ b/Automatically-import-new-books-(Linux).md @@ -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'. +## 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 This example is based on using Readarr to download books, but you could easily adapt these steps to fit your own process.