Typo

Ozzie Isaacs 2020-09-25 12:17:11 +02:00
parent 9d75454ffe
commit 2b137ad93f
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -76,7 +76,7 @@ Calibre-Web has to be restarted after changing the policy.xml file. Covers shoul
### Mass add books
It's possible to upload several books at once by selecting more than one file. The limitation is the upload size of the calibre-web interal server (several hundred megabyte). Another posibility is via a normal shall script by watching a folder content. Prerequisites for the example below is a installed calibre program. The script has to be called regulary (cron job). The script watches for content in the supervised path, calls calibre to add the files in the folder to the library and deletes the files in the last step from the source folder.
It's possible to upload several books at once by selecting more than one file. The limitation is the upload size of the calibre-web internal server (several hundred megabyte). Another posibility is via a normal shall script by watching a folder content. Prerequisites for the example below is a installed calibre program. The script has to be called regulary (cron job). The script watches for content in the supervised path, calls calibre to add the files in the folder to the library and deletes the files in the last step from the source folder.
```
#!/bin/bash