I'm not certain why you'd want to install Calibre on the NAS as an app. Calibre is not really suited to running as a service. I personally use Cailbre portable and the Library stored on a shared folder on my AS-608T, I just connect to the folder and run the EXE. The number of dependencies alone would make installing this quite a chore.
Auberon2k wrote:I'm not certain why you'd want to install Calibre on the NAS as an app. Calibre is not really suited to running as a service. I personally use Cailbre portable and the Library stored on a shared folder on my AS-608T, I just connect to the folder and run the EXE. The number of dependencies alone would make installing this quite a chore.
I use it in this way before, but the speed of adding book is unacceptable slow.
Asustor AS-202TE [2 x WD Red 3TB NAS Harddrive] MacBook Pro with Retina 2013, New iPad, Nexus 4 TP-LINK TL-WR1043ND Samsung LA46A750 46"
Really? I added a couple hundred books to it recently, my wife and mother both got new e-readers and wanted a pile of romance books dumped onto their devices. I'm using Cailbre portable from a shared folder on my AS-608T over wireless (802.11n, getting 80-130Mbs) from my laptop. The initial opening of the library was slow but after that it was fine. I actually copied it locally on my laptop at one point and it was still slow initially opening the database too, I figure it's more a limitation of Calibre portable opening a db of 500+ titles.
What I have found is, you can't place the Calibre library file(s) on a network drive without a specific set of database files residing on the server, but you can have your books on a network drive. So, what this means is every dekstop/client PC would need it's own library base.
One way around this might be the some method I use for Lightroom. Put all of the Lightroom files into ownCloud and then they are automatically sent to/from the NAS. (One way around Adobe's no network use of Lightroom.) I would guess you could try the same thing with Calibre. Put the library files into your ownCloud folder on your desktop. Then the folder gets put on the server automatically. Next desktop client grabs that library file from the same ownCloud "share" from the server. I expect you could use the Asus or Dropbox apps just as easily.
I haven't tested this, but I am willing to, when I get a chance, sometime next week, if there is interest.
Hi
I manage and share my ebook's library with this system
a)I use this script COS http://blog.slucas.fr/en/oss/calibre-opds-php-server
that you have to install in a web folder.
b) You may change the config_local.php with the calibre folder.
If you want synchronize the library you can use COPS with owncloud
a) Install owncloud
b) create a folder "ebook"
c) change the config_local.php in COPS with the path of the library in owncloud
Last edited by nidele on Wed Sep 10, 2014 9:26 pm, edited 2 times in total.
nidele wrote:Hi
I manage and share my ebook's library with this system
a)I use this script COS http://blog.slucas.fr/en/oss/calibre-opds-php-server
that you have to install in a web folder.
b) You may change the config_local.php with the calibre folder.
If you want synchronize the library you can use COPS with owncloud
a) Install owncloud
b) create a folder "ebook"
c) change the config_local.php in COPS with the path of the library in owncloud