View Single Post
Old 07-11-2014, 05:53 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
It is not a god idea to use a Windows calibre library on a linux OS. Windows is case-insensitive, as is the db. Linux is case-sensitive and will not be able to find your books. You should be able to reemotely access calibre on the server, though: http://courses.cms.caltech.edu/cs11/misc/xwindows.html

You can run as many instances of
Code:
calibre-server --port #### --with-library /path/to/library
as you want. Just make sure they broadcast on different ports.

You could also merge the libraries and separate them via virtual libraries, which can be searched in the server.

Last edited by eschwartz; 07-11-2014 at 05:59 PM.
eschwartz is offline   Reply With Quote