Hi folks
I have tracks 1000s of them with artists separated by // instaed of ,
Like here - Vishal and Shekhar\Arijit Singh\Jaideep Sahni
I was hoping that I can use format string to do this
I tried $replace(%artist%, '// ', ' ,')
and $replace(%artist%, //, ,)
on ARTIST
Now works
Could you please help