Quote:
Originally Posted by davidfor
But, the issue here is not that Kobo expects a comma between the authors. The problem is really that is only reading the first dc:identifier tag in the OPF. And calibre puts each author in a separate tag. As someone has vaguely suggested, you can use a metadata plugboard to solve this. I use:
Code:
program: raw_list('authors', ', ')
And put that in the author field.
|
Oh great @davidfor, I was just writing a post regarding this issue in the
Plugboard, template, and custom composite column recipes thread and saw your post when i came back searching for the link to this thread.
I'll give your code a try.
Thank you.