View Single Post
Old 02-13-2024, 09:57 PM   #17
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,622
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by chaley View Post
It isn't hard to create a column that contains the notes for an author. Unfortunately there is the problem that a book can have multiple authors. Which one's notes should be displayed?

If you want to try this then you would create a "Column built from other columns". The "contains html" box should be checked. This template returns the HTML note, if any, for the first author for a book.
Code:
program:
	get_note('authors', list_item($authors, 0, '&'), '')
It is possible to use a loop to get the notes from all the authors, but I haven't tried it.

The performance might or might not be acceptable. The only way to know is to try it.
Thank you @chaley, that works and is enough for my purpose. I can understand multi-authors being a problem to display.

In case anybody else wants to do this and not sure how, some images are attached.
1. Create a new column as shown in the first image
2. Create a column icon. For the icon, you will have to source it online then add it into your roaming folder...
C:\Users\Office1\AppData\Roaming\calibre\cc_icons
Attached Thumbnails
Click image for larger version

Name:	author1.jpg
Views:	117
Size:	258.0 KB
ID:	206385   Click image for larger version

Name:	author2.jpg
Views:	142
Size:	281.2 KB
ID:	206386  
Karellen is offline   Reply With Quote