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.