gonic icon indicating copy to clipboard operation
gonic copied to clipboard

Switchable option for global "Most Played" albums

Open Cherryblue opened this issue 3 years ago • 0 comments

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...).

Cherryblue avatar Nov 29 '22 14:11 Cherryblue