Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 06-23-2013, 05:10 AM   #16
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,694
Karma: 168959600
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by sysKin View Post
This is one of those features that sound excellent (heck even obvious) in theory but just don't work in practice.
The problems I have with it are:

2. Simply opening a new book and closing it magically makes it 1-3% read. I have to open it again and go to the beginning to make it unread...
As far as I know, your 2nd point which seems to say that moving back to page 1 in an epub marks it as unread does not work. Opening the epub even if it opens on the cover and you never move off the cover marks the epub as having been opened. Unless you feel up to some database editing, logging out or factory reset, it will never show as unread again.

Regards,
David
DNSB is online now   Reply With Quote
Old 06-23-2013, 05:26 AM   #17
sysKin
Connoisseur
sysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the endsysKin knows the complete value of PI to the end
 
sysKin's Avatar
 
Posts: 56
Karma: 31830
Join Date: Oct 2012
Location: Australia
Device: Aura HD, after a train ate my Glo
Quote:
Originally Posted by DNSB View Post
As far as I know, your 2nd point which seems to say that moving back to page 1 in an epub marks it as unread does not work.
Um, you're right of course. What I should have said is 0% read (apparently I think of 0% read as rough equivalent of unread).

Bottom line is: saying that a book is 3% read just because I opened it and closed it, is one of those complications arising from this helpful-looking feature, which makes it not really that helpful...

Last edited by sysKin; 06-23-2013 at 05:30 AM.
sysKin is offline   Reply With Quote
Advert
Old 06-23-2013, 05:56 AM   #18
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,694
Karma: 168959600
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by sysKin View Post
Um, you're right of course. What I should have said is 0% read (apparently I think of 0% read as rough equivalent of unread).

Bottom line is: saying that a book is 3% read just because I opened it and closed it, is one of those complications arising from this helpful-looking feature, which makes it not really that helpful...
I just checked with 4 epubs. Opening on the cover shows from 0% for one longer book (~450 pages) to 3% for a short story (~29 pages).

Regards,
David
DNSB is online now   Reply With Quote
Old 06-23-2013, 08:22 AM   #19
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 601
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Quote:
Originally Posted by DNSB View Post
I just checked with 4 epubs. Opening on the cover shows from 0% for one longer book (~450 pages) to 3% for a short story (~29 pages).

Regards,
David
The books that skip the cover and/or other pages probabably all have a guide section in the content.opf
Code:
<guide>
    <reference href="Text/cover.htm" title="Cover page" type="cover" />
    <reference href="Text/title.xhtm" title="Title page" type="title-page" />
    <reference href="Text/copyright.xhtml" title="Copyright page" type="copyright-page" />
    <reference href="Text/TOC.xhtml" title="Contents" type="toc" />
    <reference href="Text/Acknowledgments.xhtml" title="Acknowledgments" type="acknowledgements" />
    <reference href="Text/Introduction.xhtml" title="Preface (by author)" type="preface" />
    <reference href="Text/Index.xhtml" title="Index" type="index" />
    <reference href="Text/Notes.xhtml" title="Note" type="notes" />
  </guide>
If a reader supports it it will skip the cover page, because opening on a cover takes much time because a picture must be loaded and sometimes rescaled. Consumes more battery power than regular text pages.
A book normally opens on the type= "title-page" skipping all other non type="text" pages before the title page.

See for more info at idpf

Last edited by Anak; 06-23-2013 at 08:25 AM.
Anak is offline   Reply With Quote
Old 06-23-2013, 01:00 PM   #20
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,694
Karma: 168959600
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Anak View Post
The books that skip the cover and/or other pages probabably all have a guide section in the content.opf
As near as I can tell, ebooks open on the first item inside the <navmap> section of the toc.ncx file.

[CODE]
<navMap>
<navPoint id="navPoint-1" playOrder="1">
<navLabel>
<text>Pilgrimage</text>
</navLabel>
<content src="Text/Section004.xhtml"/>
<navPoint id="navPoint-2" playOrder="2">
<navLabel>
<text>INTERLUDE: LEA 1</text>
</navLabel>
<content src="Text/Section005.xhtml"/>
</navPoint>
<navPoint id="navPoint-3" playOrder="3">
<navLabel>
<text>ARARAT</text>
</navLabel>
<content src="Text/Section006.xhtml"/>
</navPoint>/CODE]

This may be due to using Sigil to edit the epubs since it does quite a bit of housekeeping behind the scenes. In the epub I grabbed the toc.ncx segment from, the content.opf does have the title page listed in the manifest and guide sections, however it does not open there.

Regards,
David
DNSB is online now   Reply With Quote
Advert
Old 06-23-2013, 03:35 PM   #21
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
For those of you sideloading their epubs, there is a way to force the display of the first page (usually the cover).

It's always a good thing to first add the semantic "Cover".

Now here is the trick with Sigil in code view, just add this code in the (x)html cover page:

