Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old Today, 11:30 AM   #1
TyrannosauRussX
Junior Member
TyrannosauRussX began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2024
Device: Kobo Sage
Header information

When I edit ebooks in Calibre, in some of my books the
header information is not displaying correctly when turning pages in my Kobo Sage.

It should display TITLE PAGE, PROLOGUE (1of2), PROLOGUE (2of2), CHAPTER ONE (1of14), CHAPTER ONE (2of14).......

Instead it just always displays COVER, COVER (1of2), COVER (2of2), COVER (1of14), COVER (2of14)....

Does anybody know how to fix it. Thanks
TyrannosauRussX is offline   Reply With Quote
Old Today, 12:28 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,047
Karma: 57259778
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
It is not broken

The Kobo (for KEPUB) does that.

The name is the current 'chapter' (section) and the 1 of 3 is the progress in that section.

YOU can set what shows in the devices headers and footers using the
Settings:Reading settings found on the More button while on the home screen
theducks is online now   Reply With Quote
Old Today, 12:50 PM   #3
TyrannosauRussX
Junior Member
TyrannosauRussX began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2024
Device: Kobo Sage
I know about the settings you're talking about. The issue that I'm having is that even though both header and footer are always set the same way on my device, most of my books as I'm turning pages will display the relevant information (PROLOGUE 1of2...) i.e. the page I'm on, while some books will always display COVER (header), no matter what page I'm on. Therefore I must be missing HTML or CSS code on the KEPUB itself.
TyrannosauRussX is offline   Reply With Quote
Old Today, 03:27 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,047
Karma: 57259778
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by TyrannosauRussX View Post
I know about the settings you're talking about. The issue that I'm having is that even though both header and footer are always set the same way on my device, most of my books as I'm turning pages will display the relevant information (PROLOGUE 1of2...) i.e. the page I'm on, while some books will always display COVER (header), no matter what page I'm on. Therefore I must be missing HTML or CSS code on the KEPUB itself.
Does the book have a complete NCX TOC? I believe that is where it gets tose from
theducks is online now   Reply With Quote
Old Today, 03:51 PM   #5
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,191
Karma: 4949904
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
It might also come from the <title></title> tags in each xhtml page.
Karellen is online now   Reply With Quote
Old Today, 05:09 PM   #6
TyrannosauRussX
Junior Member
TyrannosauRussX began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2024
Device: Kobo Sage
This is the content off the whole "toc.ncx" file.
Appreciate your help.
Spoiler:

