Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 08-22-2022, 07:17 PM   #31
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,757
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by thiago.eec View Post
I have a Kindle Paperwhite 7th Gen.

This works 100% of time here:

If the source of your sideloaded book is an EPUB or AZW3, you can check the opf file for the <guide> section and set the bold entry:
Code:
<guide>
    <reference href="text/part0002.html#unrHhdowLssGAxfyCOhMBbB" title="start" type="text"/>
    <reference href="titlepage.xhtml" title="Cover" type="cover"/>
    <reference href="text/part0034.html#uAaqBmMhAvqGpEMFJtLckR9" title="Table of Content" type="toc"/>
</guide>
It doesn't matter the title, the file name, the ID (#someID) or anything like that. What matter is type="text". The file referenced with this type is going to be the first page displayed when you first open the book on your kindle device.

If you have an EPUB3 file, it usually has the same <guide> section in the opf, but in case it doesn't, you must look for the TOC file (usually toc.xhtml; to be sure: it is marked on the opf with properties="nav"). There, look for this:

Code:
<nav hidden="" id="landmarks" epub:type="landmarks">
    <h1 class="calibre4" id="calibre_pb_1">Guia</h1>
    <ol class="calibre5">
      <li class="calibre6">
        <a class="calibre7" href="cover_page.xhtml" epub:type="cover">Capa</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0000.xhtml#aid-1" epub:type="titlepage">Folha de rosto</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0088.xhtml#uDGp5c4xU8pnuYlEtOpUzGE" epub:type="copyright-page">Página de créditos</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0001.xhtml#toc" epub:type="toc">Sumário</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0003.xhtml#udUOo9WWW6Y5YZFfflORBe3" epub:type="bodymatter">Início</a>
      </li>
    </ol>
  </nav>
Here, you need to set the RED entry. The property used is epub:type="bodymatter". Again: it doesn't matter the text between the tags, the file name, the ID (#someID) or anything like that. Just use epub:type="bodymatter" to reference the file you want to be first viewed.
I'll give this a try with my PW3 and KF8.
JSWolf is offline   Reply With Quote
Old 08-29-2022, 04:34 PM   #32
shalym
Wizard
shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.
 
shalym's Avatar
 
Posts: 3,058
Karma: 54671821
Join Date: Feb 2012
Location: New England
Device: PW 1, 2, 3, Voyage, Oasis 2 & 3, Fires, Aura HD, iPad
Quote:
Originally Posted by JSWolf View Post
My experience is the same. DRM or no DRM, synced or side loaded, they won't open at the first page.
I just checked with a bunch of books that I recently sent to my Kindle cloud (epubs emailed from Calibre) and they all open at the cover on my Oasis. I have no idea what I may have done differently than other people, but in my case, it's definitely working.

Shari
shalym is offline   Reply With Quote
Advert
Old 08-29-2022, 06:05 PM   #33
haertig
Wizard
haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.
 
Posts: 1,897
Karma: 31522252
Join Date: Sep 2017
Device: PW3, Fire HD8 Gen7, Moto G7, Sansa Clip v2, Ruizu X26
I find it quicker to just page-back to the first page, than to spend the time editing the book to try and make it open on the first page. I can see spending the time to get a book to open on the page you desire if you are publishing the book for many other people to read. But as an individual reader, I personally don't think the effort is worth it. I find fonts, paragraph indents, and things like that fall into the same category. I rapidly adjust to whatever the default is when I start a new book at least 95% of the time. For those other times where the defaults are too ugly for me to stand, I will go in and edit the book. First I'll try using the controls built into the Kindle firmware (font, size, spacing, boldness, etc.) and if that doesn't work to my satisfaction, then I'll move on to editing in Calibre.
haertig is offline   Reply With Quote
Old 08-29-2022, 06:55 PM   #34
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,757
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by shalym View Post
I just checked with a bunch of books that I recently sent to my Kindle cloud (epubs emailed from Calibre) and they all open at the cover on my Oasis. I have no idea what I may have done differently than other people, but in my case, it's definitely working.

Shari
If any of these eBooks is in KF8 format, please load one of them into the Calibre editor and copy the OPF file and paste it into a code block here please. Thanks.
JSWolf is offline   Reply With Quote
Old 08-30-2022, 06:30 AM   #35
shalym
Wizard
shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.
 
shalym's Avatar
 
