Full playback history

Feature description:

Most Played Feature

Showing Weekly Most Played Songs
Weekly Most Played Artists/Album

Monthly or Yearly

Problem solved:

I would like to request a feature that showing Most Played for Weeks, Months or Year, i believe it only shows the all time Play counts…

Brought benefits:

It can show to the user their Daily, Weekly, Monthly Most Played (Song, Album, Artists) Report

Other application solutions:

 

 

Additional description and context:

 

 

Screenshots / Mockup:

    

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?

Maybe I’ll submit a feature request to change it

If I recall it correctly it’s the provider that decides how artists are concatenated, not Symfonium.

However:
You could use the pattern feature of pano scrobbler to automatically edit the artist that will be scrobbled. Like this for example:


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. :slight_smile:

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.

Didn’t know that. I guess then you’ll have to try your luck with the regex method in Pano Scrobbler.

1 Like

@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?

Sure.
^🅴 (.*)

@Tolriq it might make sense to add an option to
Now playing screensGeneral
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.

3 Likes

@655321 thank you!

And you know the drill if you want to suggest a feature ha

Agreed on the latter point

Agreed too, the new explicit symbol should be optional

Thanks for implementing this, @Tolriq! I didn’t see the new toggle mentioned in the changelog but checked the settings on a hunch.

You can remove this Pano Scrobbler pattern again @rsolorio and potentially @tobyburton96 and @Zyntaxyz

3 Likes