Quote:
Originally Posted by kstar
Preference > Look and Feel > Book Details Tab first line Default Author Link Template --with input window and button (gives the search-calibre)
|
Okay, I see it now. And while a story
update with Update Calibre Metadata unchecked leaves the author URL alone, a new book does not.
I'll look into making setting the author URL optional since there's an alternative now.
Quote:
Originally Posted by kstar
Added this to my personal.ini
metatags is the column name I want the tags to go into.
First line worked second line didn't.
Code:
include_subject_tags: status
metatags: extratags, genre, category, characters, ships,
Custom Column Tab: only allows for one option (in your drop down list) to populate.
|
You need
custom_columns_settings in personal.ini. One way would be:
Code:
custom_columns_settings:
extratags=>#metatags,r
genre=>#metatags,a
category=>#metatags,a
characters=>#metatags,a
ships=>#metatags,a
Note the 'r' for replace on the first line and the 'a' for append on the later ones.
(For future reference, use a new post to raise additional issues. I frequently will not see edits to past posts if I've already read it. Also, use CODE tags rather than QUOTE tags for code blocks--QUOTE tags are left out when replying.)