Hi,
I used to have a script that would automatically download stories that I sent to email and then use calibredb to update the calibre library, which I would then access using calibre-server through whatever device I wanted to read on (usually my phone).
However it seems like there's an issue that's arisen with this setup after upgrading, which I managed to miss until now because the calibre-server didn't run the new version until I forced it to, in that the web server doesn't recognize the changes to the calibre database unless I actually restart the server. Calibredb puts the files into the library fine, I can physically see them and mess with them, but these changes are not observed on the web interface. This is even after both using --enable-local-write and passing in a user/pass to the calibredb add command.
Quote:
calibre-server --userdb users.sqlite --enable-auth --port 8195 --enable-localrite --access-log output.view PATH
|
Is this intended behavior or a bug? If it's intended behavior then I'm going to have to downgrade, since the purpose of the setup is that I can just leave this alone on my computer and not touch it, and I'd rather not have to restart the calibre server every time that I make an update to it through calibredb.
Thanks.