View Single Post
Old 07-02-2020, 07:57 PM   #27
Ted Friesen
Nameless Being
 
Thanks for the code Paul.

It sounds like you didn't code the function you sent me, but that it was "built-in". When I choose any of the dozen or so built-in functions the code is always the same


def replace(match, number, file_name, metadata, dictionaries, data, functions, *args, **kwargs):
return ''

Does your installation of Calibre actually display appropriate function code when you choose different built-in functions? If so, any ideas why?
  Reply With Quote