I want to create a smart playlist with the most played songs of the current month, but when I add a date filter it shows the songs with the most total plays that I happened to play during that period — not the ones I played the most times within that month.
Is there a way to filter by play count within a specific date range, rather than total play count?
I’ve seen similar questions asked before and the short answer is: it can’t be done currently.
(At least not in-app. Server-based libraries have more tools available, which might make this possible. I don’t use media servers so idk exactly what’s possible there.)
For your specific question: the app would need to keep track of every date on which you’ve played a track (and how many times on that date). It doesn’t do that. It only remembers the last date that song was played.
So there’s no way for the app to know how many times a song has been played in a month.
Now if you’re using a media server, you may have more tools for tracking play history. In which case you could probably make the playlist on the server and then just sync it to Symfonium. (But again, I don’t know any specifics of how to do that.)