Calibre

Got a feature request? Great! Post your ideas here!
dhstsw
Posts: 154
youtube meble na wymiar Warszawa
Joined: Sat Aug 02, 2014 2:02 am

Calibre

Post by dhstsw »

Hi there,

anyone has any idea in how to install calibre?

http://calibre-ebook.com/download_linux

Of course, those lines don't work:

Code: Select all

wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
AS-304T
If you own a series 2/3/6 Asustor it's very likely you won't get XBMC 13.x/Kodi.
But easily you'll end buying a kitchen from UK.
Auberon2k
Posts: 213
Joined: Sat Aug 31, 2013 12:47 am

Re: Calibre

Post by Auberon2k »

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.
ho66es
Posts: 476
Joined: Wed Mar 13, 2013 5:38 am

Re: Calibre

Post by ho66es »

I'm with auberon2k on this, use nas to store books and run calibre on client
608t
User avatar
micwallo
Posts: 37
Joined: Sun Nov 24, 2013 2:50 am

Re: Calibre

Post by micwallo »

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"
Auberon2k
Posts: 213
Joined: Sat Aug 31, 2013 12:47 am

Re: Calibre

Post by Auberon2k »

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.
Elrique64
Posts: 222
Joined: Wed Feb 26, 2014 5:26 am

Re: Calibre

Post by Elrique64 »

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.

Mike G.
Auberon2k
Posts: 213
Joined: Sat Aug 31, 2013 12:47 am

Re: Calibre

Post by Auberon2k »

Use Calibre Portable and the DBs are stored with the application and I store the Library there also. It is fully self contained.
nidele
Posts: 27
Joined: Fri May 30, 2014 9:57 pm

Re: Calibre

Post by nidele »

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 :D
Last edited by nidele on Wed Sep 10, 2014 9:26 pm, edited 2 times in total.
dhstsw
Posts: 154
Joined: Sat Aug 02, 2014 2:02 am

Re: Calibre

Post by dhstsw »

Sweet!
AS-304T
If you own a series 2/3/6 Asustor it's very likely you won't get XBMC 13.x/Kodi.
But easily you'll end buying a kitchen from UK.
ho66es
Posts: 476
Joined: Wed Mar 13, 2013 5:38 am

Re: Calibre

Post by ho66es »

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 :D
nicely done :)
608t