Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 02-28-2011, 05:59 PM   #1
twedigteam
Enthusiast
twedigteam began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Nov 2010
Device: Sony eReader
"Copyright" page in .mobi toc.ncx

I'm wondering if this is a known issue, but couldn't find any documentation in regards to it:

-A page with the title "Copyright" does not display as an entry in the .ncx TOC in .mobi files (or does appear inconsistently).

-What remedies the situation is manually editing the toc.ncx file, changing:

<navPoint id="navPoint-9" playOrder="9">
<navLabel>
<text>Copyright</text>
</navLabel>
<content src="Text/copyright.xhtml"/>
</navPoint>


To:

<navPoint id="navPoint-9" playOrder="9">
<navLabel>
<text>Copyright&nbsp;</text>
</navLabel>
<content src="Text/copyright.xhtml"/>
</navPoint>


Nothing else seems to work, including using various top level heading code in the .xhtml file, like:

<h1 title="Copyright"></h1>
<h1>Copyright</h1>
<h1 title="Copyright">Copyright</h1>


The bizarre thing is that this affects only pages titled "Copyright", nothing else. Is anyone else aware of this issue/can it be resolved/is it worth fretting about?
twedigteam is offline   Reply With Quote
Old 02-28-2011, 07:11 PM   #2
DreamWriter
Books are brain food.
DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.
 
DreamWriter's Avatar
 
Posts: 2,950
Karma: 4836916
Join Date: Nov 2010
Location: U.S.
Device: Paperwhite · Fire HD6/HD8/HD10 · Galaxy Tab A7
I don't know if this will help you, but in the .ncx for one of my ebooks I have:

<navPoint class="copyright" id="copyright" playOrder="2">
<navLabel>
<text>Copyright</text>
</navLabel>
<content src="rsf.html#COPY"/>

and in the .html it's:

<a name="COPY" /><p>Copyright © 2010 Ric K. Hill</p>

It works fine.
DreamWriter is offline   Reply With Quote
Advert
Old 02-28-2011, 08:30 PM   #3
DMSmillie
Enquiring Mind
DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'
 
DMSmillie's Avatar
 
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
Quote:
Originally Posted by twedigteam View Post
A page with the title "Copyright" does not display as an entry in the .ncx TOC in .mobi files (or does appear inconsistently).
What MOBI reader are you using twedigteam? Kindle, Kindle for PC and Mobipocket Reader - none of these uses the NCX file to display a TOC, so I can't test this to see if I can figure what's happening. But might be able to do so if I know what reader you're using.
DMSmillie is offline   Reply With Quote
Old 03-01-2011, 01:14 PM   #4
twedigteam
Enthusiast
twedigteam began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Nov 2010
Device: Sony eReader
Using Kindle Previewer, so it should give a good representation of the Kindle device itself. There is a NCX option that displays a TOC generated by the toc.ncx file. We're converting over to ePub, but it shouldn't make a difference...
twedigteam is offline   Reply With Quote
Old 03-01-2011, 03:42 PM   #5
DMSmillie
Enquiring Mind
DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'
 
DMSmillie's Avatar
 
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
OK... thanks for the info, twedigteam. I created a small test file, but can't reproduce what you're experiencing, so hard to know what might be going on I'm afraid.

However, that facility in Kindle Previewer to view the NCX content is purely for the purpose of checking that it is an accurate map of the ebook content - it's not a feature on the Kindle itself. Unlike EPUB viewers, the Kindle doesn't use the NCX file to display a TOC - the only TOC you can display to the user on a Kindle is an inline HTML TOC. So this shouldn't be an issue with the published ebook - just a (currently) unexplained quirk in Kindle Previewer.

I've attached a copy of the test MOBI file I used to see if I could replicate what you're seeing, so you can use it to compare with the file you're currently working on, if you want. Also attached the EPUB file I used to generate the MOBI file.
Attached Files
File Type: mobi copyright.mobi (8.0 KB, 302 views)
File Type: epub copyright.epub (4.0 KB, 289 views)
DMSmillie is offline   Reply With Quote
Advert
Old 03-01-2011, 05:57 PM   #6
twedigteam
Enthusiast
twedigteam began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Nov 2010
Device: Sony eReader
Thanks for looking into this. I tested the provided .mobi and it does indeed work fine. The bizarre thing here is that we do have the odd file without issue, and can't quite nail down why it is occurring.

Didn't realize about the actual Kindle device and the .ncx file....looks like the only obvious solution here is to go with an inline TOC, and get an actual Kindle reader for testing!

