|
I've been using this with more friends/family, and found a new issue/ some requests.
The issue is that the next/previous buttons don't work properly in any of the 'Title' views if you change the sort to anything other than the default alphabetical. Basically when you view the first page it is viewed according to your sort, but clicking 'next' takes you to the second page of the default alphabetical sort.
Relating to that, I'd like to be able to control the default sort, or to have the default changed to Date -> Descending so that people can see the most recent books automatically.
I was also thinking about the PHP server in relation to the 'get books' feature - it would be nice to have a store plugin that could be configured for a specific PHP server. Part of the benefit is convenience, but because the PHP server is dealing with a synchronized Calibre library, this also offers the opportunity to automatically transfer the correct metadata to the other party's Calibre, since the store plugin could also grab the metadata.opf file and cover.jpg that is synchronized along with the book. This way the other party doesn't need to fetch their own metadata/covers.
I can probably tackle the store plugin question myself once I have some time, but I tried to look into the PHP code to see if I could tackle the other problems and must admit it's all greek to me...
|