Quote:
Originally Posted by jackie_w
I'm not 100% sure I understand your question and it's hard to draw conclusions about Collections and sorting with only 4 books on the device. However, 3 of the books are in the same Collection (Thriller), same Series, same Author.
For every Collection there is a line stored in the Kobo eReader.conf file e.g.
Code:
LastLibrarySorter_shelf_filterByBookshelf%28Thriller%29=sortByAuthor()
If I use the GUI to sort this Collection by Title the conf entry seems to change correctly to
Code:
LastLibrarySorter_shelf_filterByBookshelf%28Thriller%29=sortByTitle()
which means it gets remembered.
|
Yes that's what I meant, thank you! I must have messed up the config file permissions or something when it wouldn't remember the sort order for me.
Quote:
Originally Posted by davidfor
Until Kobo fixes this, a workaround is to use calibre and my Kobo Utilities plugin. The "Update metadata in device library" can set the date added to one of the dates in the library. This will set the __SyncTime in the correct format.
|
Yay, thank you! (And now I have to decide whether to let my Nova update and use this workaround, or to just stick to the factory firmware... I wonder what changed in 4.8.11090...)
Quote:
Another way would be to write a database trigger to use the correct format when the books are first added. It shouldn't be to hard, so I'll leave it as an exercise for someone
|