Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-21-2017, 09:43 AM   #1
daz-uk
Junior Member
daz-uk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2017
Device: PC
Calibre Content Server 3.0 - add fields to be displayed

Hi,
In previous 2.x Calibre Content server books were displayed in list view containing Title, Author, Tags, Notes etc.


Now tags are missing. This is one of the options that I am using a lot, and would like this to be displayed in list view. Is it possible to amend that?

I know, when you will go to selected book you will see tags, but would like to see them on list view.

Thanks.
daz-uk is offline   Reply With Quote
Old 06-21-2017, 09:57 AM   #2
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: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I'm afraid not in the current list view, but the server is designed to easily support multiple different view types, currently there are only two, but that is likely to increase in the future. Either through more builtin views or via a plugin facility for the content server.
kovidgoyal is offline   Reply With Quote
Advert
Old 06-21-2017, 10:31 AM   #3
dcoul65
Junior Member
dcoul65 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2017
Device: KOBO
Starting the Content server with command line

Hello,

I am working with the new (SUPERB!) Calibre 3.0. I can launch the content server using calibre-server.exe without any option. That works. But as soon as I add an option, I get error messages and of course the server fails to start. Examples of what I get with the following command:

calibre-server --ignored-fields Note,LCEAD,LC_GENRE,OCLC_OWI --daemonize

Python function terminated unexpectedly
'module' object has no attribute 'fork' (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 101, in main
File "site.py", line 78, in run_entry_point
File "site-packages\calibre\srv\standalone.py", line 350, in main
File "site-packages\calibre\srv\standalone.py", line 28, in daemonize
AttributeError: 'module' object has no attribute 'fork'

I get something like this whatever option I am trying to use (I would like to use the logs capability: '--access-log c:\CalibreLogs' for instance. Am I missing something, or this is simply a bug that will be fixed oneday?

Also, it would be nice to have some control on the libraries display we get from the server. Currently, I have 20 libraries based on the LCC codes. It would be nice if I could organize these in a more organized way, eg in a table, for example. Maybe something to think in the future?

Thanks a lot for the great work.
dcoul65 is offline   Reply With Quote
Old 06-21-2017, 10:57 AM   #4
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: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
--daemonize only works on linux (it will be removed from the windows and macos builds in the next release, it was left in there accidentally).
kovidgoyal is offline   Reply With Quote
Old 06-22-2017, 09:34 AM   #5
dcoul65
Junior Member
dcoul65 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2017
Device: KOBO
Thanks for the reply... Removing the daemonize option solves the problem! Thanks again
dcoul65 is offline   Reply With Quote
Advert
Old 06-22-2017, 06:08 PM   #6
dcoul65
Junior Member
dcoul65 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2017
Device: KOBO
Hello again,
Is it a known fact that the username & password dialog box to access the content server requires that the calibre-server is started manually from within Calibre 3.0, and that this feature doesn't work if calibre-server is started at boot time by Windows Task Scheduler? Is there a fix around that?
Thanks again for any help!
dcoul65 is offline   Reply With Quote
Old 06-22-2017, 10:38 PM   #7
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: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If you are starting the server using calibre-server.exe you need to pass it the --enable-auth option
kovidgoyal is offline   Reply With Quote
Old 06-23-2017, 09:57 AM   #8
daz-uk
Junior Member
daz-uk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2017
Device: PC
Quote:
Originally Posted by kovidgoyal View Post
I'm afraid not in the current list view, but the server is designed to easily support multiple different view types, currently there are only two, but that is likely to increase in the future. Either through more builtin views or via a plugin facility for the content server.
Thanks.
Is it possible to create own Template for Views to use in Calibre Server (saw Tags in /mobile view)?
daz-uk is offline   Reply With Quote
Old 07-01-2017, 01:42 PM   #9
daz-uk
Junior Member
daz-uk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2017
Device: PC
Hi @kovidgoyal,
any news on above?
Any way to create own template with selected fields to be displayed in content server?
daz-uk is offline   Reply With Quote
Old 07-01-2017, 01:45 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: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
All news about calibre is available here: https://calibre-ebook.com/whats-new
kovidgoyal is offline   Reply With Quote
Old 07-06-2017, 06:27 AM   #11
daz-uk
Junior Member
daz-uk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2017
Device: PC
I understand that, but if possible I would like to help you create different layouts for content server as this will allow to use your app not only for managing eBooks but also as a content management for various PDF documents.

Would like to create layout that will display
{title}
{author}
{published date} or {uploaded date}
{tags}
{notes}

Bold elements are currently displayed in list view.
daz-uk is offline   Reply With Quote
Old 07-06-2017, 08:11 AM   #12
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: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If you wish to contribute code to calibre, you are welcome to do so. Otherwise you will have to wait until I get around to implementing that.
kovidgoyal is offline   Reply With Quote
Old 07-07-2017, 05:43 AM   #13
daz-uk
Junior Member
daz-uk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2017
Device: PC
Could you advise how can I contribute?
daz-uk is offline   Reply With Quote
Old 07-07-2017, 06:56 AM   #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: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
See https://calibre-ebook.com/get-involved

feel free to ask if you have additional questions.
kovidgoyal is offline   Reply With Quote
Old 07-07-2017, 07:20 PM   #15
MizSuz
Connoisseur
MizSuz began at the beginning.
 
Posts: 63
Karma: 10
Join Date: Jul 2011
Device: Sony Touch, Nook Simple Touch, Kobo Aura, Android w/CoolReader
Quote:
Originally Posted by kovidgoyal View Post
I'm afraid not in the current list view, but the server is designed to easily support multiple different view types, currently there are only two, but that is likely to increase in the future. Either through more builtin views or via a plugin facility for the content server.

Ooooo. This is encouraging. I'm enjoying the 3.0 server and slowly building a feature wish-list of "if the server were my own version of perfect it would..."

I'd love to see what sorts of plugins for the server folks would come up with.
MizSuz is offline   Reply With Quote
Reply

Tags
calibre-server, content server


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
calibredb cannot add with content server running apiontek Calibre 10 08-04-2017 04:50 AM
Virtual Libraries not displayed by Content Server paul55391 Library Management 1 04-04-2016 11:27 AM
Calibre Content Server and Windows Home Server 2011 HughMcC Calibre 8 10-01-2014 07:26 AM
500 Internal Server Error accessing content server Calibre 0.8.8 DaddyO57 Calibre 1 07-20-2012 06:08 PM
Could you please add PDF support for the content server? tdk987 Calibre 0 08-01-2010 06:34 AM


All times are GMT -4. The time now is 10:37 AM.


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