I have a template that first creates two folders, one for books the other fanfiction.
Once inside the fanfiction folder, the fandom is used to create a folder in which fanfics will be placed. While in the books folder, the author name is to be used.
Code:
{#fandom:'test($, 'Fanfiction', 'Books')'}/{#fandom:'test($, $, field('authors'))'}/{title}
The problem is that a fanfic can have multiple fandoms, which are treated as one. So I want to select the first fandom, but have no idea how.