If "(X Remix)" add X as artist and remixer; if "(X & Y Remix)" add both X and Y as artist (multi) and remixer (multi)

Hello all,

I’m looking for some help in setting up a tagger script which I’ve described in the title. I’d appreciate any help. Thank you!

1 Like

there’s not a setting for this, but there is a simple taggerscript which I use to work with Jellyfin:

$copymerge(artists,remixer)

simply replace artists with whichever tag you want to add the remixer(s) to

if you’re not familiar with how to add a taggerscript, simply go into Options → Options… → Scripting → Add new tagger script, paste the above into the large text box, optionally name the script, and check the box next to the newly-created script name in the list

edit: this does rely on the remix relationships to actually be set on the recordings in question, but that’s usually a quite easy MusicBrainz edit

4 Likes

Thank you @UltimateRiff I can work with this!