New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Calibre

Good ideas? Share with us!
Post Reply
art1go
Posts: 13
Joined: 05 Oct 2009, 05:51

Calibre

Post by art1go »

calibre is a free and open source e-book library management application developed by users of e-books for users of e-books.
calibre server allows to share books and manage subscriptions for newspapers an RSS. It can send them to a Kindle or any other eReaders over the Internet.
I think it would be great to have such a feature in Bubba.
http://calibre-ebook.com/

/tom
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Calibre

Post by RandomUsername »

Trouble is that Calibre requires a GUI (uses QT IIRC).

It's open-source though so feel free to port it ;)
art1go
Posts: 13
Joined: 05 Oct 2009, 05:51

Re: Calibre

Post by art1go »

Well maybe :)
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Calibre

Post by Cheeseboy »

Trouble is that Calibre requires a GUI
Well, yes and no.
If you start it with

Code: Select all

calibre
it will try to start a GUI.
If you start it with

Code: Select all

calibre-server
it doesn't.
The problem is you need the GUI to configure it, import books and stuff. The web interface doesn't let you do that.
But this is not un-doable. The Bubba2 and B3 are perfectly able to display a GUI over the network to a Xserver.
I have also tried installing xfce4 on the B3 and connecting to it with vnc, and it works. So it's definitely doable.

Also, the author of calibre is a very approachable guy. If enough people ask him to incorporate the full functionality into the web interface, leaving a headless installation, he might implement it.
Or he might give you hints on how to migrate your library from your GUI workstation to your headless server.

EDIT:
Or just google for it:
http://www.mobileread.com/forums/showthread.php?t=76513
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Calibre

Post by RandomUsername »

Anyone tried this yet and got any news (good or bad) to report?

Was thinking about having a go myself.
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Calibre

Post by Cheeseboy »

Hi!

I just tried it, and it didn't go too well, I keep getting these errors:

Code: Select all

1: Syntax error: word unexpected (expecting ")")
It only happens on the bubba, not on Ubuntu.
I noticed that the Python version on my bubba is 2.6.6 and on my Ubuntu box it is 2.6.5 - don't know if this is relevant. I did some googling and found a post suggesting it had something to do with limitations of the shell, so tried it in csh, ksh and bash - same result.

Best regards,

Cheeseboy
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Calibre

Post by RandomUsername »

Thanks Cheeseboy.

I might give it a go myself when I get a few moments.
art1go
Posts: 13
Joined: 05 Oct 2009, 05:51

Re: Calibre

Post by art1go »

RandomUsername wrote:Anyone tried this yet and got any news (good or bad) to report?

Was thinking about having a go myself.
I had a look as well and it seems messy. Although I might be wrong, I felt it was a lot work for something which will end up to require a lot of resources (cpu).
Post Reply