<h1 class="nodisplay">Cover</h1>;

and this one in the CSS:

.nodisplay { display: none; line-height: 0; }

There will be a "real" heading 1 named "Cover" in the epub, that will be invisible ("display: none;") and taking no space because of "line-height: 0;". The eReader will start there because it is a heading. It works well on the Kobo Touch and my Sony.

After that you must, always with Sigil, update the TOC (click Generate TOC).

We must thank Dave Heiland (see his Sigil User Guide 0.7.2) for this wise trick.
Arios is offline   Reply With Quote
Old 06-23-2013, 04:07 PM   #22
Morganucopia
Bookaholic
Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.Morganucopia can tame squirrels without the assistance of a chair or a whip.
 
Posts: 24
Karma: 11110
Join Date: Apr 2013
Location: Canada
Device: Kobo Mini
Quote:
Originally Posted by DNSB View Post
You read those pages where they list every book the author has written, co-written, edited or otherwise contributed to? Every time you read that book? The first time I read a book by an author, I might skim over that content. After that, why bother?
I like to read these pages too. Probably for the same reason I read shampoo bottles in the bathroom, and the fine print on CD jacket liners. Don't want to miss anything. If it's indeed very boring, I will skip it, but I do have to check first!
Morganucopia is offline   Reply With Quote
Old 06-23-2013, 07:14 PM   #23
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,694
Karma: 168959600
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Morganucopia View Post
I like to read these pages too. Probably for the same reason I read shampoo bottles in the bathroom, and the fine print on CD jacket liners. Don't want to miss anything. If it's indeed very boring, I will skip it, but I do have to check first!
I will read them once for an author. After that, I like starting at the meat of the book.

As for reading shampoo bottles, I've given up on such activities after trying to explain to my daughter a few years back why 7 varieties of toothpaste with the same brand name claimed to be whitening, good for sensitive teeth, enamel rebuilding, etc. while the list of medicinal ingredients were identical (same ingredients, same %'s) while the non-medicinal ingredients were listed without percentages but in the same order which is supposedly from the largest to smallest percentage.

Regards,
David
DNSB is online now   Reply With Quote
Old 06-25-2013, 07:07 PM   #24
byblo
Traumatized
byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.
 
byblo's Avatar
 
Posts: 68
Karma: 175722
Join Date: Oct 2009
Device: paper, Kobo Glue
Quote:
Originally Posted by Arios View Post
Now here is the trick with Sigil in code view, just add this code in the (x)html cover page:

<h1 class="nodisplay">Cover</h1>;

and this one in the CSS:

.nodisplay { display: none; line-height: 0; }

There will be a "real" heading 1 named "Cover" in the epub, that will be invisible ("display: none;") and taking no space because of "line-height: 0;".
Could you provide a working sample please? Whatever I do, a new page with the string "Cover ;" appear while reading the ebook. (I tried on a Glo and the Calibre ebook reader)

For now, I just edit the ncx file and add a line after the <navMap>, for instance:

Code:
<navPoint><navLabel><text>Cover</text></navLabel><content src="cover.xml"/></navPoint>
Then it start at the cover page, and a new entry is visible in the TOC: "Cover"

Note that it doesnt need a playOrder value to work well.


I'm still shocked to discover that e-readers aren't giving to theirs users the ability to choose that kind of behavior...

Personally, it feels unnatural to start at first chapter instead of the cover page. I know I will never get used to it.

BTW, Is it possible to automatize this with Calibre, with some sort of scripting? At adding ebooks to the library for instance?
byblo is offline   Reply With Quote
Old 06-25-2013, 10:37 PM   #25
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
byblo, with Sigil, this shouldn't be a problem.

1) Open an epub (with no DRM of course) and go to the cover page. To create a cover if you don't have one, choose Tools, Add Cover and select an image you want to use.
2) Insert just below <body> in the cover file (named cover.xhtml):
<h1 class="nodisplay">Cover</h1>. You must be in Code view.
3) Insert ".nodisplay { display: none; line-height: 0; }" in the CSS and link it to the cover file.
4) Always in Sigil, click the "Generate Table of Contents" icon and in "Select headings to include in TOC", click All. Save.

That is certainly possible to automatize this with Calibre, but as I barely use it, I can't really help.

Theorically, the "Cover" semantic should be sufficient, but it appears not, so with an heading at first place, the ereader has no choice to stop there.

Here a short epub with the codes inserted.

Have a nice day/evening.
Attached Files
File Type: epub Begin_2_First_Page.epub (270.8 KB, 222 views)
Arios is offline   Reply With Quote
Old 06-26-2013, 12:20 AM   #26
byblo
Traumatized
byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.
 
byblo's Avatar
 
Posts: 68
Karma: 175722
Join Date: Oct 2009
Device: paper, Kobo Glue
@Arios: Oh sorry. I misunderstood you.

