1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-31 23:26:20 +00:00

Updated Automatically import new books (Linux) (markdown)

James Armstrong 2024-08-01 19:55:38 -07:00
parent 557958285e
commit 6f532ffdd9

@ -28,6 +28,11 @@ When books are imported into the Calibre's database, an additional copy of the b
4. Readarr misc library: `/data/media/documents` (If you download PDF files, or other non-standard eBooks, then I recommend you don't add them to your main library. As they don't normally have any associated metadata to tell the importer what book it's adding. And these books should still be imported manually)
## Warning
This script below will only detect and scan subfolders if you copy (ie `cp`) or download the folders into the folder being monitored. It can't detect folders moved (ie `mv`) into the monitored folder. Files moved in will be detected correctly though.
See the top of this page for the Calibre-Web-Automated project for a full-fledged implementation
## Create the import script
This script can be placed anywhere your system can access it `nano /data/media/calibre/.scripts/calibre-scan.sh`.