Quote:
Originally Posted by Starson17
Where is that option set? It looks like a command line option. I normally just let the content server start via the GUI. I can change to command line startup, but can I set that option for GUI startup?
|
It is in the GUI. There are two spin boxes, one titled Max OPDS items per query and one titled Max OPDS ungrouped items per query. I assume that they have the same meaning as the command line options:
Code:
--max-opds-items=MAX_OPDS_ITEMS
The maximum number of matches to return per OPDS
query. This affects Stanza, WordPlayer, etc.
integration.
--max-opds-ungrouped-items=MAX_OPDS_UNGROUPED_ITEMS
Group items in categories such as author/tags by first
letter when there are more than this number of items.
Default: 100. Set to a large number to disable
grouping.