View Single Post
Old 02-17-2015, 08:40 PM   #1
Zealousky
Member
Zealousky began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Sep 2014
Device: Nexus 7
Changing the "Name" of the Calibre Server?

I have my books split into different libraries like romance/sci-fi/horror/classic... etc. I have a batch file setup to start calibre-server for each library with different ports
Code:
start /min calibre-server.exe -p 8081 --with-library "\\N7700PRO\Calibre\Sci-Fi and Fantasy"
start /min calibre-server.exe -p 8082 --with-library "\\N7700PRO\Calibre\Thriller"
start /min calibre-server.exe -p 8083 --with-library "\\N7700PRO\Calibre\Western"
This works great with my intranet home page because I can label the links with the relevant book genre.

When I connect with Calibre companion though, it lists each content server as "Books in calibre (on Distributor port 8081), Books in calibre (on Distributor port 8082)" and so on.

Is there a switch to change the name to "Sci-Fi and Fantasy in calibre (on Distributor port 8081), Thriller in calibre (on Distributor port 8082), etc?

Thanks,
Simon
Zealousky is offline   Reply With Quote