Again, much thanks!
twedigteam is offline   Reply With Quote
Old 03-01-2011, 06:05 PM   #7
DMSmillie
Enquiring Mind
DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'
 
DMSmillie's Avatar
 
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
You're very welcome.

The Kindle Previewer is a reasonably accurate tool for seeing how a Kindle ebook will look and behave on a Kindle 3, Kindle DX, and on the Kindle for iPad and iPhone apps. It's certainly a useful tool for checking that the formatting works the way you expect/intend it to. Just a case of being aware that the NCX TOC viewer is an inspection tool, and not something present in the actual Kindle device. The intermittent problem you're having with displaying a "Copyright" entry in the NCX is kind of bizarre - goodness knows what's causing it!
DMSmillie is offline   Reply With Quote
Old 03-01-2011, 06:09 PM   #8
DMSmillie
Enquiring Mind
DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'
 
DMSmillie's Avatar
 
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
Oh, I meant also to say (though you might already be aware of this in which case apologies for repeating stuff you already know!) that although the Kindle doesn't use the NCX file to create a TOC for the user, it's still something you should include in Kindle ebooks, since the Kindle uses the NCX file to enable "skip to previous/next navigation point" navigation using the 5-way control button, and the navigation points defined in the NCX file are marked on the progress bar - both features that those users who are aware of them do generally appreciate.
DMSmillie is offline   Reply With Quote
Old 03-01-2011, 06:44 PM   #9
twedigteam
Enthusiast
twedigteam began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Nov 2010
Device: Sony eReader
Thx! I didn't actually realize this, and it certainly has an impact on how .mobi's are created and/or displayed on a Kindle device. The Previewer has been a great tool, but I did have a sneaking suspicion there might be some drawbacks to using it....once more, appreciate it.
twedigteam is offline   Reply With Quote
Old 03-03-2011, 12:31 PM   #10
st_albert
Guru
st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'
 
Posts: 696
Karma: 150000
Join Date: Feb 2010
Device: none
Also note that if you want the "copyright page" to show up in the "go to" menu of the kindle previewer, that is controlled by an entry in the <guide> section of the content.opf file with which the mobi file is built. This is true even if the copyright page is not mentioned in the toc.ncx file at all.

And in my experience, even if it does show up in the "go to" list on the Kindle Previewer (MS-Windows) it still doesn't show up on a Kindle3. On the K3 the only "go to" items I have ever seen are cover, beginning, location, and table-of-contents.

BTW I usually make the mobi file using kindlegen from an epub, or, more rarely, using MS-Windows Mobipocket Creator. I've used calibre in the past, and IIRC it's the same story.
st_albert is offline   Reply With Quote
Old 03-03-2011, 12:35 PM   #11
DMSmillie
Enquiring Mind
DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'
 
DMSmillie's Avatar
 
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
Yep - that's a limitation in the Kindle - it only supports a few specific GUIDE items for inclusion in its "Go To" menu. You can add other GUIDE items, of course, and who knows - perhaps they'll show up in other MOBI readers. Just not on the Kindle.
DMSmillie is offline   Reply With Quote
Old 03-04-2011, 07:54 PM   #12
twedigteam
Enthusiast
twedigteam began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Nov 2010
Device: Sony eReader
As far as I'm aware, <guide> supports the go-to feature on <reference type="text">...which goes to the first page (whatever that may be defined as), and <reference type="toc"> which just goes to the inline HTML TOC file. Haven't tested anything else though......
twedigteam is offline   Reply With Quote
Old 03-04-2011, 08:33 PM   #13
DMSmillie
Enquiring Mind
DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'
 
DMSmillie's Avatar
 
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
From the Amazon Kindle Publishing Guidelines (available for download as a PDF from http://www.amazon.com/gp/feature.htm...cId=1000234621):
Quote:
The Kindle platform supports guide items for defining the cover, the table of contents (TOC), and the start reading location (”Go To Beginning”).
DMSmillie is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Repeated "Ignoring missing TOC entry" when converting PDF to MOBI goldenhair Calibre 2 01-19-2011 10:30 AM
Any way to create a "toc" guide item when converting HTML to MOBI? DMSmillie Calibre 2 12-16-2010 06:47 PM
TOC for news only shows "Front Page"? etienne66 Calibre 10 12-05-2010 10:05 AM
Getting calibre to detect "Prologue" and "Epilogue" for TOC sherman Calibre 2 09-20-2010 02:21 AM
"Balanced copyright" and feedback from real people (not just corporate "persons") llreader News 16 02-15-2010 08:27 AM


All times are GMT -4. The time now is 06:24 AM.


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