Quote:
Originally Posted by Deobulakenyo
I tried to add pages and word count to books so they will appear in the details tab on my Libra 2, but after connecting to calibre, and updating metadata, still no book pages and word counts are in my books on my device.
I attached screenshots. Please tell me where I did wrong.
Thank you
|
I configured the Count Pages plugin and ran it on a few books. I then added the program$$ entries to the appropriate areas in the KoboTouch driver (I don't use the KoboTouchExtended driver but it shares that code with the KoboTouch driver so should behave the same). After doing this, I connected, let calibre update the metadata and after safely ejecting, when I looked at the details of a book, it shows the pages, total words and hours to read. See the attached images for more information.
Edit2: One other item I was looking at caused me to have some uncertainty about the way the times are calculated. As near as I can tell, using the mod function would return the remainder of dividing the # of words by 12 (lower) and 10 (higher) which might explain some of the odd times I was seeing. I changed the calculation to program:round($$#words/24000) and program:round($$#words/20000). While not nearly accurate, at least the values don't look like I've been choosing random numbers.