Can I create sub-collections on the Kobo Aura? I created the template below for the Nook, and now I'm trying to convert it to the Kobo.
Code:
{title:'current_library_name()'}/{title:'contains(current_library_name(), '^Fanfiction Library$',sublist(field('#fandom'), 0, 1, ","), field("authors"))'}/{title}
I want collections to read
Fanfiction Library > Fandom > Title.epub
or
Fiction & Biography Library > Author > Title.epub
Right now, after adding #libraryname, #fandom, authors to the Kobotouch plugin, and using the template above. It creates collections for all instances, it does not organise into sub-collections as the template tells it to. Do I need to write a different template?