View Single Post
Old 11-10-2021, 06:03 AM   #1
sllewji
Junior Member
sllewji began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2017
Device: Onyx Boox Poke2, 3 & 5 / OnePlus 5T / Amazon Fire HD 10
New Tag Browser Hierarchy from Existing Columns

Hi,

I would like to create a new Tag browser Hierarchy based upon Authors and Series - with each author listed once at the top level, similar to the Author(s) group, and all the series that they either authored or co-authored at the second level.
Authors should be shown in lastname order

I've played around with the template language in order to try an get this working, but the closest I've come to a solution is a hierarchy that only includes the first author of the series using this template I found via Google :-
{author_sort:'re(sublist($, 0, 1, '&'), '\.', '')'}.{series}
I'm not much good with Python - does anyone have some more pointers?

Thanks in advance,
sllewji
sllewji is offline   Reply With Quote