Posts: 86
Threads: 29
Joined: Apr 2022
Reputation:
3
I use setlists to keep track of my music by topic. Disco, 80's, 70's, movies, Broadway, country, etc.
It occurs to me that it would be nice to be able to sort a playlist by most recently played. So I could look at a setlist and say, "That's at the bottom of the list, guess I haven't played it for a while".
If you're a zombie and you know it, bite your friend!
We got both kinds of music: Country AND Western
Posts: 13,221
Threads: 299
Joined: Apr 2012
Reputation:
233
I do not currently track the last time a song was loaded in a setlist in the database, so I have no way of sorting a setlist by that. This is something that would have to be added. I do have metrics that I've added to the database, but I haven't had time to write the code yet to populate these, but once I do, this could be leveraged for sorting purposes.
Mike
Posts: 86
Threads: 29
Joined: Apr 2022
Reputation:
3
I assumed you were tracking the last time a song was loaded to populate the "recent" tab. Or how are you deciding what order things go under that tab?
For the purposes of this feature request I don't care if the last time I loaded My Way was through my Lounge setlist or my Sinatra setlist, just that I played that one more recently than I played Stardust.
If you're a zombie and you know it, bite your friend!
We got both kinds of music: Country AND Western
Posts: 13,221
Threads: 299
Joined: Apr 2012
Reputation:
233
The recent tab is nothing more than a flat list, and I just add the last loaded song or setlist to the top of that list. It has no information about when a song or setlist was loaded, and the recent tab doesn't get updated as you turn through pages in a setlist. If you are only wanting to sort your setlists by the last time that setlist was loaded, in theory I could sort the setlists tab based on the order of the setlists on the recent tab, although I would prefer to do this by tracking the time/date the setlists were last loaded instead of using the recent list (as the recent list can be cleared by the user and only supports up to 1000 entries).
Mike
Posts: 86
Threads: 29
Joined: Apr 2022
Reputation:
3
I see.
That makes a great deal of sense. I had wrongly assumed you were maintaining some kind of a full-sized table of recently used songs.
Which goes to show you how much I know, I guess.
Obviously, implementing this would be a bigger undertaking than I had thought.
So, in the immortal words of some random Mafia guy, "Fuhgeddaboudit".
The utility is far overshadowed by the work involved in getting it going. Really.
Thanks ever so much for the reply and the insight!
If you're a zombie and you know it, bite your friend!
We got both kinds of music: Country AND Western