I'm having a bit of trouble with using $replace and using $meta_sep function.
I am using the following code in format from other fields to replace all the ',' in one of my tag fields to be replaced by ; to make the values separate.
[$replace(%vocals%,',',
This seems to work correctly, however in the playlist view I am using this code to display the multiple values in a more readable way.
['('feat. $meta_sep(vocals,', ',' & ')')']
This also normally works, but when I try to replace the ',' with ';', it displays the values in the playlist view as:
Hannah Robinson; Kool Keith; Louise Boone
instead of:
Hannah Robinson, Kool Keith & Louise Boone
However, when i manually replace one of the ; in the tag, then the code works properly again.
What am I doing wrong?
Thanks,
Nic