View Single Post
Old 09-06-2025, 08:32 AM   #4
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,495
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
@Comfy.n: glad it works for you.

Another example: change the Series tooltip to show the number of books in the library with that series.

Result:
Click image for larger version

Name:	Clipboard01.jpg
Views:	23
Size:	10.9 KB
ID:	217918

Template:
Code:
program:
	if $series then
		series_count = book_count('series:"""=' & $series & '"""', 0);
		return $series & ', book ' & $series_index & ' of ' & series_count
	fi;
	return 'This book is not in a series'
chaley is offline   Reply With Quote