Quote:
Originally Posted by anacreon
Many many thanks, it works fine.
I still don't understand why the problem would emerge only after a reset and a kobo desktop firmware downloading, while it worked fine with the sideloaded version.
What do people whith no computer savvy nor the expert help to be found here, particularly yours and a few others (or the time to invest in it) do?
|
Quote:
Originally Posted by davidfor
It is a bug in the upgrade. The collections list sorting was added a few firmware versions ago. I think that version correctly adds the options to the config file. If you upgrade through them, everything is OK. But, the firmware since that doesn't do it. So, a factory reset and installing the latest firmware means the sorting is messed up.
Yes, that is a problem. Their only options are to accept it or search and find these discussions. Or go and buy a different ereader.
|
Absolutely!!!
However, I've just bought an Aura HD and,
from the outset, I've been unable to sort the collections into any order at all because there's no menu showing in the top left-hand side of the Collections view, so this information is invaluable.
Initially, thought that I'd made a huge mistake in buying this device because I'd be unable to use
Bookshelves/Collections sort my books into an accessible order.
How many other people have felt that disappointment I wonder?
It's a real shame that this fantastic reader is still marred by such a minor mistake as a missing line of code because Kobo haven't immediately addressed this issue.
I'm very grateful to have come across this forum and its contributors.
@
davidfor
Here's the relevant section of my
Kobo eReader.conf file: -
Quote:
[ApplicationPreferences]
AIRPLANE_MODE=true
CurrentLocale=en_US
EarliestChangeLog=2.5.0
LastFTEStep=LOGIN
LastLibraryReadingStatusFilter_books_filterByMine% 28%29=removeReadingStatusFilter()
LastLibraryReadingStatusFilter_books_filterByPrevi ews%28%29=removeReadingStatusFilter()
LastLibraryReadingStatusFilter_shelf_filterByBooks helf%28Gemmell%29=removeReadingStatusFilter()
LastLibraryReadingStatusFilter_shelf_filterByBooks helf%28Pratchett%29=removeReadingStatusFilter()
LastLibrarySorter_books_=sortByNewest()
LastLibrarySorter_books_filterByBundled%28%29=sort ByNewest()
LastLibrarySorter_books_filterByMine%28%29=sortByN ewest()
LastLibrarySorter_books_filterByPreviews%28%29=sor tByNewest()
LastLibrarySorter_shelf_filterByBookshelf%28Gemmel l%29=sortByNewest()
LastLibrarySorter_shelf_filterByBookshelf%28Pratch ett%29=sortByNewest()
LastLibraryViewType_books=viewBy5List()
LastLibraryViewType_news=viewBy5List()
LastLibraryViewType_shelf=viewBy5Shelf()
LastShelfSorter_books_=sortByNewest()
LastSyncTime=@Variant(\0\0\0\x10\0%|\xdb\x1\xd1\xb bk\x2)
SwipeDialogShown=true
hasSyncedExistingRelatedItems=true
pocketFteTileShown=true
|
It seems that: -
LastLibrarySorter_shelfList_=sortByShelfName()
should go between lines 12 and 13 (in this example) - in other words, between: -
LastLibrarySorter_books_filterByPreviews%28%29=sor tByNewest()
and
LastLibrarySorter_shelf_filterByBookshelf%28Gemmel l%29=sortByNewest()
I've added it there and I now have a menu allowing me to sort my Collections

but is that the correct placement or have I now possibly caused a problem elsewhere?

again.