View Single Post
Old 05-21-2022, 10:49 AM   #34
m8cb0y
Junior Member
m8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipsem8cb0y can illuminate an eclipse
 
Posts: 4
Karma: 8086
Join Date: Apr 2012
Location: Louisiana
Device: Kobo AuraHD Limited Edition
Hello, I tried your plugin on an epub I have. The <pageList> section is getting added to the ncx file but is empty. Here is what is getting added to my ncx file (python modified slightly to match existing file indentation):

Code:
  <pageList>
    <navLabel>
      <text>Paper Edition Page Mapping</text>
    </navLabel>
  </pageList>
The ebook already had anchor tags present so I did not modify the json file. Here is an example page number from my ebook:

Code:
<span epub:type="pagebreak" title="Page_8" id="Page_8" class="page-number" xmlns:epub="http://www.idpf.org/2007/ops">Page 8</span>
The plugin is identifying page number targets in the file and has found over 900 targets. However, it is not writing out the details in the pageList.

Thoughts?
m8cb0y is offline   Reply With Quote