I’m sorting through all my music and using Musicbee and Plex as the primary playback devices. Musicbee separates multiple inputs with ; (semicolon) so I can search for every song an artist is part of, even as guest appearances on other albums. Leaving the feat. in the artist field creates a third artist, for example, Apocalyptica, Corey Taylor, Apocalyptica feat. Corey Taylor.
I tried doing a basic replace command to swap feat. with ; (semicolon),
$set(artist,$rreplace(%artist%,feat.,; ))
but that results in something like Apocalyptica ; Corey Taylor instead of Apocalyptica; Corey Taylor.
Basically it leaves in some funky spacing I don’t know how to get rid of. Is there any way I can get rid of the funky spacing?
Edit, the forum apparently autoresolves double spaces to a single space. The result from the replace command is artist ;(double space)artist2