<?xml version='1.0' encoding='utf-8'?>
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="en">
<head>
<meta name="dtb:uid" content="26173b61-6247-4f19-8ca9-8120b79fbe87"/>
<meta name="dtb:depth" content="3"/>
<meta name="dtb:generator" content="calibre (7.12.0)"/>
<meta name="dtb:totalPageCount" content="0"/>
<meta name="dtb:maxPageNumber" content="0"/>
</head>
<docTitle>
<text>Body Rides</text>
</docTitle>
<navMap>
<navPoint id="num_1" playOrder="1">
<navLabel>
<text>Cover</text>
</navLabel>
<content src="titlepage.xhtml"/>
</navPoint>
<navPoint id="num_2" playOrder="2">
<navLabel>
<text>Title</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_000.h tml"/>
</navPoint>
<navPoint id="num_3" playOrder="3">
<navLabel>
<text>BODY RIDES</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_004.h tml"/>
<navPoint id="num_4" playOrder="4">
<navLabel>
<text>Chapter One</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_005.h tml"/>
</navPoint>
<navPoint id="num_5" playOrder="5">
<navLabel>
<text>Chapter Two</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_006.h tml"/>
</navPoint>
<navPoint id="num_6" playOrder="6">
<navLabel>
<text>Chapter Three</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_007.h tml"/>
</navPoint>
<navPoint id="num_7" playOrder="7">
<navLabel>
<text>Chapter Four</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_008.h tml"/>
</navPoint>
<navPoint id="num_8" playOrder="8">
<navLabel>
<text>Chapter Five</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_009.h tml"/>
</navPoint>
<navPoint id="num_9" playOrder="9">
<navLabel>
<text>Chapter Six</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_010.h tml"/>
</navPoint>
<navPoint id="num_10" playOrder="10">
<navLabel>
<text>Chapter Seven</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_011.h tml"/>
</navPoint>
<navPoint id="num_11" playOrder="11">
<navLabel>
<text>Chapter Eight</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_012.h tml"/>
</navPoint>
<navPoint id="num_12" playOrder="12">
<navLabel>
<text>Chapter Nine</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_013.h tml"/>
</navPoint>
<navPoint id="num_13" playOrder="13">
<navLabel>
<text>Chapter Ten</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_014.h tml"/>
</navPoint>
<navPoint id="num_14" playOrder="14">
<navLabel>
<text>Chapter Eleven</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_015.h tml"/>
</navPoint>
<navPoint id="num_15" playOrder="15">
<navLabel>
<text>Chapter Twelve</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_016.h tml"/>
</navPoint>
<navPoint id="num_16" playOrder="16">
<navLabel>
<text>Chapter Thirteen</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_017.h tml"/>
</navPoint>
<navPoint id="num_17" playOrder="17">
<navLabel>
<text>Chapter Fourteen</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_018.h tml"/>
</navPoint>
<navPoint id="num_18" playOrder="18">
<navLabel>
<text>Chapter Fifteen</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_019.h tml"/>
</navPoint>
<navPoint id="num_19" playOrder="19">
<navLabel>
<text>Chapter Sixteen</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_020.h tml"/>
</navPoint>
<navPoint id="num_20" playOrder="20">
<navLabel>
<text>Chapter Seventeen</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_021.h tml"/>
</navPoint>
<navPoint id="num_21" playOrder="21">
<navLabel>
<text>Chapter Eighteen</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_022.h tml"/>
</navPoint>
<navPoint id="num_22" playOrder="22">
<navLabel>
<text>Chapter Nineteen</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_023.h tml"/>
</navPoint>
<navPoint id="num_23" playOrder="23">
<navLabel>
<text>Chapter Twenty</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_024.h tml"/>
</navPoint>
<navPoint id="num_24" playOrder="24">
<navLabel>
<text>Chapter Twenty-One</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_025.h tml"/>
</navPoint>
<navPoint id="num_25" playOrder="25">
<navLabel>
<text>Chapter Twenty-Two</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_026.h tml"/>
</navPoint>
<navPoint id="num_26" playOrder="26">
<navLabel>
<text>Chapter Twenty-Three</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_027.h tml"/>
</navPoint>
<navPoint id="num_27" playOrder="27">
<navLabel>
<text>Chapter Twenty-Four</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_028.h tml"/>
</navPoint>
<navPoint id="num_28" playOrder="28">
<navLabel>
<text>Chapter Twenty-Five</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_029.h tml"/>
</navPoint>
<navPoint id="num_29" playOrder="29">
<navLabel>
<text>Chapter Twenty-Six</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_030.h tml"/>
</navPoint>
<navPoint id="num_30" playOrder="30">
<navLabel>
<text>Chapter Twenty-Seven</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_031.h tml"/>
</navPoint>
<navPoint id="num_31" playOrder="31">
<navLabel>
<text>Chapter Twenty-Eight</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_032.h tml"/>
</navPoint>
<navPoint id="num_32" playOrder="32">
<navLabel>
<text>Chapter Twenty-Nine</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_033.h tml"/>
</navPoint>
<navPoint id="num_33" playOrder="33">
<navLabel>
<text>Chapter Thirty</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_034.h tml"/>
</navPoint>
<navPoint id="num_34" playOrder="34">
<navLabel>
<text>Chapter Thirty-One</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_035.h tml"/>
</navPoint>
<navPoint id="num_35" playOrder="35">
<navLabel>
<text>Chapter Thirty-Two</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_036.h tml"/>
</navPoint>
<navPoint id="num_36" playOrder="36">
<navLabel>
<text>Chapter Thirty-Three</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_037.h tml"/>
</navPoint>
<navPoint id="num_37" playOrder="37">
<navLabel>
<text>Chapter Thirty-Four</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_038.h tml"/>
</navPoint>
<navPoint id="num_38" playOrder="38">
<navLabel>
<text>Chapter Thirty-Five</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_039.h tml"/>
</navPoint>
<navPoint id="num_39" playOrder="39">
<navLabel>
<text>Chapter Thirty-Six</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_040.h tml"/>
</navPoint>
<navPoint id="num_40" playOrder="40">
<navLabel>
<text>Chapter Thirty-Seven</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_041.h tml"/>
</navPoint>
<navPoint id="num_41" playOrder="41">
<navLabel>
<text>Chapter Thirty-Eight</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_042.h tml"/>
</navPoint>
<navPoint id="num_42" playOrder="42">
<navLabel>
<text>Chapter Thirty-Nine</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_043.h tml"/>
</navPoint>
<navPoint id="num_43" playOrder="43">
<navLabel>
<text>Chapter Forty</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_044.h tml"/>
</navPoint>
<navPoint id="num_44" playOrder="44">
<navLabel>
<text>Chapter Forty-One</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_045.h tml"/>
</navPoint>
<navPoint id="num_45" playOrder="45">
<navLabel>
<text>Chapter Forty-Two</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_046.h tml"/>
</navPoint>
<navPoint id="num_46" playOrder="46">
<navLabel>
<text>Chapter Forty-Three</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_047.h tml"/>
</navPoint>
<navPoint id="num_47" playOrder="47">
<navLabel>
<text>Chapter Forty-Four</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_048.h tml"/>
</navPoint>
<navPoint id="num_48" playOrder="48">
<navLabel>
<text>Chapter Forty-Five</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_049.h tml"/>
</navPoint>
<navPoint id="num_49" playOrder="49">
<navLabel>
<text>Chapter Forty-Six</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_050.h tml"/>
</navPoint>
<navPoint id="num_50" playOrder="50">
<navLabel>
<text>Chapter Forty-Seven</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_051.h tml"/>
</navPoint>
<navPoint id="num_51" playOrder="51">
<navLabel>
<text>Chapter Forty-Eight</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_052.h tml"/>
</navPoint>
<navPoint id="num_52" playOrder="52">
<navLabel>
<text>Chapter Forty-Nine</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_053.h tml"/>
</navPoint>
<navPoint id="num_53" playOrder="53">
<navLabel>
<text>Chapter Fifty</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_054.h tml"/>
</navPoint>
<navPoint id="num_54" playOrder="54">
<navLabel>
<text>Chapter Fifty-One</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_055.h tml"/>
</navPoint>
<navPoint id="num_55" playOrder="55">
<navLabel>
<text>Chapter Fifty-Two</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_056.h tml"/>
</navPoint>
<navPoint id="num_56" playOrder="56">
<navLabel>
<text>Chapter Fifty-Three</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_057.h tml"/>
</navPoint>
<navPoint id="num_57" playOrder="57">
<navLabel>
<text>Chapter Fifty-Four</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_058.h tml"/>
</navPoint>
<navPoint id="num_58" playOrder="58">
<navLabel>
<text>Chapter Fifty-Five</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_059.h tml"/>
</navPoint>
<navPoint id="num_59" playOrder="59">
<navLabel>
<text>Chapter Fifty-Six</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_060.h tml"/>
</navPoint>
</navPoint>
<navPoint id="num_60" playOrder="60">
<navLabel>
<text>MARTA AND SUE</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_061.h tml"/>
<navPoint id="num_61" playOrder="61">
<navLabel>
<text>Chapter 1</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_062.h tml"/>
</navPoint>
<navPoint id="num_62" playOrder="62">
<navLabel>
<text>Chapter 2</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_063.h tml"/>
</navPoint>
<navPoint id="num_63" playOrder="63">
<navLabel>
<text>Chapter 3</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_064.h tml"/>
</navPoint>
<navPoint id="num_64" playOrder="64">
<navLabel>
<text>Chapter 4</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_065.h tml"/>
</navPoint>
<navPoint id="num_65" playOrder="65">
<navLabel>
<text>Chapter 5</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_066.h tml"/>
</navPoint>
<navPoint id="num_66" playOrder="66">
<navLabel>
<text>Chapter 6</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_067.h tml"/>
</navPoint>
<navPoint id="num_67" playOrder="67">
<navLabel>
<text>Chapter 7</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_068.h tml"/>
</navPoint>
<navPoint id="num_68" playOrder="68">
<navLabel>
<text>Chapter 8</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_069.h tml"/>
</navPoint>
<navPoint id="num_69" playOrder="69">
<navLabel>
<text>Chapter 9</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_070.h tml"/>
</navPoint>
<navPoint id="num_70" playOrder="70">
<navLabel>
<text>Chapter 10</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_071.h tml"/>
</navPoint>
<navPoint id="num_71" playOrder="71">
<navLabel>
<text>Chapter 11</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_072.h tml"/>
</navPoint>
<navPoint id="num_72" playOrder="72">
<navLabel>
<text>Chapter 12</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_073.h tml"/>
</navPoint>
<navPoint id="num_73" playOrder="73">
<navLabel>
<text>Chapter 13</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_074.h tml"/>
</navPoint>
<navPoint id="num_74" playOrder="74">
<navLabel>
<text>Chapter 14</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_075.h tml"/>
</navPoint>
<navPoint id="num_75" playOrder="75">
<navLabel>
<text>Chapter 15</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_076.h tml"/>
</navPoint>
</navPoint>
<navPoint id="num_76" playOrder="76">
<navLabel>
<text>LATER</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_077.h tml"/>
<navPoint id="num_77" playOrder="77">
<navLabel>
<text>Chapter 1</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_078.h tml"/>
</navPoint>
<navPoint id="num_78" playOrder="78">
<navLabel>
<text>Chapter 2</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_079.h tml"/>
</navPoint>
<navPoint id="num_79" playOrder="79">
<navLabel>
<text>Chapter 3</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_080.h tml"/>
</navPoint>
<navPoint id="num_80" playOrder="80">
<navLabel>
<text>Chapter 4</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_081.h tml"/>
</navPoint>
<navPoint id="num_81" playOrder="81">
<navLabel>
<text>Chapter 5</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_082.h tml"/>
</navPoint>
</navPoint>
<navPoint id="num_82" playOrder="82">
<navLabel>
<text>About the Author</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_003.h tml"/>
</navPoint>
<navPoint id="num_83" playOrder="83">
<navLabel>
<text>Copyright</text>
</navLabel>
<content src="CR%218XN3Y297TH4SD19HFRASSAJSA8QN_split_001.h tml"/>
</navPoint>
</navMap>
</ncx>

