View Single Post
Old 03-04-2023, 04:45 AM   #2
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by MaxStirner View Post
And needs to be edited manually every time I start the server? Even if both Calibre and Koreader are actually connected automatically I still have to edit the OPDS manually every time.
Nope. The settings should work unless the ip of the calibre host changed on your local network, which is unlikely, or you changed the port, username or password in calibre.

It looks like, in your case, the setting is never flushed, so there's no "calibre_opds" on your settings.reader.lua. It should look like

Code:
["calibre_opds"] = {
        ["host"] = "192.168.x.y",
        ["password"] = "",
        ["port"] = "8080",
    },
pazos is offline   Reply With Quote