View Single Post
Old 02-16-2012, 02:05 AM   #1
perx
Junior Member
perx began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2012
Device: Android tablet
Trouble with multiple content server instances

Hi, I'm having trouble getting multiple instances of calibre to run the way I want. I'd like to have one instance for books and another for magazines, but whether I use different libraries or the same libraries with different filters, the content is always the same, whatever I had open last in calibre. I'm on the latest version, does anyone see anything wrong with the command lines I'm using? I'm not getting any errors, the content server runs on the correct ports etc, just that the library content is always the same, whatever library was opened last in calibre.

- For separate libraries -
"C:\Program Files (x86)\Calibre2\calibre-server.exe" --port 9071 -- username "usernamehere" --password "passwordhere" --with-library "F:\My Books\Magazines"

"C:\Program Files (x86)\Calibre2\calibre-server.exe" --port 9070 -- username "usernamehere" --password "passwordhere" --with-library "F:\My Books\Books"

- For one library, separate filters -
"C:\Program Files (x86)\Calibre2\calibre-server.exe" --port 9070 -- username "usernamehere" --password "passwordhere" --with-library "F:\My Books\Books" --restriction "Books"

"C:\Program Files (x86)\Calibre2\calibre-server.exe" --port 9071 -- username "usernamehere" --password "passwordhere" --with-library "F:\My Books\Books" --restriction "Magazines"
perx is offline   Reply With Quote