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