Looking to change save to disk output to have "commas" separate authors, rather then "ampersands".
Example
Quote:
Tom Clancy Shadow of the Dragon - Marc Cameron & Scott Brick
|
should be
Quote:
Tom Clancy Shadow of the Dragon - Marc Cameron, Scott Brick
|
This is what I use to save to disk right now. I just somehow need to make the final {authors} section, swap & for ,
Code:
{authors:sublist(0,1,&)} - {series:re(:,\,)}/[{series:re(:,\,)} {series_index:0>2s}] - {title:re(:,\,)} - {authors}
Any help would be appreciated!