Quote:
Originally Posted by kovidgoyal
The calibre content server most definitely allows you to add books, by clicking the + button in the top bar in the book list view.
|
It's even simpler than that... In Docker I mapped a volume (linuxserver/calibre):
docker/calibre/import > /import
and set /import as the watched folder.
Now I just drop an epub into /docker/calibre/import, and within seconds it is added to Calibre_Library.
I don't even need to open the Calibre GUI
How easy is that?