View Single Post
Old 09-10-2015, 10:30 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,080
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by asok View Post
I maintain multiple calibre libraries (fiction, non-fiction, computer science, etc.). Is there a way to expose these libraries as a subdirectory of the URL?

e.g.,

127.0.0.1:8080/fiction
127.0.0.1:8080/non-fiction

etc.

If not, is there any desire to provide for this type of functionality? I'm happy to contribute as a developer. I would need to get details of the file system structure of the libraries.
You need to:
a) Use a virtual Libraries instead of multiple
b) Start multiple content SERVERS, each with their own port
eg "C:\Program Files\Calibre2\calibre-server.exe" --port 8083 --with-library C:\Users\<me>\MainLib
"C:\Program Files\Calibre2\calibre-server.exe" --port 8082 --with-library C:\Users\<me>\Fiction
theducks is online now   Reply With Quote