Regex in Save book to eliminate more than 1 author
Hi!!
In SAVING BOOKS TO DISC, in Save Template I have:
{authors} - {series:|| }{series_index:0>2s|[|] }{title}
This line save books in disc with names (for example):
Author - Title
or
Author1 & Author2 - Serie [01] - Title.
Can I limit (with Regex, I suppose) to only 1 author, if the book have more than one? How?
Thanks a lot!!
|