Posts: 3,058
Karma: 54671821
Join Date: Feb 2012
Location: New England
Device: PW 1, 2, 3, Voyage, Oasis 2 & 3, Fires, Aura HD, iPad
Quote:
Originally Posted by JSWolf View Post
If any of these eBooks is in KF8 format, please load one of them into the Calibre editor and copy the OPF file and paste it into a code block here please. Thanks.
If you're talking about the file named "content.opf" here is one. It's an epub, though, not KF8. This was sent to Amazon as an epub, without first converting it. Maybe that is the difference? I'll see if I can find an older one that was sent before it was possible to send epubs directly.
Code:
<?xml version="1.0"  encoding="UTF-8"?>
<package xmlns="http://www.idpf.org/2007/opf" version="2.0" unique-identifier="epubmerge-id">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
    <dc:title>the Uncollected Stephen King</dc:title>
    <dc:creator opf:role="aut" opf:file-as="King, Stephen">Stephen King</dc:creator>
    <dc:identifier id="epubmerge-id">epubmerge-uid-1648945056</dc:identifier>
    <dc:contributor>epubmerge</dc:contributor>
    <dc:rights>Copyrights as per source stories</dc:rights>
    <dc:description>&lt;p&gt;Anthology containing:&lt;/p&gt;Autopsy Room Four&lt;br/&gt;Before the Play: Prequel to the Shining&lt;br/&gt;An Evening at GODs&lt;br/&gt;The Leprechaun&lt;br/&gt;My Little Serrated Security Blanket&lt;br/&gt;The Thing at the Bottom of the Well&lt;br/&gt;The Blue Air Compressor&lt;br/&gt;The Cat from Hell&lt;br/&gt;The Crate&lt;br/&gt;The Cursed Expedition&lt;br/&gt;The Dark Man&lt;br/&gt;Hotel at The End of The Road&lt;br/&gt;Silence&lt;br/&gt;Skybar&lt;br/&gt;Slade&lt;br/&gt;Sneakers&lt;br/&gt;The Stranger&lt;br/&gt;Suffer the Little Children&lt;br/&gt;Blind Willie&lt;br/&gt;I've Got To Get Away&lt;br/&gt;In A Half World Of Terror, Or I Was a Teenage Grave Robber&lt;br/&gt;Johnathan and the Witches&lt;br/&gt;L.T.'S Theory Of Pets&lt;br/&gt;Never Look Behind You&lt;br/&gt;Chinga&lt;br/&gt;For The Birds&lt;br/&gt;The Night of The Tiger&lt;br/&gt;The Other Side Of The Fog&lt;br/&gt;The Reploids</dc:description>
    <dc:date>0101-01-01T00:00:00+00:00</dc:date>
    <dc:subject>Uncollected Short Story</dc:subject>
    <dc:subject>Horror</dc:subject>
    <dc:subject>Short Stories</dc:subject>
    <dc:language>en</dc:language>
    <dc:identifier opf:scheme="calibre">ada49919-51df-4454-a58d-a35d42b76ebd</dc:identifier>
    <meta name="cover" content="coverimageid"/>
    <meta name="calibre:title_sort" content="Uncollected Stephen King, the"/>
    <meta name="calibre:author_link_map" content="{&quot;Stephen King&quot;: &quot;&quot;}"/>
    <meta name="calibre:user_metadata:#drm" content="{&quot;table&quot;: &quot;custom_column_1&quot;, &quot;column&quot;: &quot;value&quot;, &quot;datatype&quot;: &quot;bool&quot;, &quot;is_multiple&quot;: null, &quot;kind&quot;: &quot;field&quot;, &quot;name&quot;: &quot;DRM&quot;, &quot;search_terms&quot;: [&quot;#drm&quot;], &quot;label&quot;: &quot;drm&quot;, &quot;colnum&quot;: 1, &quot;display&quot;: {}, &quot;is_custom&quot;: true, &quot;is_category&quot;: false, &quot;link_column&quot;: &quot;value&quot;, &quot;category_sort&quot;: &quot;value&quot;, &quot;is_csp&quot;: false, &quot;is_editable&quot;: true, &quot;rec_index&quot;: 22, &quot;#value#&quot;: null, &quot;#extra#&quot;: null, &quot;is_multiple2&quot;: {}}"/>
    <meta name="calibre:user_metadata:#formats" content="{&quot;table&quot;: &quot;custom_column_7&quot;, &quot;column&quot;: &quot;value&quot;, &quot;datatype&quot;: &quot;composite&quot;, &quot;is_multiple&quot;: null, &quot;kind&quot;: &quot;field&quot;, &quot;name&quot;: &quot;Formats&quot;, &quot;search_terms&quot;: [&quot;#formats&quot;], &quot;label&quot;: &quot;formats&quot;, &quot;colnum&quot;: 7, &quot;display&quot;: {&quot;composite_template&quot;: &quot;{:'approximate_formats()'}&quot;, &quot;contains_html&quot;: false, &quot;make_category&quot;: false, &quot;use_decorations&quot;: 0, &quot;composite_sort&quot;: &quot;text&quot;}, &quot;is_custom&quot;: true, &quot;is_category&quot;: false, &quot;link_column&quot;: &quot;value&quot;, &quot;category_sort&quot;: &quot;value&quot;, &quot;is_csp&quot;: false, &quot;is_editable&quot;: true, &quot;rec_index&quot;: 23, &quot;#value#&quot;: &quot;EPUB&quot;, &quot;#extra#&quot;: null, &quot;is_multiple2&quot;: {}}"/>
    <meta name="calibre:user_metadata:#myshelves" content="{&quot;table&quot;: &quot;custom_column_6&quot;, &quot;column&quot;: &quot;value&quot;, &quot;datatype&quot;: &quot;text&quot;, &quot;is_multiple&quot;: &quot;|&quot;, &quot;kind&quot;: &quot;field&quot;, &quot;name&quot;: &quot;My Shelves&quot;, &quot;search_terms&quot;: [&quot;#myshelves&quot;], &quot;label&quot;: &quot;myshelves&quot;, &quot;colnum&quot;: 6, &quot;display&quot;: {&quot;is_names&quot;: false}, &quot;is_custom&quot;: true, &quot;is_category&quot;: true, &quot;link_column&quot;: &quot;value&quot;, &quot;category_sort&quot;: &quot;value&quot;, &quot;is_csp&quot;: false, &quot;is_editable&quot;: true, &quot;rec_index&quot;: 24, &quot;#value#&quot;: [], &quot;#extra#&quot;: null, &quot;is_multiple2&quot;: {&quot;cache_to_list&quot;: &quot;|&quot;, &quot;ui_to_list&quot;: &quot;,&quot;, &quot;list_to_ui&quot;: &quot;, &quot;}}"/>
    <meta name="calibre:user_metadata:#read" content="{&quot;table&quot;: &quot;custom_column_5&quot;, &quot;column&quot;: &quot;value&quot;, &quot;datatype&quot;: &quot;datetime&quot;, &quot;is_multiple&quot;: null, &quot;kind&quot;: &quot;field&quot;, &quot;name&quot;: &quot;Read&quot;, &quot;search_terms&quot;: [&quot;#read&quot;], &quot;label&quot;: &quot;read&quot;, &quot;colnum&quot;: 5, &quot;display&quot;: {&quot;date_format&quot;: &quot;yyyy&quot;}, &quot;is_custom&quot;: true, &quot;is_category&quot;: false, &quot;link_column&quot;: &quot;value&quot;, &quot;category_sort&quot;: &quot;value&quot;, &quot;is_csp&quot;: false, &quot;is_editable&quot;: true, &quot;rec_index&quot;: 25, &quot;#value#&quot;: null, &quot;#extra#&quot;: null, &quot;is_multiple2&quot;: {}}"/>
    <meta name="calibre:user_metadata:#read2" content="{&quot;table&quot;: &quot;custom_column_2&quot;, &quot;column&quot;: &quot;value&quot;, &quot;datatype&quot;: &quot;datetime&quot;, &quot;is_multiple&quot;: null, &quot;kind&quot;: &quot;field&quot;, &quot;name&quot;: &quot;2nd Read&quot;, &quot;search_terms&quot;: [&quot;#read2&quot;], &quot;label&quot;: &quot;read2&quot;, &quot;colnum&quot;: 2, &quot;display&quot;: {&quot;date_format&quot;: &quot;yyyy&quot;}, &quot;is_custom&quot;: true, &quot;is_category&quot;: false, &quot;link_column&quot;: &quot;value&quot;, &quot;category_sort&quot;: &quot;value&quot;, &quot;is_csp&quot;: false, &quot;is_editable&quot;: true, &quot;rec_index&quot;: 26, &quot;#value#&quot;: null, &quot;#extra#&quot;: null, &quot;is_multiple2&quot;: {}}"/>
    <meta name="calibre:user_metadata:#who" content="{&quot;table&quot;: &quot;custom_column_4&quot;, &quot;column&quot;: &quot;value&quot;, &quot;datatype&quot;: &quot;enumeration&quot;, &quot;is_multiple&quot;: null, &quot;kind&quot;: &quot;field&quot;, &quot;name&quot;: &quot;Who has it&quot;, &quot;search_terms&quot;: [&quot;#who&quot;], &quot;label&quot;: &quot;who&quot;, &quot;colnum&quot;: 4, &quot;display&quot;: {&quot;enum_colors&quot;: [], &quot;use_decorations&quot;: 0, &quot;enum_values&quot;: [&quot;Me&quot;, &quot;Tammy&quot;, &quot;Aunt Mary&quot;, &quot;Mom&quot;, &quot;JoAnne&quot;, &quot;ShellyAndJohn&quot;, &quot;Brenda&quot;, &quot;Mary&quot;, &quot;Sue-Sue&quot;, &quot;Susie&quot;]}, &quot;is_custom&quot;: true, &quot;is_category&quot;: true, &quot;link_column&quot;: &quot;value&quot;, &quot;category_sort&quot;: &quot;value&quot;, &quot;is_csp&quot;: false, &quot;is_editable&quot;: true, &quot;rec_index&quot;: 27, &quot;#value#&quot;: null, &quot;#extra#&quot;: null, &quot;is_multiple2&quot;: {}}"/>
    <meta name="calibre:user_metadata:#year" content="{&quot;table&quot;: &quot;custom_column_3&quot;, &quot;column&quot;: &quot;value&quot;, &quot;datatype&quot;: &quot;composite&quot;, &quot;is_multiple&quot;: &quot;,&quot;, &quot;kind&quot;: &quot;field&quot;, &quot;name&quot;: &quot;Year Read&quot;, &quot;search_terms&quot;: [&quot;#year&quot;], &quot;label&quot;: &quot;year&quot;, &quot;colnum&quot;: 3, &quot;display&quot;: {&quot;composite_template&quot;: &quot;{#read}&quot;, &quot;contains_html&quot;: true, &quot;make_category&quot;: true, &quot;composite_sort&quot;: &quot;text&quot;}, &quot;is_custom&quot;: true, &quot;is_category&quot;: false, &quot;link_column&quot;: &quot;value&quot;, &quot;category_sort&quot;: &quot;value&quot;, &quot;is_csp&quot;: false, &quot;is_editable&quot;: true, &quot;rec_index&quot;: 28, &quot;#value#&quot;: &quot;&quot;, &quot;#extra#&quot;: null, &quot;is_multiple2&quot;: {&quot;cache_to_list&quot;: &quot;,&quot;, &quot;ui_to_list&quot;: &quot;,&quot;, &quot;list_to_ui&quot;: &quot;, &quot;}}"/>
  </metadata>
  <manifest>
    <item id="cover" href="cover.xhtml" media-type="application/xhtml+xml"/>
    <item id="a1titlepage" href="1/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a1Stephen_King_-_Autopsy_Room_Four" href="1/Stephen King - Autopsy Room Four.htm" media-type="application/xhtml+xml"/>
    <item id="a2titlepage" href="2/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a2Stephen_King_-_Before_The_Play_(TV_Guide)(HTML)" href="2/Stephen King - Before The Play (TV Guide)(HTML).htm" media-type="application/xhtml+xml"/>
    <item id="a3titlepage.xhtml" href="3/OEBPS/Text/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a3AnEveningatGODs.htm" href="3/OEBPS/Text/An Evening at GODs.htm" media-type="application/xhtml+xml"/>
    <item id="a4titlepage" href="4/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a4Stephen_King_-_The_Leprechaun" href="4/Stephen King - The Leprechaun.htm" media-type="application/xhtml+xml"/>
    <item id="a5titlepage" href="5/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a5Stephen_King_-_My_Little_Serrated_Security_Blanket" href="5/Stephen_King_-_My_Little_Serrated_Security_Blanket.htm" media-type="application/xhtml+xml"/>
    <item id="a6titlepage" href="6/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a6The_Thing_at_the_Bottom_of_the_Well" href="6/The Thing at the Bottom of the Well.htm" media-type="application/xhtml+xml"/>
    <item id="a7titlepage" href="7/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a7Stephen_King_-_The_Blue_Air_Compressor" href="7/Stephen King - The Blue Air Compressor.htm" media-type="application/xhtml+xml"/>
    <item id="a8titlepage" href="8/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a8Stephen_King_-_The_Cat_from_Hell" href="8/Stephen King - The Cat from Hell.htm" media-type="application/xhtml+xml"/>
    <item id="a9titlepage" href="9/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a9The_Crate" href="9/The Crate.htm" media-type="application/xhtml+xml"/>
    <item id="a10titlepage" href="10/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a10The_Cursed_Expedition" href="10/The Cursed Expedition.htm" media-type="application/xhtml+xml"/>
    <item id="a11titlepage" href="11/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a11Stephen_King_-_The_Dark_Man" href="11/Stephen King - The Dark Man.htm" media-type="application/xhtml+xml"/>
    <item id="a12titlepage" href="12/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a12Stephen_King_-_Hotel_at_The_end_of_The_Road" href="12/Stephen King - Hotel at The end of The Road.htm" media-type="application/xhtml+xml"/>
    <item id="a13titlepage" href="13/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a13Stephen_King_-_Silence" href="13/Stephen King - Silence.htm" media-type="application/xhtml+xml"/>
    <item id="a14titlepage" href="14/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a14Stephen_King-Skybar" href="14/Stephen_King-Skybar.htm" media-type="application/xhtml+xml"/>
    <item id="a15titlepage" href="15/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a15Stephen_King_-_Slade" href="15/Stephen King - Slade.htm" media-type="application/xhtml+xml"/>
    <item id="a16titlepage" href="16/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a16Stephen_King_-_Sneekers" href="16/Stephen King - Sneekers.htm" media-type="application/xhtml+xml"/>
    <item id="a17titlepage" href="17/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a17The_Stranger" href="17/The Stranger.htm" media-type="application/xhtml+xml"/>
    <item id="a18titlepage" href="18/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a18Stephen_King_-_Nightmares_and_Dreamscapes_--_Suffer_The_Litt" href="18/Stephen King - Nightmares and Dreamscapes -- Suffer The Litt.htm" media-type="application/xhtml+xml"/>
    <item id="a19titlepage" href="19/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a19id12" href="19/index_split_000.html" media-type="application/xhtml+xml"/>
    <item id="a19id11" href="19/index_split_001.html" media-type="application/xhtml+xml"/>
    <item id="a20titlepage" href="20/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a20Stephen_King_-_Ive_Got_To_Get_Away" href="20/Stephen King - Ive Got To Get Away.htm" media-type="application/xhtml+xml"/>
    <item id="a21titlepage" href="21/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a21Stephen_King_-_In_a_Half_World_of_Terror" href="21/Stephen King - In a Half World of Terror.htm" media-type="application/xhtml+xml"/>
    <item id="a22titlepage" href="22/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a22Stephen_King_-_Jhonathan_and_the_Witches" href="22/Stephen King - Jhonathan and the Witches.htm" media-type="application/xhtml+xml"/>
    <item id="a23titlepage" href="23/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a23id1" href="23/index.xhtml" media-type="application/xhtml+xml"/>
    <item id="a24titlepage" href="24/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a24Never_Look_Behind_You" href="24/Never Look Behind You.htm" media-type="application/xhtml+xml"/>
    <item id="a25titlepage" href="25/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a25Chinga" href="25/Chinga.htm" media-type="application/xhtml+xml"/>
    <item id="a26titlepage" href="26/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a26Stephen_King_-_For_The_Birds" href="26/Stephen King - For The Birds.htm" media-type="application/xhtml+xml"/>
    <item id="a27titlepage" href="27/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a27Stephen_King_-_The_Night_of_The_Tiger" href="27/Stephen King - The Night of The Tiger.htm" media-type="application/xhtml+xml"/>
    <item id="a28titlepage" href="28/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a28The_Other_Side_Of_The_Fog" href="28/The Other Side Of The Fog.htm" media-type="application/xhtml+xml"/>
    <item id="a29titlepage" href="29/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="a29Stephen_King_-_The_Reploids" href="29/Stephen King - The Reploids.htm" media-type="application/xhtml+xml"/>
    <item id="a1RW_~cov0105" href="1/~cov0105.htm" media-type="application/xhtml+xml"/>
    <item id="a2~cov0078" href="2/~cov0078.htm" media-type="application/xhtml+xml"/>
    <item id="a4RW_~cov0240" href="4/~cov0240.htm" media-type="application/xhtml+xml"/>
    <item id="a5RW_~cov0270" href="5/~cov0270.htm" media-type="application/xhtml+xml"/>
    <item id="a6RW_~cov0318" href="6/~cov0318.htm" media-type="application/xhtml+xml"/>
    <item id="a7RW_~cov0198" href="7/~cov0198.htm" media-type="application/xhtml+xml"/>
    <item id="a8RW_~cov0204" href="8/~cov0204.htm" media-type="application/xhtml+xml"/>
    <item id="a9RW_~cov0288" href="9/~cov0288.htm" media-type="application/xhtml+xml"/>
    <item id="a10~cov0264" href="10/~cov0264.htm" media-type="application/xhtml+xml"/>
    <item id="a11RW_~cov0210" href="11/~cov0210.htm" media-type="application/xhtml+xml"/>
    <item id="a12RW_~cov0135" href="12/~cov0135.htm" media-type="application/xhtml+xml"/>
    <item id="a13RW_~cov0174" href="13/~cov0174.htm" media-type="application/xhtml+xml"/>
    <item id="a14RW_~cov0276" href="14/~cov0276.htm" media-type="application/xhtml+xml"/>
    <item id="a15RW_~cov0180" href="15/~cov0180.htm" media-type="application/xhtml+xml"/>
    <item id="a16RW_~cov0186" href="16/~cov0186.htm" media-type="application/xhtml+xml"/>
    <item id="a17RW_~cov0312" href="17/~cov0312.htm" media-type="application/xhtml+xml"/>
    <item id="a18RW_~cov0165" href="18/~cov0165.htm" media-type="application/xhtml+xml"/>
    <item id="a20RW_~cov0153" href="20/~cov0153.htm" media-type="application/xhtml+xml"/>
    <item id="a21RW_~cov0141" href="21/~cov0141.htm" media-type="application/xhtml+xml"/>
    <item id="a22RW_~cov0159" href="22/~cov0159.htm" media-type="application/xhtml+xml"/>
    <item id="a24RW_~cov0081" href="24/~cov0081.htm" media-type="application/xhtml+xml"/>
    <item id="a26RW_~cov0123" href="26/~cov0123.htm" media-type="application/xhtml+xml"/>
    <item id="a27RW_~cov0258" href="27/~cov0258.htm" media-type="application/xhtml+xml"/>
    <item id="a28RW_~cov0306" href="28/~cov0306.htm" media-type="application/xhtml+xml"/>
    <item id="a29RW_~cov0264" href="29/~cov0264.htm" media-type="application/xhtml+xml"/>
    <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>
    <item id="a1css" href="1/stylesheet.css" media-type="text/css"/>
    <item id="a10css" href="10/stylesheet.css" media-type="text/css"/>
    <item id="a11css" href="11/stylesheet.css" media-type="text/css"/>
    <item id="a12css" href="12/stylesheet.css" media-type="text/css"/>
    <item id="a13css" href="13/stylesheet.css" media-type="text/css"/>
    <item id="a14css" href="14/stylesheet.css" media-type="text/css"/>
    <item id="a15css" href="15/stylesheet.css" media-type="text/css"/>
    <item id="a16css" href="16/stylesheet.css" media-type="text/css"/>
    <item id="a17css" href="17/stylesheet.css" media-type="text/css"/>
    <item id="a18css" href="18/stylesheet.css" media-type="text/css"/>
    <item id="a19css" href="19/stylesheet.css" media-type="text/css"/>
    <item id="a2css" href="2/stylesheet.css" media-type="text/css"/>
    <item id="a20css" href="20/stylesheet.css" media-type="text/css"/>
    <item id="a21css" href="21/stylesheet.css" media-type="text/css"/>
    <item id="a22css" href="22/stylesheet.css" media-type="text/css"/>
    <item id="a23css" href="23/stylesheet.css" media-type="text/css"/>
    <item id="a24css" href="24/stylesheet.css" media-type="text/css"/>
    <item id="a25css" href="25/stylesheet.css" media-type="text/css"/>
    <item id="a26css" href="26/stylesheet.css" media-type="text/css"/>
    <item id="a27css" href="27/stylesheet.css" media-type="text/css"/>
    <item id="a28css" href="28/stylesheet.css" media-type="text/css"/>
    <item id="a29css" href="29/stylesheet.css" media-type="text/css"/>
    <item id="a3stylesheet.css" href="3/OEBPS/Styles/stylesheet.css" media-type="text/css"/>
    <item id="a4css" href="4/stylesheet.css" media-type="text/css"/>
    <item id="a5css" href="5/stylesheet.css" media-type="text/css"/>
    <item id="a6css" href="6/stylesheet.css" media-type="text/css"/>
    <item id="a7css" href="7/stylesheet.css" media-type="text/css"/>
    <item id="a8css" href="8/stylesheet.css" media-type="text/css"/>
    <item id="a9css" href="9/stylesheet.css" media-type="text/css"/>
    <item id="a1cover" href="1/cover.jpeg" media-type="image/jpeg"/>
    <item id="a10cover" href="10/cover.jpeg" media-type="image/jpeg"/>
    <item id="a11cover" href="11/cover.jpeg" media-type="image/jpeg"/>
    <item id="a12cover" href="12/cover.jpeg" media-type="image/jpeg"/>
    <item id="a13cover" href="13/cover.jpeg" media-type="image/jpeg"/>
    <item id="a14cover" href="14/cover.jpeg" media-type="image/jpeg"/>
    <item id="a15cover" href="15/cover.jpeg" media-type="image/jpeg"/>
    <item id="a16cover" href="16/cover.jpeg" media-type="image/jpeg"/>
    <item id="a17cover" href="17/cover.jpeg" media-type="image/jpeg"/>
    <item id="a18cover" href="18/cover.jpeg" media-type="image/jpeg"/>
    <item id="a19cover" href="19/cover.jpeg" media-type="image/jpeg"/>
    <item id="a19id2" href="19/index-10_1.jpg" media-type="image/jpeg"/>
    <item id="a19id3" href="19/index-2_1.jpg" media-type="image/jpeg"/>
    <item id="a19id4" href="19/index-3_1.jpg" media-type="image/jpeg"/>
    <item id="a19id5" href="19/index-4_1.jpg" media-type="image/jpeg"/>
    <item id="a19id6" href="19/index-5_1.jpg" media-type="image/jpeg"/>
    <item id="a2cover" href="2/cover.jpeg" media-type="image/jpeg"/>
    <item id="a20cover" href="20/cover.jpeg" media-type="image/jpeg"/>
    <item id="a21cover" href="21/cover.jpeg" media-type="image/jpeg"/>
    <item id="a22cover" href="22/cover.jpeg" media-type="image/jpeg"/>
    <item id="a23cover" href="23/cover.jpeg" media-type="image/jpeg"/>
    <item id="a24cover" href="24/cover.jpeg" media-type="image/jpeg"/>
    <item id="a25cover" href="25/cover.jpeg" media-type="image/jpeg"/>
    <item id="a26cover" href="26/cover.jpeg" media-type="image/jpeg"/>
    <item id="a27cover" href="27/cover.jpeg" media-type="image/jpeg"/>
    <item id="a28cover" href="28/cover.jpeg" media-type="image/jpeg"/>
    <item id="a29cover" href="29/cover.jpeg" media-type="image/jpeg"/>
    <item id="a3cover.jpeg" href="3/OEBPS/Images/cover.jpeg" media-type="image/jpeg"/>
    <item id="a3cover" href="3/OEBPS/OEBPS/cover.jpg" media-type="image/jpeg"/>
    <item id="a4cover" href="4/cover.jpeg" media-type="image/jpeg"/>
    <item id="a5image001" href="5/$doc0011_files/image001.jpg" media-type="image/jpeg"/>
    <item id="a5cover" href="5/cover.jpeg" media-type="image/jpeg"/>
    <item id="a6cover" href="6/cover.jpeg" media-type="image/jpeg"/>
    <item id="a7cover" href="7/cover.jpeg" media-type="image/jpeg"/>
    <item id="a8cover" href="8/cover.jpeg" media-type="image/jpeg"/>
    <item id="a9cover" href="9/cover.jpeg" media-type="image/jpeg"/>
    <item id="coverimageid" href="cover.jpg" media-type="image/jpeg"/>
    <item id="a1rootfile" href="1/content.opf" media-type="origrootfile/xml"/>
    <item id="a1ncx" href="1/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a10rootfile" href="10/content.opf" media-type="origrootfile/xml"/>
    <item id="a10ncx" href="10/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a11rootfile" href="11/content.opf" media-type="origrootfile/xml"/>
    <item id="a11ncx" href="11/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a12rootfile" href="12/content.opf" media-type="origrootfile/xml"/>
    <item id="a12ncx" href="12/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a13rootfile" href="13/content.opf" media-type="origrootfile/xml"/>
    <item id="a13ncx" href="13/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a14rootfile" href="14/content.opf" media-type="origrootfile/xml"/>
    <item id="a14ncx" href="14/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a15rootfile" href="15/content.opf" media-type="origrootfile/xml"/>
    <item id="a15ncx" href="15/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a16rootfile" href="16/content.opf" media-type="origrootfile/xml"/>
    <item id="a16ncx" href="16/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a17rootfile" href="17/content.opf" media-type="origrootfile/xml"/>
    <item id="a17ncx" href="17/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a18rootfile" href="18/content.opf" media-type="origrootfile/xml"/>
    <item id="a18ncx" href="18/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a19rootfile" href="19/content.opf" media-type="origrootfile/xml"/>
    <item id="a19ncx" href="19/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a2rootfile" href="2/content.opf" media-type="origrootfile/xml"/>
    <item id="a2ncx" href="2/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a20rootfile" href="20/content.opf" media-type="origrootfile/xml"/>
    <item id="a20ncx" href="20/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a21rootfile" href="21/content.opf" media-type="origrootfile/xml"/>
    <item id="a21ncx" href="21/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a22rootfile" href="22/content.opf" media-type="origrootfile/xml"/>
    <item id="a22ncx" href="22/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a23rootfile" href="23/content.opf" media-type="origrootfile/xml"/>
    <item id="a23ncx" href="23/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a24rootfile" href="24/content.opf" media-type="origrootfile/xml"/>
    <item id="a24ncx" href="24/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a25rootfile" href="25/content.opf" media-type="origrootfile/xml"/>
    <item id="a25ncx" href="25/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a26rootfile" href="26/content.opf" media-type="origrootfile/xml"/>
    <item id="a26ncx" href="26/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a27rootfile" href="27/content.opf" media-type="origrootfile/xml"/>
    <item id="a27ncx" href="27/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a28rootfile" href="28/content.opf" media-type="origrootfile/xml"/>
    <item id="a28ncx" href="28/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a29rootfile" href="29/content.opf" media-type="origrootfile/xml"/>
    <item id="a29ncx" href="29/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a3rootfile" href="3/OEBPS/content.opf" media-type="origrootfile/xml"/>
    <item id="a3ncx" href="3/OEBPS/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a4rootfile" href="4/content.opf" media-type="origrootfile/xml"/>
    <item id="a4ncx" href="4/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a5rootfile" href="5/content.opf" media-type="origrootfile/xml"/>
    <item id="a5ncx" href="5/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a6rootfile" href="6/content.opf" media-type="origrootfile/xml"/>
    <item id="a6ncx" href="6/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a7rootfile" href="7/content.opf" media-type="origrootfile/xml"/>
    <item id="a7ncx" href="7/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a8rootfile" href="8/content.opf" media-type="origrootfile/xml"/>
    <item id="a8ncx" href="8/toc.ncx" media-type="origtocncx/xml"/>
    <item id="a9rootfile" href="9/content.opf" media-type="origrootfile/xml"/>
    <item id="a9ncx" href="9/toc.ncx" media-type="origtocncx/xml"/>
  </manifest>
  <spine toc="ncx">
    <itemref idref="cover" linear="yes"/>
    <itemref idref="a1titlepage" linear="yes"/>
    <itemref idref="a1Stephen_King_-_Autopsy_Room_Four" linear="yes"/>
    <itemref idref="a2titlepage" linear="yes"/>
    <itemref idref="a2Stephen_King_-_Before_The_Play_(TV_Guide)(HTML)" linear="yes"/>
    <itemref idref="a3titlepage.xhtml" linear="yes"/>
    <itemref idref="a3AnEveningatGODs.htm" linear="yes"/>
    <itemref idref="a4titlepage" linear="yes"/>
    <itemref idref="a4Stephen_King_-_The_Leprechaun" linear="yes"/>
    <itemref idref="a5titlepage" linear="yes"/>
    <itemref idref="a5Stephen_King_-_My_Little_Serrated_Security_Blanket" linear="yes"/>
    <itemref idref="a6titlepage" linear="yes"/>
    <itemref idref="a6The_Thing_at_the_Bottom_of_the_Well" linear="yes"/>
    <itemref idref="a7titlepage" linear="yes"/>
    <itemref idref="a7Stephen_King_-_The_Blue_Air_Compressor" linear="yes"/>
    <itemref idref="a8titlepage" linear="yes"/>
    <itemref idref="a8Stephen_King_-_The_Cat_from_Hell" linear="yes"/>
    <itemref idref="a9titlepage" linear="yes"/>
    <itemref idref="a9The_Crate" linear="yes"/>
    <itemref idref="a10titlepage" linear="yes"/>
    <itemref idref="a10The_Cursed_Expedition" linear="yes"/>
    <itemref idref="a11titlepage" linear="yes"/>
    <itemref idref="a11Stephen_King_-_The_Dark_Man" linear="yes"/>
    <itemref idref="a12titlepage" linear="yes"/>
    <itemref idref="a12Stephen_King_-_Hotel_at_The_end_of_The_Road" linear="yes"/>
    <itemref idref="a13titlepage" linear="yes"/>
    <itemref idref="a13Stephen_King_-_Silence" linear="yes"/>
    <itemref idref="a14titlepage" linear="yes"/>
    <itemref idref="a14Stephen_King-Skybar" linear="yes"/>
    <itemref idref="a15titlepage" linear="yes"/>
    <itemref idref="a15Stephen_King_-_Slade" linear="yes"/>
    <itemref idref="a16titlepage" linear="yes"/>
    <itemref idref="a16Stephen_King_-_Sneekers" linear="yes"/>
    <itemref idref="a17titlepage" linear="yes"/>
    <itemref idref="a17The_Stranger" linear="yes"/>
    <itemref idref="a18titlepage" linear="yes"/>
    <itemref idref="a18Stephen_King_-_Nightmares_and_Dreamscapes_--_Suffer_The_Litt" linear="yes"/>
    <itemref idref="a19titlepage" linear="yes"/>
    <itemref idref="a19id12" linear="yes"/>
    <itemref idref="a19id11" linear="yes"/>
    <itemref idref="a20titlepage" linear="yes"/>
    <itemref idref="a20Stephen_King_-_Ive_Got_To_Get_Away" linear="yes"/>
    <itemref idref="a21titlepage" linear="yes"/>
    <itemref idref="a21Stephen_King_-_In_a_Half_World_of_Terror" linear="yes"/>
    <itemref idref="a22titlepage" linear="yes"/>
    <itemref idref="a22Stephen_King_-_Jhonathan_and_the_Witches" linear="yes"/>
    <itemref idref="a23titlepage" linear="yes"/>
    <itemref idref="a23id1" linear="yes"/>
    <itemref idref="a24titlepage" linear="yes"/>
    <itemref idref="a24Never_Look_Behind_You" linear="yes"/>
    <itemref idref="a25titlepage" linear="yes"/>
    <itemref idref="a25Chinga" linear="yes"/>
    <itemref idref="a26titlepage" linear="yes"/>
    <itemref idref="a26Stephen_King_-_For_The_Birds" linear="yes"/>
    <itemref idref="a27titlepage" linear="yes"/>
    <itemref idref="a27Stephen_King_-_The_Night_of_The_Tiger" linear="yes"/>
    <itemref idref="a28titlepage" linear="yes"/>
    <itemref idref="a28The_Other_Side_Of_The_Fog" linear="yes"/>
    <itemref idref="a29titlepage" linear="yes"/>
    <itemref idref="a29Stephen_King_-_The_Reploids" linear="yes"/>
  </spine>
  <guide>
    <reference type="cover" title="Cover" href="cover.xhtml"/>
  </guide>
