Well here we go again, i am going to make it less complicated - LOL:
I noticed that the only series i have which contain various authors are those who contain in the series name "Rhodan"
New goal is now:
1. Series with various Authors: _ Series/0001 - title - author
2. Series with one author: _ Series - Author/0001 - title - author
3. Books with no series: author/Title - author
Using:
Code:
{series:|_ |} {series:contains(Perry Rhodan,, - )} {series:lookup(Perry Rhodan,,authors)}/{series_index:0>4s| | - }{title} - {authors}
Everything is working fine but example 3.
I get "- author/title - author.
There should not be a "-" in front of the author folder-name.
I am getting crazy
Thomas