View Single Post
Old 05-17-2025, 04:19 AM   #210
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,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
FYI: I've attached a new version to the first post.

One major change is that the plugin will now run EPUBCheck in JSON mode.
Advanced users can add the new extra preference setting to EpubCheck.json to have the plugin output additional epub3 information provided by EPUBCheck.

Code:
 {
  "extra": true,
...
}
The additional publication information looks like this:
Spoiler:
Code:
title: [Main title here]
date: 2025-05-12T09:38:27Z
identifier: urn:uuid:dd1d6c5d-36ec-4a7b-b76d-cf560beea8e6
language: en
nSpines: 1
checkSum: 0
renditionLayout: reflowable
renditionOrientation: auto
renditionSpread: auto
ePubVersion: 3.3
isScripted: False
hasFixedFormat: False
isBackwardCompatible: False
hasAudio: False
hasVideo: False
charsCount: 178
hasEncryption: False
hasSignatures: False


The following entry:

Code:
isBackwardCompatible: False
will be false if:

a) one of the following values is true:

Code:
isScripted: False
hasFixedFormat: False
or

b) the book doesn't contain an .ncx file.
Doitsu is offline   Reply With Quote