Switchable option for global "Most Played" albums
Hi,
Subsonic API has multiple options to get specific albums lists (getAlbumList and getAlbumList2). Looking here, it seems the "most played albums" is asked using "type=frequent".
I've been reading this to understand if it was an API limitation, because using Gonic, the "most played album list" generated is user-separated. Since we have multiple users, we could want to see and listen to the most played musics by all users.
If there isn't any counter-indication for this, I would like to suggest a switchable counter mode for this functionality :
- By User
- Globally
Either by console parameters, or by using the web portal.
This doesn't seem relevant for other "automatic album list" like random albums or newest, but it could for highest rated (well maybe it already is, I don't use it for now...).