View Single Post
Old 08-25-2018, 06:20 AM   #8
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,475
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
If I am understanding the question correctly you are asking for a template that will create a folder for an author if more than one book written by that author is in your library. The template language cannot do that. It can look at the metadata for the current book. It cannot make queries about other books in your library.

You might be able to solve your problem with the Author_Book_Count plugin. I don't use this plugin so what I write is supposition based on the documentation. The plugin can populate a custom integer column with the number of books in the library by the author (or one of the authors) of the current book. You would use that value in the template to decide if you want the author added.

One possible problem with ABC: if a book has multiple authors the it seems that the one used to populate the column could be any one of them. You might be able to get around that with the Author Book Count Hierarchy plugin, which I also do not use. If I understand the documentation correctly you would slice off the first author, extract the count, then test if that count is > 1. The template language can do this but I suspect it will be hard unless you use template General Program Mode.

Note: I am not interested in trying to provide example templates using the above suggestions. I don't want to install the plugins.
chaley is offline   Reply With Quote