Quote:
Originally Posted by kovidgoyal
Fixed.
|
Thanks!
Quote:
Originally Posted by kovidgoyal
And you can have your saved search search for kindle AND favorites (or indeed any arbitrarily complex search that you can dream up)
|
Good to know.

What's the syntax for that? Assuming I have the following saved searches:
kindle
stanza
favorites
unread
Can I just use the following command-line to launch the content server:
Code:
calibre-server.exe -p 8081 --max-opds-items 30 --restriction "stanza AND favorites AND unread"
calibre-server.exe -p 8082 --max-opds-items 30 --restriction "kindle AND favorites AND unread"
Thanks!