View Single Post
Old 03-24-2025, 10:31 AM   #6
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,868
Karma: 6120478
Join Date: Nov 2009
Device: many
Lack of a unique book id can cause some ebook organizing software to slow down because the book's unique id is often used alone or in combination with the modification date and time to uniquely identify a specific instance of the epub.

Also duplicate ids in an opf depending on where it is used in the opf can result in broken metadata or missing spine items, or lost manifest data.

You should probably fix those issues, little by little. Use the calibre editor to fix those issues or something like Sigil.

If you understand the form and function of an epub OPF you could fix things in the opf using simple text editor.

A batch script to add in the bookid metadata would be doable but if epub2, do not forget to update the unique identifier used in the ncx as well.

Last edited by KevinH; 03-24-2025 at 10:56 AM.
KevinH is online now   Reply With Quote