Need help with custom artist tab

I am new to Symfonium and I dont know if what I want is possible.I would like to replace or ignore the albumartist name in the artist tag.I tried with additional artist option but it did not show any artist.

I come from gonemad music player in which I could make a custom replace tag to lave out album artist name from artist tab.

(screenshot from gonemad to show what I want. Last picture is from Symfonium)

AFAIK this can’t be done currently. Symfonium’s custom strings only display the data directly. We can’t modify it in any way (such as removing the “duplicate” artist).

What I do as a workaround, is to hide the %albumartist% line altogether IF their name is already included in %artist%. This can be done using something like the following:

{%albumartist|artist-=albumartist%\n}{%artist%}

So if albumartist is included in artist field (like in your example), you will see one line with all names. If albumartist is NOT included in artist field, then this will print the albumartist on its own line, and all other artists on the line after.