View Single Post
Old 11-16-2019, 04:12 PM   #167
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,958
Karma: 6361444
Join Date: Nov 2009
Device: many
Yes, this is the invalid mediatype your epub opf used for its page-template file.

Code:
else if (m_MediaType == "application/oebps-page-map+xml")  {
            routine = "performPageMapUpdates";
Adobe page maps are supposed to use the mediatype as above.

Since, the extension is "xml", Sigil can not use the extension to lookup a mediatype. So if you do a rename or move, Sigil is warning you it has no understanding of what this mediatype is and therefore can not look inside the file to update any links after a rename or move.

You should fix your OPF to use the correct mediatypes especially for .xml files that you can not derive a mediatype.

KevinH


Quote:
Originally Posted by snarkophilus View Post
Now that I've interrupted the flow of this thread with a different issue, any thoughts on the popup I get with my funny unsupported media type popup in this message https://www.mobileread.com/forums/sh...71#post3916771?
KevinH is offline   Reply With Quote