Difference between revisions of "Share e-books over a local network with Calibre"

From Parallel Library Services
Jump to navigation Jump to search
Line 13: Line 13:
* Find out the local IP address of the computer serving the Calibre database:
* Find out the local IP address of the computer serving the Calibre database:


<syntaxhighlight lang="bash" lines>
<syntaxhighlight lang="bash" line>
hostname
hostname
192.168.189.89
192.168.189.89

Revision as of 18:04, 7 April 2022

Screenshot of Calibre version: 5.30.0

Calibre is open-source e-book management software that can run on a range of operating systems, including Linux, Mac Os, Windows and Ubuntu.

It can also be installed in a light version as a Windows utility, which can be extracted onto any location, including a USB drive. Essentially this gives the user the ability to plug in a USB drive and read an e-book from a shared collection.

Sharing e-books over a local network is simple:

  • First, install calibre according the instructions
  • Next, within the calibre interface, click the button that says "Connect/Share".

Connect share calibre.png

This turns on the content server, so now you can share the files in Calibre with others over a local network.

  • Find out the local IP address of the computer serving the Calibre database:
hostname
192.168.189.89

In this case my local IP address is 192.168.189.89

  • Open a new browser tab. Enter http://192.168.189.89:8080 as the URL. This means the files are being shared over a local network, through port 8080.
A Calibre library shared through a local network