Quote:
Originally Posted by asok
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