I thought the trick was to make the reader to start at the cover page WITHOUT showing a TOC entry. My bad, I have too imagination...

Then, I don't know for other e-readers, but on the Glo, simply adding a line on the ncx works, as I explained on my previous post.

I'll try to make a script of something to automatize it. When adding a ebook to Calibre should be the perfect moment. I hope it is doable. I'm still discovering it.

Thank you for your help
byblo is offline   Reply With Quote
Old 06-26-2013, 11:29 AM   #27
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,694
Karma: 168959600
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by byblo View Post
@Arios: Oh sorry. I misunderstood you.

I thought the trick was to make the reader to start at the cover page WITHOUT showing a TOC entry. My bad, I have too imagination...

Then, I don't know for other e-readers, but on the Glo, simply adding a line on the ncx works, as I explained on my previous post.

I'll try to make a script of something to automatize it. When adding a ebook to Calibre should be the perfect moment. I hope it is doable. I'm still discovering it.
From what I can see, you are both generating the toc.ncx entry. Arios is adding the code in the ebook to allow generating the toc.ncx entry by using Sigil's TOC generator while you were adding the entry directly into the toc.ncx file. Same result in the end though I prefer the first technique as it saves me from having to redo the toc.ncx entry if I modify the TOC and regenerate it.

Regards,
David
DNSB is online now   Reply With Quote
Old 06-26-2013, 07:03 PM   #28
byblo
Traumatized
byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.
 
byblo's Avatar
 
Posts: 68
Karma: 175722
Join Date: Oct 2009
Device: paper, Kobo Glue
Curiously, simply by renaming a epub file to .kepub.epub, makes the opening of a new book ALWAYS at the cover page, TOC entry regardless...
(note: this is NOT a tip, but was only a test. simply renaming an epub to kepub will involve some new problems, like missing preview cover on the lists)

Same result for original kepub ebooks or converted epub to kepub ebooks.

Last edited by byblo; 06-26-2013 at 07:06 PM.
byblo is offline   Reply With Quote
Old 06-29-2013, 12:33 PM   #29
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
Quote:
from byblo:
I thought the trick was to make the reader to start at the cover page WITHOUT showing a TOC entry. My bad, I have too imagination...
It may be not what you were expecting, but if you don't want the cover page showing in the TOC, you can exclude it or put something like that in the h1 class: <h1 class="nodisplay">&nbsp;</h1> or simply nothing.
Arios is offline   Reply With Quote
Old 06-29-2013, 11:21 PM   #30
byblo
Traumatized
byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.byblo can program the VCR without an owner's manual.
 
byblo's Avatar
 
Posts: 68
Karma: 175722
Join Date: Oct 2009
Device: paper, Kobo Glue
Hum. Not sure we're talking about the same objective.

English is not my native language, so I'll try to explain clearly my wish here :

When opening an unread ebook, i want the Glo to open it at the very first page (usually a Cover picture), and this, regardless the TOC entry.
Currently, the epub renderer is opening the page pointed by the first TOC entry, which annoys me.

Now, on Glo it seems that the kepub renderer opens the book as i wish, at the very first page, regardless the TOC...

But personally i have some problems with the kepub renderer and prefer to use the epub renderer (i won't enter in details. too long to explain and off-topic anyway)

So, the simplest workaround I found for now was a mix of the advices that people gave on this topic:
I ended by adding a single line (<navPoint><navLabel><text>Cover</text></navLabel><content src="cover.xml"/></navPoint>), pointing to the cover page in the TOC .ncx file to do the trick.

I'm fine with this solution, but it lack 2 points that could be added to improve it:
1. To find a way to use the epub renderer to open an unread book at the first page, without having to add a TOC entry, or at least, not visible from the TOC. But this point is no big deal, and maybe its even bad. Being able to restart from page 1 from the TOC may be an advantage. so, not sure about this point eventually.

2. automated script to add that line inside the TOC (.ncx file) on the fly while transfering the ebook from the calibre librairy to the Glo.


This said, still wanting/hoping the firmware to be fixed by Glo's devs and to open first page as default like in the kepub renderer, without having to mess around like now !


But the best would be to have it optional:

The Glo really lack of optional basic choices. People should be able to choose that kind of behavior by themselves, like they do already for the pages refresh, the fonts sizes, ect...

I really hope Glo devs will take this request in account.
byblo is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error when starting Kobo Desktop dos Kobo Reader 8 01-13-2012 03:36 PM
Changing default starting page RTO Recipes 1 12-28-2011 10:21 PM
epub to mobi h1 page breaks not starting on new page wannabee Conversion 4 08-02-2011 12:46 AM
How to set convert starting/ending page? joema Calibre 1 01-13-2011 05:56 PM
lower left page button starting to misbehave jmdor Sony Reader 3 05-24-2007 02:16 AM


All times are GMT -4. The time now is 01:31 AM.


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