View Single Post
Old 06-26-2015, 01:34 PM   #332
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kstar View Post
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 View Post
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.)
JimmXinu is offline   Reply With Quote