Hi, I would like some help with my file naming template plz. I would like books with series to appear as:
Author (Series #03.00) Title
and books with no series to appear as:
Author - Title
The template I have work out so far is:
{authors} {series:ifempty(-)|(| }{series_index:0>5.2f|#|)} {title}
which makes books with series appear correctly BUT books with out a series appear as:
Author (- Title
this is due to the prefix in 'series' appearing before the command 'ifempty' for some reason, and I cant get my head around how else to place the 'ifempty' or another command to use..
ALL HELP WOULD BE MUCH APPRECIATED
ps: I know I can choose to have the file names all different/simpler but my aim of this post is to see if its possible to do as stated above.