Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old Today, 10:41 AM   #1
retiredbiker
Addict
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 395
Karma: 1673278
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Jutoh, Kobo Forma
Epub2 being made instead of Epub3

I decided I should update myself a bit and start making epubs version 3 instead of 2. Using version 2.2.1 on Pop_os.

So I went into "Preferences->General Settings->Basics->Create New or Empty Epubs as:" and set the preference to Version 3.

Then (a couple of days later after several restarts) I used the ODT Import plugin to import a novel, and behold, I get a version 2 epub, with it's book.ncx and no nav document.

Any advice on what I'm doing wrong? TIA!
retiredbiker is offline   Reply With Quote
Old Today, 10:59 AM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,647
Karma: 195154104
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by retiredbiker View Post
Then (a couple of days later after several restarts) I used the ODT Import plugin to import a novel, and behold, I get a version 2 epub, with it's book.ncx and no nav document.

Any advice on what I'm doing wrong? TIA!
Did you check to see if the ODT Import plugin supports epub3, or if it takes extra configuration to generate epub3s with the ODT Import plugin? I'm pretty sure it's the latter.

Sigil has no control over what version of epub an import plugin gives it. If given an epub3, Sigil opens the epub3. If given an epub2 Sigil opens the epub2.

The Sigil setting only affects what version of empty epub is created when opening Sigil without input. Or using New->Default (Ctrl+n) menu. It doesn't automatically convert all things to epub3 because the default is set to epub3.

Last edited by DiapDealer; Today at 11:10 AM.
DiapDealer is offline   Reply With Quote
Old Today, 11:56 AM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,619
Karma: 23190435
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by retiredbiker View Post
So I went into "Preferences->General Settings->Basics->Create New or Empty Epubs as:" and set the preference to Version 3.
The ODT plugin has its own .json preferences file. Please open ODTImport.json and change this line:

Code:
  "output_format": "epub2",
to:

Code:
  "output_format": "epub3",
(If the original line doesn't end with a comma, don't add it.)

You can convert your epub2 book with KevinH's ePub3-itizer plugin.
Doitsu is offline   Reply With Quote
Old Today, 12:16 PM   #4
retiredbiker
Addict
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 395
Karma: 1673278
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Jutoh, Kobo Forma
Quote:
Originally Posted by Doitsu View Post
The ODT plugin has its own .json preferences file. Please open ODTImport.json
Ah, this worked, thank you!

(I had found other settings given in the plugin thread in the past, but not this one.)
retiredbiker is offline   Reply With Quote
Old Today, 12:32 PM   #5
retiredbiker
Addict
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 395
Karma: 1673278
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Jutoh, Kobo Forma
Quote:
Originally Posted by Doitsu View Post
You can convert your epub2 book with KevinH's ePub3-itizer plugin.
Tried that and it works as well, can't tell the difference just looking through the file list and code view. Always great to have two hammers when faced with a lot of nails! Thanks all for the great work.
retiredbiker is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
EPUB2 vs EPUB3 langshipley ePub 4 01-13-2023 06:47 PM
How to know if a book is epub2 or epub3 ldmobi Library Management 9 07-17-2022 03:17 PM
Make an EPUB2 into an EPUB3 phossler Editor 18 11-30-2020 02:28 AM
Calibre 3.22.1 update epub2 -> epub3 tatteredscroll Calibre 6 04-21-2018 08:58 AM
epub3 to epub2 AlanHK Sigil 11 08-09-2017 05:06 AM


All times are GMT -4. The time now is 03:33 PM.


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