Hello from russian user!
Now i use this to saving my books:
Code:
Books/{tags:re([\.],/)||}/{authors}/{series:subitems(0,1)||/}{series_index:0>5.2f| | - }{series:subitems(1,10)| | - }{title}
But i want to create folder "Author name" if it contains more than 1 book and same to folder "series name" (more than 1 book in series), if not, the book is saved in the folder with the name of the tag.
For example:
1. Books\fantastic\humorous fiction\Terry Pratchett\Discworld\(>1 books)
2. Books\fantastic\humorous fiction\(book title)
So, the question is how can i do this?