Quote:
Originally Posted by DNSB
One question is what version of calibre are you running on your Raspberry Pi?
Using calibre 5.30 under Windows, when I started the server from the command line with the --book-list-mode option ?, it gave the following output:
Code:
calibre-server.exe: error: option --book-list-mode: invalid choice: '?' (choose from 'cover_grid', 'custom_list', 'details_list')
I tend to suspect you are using an older version of calibre that did not support the option.
|
This is the command I use on my linux pc to start the server using the book list.
Code:
calibre-server --book-list-mode details_list
bernie