Quote:
Originally Posted by Ripplinger
The last few firmwares have had this "Mark as unread" message popup periodically about books that are at 1%. I find it really annoying, especially since Kobo usually sets the page at the beginning of the text on transfer to the reader and not at page 1, which is usually the cover, so it of course reads all books as being at 1%.
|
That is not correct. Any book that shows as being read is because you opened it. Or maybe set the status by some other means. New books transferred to the device will always be marked as "Unread".
As to where the book opens, that depends on the format. For an epub, the book is opened to the first entry in the ToC. That could be the cover/first page, but it is very common for it to be the first chapter. Or a title page, contents or something else in the front matter. For a kepub, it is always the first page.
Quote:
Is there anyway to stop that popup from ever appearing again? Maybe a patch I missed, or some line in
the eReader.conf file?
|
From memory, that dialog pops up about once a month. It, and the "nearly finished" popup, add the following lines to the config file. The value is a timestamp in some format. If you can decode that, you can change it. I'd start by changing the "1" after the "x" to a "2". That could be the year/century, but, it might just be the datatype.
Code:
MarkAsFinishedLastShown=@Variant(\0\0\0\x10\0%\x83^\0n\xab\xc4\xff)
MarkAsUnreadLastShown=@Variant(\0\0\0\x10\0%\x83^\0n\xab\xd1\xff)
I know this has been discussed before. Maybe a search would show more details.