View Single Post
Old 07-20-2011, 03:40 AM   #119
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,637
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
There are two ways the plugin tries to count the pages in the files. If it sees it is a format of type "MOBI" then it uses a special MobiReader class inside Calibre. If it sees the format is anything else (currently only EPUB supported in that bucket), it opens the file using a class that will convert to EPUB.

The risk of treating a PRC file as a MOBI file is that the MobiReader does not find what it expects - because in fact it is not "MOBI" content as it knows it inside it. However opening such a file using the EPUB conversion type approach should work.

I've already got on the todo list sometime to allow additional formats to be counted which will include PRC and they will all use that latter approach. Using the MobiReader is simply an optimisation for MOBI files.
kiwidude is offline   Reply With Quote