Author Topic: Add custom performer roles/instruments through Library_SetFileTag  (Read 1544 times)

c-Row

  • Jr. Member
  • **
  • Posts: 47
Following this thread I was able to compile a string in my plugin and set the "big four" (artist, guest artist, performer, remixer) through code, but I would like to go beyond that - is it somehow possible to add custom roles/instruments via the API in a similar way?


Mayibongwe

  • Sr. Member
  • ****
  • Posts: 1733
  • Heal The World
is it somehow possible to add custom roles/instruments via the API in a similar way?
At the moment, I don't think it is. And from my findings here, it appeared that writing to <artist: role> wasn't (officially) permitted:
https://getmusicbee.com/forum/index.php?topic=41438.msg225265#msg225265

So have a look at the AT&RT plugin source code. Maybe there's some hidden trick to adding other artist tags too.
Strength and Honour (2025)

c-Row

  • Jr. Member
  • **
  • Posts: 47
That's what I did but I could not make any sense of it. I see it's possible since AT&RT can copy the full set of multiple artists but I gave up after two hours of trying to understand what happens.

c-Row

  • Jr. Member
  • **
  • Posts: 47
Well, paint me blue and call me a smurf.  ???



Turns out it was the Performer tag in the multi artist string after all, and putting the role in brackets right after the artist's name is all it takes.

Mayibongwe

  • Sr. Member
  • ****
  • Posts: 1733
  • Heal The World
Turns out it was the Performer tag in the multi artist string after all, and putting the role in brackets right after the artist's name is all it takes.
Simple as that huh...nice find c-Row!
Strength and Honour (2025)