View Single Post
Old 03-12-2015, 01:06 AM   #47
Thomas_AR
Zealot
Thomas_AR began at the beginning.
 
Thomas_AR's Avatar
 
Posts: 131
Karma: 10
Join Date: Jan 2015
Location: Buenos Aires
Device: Android
Quote:
Originally Posted by eschwartz View Post
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 View Post
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?

Last edited by Thomas_AR; 03-12-2015 at 01:15 AM.
Thomas_AR is offline   Reply With Quote