View Single Post
Old 11-07-2015, 08:39 PM   #7
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)
I agree with the people above who suggested using a Virtual Library.

I'd like to add, that you can create a Content Server that is restricted to the contents of a Virtual Library, and connect to that Content Server with your OPDS-compatible app.

You can also start multiple servers via the CLI:
Code:
calibre-server --port "8080" --with-library "/path/to/library/" --restriction "EPUB-only"
calibre-server --port "8081" --with-library "/path/to/library/" --restriction "MOBI-only"
calibre-server --port "8082" --with-library "/path/to/library/" --restriction "PDF-only"
And create the matching "EPUB-only", "MOBI-only", and "PDF-only" Virtual Libraries.

Last edited by eschwartz; 11-07-2015 at 08:42 PM.
eschwartz is offline   Reply With Quote