Quote:
Originally Posted by chaley
No, there isn't a way to modify failing functions in calibre, be it 4 or 5. The assumption in the code is that the functions compile.
You can get the text of the functions using an sqlite data browser like this one. Open metadata.db and show the preferences table. The text of all of the functions are json-encoded in the row 'user_template_functions'.
|
Thank you, I'll do that... and that assumption, when we are changing the compiler... is a bit heavy, from my POV. But no problem, I can update it in that way.