Last edited by theducks; Today at 05:33 PM. Reason: SPOILERED files
TyrannosauRussX is offline   Reply With Quote
Old Today, 05:19 PM   #7
TyrannosauRussX
Junior Member
TyrannosauRussX began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2024
Device: Kobo Sage
<title></title>
I tried to change title names in each HTML file

<title>Prologue</title>
<title>Chapter One</title>......

but it didn't work.
TyrannosauRussX is offline   Reply With Quote
Old Today, 05:36 PM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,047
Karma: 57259778
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
IF you edit the TOC on a book that is already ON the Kobo,
You need to use Kobo Utilities Extended to Update the TOC on the device. (the processing step puts it into the DB)
theducks is online now   Reply With Quote
Old Today, 06:02 PM   #9
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: 74,814
Karma: 131375596
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 TyrannosauRussX View Post
When I edit ebooks in Calibre, in some of my books the
header information is not displaying correctly when turning pages in my Kobo Sage.

It should display TITLE PAGE, PROLOGUE (1of2), PROLOGUE (2of2), CHAPTER ONE (1of14), CHAPTER ONE (2of14).......

Instead it just always displays COVER, COVER (1of2), COVER (2of2), COVER (1of14), COVER (2of14)....

Does anybody know how to fix it. Thanks
For kePub, yYou have to have all HTML files in the NCX ToC in the order even if you don't need or want them in there.
JSWolf is offline   Reply With Quote
Old Today, 06:03 PM   #10
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: 74,814
Karma: 131375596
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 Karellen View Post
It might also come from the <title></title> tags in each xhtml page.
Not at all. It gets the chapter names from the NCX ToC.
JSWolf is offline   Reply With Quote
Old Today, 06:23 PM   #11
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,191
Karma: 4949904
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by JSWolf View Post
Not at all. It gets the chapter names from the NCX ToC.
I understand that. But if, for whatever stupid reason, the toc is missing, then isn't the <title> a fallback?

