Quote:
Originally Posted by eschwartz
|
Python, long time ago...getting old. But of course weekend is coming and i will check that out. I feel me back into the HTML/CSS hard coding time
Quote:
Originally Posted by eschwartz
instead of in_list() you could use for readability (triggers when the column is non-empty):
Code:
various_authors=test(
field('#serie'),
'',
strcat(' - ', field('authors'))
);
|
I have changed the whole thing by adding "MAS" (Multi Author Series) to the "tags" metadata.
Advantage is that it does not messes the opf file with thousand of """ strings up, seams all Custom Column do that.
Also when deleting the Content of a "custom column" the Costum Colum metatag itself does not get deleted in the opf file, very messy
I see also that Calibre does not seam to use epub 3 DC tags. "DC: type" tag - the content would be related to my goal. Should work for templates even the books are epub 2. Any chance to get this into the Tag-Editor in Calibre?