Feature Request: Display the list of playlists in music services’ Libraries alphabetically.
There currently is no way to change the display order of music playlists (for Spotify and Youtube Music, at least).
That’s pretty terrible - the SMAPI spec does not require any particular ordering from the service, nor does it allow the app to specify an order, so it’s basically luck of the draw. I expect some services to return data alphabetically, others by most recently or frequently played, yet others completely unsorted (“hash order”, as it were).
For search results, I expect Sonos to respect the returned order, assuming that the service will be attempting to return the best match first. For a generic getMetadata response, the expectation is clearly invalid, and, consistency between services aside, it’s a terrible browsing experience.
The SMAPI spec doesn’t support additional data such as recency or play count, so sorting by those in the app isn’t an option. Fine. But “alphabetically by title” seems trivial to support.