View Single Post
Old 08-18-2022, 03:58 PM   #6
retiredbiker
Evangelist
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 451
Karma: 3886916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Kobo Forma
Quote:
Originally Posted by darlan View Post
Kind of annoys me that books always start at the first chapter rather than the cover. Sometimes there are maps and whatnot before this I miss, of course now I always check but honestly I wish there was a way to make it start books on the cover. Anyway to change this?
There is a section of the opf file inside the book called the "guide". It can tell the reading software where to start reading. Some readers don't use it, but I believe Kindle does. If you do a conversion you can control this in the Structure Detection section of the options -- look at the section titled "Start reading at (XPath expression)".

You can also change this with the Editor if it is an azw3 file. Open the book with the editor, then open the content.opf file. The Guide is down near the bottom. Here is what it might look like with just the cover page in place as the start reading point:
<guide>
<reference href="text/titlepage.xhtml" title="Cover" type="cover"/>
</guide>
But you can just empty it:
<guide>
</guide>
retiredbiker is offline   Reply With Quote