Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 03-03-2010, 02:15 PM   #121
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,265
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Use --with-library
kovidgoyal is offline   Reply With Quote
Old 03-03-2010, 02:21 PM   #122
spullar
Junior Member
spullar began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2010
Device: nook
Quote:
Originally Posted by kovidgoyal View Post
Use --with-library
thanks, that worked. The version in the repository didn't have that option listed in the --help. Forgot to try it when I upgraded.

one more question. What is the best way to get calibre-server running automatically after a system reboot?

Thanks again for your help and speedy response
spullar is offline   Reply With Quote
Advert
Old 03-03-2010, 02:30 PM   #123
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,265
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Write an init script for it using start-stop-daemon
kovidgoyal is offline   Reply With Quote
Old 05-20-2010, 11:38 PM   #124
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
Quote:
Originally Posted by kovidgoyal View Post
The content server will only show books that are in epub format on the stanza (actually epub and pdb) as stanza can only handle those formats.
This may be the wrong place - since my question is probably half Trook and half Calibre...

Calibre Content Server setup and accessible
Trook v68 happily accessing the Cailbre service via http://hostname:8080/stanza.

As above, books which don't have EPUBs aren't shown - though the Nook can of course read PDF.... Ideally I'd like to have PDFs accessible through Trook. Is the format-specificity inherent in the /stanza interface or could that be relaxed somehow? (I understand Trook might not grok .PDFs this way, but I figure the content has to be *available* before I try to get the client to handle it.)

TIA,
Richard
solomon is offline   Reply With Quote
Old 05-20-2010, 11:48 PM   #125
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
Quote:
Originally Posted by kovidgoyal View Post
Note that while running both the command line server and the GUI at the same time is possible, it is not recommended.
I know the above was stated quite some time back - is it still true for current (0.6.53) versions of Calibre? (Win32 platforms)

In my case I find that anti-intrusion software <cough>peerblock<cough> interferes with the calibre-server. I would also like to keep my Calibre libraryon my RAID-ish Windows Home Server box for data protection. Given that, I think I'd like to:
-keep the Calibre library on the server box's storage array
-run calibre-server on the server box for LAN/Web read-only access to the library
-run Calibre on a single client machine for read/write access to the library

Is this safe?
Will it "work" as expected - e.g. will library changes from the gui client be reflected properly in the web interface which is served up from a different machine?
Is there a better way to accomplish the goals above?

TIA!
Richard
solomon is offline   Reply With Quote
Advert
Old 05-21-2010, 12:06 AM   #126
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,265
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The restriction to epub/pdb is /stanza specific. IIRC, there's no way to change that short of editing the source.

If you have only one program writing tot he db you are safe as far as corruption is concerned. Whether the content server will pick up the changes depends on a couple of actors, best to just try it and see.
kovidgoyal is offline   Reply With Quote
Old 05-21-2010, 10:50 AM   #127
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
Quote:
Originally Posted by kovidgoyal View Post
The restriction to epub/pdb is /stanza specific. IIRC, there's no way to change that short of editing the source.
Makes sense - do you know if Stanza would croak if PDFs were available that way? (I know nothing about the "standard" interface obviously!) This is probably more hassle than it's worth, since I strongly prefer non-PDF ebooks, but oftentimes I don't have a choice.

Quote:
Originally Posted by kovidgoyal View Post
If you have only one program writing to the db you are safe as far as corruption is concerned. Whether the content server will pick up the changes depends on a couple of actors, best to just try it and see.
Ok - as long as it's safe to do, I'll probably give it a try, but it may be a while before I can report back on that.

Thanks, and thanks for a great program!
Richard
(Happy Calibre donor)
solomon is offline   Reply With Quote
Old 05-21-2010, 11:14 AM   #128
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,265
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by solomon View Post
Makes sense - do you know if Stanza would croak if PDFs were available that way? (I know nothing about the "standard" interface obviously!) This is probably more hassle than it's worth, since I strongly prefer non-PDF ebooks, but oftentimes I don't have a choice.
No I don't know if it will break, but it will cause end user problems since stanza will then list books in the catalog which will fail to download when the user tries to download them.
kovidgoyal is offline   Reply With Quote
Old 05-21-2010, 11:27 AM   #129
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
Quote:
Originally Posted by kovidgoyal View Post
No I don't know if it will break, but it will cause end user problems since stanza will then list books in the catalog which will fail to download when the user tries to download them.
Gotcha. I'll inquire of the Trook folks if they could use PDFs that way. If so, would it be hard to implement a /trook page which Trook users could link to?

Thanks!
Richard
solomon is offline   Reply With Quote
Old 05-21-2010, 11:31 AM   #130
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,265
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
rather than /trook, I could simple implement /opds which will have no restrictions on the available formats.
kovidgoyal is offline   Reply With Quote
Old 05-21-2010, 11:54 AM   #131
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
Quote:
Originally Posted by kovidgoyal View Post
rather than /trook, I could simple implement /opds which will have no restrictions on the available formats.
That sounds great, thanks!!! Should I put in a ticket for tracking purposes or is this all you need?

Thanks again!
Richard
solomon is offline   Reply With Quote
Old 05-21-2010, 12:30 PM   #132
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,265
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Open a ticket, I'm rather busy right now with but I'll get to it in the next few days/weeks.
kovidgoyal is offline   Reply With Quote
Old 05-21-2010, 02:21 PM   #133
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
Quote:
Originally Posted by kovidgoyal View Post
Open a ticket, I'm rather busy right now with but I'll get to it in the next few days/weeks.
Thank you! Ticket #5582 entered - linked here in case anyone else wants to track it.

Richard
solomon is offline   Reply With Quote
Old 05-21-2010, 06:14 PM   #134
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
One stupid question - is there a "Server-only" install option? (Or can i just manually copy some binaries/registry keys over?)

I'd rather not even have the "main" app on my server so I can't accidentally open two instances....

Thanks,
Richard
solomon is offline   Reply With Quote
Old 05-21-2010, 07:49 PM   #135
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,265
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No, but just delete calibre.exe and you'll be fine.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS+ 300 (Browse Folders, Book History, Key Bindings, Dictionary, epub customization) kartu Sony Reader 137 03-06-2012 03:20 PM
Calibre Collection (can I transfer) madcatz990 Calibre 3 09-27-2010 06:13 PM
calibre - collection metadata? roffles Calibre 7 09-08-2010 10:08 PM
Cannot browse other sites after using Calibre Content Server duckbill Amazon Kindle 0 09-08-2010 12:08 AM
calibre creates collection on Sony PRS700 but does not transfer book into it leday Calibre 3 12-22-2009 12:45 PM


All times are GMT -4. The time now is 01:23 PM.


MobileRead.com is a privately owned, operated and funded community.