View Single Post
Old 01-01-2021, 10:26 AM   #1
Logarithmic
Member
Logarithmic began at the beginning.
 
Logarithmic's Avatar
 
Posts: 14
Karma: 10
Join Date: Aug 2020
Device: IPad
Save to disk multiple authors with "comma" seperating, rather then Ampersand

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!
Logarithmic is offline   Reply With Quote