Quote:
Originally Posted by evillevi
First of all, thanks for the great work.
Is there a way to get a full list of artists instead of the index (1-9; A-Z)? With 'series', 'tags' and 'languages' this is already the case.
It would also be great to have 'all books' listed just the same as the ones in 'recently added', but in alphabetical order then. If this is possible, how does one go about it?
|
Edit config_local.php:
Code:
/*
* split authors by first letter
* 1 : Yes
* 0 : No
*/
$config['cops_author_split_first_letter'] = "1";
change to
$config['cops_author_split_first_letter'] = "0";
Edit config_local.php (only if your computer [Synology] is
fast enough or the number of books you have is < "a few 1000's"; if slow or larger, then the process of rendering the thumbnail covers takes way to much time!)
Code:
/*
* Number of recent books to show
*/
$config['cops_recentbooks_limit'] = '50';
change to
$config['cops_recentbooks_limit'] = '1000';
then click on the cog (right top) and sort the books in ascending order.