Quote:
Originally Posted by dmapr
David, thanks for explaining. So near as I can tell Metazoa would need an EPUB with the toc.ncx where the first playpoint is not set to be the cover page (as they are doing in the epubs I've tried).
|
But, he also needs to consider the reading status of the book. This is stored in the database for the book.
- Unread - ReadStatus=0 - Open to first TOC entry
- Reading - ReadStatus=1 - Open using reading position stored in database
- Finished - ReadStatus=2 - Open to first page of the book.
That is why I suggested looking at the path for opening a finished book. As there is already an execution path that will do what is desired, finding a way to use that would solve the problem.