</package>
Shari
shalym is offline   Reply With Quote
Advert
Old 08-30-2022, 06:38 AM   #36
shalym
Wizard
shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.
 
shalym's Avatar
 
Posts: 3,058
Karma: 54671821
Join Date: Feb 2012
Location: New England
Device: PW 1, 2, 3, Voyage, Oasis 2 & 3, Fires, Aura HD, iPad
Here's a metadata.opf from a KF8 file. This is from a book that I created using epub split from a "boxed set" that I purchased and broke up:
Code:
<?xml version='1.0' encoding='utf-8'?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="calibre_id" version="2.0">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata" xmlns:opf="http://www.idpf.org/2007/opf">
    <dc:title>Death Turns a Trick</dc:title>
    <dc:creator opf:role="aut" opf:file-as="Unknown">Julie Smith</dc:creator>
    <dc:contributor opf:role="bkp" opf:file-as="calibre">calibre (5.37.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:identifier id="calibre_id" opf:scheme="calibre">b2a02931-d700-4111-b6c1-63c4dbf2767d</dc:identifier>
    <dc:date>1982-01-01T00:00:00-05:00</dc:date>
    <dc:language>eng</dc:language>
    <dc:description>&lt;div&gt;
&lt;p&gt;Rebecca Schwartz, nice Jewish lawyer with a few too many fantasies, is happily playing the piano in a whorehouse when she suddenly finds herself assigned to make sure a near-naked state senator escapes a police raid. That dirty job done, a lovely evening turns even more delightful when she’s picked up by the cops and spends the next two hours at the Hall of Justice. Could this day get any worse? Of Course! Guess who arrives home to find a dead hooker on her living room floor? &lt;/p&gt;
&lt;p&gt;Handsome Parker Phillips, Rebecca’s new beau and the most attractive man she’s met in ages, is arrested for the murder. (Worse, she suspects he might actually have done it.) &lt;/p&gt;
&lt;p&gt;On the plus side, another very attractive man is following the case--reporter Rob Burns of the San Francisco Chronicle, a possible ally. And there are other possibilities. &lt;/p&gt;
&lt;p&gt;Fans of Janet Evanovich, Joan Hess, and Elizabeth Peters will get a kick out of this one.&lt;/p&gt;&lt;/div&gt;</dc:description>
    <dc:publisher>Walker &amp; Co</dc:publisher>
    <dc:identifier opf:scheme="ISBN">9780804108560</dc:identifier>
    <dc:identifier opf:scheme="MOBI-ASIN">b2a02931-d700-4111-b6c1-63c4dbf2767d</dc:identifier>
    <dc:rights>Copyrights as per source stories</dc:rights>
    <dc:subject>Mystery</dc:subject>
  </metadata>
  <manifest>
    <item id="id1" href="images/00001.jpeg" media-type="image/jpeg"/>
    <item id="id2" href="images/00002.jpeg" media-type="image/jpeg"/>
    <item id="id3" href="images/00003.jpeg" media-type="image/jpeg"/>
    <item id="id4" href="images/svgimg0004.svg" media-type="image/svg+xml"/>
    <item id="id5" href="styles/0001.css" media-type="text/css"/>
    <item id="id6" href="styles/0002.css" media-type="text/css"/>
    <item id="id7" href="styles/0003.css" media-type="text/css"/>
    <item id="id8" href="text/part0000.html" media-type="application/xhtml+xml"/>
    <item id="id9" href="text/part0001.html" media-type="application/xhtml+xml"/>
    <item id="id10" href="text/part0002.html" media-type="application/xhtml+xml"/>
    <item id="id11" href="text/part0003.html" media-type="application/xhtml+xml"/>
    <item id="id12" href="text/part0004.html" media-type="application/xhtml+xml"/>
    <item id="id13" href="text/part0005.html" media-type="application/xhtml+xml"/>
    <item id="id14" href="text/part0006.html" media-type="application/xhtml+xml"/>
    <item id="id15" href="text/part0007.html" media-type="application/xhtml+xml"/>
    <item id="id16" href="text/part0008.html" media-type="application/xhtml+xml"/>
    <item id="id17" href="text/part0009.html" media-type="application/xhtml+xml"/>
    <item id="id18" href="text/part0010.html" media-type="application/xhtml+xml"/>
    <item id="id19" href="text/part0011.html" media-type="application/xhtml+xml"/>
    <item id="id20" href="text/part0012.html" media-type="application/xhtml+xml"/>
    <item id="id21" href="text/part0013.html" media-type="application/xhtml+xml"/>
    <item id="id22" href="text/part0014.html" media-type="application/xhtml+xml"/>
    <item id="id23" href="text/part0015.html" media-type="application/xhtml+xml"/>
    <item id="id24" href="text/part0016.html" media-type="application/xhtml+xml"/>
    <item id="id25" href="text/part0017.html" media-type="application/xhtml+xml"/>
    <item id="id26" href="text/part0018.html" media-type="application/xhtml+xml"/>
    <item id="id27" href="text/part0019.html" media-type="application/xhtml+xml"/>
    <item id="id28" href="text/part0020.html" media-type="application/xhtml+xml"/>
    <item id="id29" href="text/part0021.html" media-type="application/xhtml+xml"/>
    <item id="id30" href="text/part0022.html" media-type="application/xhtml+xml"/>
    <item id="id31" href="text/part0023.html" media-type="application/xhtml+xml"/>
    <item id="id32" href="text/part0024.html" media-type="application/xhtml+xml"/>
    <item id="id33" href="text/part0025.html" media-type="application/xhtml+xml"/>
    <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>
  </manifest>
  <spine toc="ncx">
    <itemref idref="id8"/>
    <itemref idref="id9"/>
    <itemref idref="id10"/>
    <itemref idref="id11"/>
    <itemref idref="id12"/>
    <itemref idref="id13"/>
    <itemref idref="id14"/>
    <itemref idref="id15"/>
    <itemref idref="id16"/>
    <itemref idref="id17"/>
    <itemref idref="id18"/>
    <itemref idref="id19"/>
    <itemref idref="id20"/>
    <itemref idref="id21"/>
    <itemref idref="id22"/>
    <itemref idref="id23"/>
    <itemref idref="id24"/>
    <itemref idref="id25"/>
    <itemref idref="id26"/>
    <itemref idref="id27"/>
    <itemref idref="id28"/>
    <itemref idref="id29"/>
    <itemref idref="id30"/>
    <itemref idref="id31"/>
    <itemref idref="id32"/>
    <itemref idref="id33"/>
  </spine>
  <guide>
    <reference type="toc" href="text/part0025.html#NQU21-0872463b3b2c46b7aa37a6cada0d963b" title="Table of Contents"/>
    <reference type="cover" href="images/00002.jpeg"/>
    <reference type="other.ms-coverimage-standard" href="images/00002.jpeg"/>
    <reference type="other.ms-coverimage" href="images/00002.jpeg"/>
  </guide>
</package>
Shari
shalym is offline   Reply With Quote
Old 08-30-2022, 08:39 AM   #37
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,757
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by shalym View Post
If you're talking about the file named "content.opf" here is one. It's an epub, though, not KF8. This was sent to Amazon as an epub, without first converting it. Maybe that is the difference? I'll see if I can find an older one that was sent before it was possible to send epubs directly.
What I am looking for it the OPF that you get when you edit the KF8 directly. It's the eBook that you downloaded to your Kindle that was from the ePub conversion. The idea is to see what's in the KF8 that's allowing it to open properly.
JSWolf is offline   Reply With Quote
Old 08-30-2022, 08:46 AM   #38
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,211
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Quote:
Originally Posted by JSWolf View Post
What I am looking for it the OPF that you get when you edit the KF8 directly. It's the eBook that you downloaded to your Kindle that was from the ePub conversion. The idea is to see what's in the KF8 that's allowing it to open properly.
Did you try marking the entry for the cover with type="text" on the Guide section of the opf, as I suggested?
thiago.eec is offline   Reply With Quote
Old 08-31-2022, 05:16 PM   #39
shalym
Wizard
shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.
 
shalym's Avatar
 
Posts: 3,058
Karma: 54671821
Join Date: Feb 2012
Location: New England
Device: PW 1, 2, 3, Voyage, Oasis 2 & 3, Fires, Aura HD, iPad
Quote:
Originally Posted by JSWolf View Post
What I am looking for it the OPF that you get when you edit the KF8 directly. It's the eBook that you downloaded to your Kindle that was from the ePub conversion. The idea is to see what's in the KF8 that's allowing it to open properly.
So would that be the second one that I posted? Or are you asking me to take the downloaded book off of my Kindle and look at the opf? (pretty much all of my books are sent to my Kindle either using email or the send to kindle app. The only time I *ever* connect my Kindle to my computer is when I am testing something for someone on MobileRead)

Shari
shalym is offline   Reply With Quote
Old 08-31-2022, 05:18 PM   #40
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,757
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by shalym View Post
So would that be the second one that I posted? Or are you asking me to take the downloaded book off of my Kindle and look at the opf? (pretty much all of my books are sent to my Kindle either using email or the send to kindle app. The only time I *ever* connect my Kindle to my computer is when I am testing something for someone on MobileRead)

Shari
Yes, I am asking for the OPF from an eBook (that opens at the beginning) sent to your Kindle from an ePub source.
JSWolf is offline   Reply With Quote
Old 08-31-2022, 05:30 PM   #41
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,757
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by thiago.eec View Post
Did you try marking the entry for the cover with type="text" on the Guide section of the opf, as I suggested?
When adding that into an ePub and then converting to KF8, it works. Thank you.

Last edited by JSWolf; 10-12-2022 at 08:55 AM.
JSWolf is offline   Reply With Quote
Old 08-31-2022, 05:30 PM   #42
shalym
Wizard
shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.
 
shalym's Avatar
 
Posts: 3,058
Karma: 54671821
Join Date: Feb 2012
Location: New England
Device: PW 1, 2, 3, Voyage, Oasis 2 & 3, Fires, Aura HD, iPad
Quote:
Originally Posted by JSWolf View Post
Yes, I am asking for the OPF from an eBook (that opens at the beginning) sent to your Kindle from an ePub source.
Ok--this is the opf for the same book that I originally sent, but this time I took it off of my Kindle, rather than from Calibre:
Code:
<?xml version='1.0' encoding='utf-8'?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="calibre_id" version="2.0">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata" xmlns:opf="http://www.idpf.org/2007/opf">
    <dc:title>the Uncollected Stephen King</dc:title>
    <dc:creator opf:role="aut" opf:file-as="Unknown">Stephen King</dc:creator>
    <dc:contributor opf:role="bkp" opf:file-as="calibre">calibre (5.37.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:identifier id="calibre_id" opf:scheme="calibre">1f864d2b-e057-48c1-afab-a0aa74f67072</dc:identifier>
    <dc:date>2022-04-03T00:00:00-04:00</dc:date>
    <dc:language>eng</dc:language>
    <dc:description>&lt;p&gt;Anthology containing:&lt;/p&gt;Autopsy Room Four&lt;br/&gt;Before the Play: Prequel to the Shining&lt;br/&gt;An Evening at GODs&lt;br/&gt;The Leprechaun&lt;br/&gt;My Little Serrated Security Blanket&lt;br/&gt;The Thing at the Bottom of the Well&lt;br/&gt;The Blue Air Compressor&lt;br/&gt;The Cat from Hell&lt;br/&gt;The Crate&lt;br/&gt;The Cursed Expedition&lt;br/&gt;The Dark Man&lt;br/&gt;Hotel at The End of The Road&lt;br/&gt;Silence&lt;br/&gt;Skybar&lt;br/&gt;Slade&lt;br/&gt;Sneakers&lt;br/&gt;The Stranger&lt;br/&gt;Suffer the Little Children&lt;br/&gt;Blind Willie&lt;br/&gt;I've Got To Get Away&lt;br/&gt;In A Half World Of Terror, Or I Was a Teenage Grave Robber&lt;br/&gt;Johnathan and the Witches&lt;br/&gt;L.T.'S Theory Of Pets&lt;br/&gt;Never Look Behind You&lt;br/&gt;Chinga&lt;br/&gt;For The Birds&lt;br/&gt;The Night of The Tiger&lt;br/&gt;The Other Side Of The Fog&lt;br/&gt;The Reploids</dc:description>
    <dc:identifier opf:scheme="MOBI-ASIN">CA091212F5304977B2C6388E9704C46F</dc:identifier>
    <dc:rights>Copyrights as per source stories</dc:rights>
    <dc:subject>Uncollected Short Story</dc:subject>
    <dc:subject>Horror</dc:subject>
    <dc:subject>Short Stories</dc:subject>
    <meta name="primary-writing-mode" content="horizontal-lr"/>
  </metadata>
  <manifest>
    <item id="id1" href="images/00001.jpeg" media-type="image/jpeg"/>
    <item id="id2" href="images/00002.jpeg" media-type="image/jpeg"/>
    <item id="id3" href="images/00003.jpeg" media-type="image/jpeg"/>
    <item id="id4" href="images/00004.jpeg" media-type="image/jpeg"/>
    <item id="id5" href="images/00005.jpeg" media-type="image/jpeg"/>
    <item id="id6" href="images/00006.jpeg" media-type="image/jpeg"/>
    <item id="id7" href="images/00007.jpeg" media-type="image/jpeg"/>
    <item id="id8" href="images/00008.jpeg" media-type="image/jpeg"/>
    <item id="id9" href="images/00009.jpeg" media-type="image/jpeg"/>
    <item id="id10" href="images/00010.jpeg" media-type="image/jpeg"/>
    <item id="id11" href="images/00011.jpeg" media-type="image/jpeg"/>
    <item id="id12" href="images/00012.jpeg" media-type="image/jpeg"/>
    <item id="id13" href="images/00013.jpeg" media-type="image/jpeg"/>
    <item id="id14" href="images/00014.jpeg" media-type="image/jpeg"/>
    <item id="id15" href="images/00015.jpeg" media-type="image/jpeg"/>
    <item id="id16" href="images/00016.jpeg" media-type="image/jpeg"/>
    <item id="id17" href="images/00017.jpeg" media-type="image/jpeg"/>
    <item id="id18" href="images/00018.jpeg" media-type="image/jpeg"/>
    <item id="id19" href="images/00019.jpeg" media-type="image/jpeg"/>
    <item id="id20" href="images/00020.jpeg" media-type="image/jpeg"/>
    <item id="id21" href="images/00021.jpeg" media-type="image/jpeg"/>
    <item id="id22" href="images/00022.jpeg" media-type="image/jpeg"/>
    <item id="id23" href="images/00023.jpeg" media-type="image/jpeg"/>
    <item id="id24" href="images/00024.jpeg" media-type="image/jpeg"/>
    <item id="id25" href="images/00025.jpeg" media-type="image/jpeg"/>
    <item id="id26" href="images/00026.jpeg" media-type="image/jpeg"/>
    <item id="id27" href="images/00027.jpeg" media-type="image/jpeg"/>
    <item id="id28" href="images/00028.jpeg" media-type="image/jpeg"/>
    <item id="id29" href="images/00029.jpeg" media-type="image/jpeg"/>
    <item id="id30" href="images/00030.jpeg" media-type="image/jpeg"/>
    <item id="id31" href="images/00031.jpeg" media-type="image/jpeg"/>
    <item id="id32" href="images/00032.jpeg" media-type="image/jpeg"/>
    <item id="id33" href="images/00033.jpeg" media-type="image/jpeg"/>
    <item id="id34" href="images/00034.jpeg" media-type="image/jpeg"/>
    <item id="id35" href="images/00035.jpeg" media-type="image/jpeg"/>
    <item id="id36" href="images/00036.jpeg" media-type="image/jpeg"/>
    <item id="id37" href="images/00037.jpeg" media-type="image/jpeg"/>
    <item id="id38" href="images/00038.jpeg" media-type="image/jpeg"/>
    <item id="id39" href="images/00040.jpeg" media-type="image/jpeg"/>
    <item id="id40" href="styles/0001.css" media-type="text/css"/>
    <item id="id41" href="styles/0003.css" media-type="text/css"/>
    <item id="id42" href="styles/0004.css" media-type="text/css"/>
    <item id="id43" href="styles/0005.css" media-type="text/css"/>
    <item id="id44" href="styles/0007.css" media-type="text/css"/>
    <item id="id45" href="styles/0008.css" media-type="text/css"/>
    <item id="id46" href="styles/0011.css" media-type="text/css"/>
    <item id="id47" href="styles/0013.css" media-type="text/css"/>
    <item id="id48" href="styles/0015.css" media-type="text/css"/>
    <item id="id49" href="styles/0016.css" media-type="text/css"/>
    <item id="id50" href="styles/0017.css" media-type="text/css"/>
    <item id="id51" href="styles/0019.css" media-type="text/css"/>
    <item id="id52" href="styles/0020.css" media-type="text/css"/>
    <item id="id53" href="styles/0021.css" media-type="text/css"/>
    <item id="id54" href="styles/0023.css" media-type="text/css"/>
    <item id="id55" href="styles/0024.css" media-type="text/css"/>
    <item id="id56" href="styles/0025.css" media-type="text/css"/>
    <item id="id57" href="styles/0027.css" media-type="text/css"/>
    <item id="id58" href="styles/0028.css" media-type="text/css"/>
    <item id="id59" href="styles/0029.css" media-type="text/css"/>
    <item id="id60" href="styles/0031.css" media-type="text/css"/>
    <item id="id61" href="styles/0032.css" media-type="text/css"/>
    <item id="id62" href="styles/0033.css" media-type="text/css"/>
    <item id="id63" href="styles/0035.css" media-type="text/css"/>
    <item id="id64" href="styles/0036.css" media-type="text/css"/>
    <item id="id65" href="styles/0037.css" media-type="text/css"/>
    <item id="id66" href="styles/0039.css" media-type="text/css"/>
    <item id="id67" href="styles/0040.css" media-type="text/css"/>
    <item id="id68" href="styles/0041.css" media-type="text/css"/>
    <item id="id69" href="styles/0043.css" media-type="text/css"/>
    <item id="id70" href="styles/0044.css" media-type="text/css"/>
    <item id="id71" href="styles/0045.css" media-type="text/css"/>
    <item id="id72" href="styles/0047.css" media-type="text/css"/>
    <item id="id73" href="styles/0048.css" media-type="text/css"/>
    <item id="id74" href="styles/0049.css" media-type="text/css"/>
    <item id="id75" href="styles/0051.css" media-type="text/css"/>
    <item id="id76" href="styles/0052.css" media-type="text/css"/>
    <item id="id77" href="styles/0053.css" media-type="text/css"/>
    <item id="id78" href="styles/0055.css" media-type="text/css"/>
    <item id="id79" href="styles/0056.css" media-type="text/css"/>
    <item id="id80" href="styles/0057.css" media-type="text/css"/>
    <item id="id81" href="styles/0059.css" media-type="text/css"/>
    <item id="id82" href="styles/0060.css" media-type="text/css"/>
    <item id="id83" href="styles/0061.css" media-type="text/css"/>
    <item id="id84" href="styles/0063.css" media-type="text/css"/>
    <item id="id85" href="styles/0064.css" media-type="text/css"/>
    <item id="id86" href="styles/0065.css" media-type="text/css"/>
    <item id="id87" href="styles/0067.css" media-type="text/css"/>
    <item id="id88" href="styles/0068.css" media-type="text/css"/>
    <item id="id89" href="styles/0069.css" media-type="text/css"/>
    <item id="id90" href="styles/0071.css" media-type="text/css"/>
    <item id="id91" href="styles/0072.css" media-type="text/css"/>
    <item id="id92" href="styles/0073.css" media-type="text/css"/>
    <item id="id93" href="styles/0075.css" media-type="text/css"/>
    <item id="id94" href="styles/0076.css" media-type="text/css"/>
    <item id="id95" href="styles/0077.css" media-type="text/css"/>
    <item id="id96" href="styles/0078.css" media-type="text/css"/>
    <item id="id97" href="styles/0080.css" media-type="text/css"/>
    <item id="id98" href="styles/0081.css" media-type="text/css"/>
    <item id="id99" href="styles/0082.css" media-type="text/css"/>
    <item id="id100" href="styles/0084.css" media-type="text/css"/>
    <item id="id101" href="styles/0085.css" media-type="text/css"/>
    <item id="id102" href="styles/0086.css" media-type="text/css"/>
    <item id="id103" href="styles/0088.css" media-type="text/css"/>
    <item id="id104" href="styles/0089.css" media-type="text/css"/>
    <item id="id105" href="styles/0090.css" media-type="text/css"/>
    <item id="id106" href="styles/0092.css" media-type="text/css"/>
    <item id="id107" href="styles/0093.css" media-type="text/css"/>
    <item id="id108" href="styles/0094.css" media-type="text/css"/>
    <item id="id109" href="styles/0096.css" media-type="text/css"/>
    <item id="id110" href="styles/0097.css" media-type="text/css"/>
    <item id="id111" href="styles/0098.css" media-type="text/css"/>
    <item id="id112" href="styles/0100.css" media-type="text/css"/>
    <item id="id113" href="styles/0101.css" media-type="text/css"/>
    <item id="id114" href="styles/0102.css" media-type="text/css"/>
    <item id="id115" href="styles/0104.css" media-type="text/css"/>
    <item id="id116" href="styles/0105.css" media-type="text/css"/>
    <item id="id117" href="styles/0106.css" media-type="text/css"/>
    <item id="id118" href="styles/0108.css" media-type="text/css"/>
    <item id="id119" href="styles/0109.css" media-type="text/css"/>
    <item id="id120" href="styles/0110.css" media-type="text/css"/>
    <item id="id121" href="styles/0112.css" media-type="text/css"/>
    <item id="id122" href="styles/0113.css" media-type="text/css"/>
    <item id="id123" href="styles/0114.css" media-type="text/css"/>
    <item id="id124" href="styles/0116.css" media-type="text/css"/>
    <item id="id125" href="styles/0117.css" media-type="text/css"/>
    <item id="id126" href="styles/0118.css" media-type="text/css"/>
    <item id="id127" href="styles/0119.css" media-type="text/css"/>
    <item id="id128" href="styles/0120.css" media-type="text/css"/>
    <item id="id129" href="styles/0121.css" media-type="text/css"/>
    <item id="id130" href="styles/0122.css" media-type="text/css"/>
    <item id="id131" href="styles/0123.css" media-type="text/css"/>
    <item id="id132" href="styles/0124.css" media-type="text/css"/>
    <item id="id133" href="styles/0125.css" media-type="text/css"/>
    <item id="id134" href="styles/0126.css" media-type="text/css"/>
    <item id="id135" href="styles/0127.css" media-type="text/css"/>
    <item id="id136" href="styles/0128.css" media-type="text/css"/>
    <item id="id137" href="styles/0129.css" media-type="text/css"/>
    <item id="id138" href="styles/0130.css" media-type="text/css"/>
    <item id="id139" href="styles/0131.css" media-type="text/css"/>
    <item id="id140" href="styles/0132.css" media-type="text/css"/>
    <item id="id141" href="styles/0133.css" media-type="text/css"/>
    <item id="id142" href="styles/0134.css" media-type="text/css"/>
    <item id="id143" href="styles/0135.css" media-type="text/css"/>
    <item id="id144" href="styles/0136.css" media-type="text/css"/>
    <item id="id145" href="styles/0137.css" media-type="text/css"/>
    <item id="id146" href="styles/0138.css" media-type="text/css"/>
    <item id="id147" href="styles/0139.css" media-type="text/css"/>
    <item id="id148" href="styles/0140.css" media-type="text/css"/>
    <item id="id149" href="styles/0141.css" media-type="text/css"/>
    <item id="id150" href="styles/0142.css" media-type="text/css"/>
    <item id="id151" href="text/part0000.html" media-type="application/xhtml+xml"/>
    <item id="id152" href="text/part0001.html" media-type="application/xhtml+xml"/>
    <item id="id153" href="text/part0002.html" media-type="application/xhtml+xml"/>
    <item id="id154" href="text/part0003.html" media-type="application/xhtml+xml"/>
    <item id="id155" href="text/part0004.html" media-type="application/xhtml+xml"/>
    <item id="id156" href="text/part0005.html" media-type="application/xhtml+xml"/>
    <item id="id157" href="text/part0006.html" media-type="application/xhtml+xml"/>
    <item id="id158" href="text/part0007.html" media-type="application/xhtml+xml"/>
    <item id="id159" href="text/part0008.html" media-type="application/xhtml+xml"/>
    <item id="id160" href="text/part0009.html" media-type="application/xhtml+xml"/>
    <item id="id161" href="text/part0010.html" media-type="application/xhtml+xml"/>
    <item id="id162" href="text/part0011.html" media-type="application/xhtml+xml"/>
    <item id="id163" href="text/part0012.html" media-type="application/xhtml+xml"/>
    <item id="id164" href="text/part0013.html" media-type="application/xhtml+xml"/>
    <item id="id165" href="text/part0014.html" media-type="application/xhtml+xml"/>
    <item id="id166" href="text/part0015.html" media-type="application/xhtml+xml"/>
    <item id="id167" href="text/part0016.html" media-type="application/xhtml+xml"/>
    <item id="id168" href="text/part0017.html" media-type="application/xhtml+xml"/>
    <item id="id169" href="text/part0018.html" media-type="application/xhtml+xml"/>
    <item id="id170" href="text/part0019.html" media-type="application/xhtml+xml"/>
    <item id="id171" href="text/part0020.html" media-type="application/xhtml+xml"/>
    <item id="id172" href="text/part0021.html" media-type="application/xhtml+xml"/>
    <item id="id173" href="text/part0022.html" media-type="application/xhtml+xml"/>
    <item id="id174" href="text/part0023.html" media-type="application/xhtml+xml"/>
    <item id="id175" href="text/part0024.html" media-type="application/xhtml+xml"/>
    <item id="id176" href="text/part0025.html" media-type="application/xhtml+xml"/>
    <item id="id177" href="text/part0026.html" media-type="application/xhtml+xml"/>
    <item id="id178" href="text/part0027.html" media-type="application/xhtml+xml"/>
    <item id="id179" href="text/part0028.html" media-type="application/xhtml+xml"/>
    <item id="id180" href="text/part0029.html" media-type="application/xhtml+xml"/>
    <item id="id181" href="text/part0030.html" media-type="application/xhtml+xml"/>
    <item id="id182" href="text/part0031.html" media-type="application/xhtml+xml"/>
    <item id="id183" href="text/part0032.html" media-type="application/xhtml+xml"/>
    <item id="id184" href="text/part0033.html" media-type="application/xhtml+xml"/>
    <item id="id185" href="text/part0034.html" media-type="application/xhtml+xml"/>
    <item id="id186" href="text/part0035.html" media-type="application/xhtml+xml"/>
    <item id="id187" href="text/part0036.html" media-type="application/xhtml+xml"/>
    <item id="id188" href="text/part0037.html" media-type="application/xhtml+xml"/>
    <item id="id189" href="text/part0038.html" media-type="application/xhtml+xml"/>
    <item id="id190" href="text/part0039.html" media-type="application/xhtml+xml"/>
    <item id="id191" href="text/part0040.html" media-type="application/xhtml+xml"/>
    <item id="id192" href="text/part0041.html" media-type="application/xhtml+xml"/>
    <item id="id193" href="text/part0042.html" media-type="application/xhtml+xml"/>
    <item id="id194" href="text/part0043.html" media-type="application/xhtml+xml"/>
    <item id="id195" href="text/part0044.html" media-type="application/xhtml+xml"/>
    <item id="id196" href="text/part0045.html" media-type="application/xhtml+xml"/>
    <item id="id197" href="text/part0046.html" media-type="application/xhtml+xml"/>
    <item id="id198" href="text/part0047.html" media-type="application/xhtml+xml"/>
    <item id="id199" href="text/part0048.html" media-type="application/xhtml+xml"/>
    <item id="id200" href="text/part0049.html" media-type="application/xhtml+xml"/>
    <item id="id201" href="text/part0050.html" media-type="application/xhtml+xml"/>
    <item id="id202" href="text/part0051.html" media-type="application/xhtml+xml"/>
    <item id="id203" href="text/part0052.html" media-type="application/xhtml+xml"/>
    <item id="id204" href="text/part0053.html" media-type="application/xhtml+xml"/>
    <item id="id205" href="text/part0054.html" media-type="application/xhtml+xml"/>
    <item id="id206" href="text/part0055.html" media-type="application/xhtml+xml"/>
    <item id="id207" href="text/part0056.html" media-type="application/xhtml+xml"/>
    <item id="id208" href="text/part0057.html" media-type="application/xhtml+xml"/>
    <item id="id209" href="text/part0058.html" media-type="application/xhtml+xml"/>
    <item id="id210" href="text/part0059.html" media-type="application/xhtml+xml"/>
    <item id="id211" href="text/part0060.html" media-type="application/xhtml+xml"/>
    <item id="id212" href="text/part0061.html" media-type="application/xhtml+xml"/>
    <item id="id213" href="text/part0062.html" media-type="application/xhtml+xml"/>
    <item id="id214" href="text/part0063.html" media-type="application/xhtml+xml"/>
    <item id="id215" href="text/part0064.html" media-type="application/xhtml+xml"/>
    <item id="id216" href="text/part0065.html" media-type="application/xhtml+xml"/>
    <item id="id217" href="text/part0066.html" media-type="application/xhtml+xml"/>
    <item id="id218" href="text/part0067.html" media-type="application/xhtml+xml"/>
    <item id="id219" href="text/part0068.html" media-type="application/xhtml+xml"/>
    <item id="id220" href="text/part0069.html" media-type="application/xhtml+xml"/>
    <item id="id221" href="text/part0070.html" media-type="application/xhtml+xml"/>
    <item id="id222" href="text/part0071.html" media-type="application/xhtml+xml"/>
    <item id="id223" href="text/part0072.html" media-type="application/xhtml+xml"/>
    <item id="id224" href="text/part0073.html" media-type="application/xhtml+xml"/>
    <item id="id225" href="text/part0074.html" media-type="application/xhtml+xml"/>
    <item id="id226" href="text/part0075.html" media-type="application/xhtml+xml"/>
    <item id="id227" href="text/part0076.html" media-type="application/xhtml+xml"/>
    <item id="id228" href="text/part0077.html" media-type="application/xhtml+xml"/>
    <item id="id229" href="text/part0078.html" media-type="application/xhtml+xml"/>
    <item id="id230" href="text/part0079.html" media-type="application/xhtml+xml"/>
    <item id="id231" href="text/part0080.html" media-type="application/xhtml+xml"/>
    <item id="id232" href="text/part0081.html" media-type="application/xhtml+xml"/>
    <item id="id233" href="text/part0082.html" media-type="application/xhtml+xml"/>
    <item id="id234" href="text/part0083.html" media-type="application/xhtml+xml"/>
    <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>
  </manifest>
  <spine toc="ncx">
    <itemref idref="id151"/>
    <itemref idref="id152"/>
    <itemref idref="id153"/>
    <itemref idref="id154"/>
    <itemref idref="id155"/>
    <itemref idref="id156"/>
    <itemref idref="id157"/>
    <itemref idref="id158"/>
    <itemref idref="id159"/>
    <itemref idref="id160"/>
    <itemref idref="id161"/>
    <itemref idref="id162"/>
    <itemref idref="id163"/>
    <itemref idref="id164"/>
    <itemref idref="id165"/>
    <itemref idref="id166"/>
    <itemref idref="id167"/>
    <itemref idref="id168"/>
    <itemref idref="id169"/>
    <itemref idref="id170"/>
    <itemref idref="id171"/>
    <itemref idref="id172"/>
    <itemref idref="id173"/>
    <itemref idref="id174"/>
    <itemref idref="id175"/>
    <itemref idref="id176"/>
    <itemref idref="id177"/>
    <itemref idref="id178"/>
    <itemref idref="id179"/>
    <itemref idref="id180"/>
    <itemref idref="id181"/>
    <itemref idref="id182"/>
    <itemref idref="id183"/>
    <itemref idref="id184"/>
    <itemref idref="id185"/>
    <itemref idref="id186"/>
    <itemref idref="id187"/>
    <itemref idref="id188"/>
    <itemref idref="id189"/>
    <itemref idref="id190"/>
    <itemref idref="id191"/>
    <itemref idref="id192"/>
    <itemref idref="id193"/>
    <itemref idref="id194"/>
    <itemref idref="id195"/>
    <itemref idref="id196"/>
    <itemref idref="id197"/>
    <itemref idref="id198"/>
    <itemref idref="id199"/>
    <itemref idref="id200"/>
    <itemref idref="id201"/>
    <itemref idref="id202"/>
    <itemref idref="id203"/>
    <itemref idref="id204"/>
    <itemref idref="id205"/>
    <itemref idref="id206"/>
    <itemref idref="id207"/>
    <itemref idref="id208"/>
    <itemref idref="id209"/>
    <itemref idref="id210"/>
    <itemref idref="id211"/>
    <itemref idref="id212"/>
    <itemref idref="id213"/>
    <itemref idref="id214"/>
    <itemref idref="id215"/>
    <itemref idref="id216"/>
    <itemref idref="id217"/>
    <itemref idref="id218"/>
    <itemref idref="id219"/>
    <itemref idref="id220"/>
    <itemref idref="id221"/>
    <itemref idref="id222"/>
    <itemref idref="id223"/>
    <itemref idref="id224"/>
    <itemref idref="id225"/>
    <itemref idref="id226"/>
    <itemref idref="id227"/>
    <itemref idref="id228"/>
    <itemref idref="id229"/>
    <itemref idref="id230"/>
    <itemref idref="id231"/>
    <itemref idref="id232"/>
    <itemref idref="id233"/>
    <itemref idref="id234"/>
  </spine>
  <guide>
    <reference type="cover" href="images/00037.jpeg"/>
    <reference type="other.ms-coverimage-standard" href="images/00037.jpeg"/>
    <reference type="other.ms-coverimage" href="images/00037.jpeg"/>
  </guide>
</package>
Shari
shalym is offline   Reply With Quote
Old 08-31-2022, 07:42 PM   #43
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,211
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Quote:
Originally Posted by JSWolf View Post
When adding that into an ep#Pub and then converting to KF8, it works. Thank you.
Also, you can add it to the opf inside the KF8 directly on calibre, without converting.
thiago.eec is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Troubleshooting Kindle Oasis keeps starting books from first page? tupolev86 Amazon Kindle 4 11-02-2017 08:29 PM
Troubleshooting Paperwhite - All books starting at last page Kraftwerk Amazon Kindle 7 01-04-2016 04:20 PM
K2 v K1: Chapter-to-chapter missing from some books? Starhawk Amazon Kindle 4 03-10-2009 06:27 PM
Chapter books - what are they? f00l Lounge 1 05-26-2008 11:04 PM


All times are GMT -4. The time now is 12:10 PM.


MobileRead.com is a privately owned, operated and funded community.