Organize Music for Plex
{plex} format works for Music Files as well. If you regularly Organize Music for Plex then you will want to create a Preset for easy access:Format: Select all
{ plex }

Remove (feat. XYZ)
Remove (feat. XYZ) from the {t} track title:Format: Select all
{ t.removeAll(/ \(feat\. (.+?)\)/) }
Format: Select all
{ t.replaceAll(/ \(feat\. (.+?)\)/){ match, feat -> artist.contains(feat) ? '' : match } }