|
|
#1 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,664
Karma: 3473290
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Browse your calibre book collection from anywhere
You can run the server from the GUI by using the config dialog or from the command line by using the command calibre-server Note that while running both the command line server and the GUI at the same time is possible, it is not recommended. At the moment the web interface allows readonly access (i.e. you cannot add books or edit metadata). Enjoy.
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. |
|
|
|
|
|
#2 |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 309
Karma: 1023503
Join Date: Aug 2005
Location: London, UK
Device: Kobo Aura,Kobo Mini,iPad Mini,iPhone
|
Nice, I'll give it a try today
|
|
|
|
|
Enthusiast
|
|
|
|
#3 | |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 309
Karma: 1023503
Join Date: Aug 2005
Location: London, UK
Device: Kobo Aura,Kobo Mini,iPad Mini,iPhone
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,664
Karma: 3473290
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Hmm looks like the windows freezing process has left out a few neccessary modules. I'll fix that in the next release.
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. |
|
|
|
|
|
#5 | |
|
Member
![]() Posts: 17
Karma: 10
Join Date: Aug 2008
Location: Czech Republic
Device: PRS-505, Kobo Glo
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,664
Karma: 3473290
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Does that happen on startup or when you make a request? calibre requires cherrypy >= 3.1 It has a bundled sherrypy but your system cherrypy appears to be interfering.
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. Last edited by kovidgoyal; 11-06-2008 at 02:52 PM. |
|
|
|
|
|
#7 |
|
Member
![]() Posts: 17
Karma: 10
Join Date: Aug 2008
Location: Czech Republic
Device: PRS-505, Kobo Glo
|
Startup is apparently ok (no errors in server log), but I get previously mentioned error message when I click "Test server", or try access the server directly from a web browser. I don't have any system-wide version of Cherrypy installed. Python version is 2.5.2.
|
|
|
|
|
|
#8 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Nov 2008
Device: prs505
|
Really liking this feature
![]() I run Calibre on a machine inside my home network and I have an Apache server on the edge of the network. I serve all the internal applications I use (Well, those with web interfaces) to the outside using this server via mod_proxy and mod_proxy_html (if required). Calibres new web UI *nearly* works with this out of the box. The issue I have is the gui.js file has references to /library and /get (The ajax calls for data) ... and I can't easily rewrite those. Would you consider changing gui.js so that it's aware of the path it's been served from and sticks that in front of those two URIs? Maybe using something like: Code:
path = self.location.pathname.substring(0,self.location.pathname.lastIndexOf('/')));
|
|
|
|
|
|
#9 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 18,790
Karma: 4829359
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
|
Quote:
BOb
__________________
Never ascribe to malice that which is adequately explained by incompetence. --Napoleon Bonaparte |
|
|
|
|
|
|
#10 | |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 923
Karma: 567366
Join Date: Dec 2007
Device: Sony PRS-505, iPad, iPhone 4, Kindle Fire
|
Quote:
Is your goal to get this to run under Apache directly? |
|
|
|
|
|
|
#11 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 149
Karma: 1000036
Join Date: Oct 2008
Location: Calgary, Alberta
Device: iPod Touch,iPhone3GS/4, Nook Colour, Kobo Touch, Kobo Glo, Nexus 7
|
|
|
|
|
|
|
#12 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,664
Karma: 3473290
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
No it doesn't, assuming by demon you mean daemon
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. |
|
|
|
|
|
#13 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,664
Karma: 3473290
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
How have you installed calibre? via the binary installer or easy_install?
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. |
|
|
|
|
|
#14 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,664
Karma: 3473290
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
@Cold
Would it help if gui.js used relative paths instead of absolute ones? EDIT: I've changed gui.js to use the hostname+absolute path
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. Last edited by kovidgoyal; 11-07-2008 at 04:10 PM. |
|
|
|
|
|
#15 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 18,790
Karma: 4829359
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
|
Yes... and I have seen it spelled both ways.
Thanks, BOb
__________________
Never ascribe to malice that which is adequately explained by incompetence. --Napoleon Bonaparte |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
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 |