Hello there.
Is there a way to replace the commas in the Artist field to semicolons?
I’m new to the forum and I used the search function extensively but I couldn’t find something similar, only for replacing “feat.” on artist names to semicolons. I tried writing a script based in the post’s but whenever I delete “feat” and add a comma I get an error ("Wrong number of arguments.)
$set(artist,$rreplace(%artist%, (comma here),; ))
I’d prefer to replace these commas to semicolons as my music player recognizes that long string of names as an only artist but when these are separated into semicolons each artist is counted independently.
Could you help me sort this out? Much appreciated!