View Single Post
Old 05-05-2015, 12:48 AM   #11
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)
The command to launch the calibre Content Server is:
Code:
calibre-server
Pass some of the above-mentioned flags to customize how it is displayed. For example:

Code:
calibre-server --port="8080" --username="user1" --password="password1" --with-library="/path/to/library1" --restriction="restriction1-1"
Creates a content server running at "ip-address:8080" with the login details of username: user1 and password:password1
It will serve the library located at /path/to/library1 and restrict it to the saved Virtual Library "restriction1-1"
eschwartz is offline   Reply With Quote