Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 10-17-2010, 09:34 PM   #1
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,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
New content server interface in 0.7.24

Hi all,

I implemented an all new content server interface in the just released 0.7.24. It allows for browsing by tags/authors/user categories/etc., like the Tag Browser interface in the main calibre GUI.

You can access it via /browse, so for example, if you normally access the content server at http://192.168.1.2:8080 you can get the new interface at http://192.168.1.2:8080/browse

Some screenshots of the interface are attached. I'm hoping those of you that use the content server will use the new interface and report any problems as I plan on making it the default interface soon.

Note that you have to use a fairly modern browser, so no Internet Explorer 6 or 7 in particular.

Enjoy.

EDIT: And if you really prefer the old interface, it will remain accessible under /old even after this becomes the default interface.
Attached Thumbnails
Click image for larger version

Name:	top.png
Views:	407
Size:	102.4 KB
ID:	59902   Click image for larger version

Name:	authors.png
Views:	379
Size:	84.4 KB
ID:	59903   Click image for larger version

Name:	list.png
Views:	411
Size:	156.7 KB
ID:	59904   Click image for larger version

Name:	details.png
Views:	412
Size:	398.5 KB
ID:	59905  
kovidgoyal is offline   Reply With Quote
Old 10-17-2010, 10:49 PM   #2
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 875
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
I really like the new interface.

Just a couple of observations to do with restricted titles.

I have a search called "restricted" that displays everything that doesn't have a tag called restricted.

When browsing Newest on the content server, my restricted items show up anyway (Bad). However, the restricted tag doesn't show up in the Tags list (Good) and the author also doesn't show up in the author list (good as well).

Also, when people have restricted items in their library, they may not want people who browse the content server to know there are restrictions in place. Therefore I'm not sure that the search used for restrictions should show up in the Searches list.
sherman is offline   Reply With Quote
Advert
Old 10-18-2010, 02:51 AM   #3
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,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
good points, open a ticket for them, so I don't forget.
kovidgoyal is offline   Reply With Quote
Old 10-18-2010, 03:09 AM   #4
Sweetpea
Grand Sorcerer
Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.
 
Sweetpea's Avatar
 
Posts: 9,707
Karma: 32763414
Join Date: Dec 2008
Location: Krewerd
Device: Pocketbook Inkpad 4 Color; Samsung Galaxy Tab S6
Browsing for custom columns is not working:


Traceback (most recent call last):
File "site-packages\cherrypy\_cprequest.py", line 606, in respond
File "site-packages\cherrypy\_cperror.py", line 227, in __call__
NotFound: (404, "The path '/browse/category/' was not found.")

I doubt this url is valid as url:

http://127.0.0.1:8080/browse/category/#language

(custom column is "language")
Sweetpea is offline   Reply With Quote
Old 10-18-2010, 03:43 AM   #5
Trickery
Pew Pew!
Trickery has a complete set of Star Wars action figures.Trickery has a complete set of Star Wars action figures.Trickery has a complete set of Star Wars action figures.
 
Trickery's Avatar
 
Posts: 29
Karma: 270
Join Date: Aug 2010
Device: Kindle v3
Looks fantastic! If I switch libraries in Calibre while the web server is running it errors out and seems to shut down the web server.

Quote:
500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "site-packages\cherrypy\_cprequest.py", line 606, in respond
File "site-packages\cherrypy\_cpdispatch.py", line 25, in __call__
File "site-packages\calibre\library\server\utils.py", line 49, in do
File "site-packages\calibre\library\server\browse.py", line 167, in do
File "site-packages\calibre\library\server\browse.py", line 478, in browse_matches
File "site-packages\calibre\library\server\cache.py", line 39, in categories_cache
File "site-packages\calibre\library\database2.py", line 1092, in get_categories
File "site-packages\calibre\library\sqlite.py", line 202, in run
DatabaseException: Connection closed
Remote
Easily fixed by going and starting the web server again.

Off topic: Is there a way to show multiple libraries through the web server?

Either way, it looks fantastic! Thank goodness for the mobile version. It's seems to be the only way to browse through my collection on my Kindle, and pretty useful on my iPhone. Could use some reformatting though! Don't forget: Mobile version needs lovin' too!

For example the current layout:

Quote:
Currency Trading for Dummies by Mark Galant- 1.8 MB - 2010/10/11 10:57:33 Tags=[Business, BUSINESS & ECONOMICS, Consumer Finance, Economics, Finance & Accounting, ...] Book Read=[No] Date Added=[Oct 11 2010]
Could easily be:

Quote:
Currency Trading for Dummies by Mark Galant - 1.8 MB
"This nuts-and-bolts guide gives you a step-by-step action plan for understanding and trading the forex market."

Bravo on tackling this great great feature and making it better

Last edited by Trickery; 10-18-2010 at 04:00 AM.
Trickery is offline   Reply With Quote
Advert
Old 10-18-2010, 05:00 AM   #6
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 875
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
Quote:
Originally Posted by kovidgoyal View Post
good points, open a ticket for them, so I don't forget.
Done.

Ticket #7209 opened.
sherman is offline   Reply With Quote
Old 10-18-2010, 05:44 AM   #7
Trickery
Pew Pew!
Trickery has a complete set of Star Wars action figures.Trickery has a complete set of Star Wars action figures.Trickery has a complete set of Star Wars action figures.
 
Trickery's Avatar
 
Posts: 29
Karma: 270
Join Date: Aug 2010
Device: Kindle v3
Same on the mobile reformat!

http://bugs.calibre-ebook.com/ticket/7211
Trickery is offline   Reply With Quote
Old 10-18-2010, 10:20 AM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,939
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Sweetpea View Post
Browsing for custom columns is not working:


Traceback (most recent call last):
File "site-packages\cherrypy\_cprequest.py", line 606, in respond
File "site-packages\cherrypy\_cperror.py", line 227, in __call__
NotFound: (404, "The path '/browse/category/' was not found.")

I doubt this url is valid as url:

http://127.0.0.1:8080/browse/category/#language

(custom column is "language")
a 127 URL means Local host (That's your machine: internally), port 8080 may be blocked (firewalled).
theducks is offline   Reply With Quote
Old 10-18-2010, 10:27 AM   #9
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
I noticed that /browse has no icon to browse for "Title." It's not needed now, as you can always go to /old, but when /browse becomes the default, I think most users would want it.
Starson17 is offline   Reply With Quote
Old 10-18-2010, 12:25 PM   #10
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,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@sweetpea: Fixed in next reelase
kovidgoyal is offline   Reply With Quote
Old 10-18-2010, 02:29 PM   #11
phenomshel
ZCD BombShel
phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.
 
phenomshel's Avatar
 
Posts: 4,793
Karma: 8293322
Join Date: Jan 2009
Location: The Frozen North (aka Illinois, USA)
Device: iPad, STB Kindle Oasis
I agree with Starson on the availability of "browse by title" in the final..but Kovid, this looks FANTASTIC!! Great job!!
phenomshel is offline   Reply With Quote
Old 10-18-2010, 02:52 PM   #12
Sweetpea
Grand Sorcerer
Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.
 
Sweetpea's Avatar
 
Posts: 9,707
Karma: 32763414
Join Date: Dec 2008
Location: Krewerd
Device: Pocketbook Inkpad 4 Color; Samsung Galaxy Tab S6
Quote:
Originally Posted by phenomshel View Post
I agree with Starson on the availability of "browse by title" in the final..but Kovid, this looks FANTASTIC!! Great job!!
Yep, it looks great
Sweetpea is offline   Reply With Quote
Old 10-18-2010, 03:31 PM   #13
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,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Next release will have an "All books" icon.

Fixed switching libraries causing content server errors.
kovidgoyal is offline   Reply With Quote
Old 10-18-2010, 03:52 PM   #14
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,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I'd like to know what browsers/platforms you guys have tested the new content server on. Hopefully, if the cross section is broad enough I can make it the default in the next release.
kovidgoyal is offline   Reply With Quote
Old 10-18-2010, 04:15 PM   #15
phenomshel
ZCD BombShel
phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.
 
phenomshel's Avatar
 
Posts: 4,793
Karma: 8293322
Join Date: Jan 2009
Location: The Frozen North (aka Illinois, USA)
Device: iPad, STB Kindle Oasis
Windows 7 64 bit here, Kovid. FF 3.6.10 and IE 8.7600 64-bit edition.
phenomshel is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Personal Content Server mdb139 Apple Devices 19 11-21-2011 12:40 PM
Need help - content server Sydney's Mom Calibre 0 08-28-2010 04:07 PM
Separate content server? dskaggs Calibre 2 06-16-2010 01:21 PM
New Feature Request: Separate the Server (django-based) from the interface dr.dran Calibre 2 03-21-2010 11:39 PM
Content Server thibaulthalpern Calibre 5 04-28-2009 12:56 PM


All times are GMT -4. The time now is 07:27 PM.


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