Through an oversight, I once failed to create a toc in an epub3 and sideloaded the epub to my Libra2. The onscreen header described by the OP still displayed the correct chapter. Where was that coming from? Not the filenames because they were different. The only matching entries I could find was in the <title> tag.
Karellen is online now   Reply With Quote
Old Today, 06:42 PM   #12
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: 74,814
Karma: 131375596
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 Karellen View Post
I understand that. But if, for whatever stupid reason, the toc is missing, then isn't the <title> a fallback?

Through an oversight, I once failed to create a toc in an epub3 and sideloaded the epub to my Libra2. The onscreen header described by the OP still displayed the correct chapter. Where was that coming from? Not the filenames because they were different. The only matching entries I could find was in the <title> tag.
Nothing at all to do with <title>. It's to do with the NCX ToC.
JSWolf is offline   Reply With Quote
Old Today, 07:02 PM   #13
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,047
Karma: 57259778
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
And if you delete/merge a section (chapter) and do NOT update the TOC, My Libra2 /Aura2 goes off the end when the next piece is not there. Doing the TOC update fixes that
theducks is online now   Reply With Quote
Old Today, 07:12 PM   #14
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,191
Karma: 4949904
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by JSWolf View Post
Nothing at all to do with <title>. It's to do with the NCX ToC.
I get the feeling you are missing the point.
Answer this. Just imagine some crazy, weird world where the toc file is missing. What happens when there is no toc file?

Maybe you are right and it does not come from the title tag, but from empirical evidence from my blooper, I think it does. But you keep referring to the toc, but ignoring the question of what happens when there is no toc.
Karellen is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Footer or Header? shore_pk Sigil 10 04-23-2021 11:43 AM
Possible header content? ghmerrill Conversion 4 12-06-2020 02:18 PM
In epub converting calibre auto split file in header. Why not create toc from header. The_book Conversion 7 11-06-2020 09:09 AM
Header problem mtravellerh Sigil 8 08-13-2009 06:20 PM
Changing the header VicLavigne Calibre 2 12-28-2008 10:46 AM


All times are GMT -4. The time now is 07:19 PM.


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