Already possible if you use (for example) lastfm and Pano Scrobbler.
It’s not limited to only Symfonium but aggregates the plays of all your players that you’ve enabled scrobbling on.
Depending on how long you’ve been at it, this can lead to some interesting statistics. As you can see I’ve been at it for some time.
Symfonium causes me an irritation with last.fm as it displays multi artists separated by a comma, whereas I have Musicbee set up to seperate them by an & if there are only two artists.
This leads to seperate tracks being scrobbled in last.fm - what’s your approach?
Here’s my test regex ^(.*?), ([^&]*)(?!&)$
I tried to avoid replacing stuff like Emerson, Lake & Palmer with Emerson & Lake & Palmer
but I have not tested it further than that.
Try to understand the regex and see for yourself if it works for your artists or if you’d be better off without using it or if adjustments are in order.
Makes sense it’s the provider - mine’s local storage though!
And wow, that’s a great feature, I didn’t know it existed! Thank you. I’ll have to see if that can handle the intricacies of different rules depending on whether there’s 2 artists or there’s more.
In that case you could try enabling Artist tag as display artist in the provider settings. That way what will be scrobbled is 1:1 what’s in the artist tag.
My stuff is delimited with a semicolon, it is the display artist in musicbee that is set with a ‘&’, so it’s not the right usecase.
The setting you described actually seems to just display the artist as the first in the semicolon delimited list. Eg. A track with ‘Burial; Four tet’ as the artist tag displays ‘Burial’ as the artist in the track information sheet. It doesn’t matter for me anyway as my tags aren’t set up on a way that would be useful for that setting.
@655321 hey I noticed that with the new explicit/clean support, the “E” is being sent as part of the title of the scrobble. Do you have a reggex fix for that?
@Tolriq it might make sense to add an option to Now playing screens → General
and call it Explicit symbol in media session
or something like that so that users can toggle it there instead of removing it in Pano Scrobbler.
There you could also make showing the explicit symbol in general optional as well. I personally don’t use these tags (but have not checked if I have removed them for all my songs) and would prefer not to see the symbol at all.