Hi everybody,
I set the following save template
Code:
{#genre:contains(Sachbuch, {title}, {author}_{title})}
The idea is to save books with the "Sachbuch"-genre only by title and any thing else by author and title.
Now every book that has any of the following characters in its title throws an error
Code:
ValueError: Failed to calculate path for save to disk. Template: {#genre:contains(Sachbuch, {title}, {authors}_{title})}
Error: Incorrect number of arguments for function contains
I suppose this is because those characters are part of the function itself.
Any ideas how to solve this problem?