Quote:
Originally Posted by rhalina
What I would love to do is add a prefix to the collection name in order to end up with something like:
"Series: Relevation Space" or
"Tag: Science Fiction"
|
Quote:
Originally Posted by rhalina
Exactly! That's what I want to do. In order to be able to do that I'd need to define a column name which contains another column name. And I don't know a way in which calibre could quote a column name.
|
In the series it easy, add custom column, type column build from other columns, and add this template:
Code:
{series:|Series: |}
In tags it a little complicate, do you want to make prefix to all tags or only for a few?
Here for one tag.
Code:
program:str_in_list(field('tags'),",", "Science Fiction", "Tag: Science Fiction","")