View Single Post
Old 08-02-2022, 12:42 AM   #5
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Fynjisx View Post
drawing from below
When you add a book to calibre, it can get metadata from two places. One is the internal metadata for the formats that support it. The other is by parsing the file name. Your image suggests you want to get the metadata from the filename. In that case, you need to write a regex to parse you filenames. But, the only metadata supported when doing this are those listed. These are the standard metadata items that calibre has built into it. This does not include the page count.

To add page count, I would normally recommend the Page Count plugin. That can calculate it from the book or download it from some site. An alternative is to use the GetFileName plugin to put the filename in a custom column and then parse that to put the page count in another column.
davidfor is offline   Reply With Quote