Quote:
Originally Posted by adi2
It's on the USB HDD mounted on the same device where server is. I've tried to put library on the system drive but with the same result.
What about this warning "[17/Apr/2017:21:12:56] ENGINE WARNING: Use of engine.autoreload_on is deprecated and will be removed in a future version. Use engine.autoreload.on instead."
thanks
bye
|
Then use:
Code:
calibre-server --with-library /home/yourusername/yourlibraryname
*
If your library is on the system drive this will probably work.
Code:
calibre-server --with-library "/home/nasdata/e-knjige"
*
If your library is on a second drive then this will probably work.
Code:
calibre-server --with-library "/media/nasdata/e-knjige"
Use the
cd and
ls commands to verily the path to your library.
Quote:
Whenever you pass arguments to calibre-server that have spaces in them, enclose the arguments in quotation marks. For example “C:some path with spaces”
|
Open a blower on a pc/tablet and enter
Code:
IpnumberRPI:portnumber
Default port for the sever is 8080
If it still does not work then you might have a port conflict.
Quote:
What about this warning "[17/Apr/2017:21:12:56] ENGINE WARNING: Use of engine.autoreload_on is deprecated and will be removed in a future version. Use engine.autoreload.on instead."
|
If you are not using a Bash script then ignore at this time.
bernie
* on my linux system the command works with and without the = sign.