benchen71 / epub-metadata-editor

Edit the metadata of EPUB files
194 stars 11 forks source link

Error when saving EPUB3 files in latest versions #62

Closed Freekilll closed 3 years ago

Freekilll commented 3 years ago

Hi,

The latest version (1.8.9) is apparently messing the tag in the .opf file when saving EPUB3 ebooks.

It adds <package xmlns:opf="http://www.idpf.org/2007/opf" ... instead of <package xmlns="http://www.idpf.org/2007/opf" ....

Note the :opf which AFAIK should be in the metadata tag but not the package one. Calibre (editor & reader) does not like that at all.

1.8.8 might do that too (haven't tested). 1.8.7 does not.

Edit : it also affects non Epub3's

benchen71 commented 3 years ago

Should be fixed in 1.8.10.