Feat: Subsonic: Add configurable recommendations (#2226)
authorEric Munson <eric@munsonfam.org>
Sat, 14 Jun 2025 14:01:25 +0000 (10:01 -0400)
committerGitHub <noreply@github.com>
Sat, 14 Jun 2025 14:01:25 +0000 (16:01 +0200)
commit912dd064d7717e4ef50b581696d97ce7cd30ba51
tree3c1c3b0ecbd6219c7a87d53cea1dbd9a15622aca
parent17b03d88c671e99cd711548d3c146261614673e5
Feat: Subsonic: Add configurable recommendations (#2226)

The provider has the ability to ask for things like newest albums, most
played albums, and anything that is starred by a user. These could be
used to fill out the recommendation rows in the home page if the user
wants. Add configuration for what kinds (if any) of these
recommendations are desired and the size of the list.

Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/__init__.py
music_assistant/providers/opensubsonic/sonic_provider.py