Quote:
Originally Posted by sourcecodemage
I noticed in CW Admin settings , there is "Reconnect Calibre Database" button and it is also schedulable.
Have you tried pressing that button to see if it updates CW after a sync? If it works, you can schedule it to run as often as you like , also from the Admin settings page.
|
Quick update. reconnect to database doesn't reload the database.
I'm running CW on TrueNAS, not Synology, but perhaps they both have APIs or command line tools for restarting applications.
TrueNAS has the midclt cmd line utility to stop and start apps
Code:
midclt call app.stop calibre-web
sleep 10
midclt call app.start calibre-web
sleep 10
What I do is after making changes, I run a script that rsync's my library folder to calibre-web's /books folder, and then restarts calibre-web. Hopefully you can do something similar with Synology.