Quote:
Originally Posted by davidfor
Sorry, I wasn't paying attention to the device and firmware version. Unfortunately, the library lists on the Touch haven't been updated to the same as on the Glo.
For the Touch, the sort order should be the collection name. The number of books in the collection is under the name in the list. If it isn't in descending order by that number, then it is probably by creation date.
The sort order is stored in the "Kobo eReader.conf". In the "ApplicationPreferences" section, there should be one of the following three lines:
Code:
LastLibrarySorter_shelfList_=sortByShelfName()
LastLibrarySorter_shelfList_=sortByCreationDate()
LastLibrarySorter_shelfList_=sortByItemCount()
As the old touch is not using is not in name order, it is probably one of the latter two. Or, the line is missing completely. In that case, it looks like it is in creation date.
To solve the problem, replace the line in the file with the first line above.
|
Dear davidfor,
My shelves worked fine on both aura hd and aura 6" after I sideloaded 3.3.0, but I had to reset the hd to solve a bug (no more automatic sleeping mode), and since then the user sorting menu for shelves (by name, number of books, creation date) disappeared, on the hd (still there on the 6") and it seems to be sorted by creation date. Here are the only two lines in the config where shelves are mentioned:
LastLibrarySorter_shelf_filterByBookshelf%281.1%20 %E0%20%28re%29lire%29=sortByNewest()
LastLibrarySorter_shelf_filterByBookshelf%281.5%20 divers%20plus%20tard%29=sortByNewest()
I gather those memorize the shelves I have opened: inside the shelves themselves, sorting still functions.
Should I add your three lines before those lines to recreate the shelves sorting options?